taon-typeorm 21.0.2 → 21.0.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 (826) hide show
  1. package/browser/fesm2022/taon-typeorm.mjs.map +1 -1
  2. package/browser/package.json +1 -1
  3. package/browser/types/taon-typeorm.d.ts +12402 -0
  4. package/lib/build-info._auto-generated_.d.ts +1 -1
  5. package/lib/build-info._auto-generated_.js +1 -1
  6. package/lib/typeorm/query-builder/DeleteQueryBuilder.js +5 -1
  7. package/lib/typeorm/query-builder/DeleteQueryBuilder.js.map +1 -1
  8. package/lib/typeorm/query-builder/SoftDeleteQueryBuilder.js +5 -1
  9. package/lib/typeorm/query-builder/SoftDeleteQueryBuilder.js.map +1 -1
  10. package/lib/typeorm/query-builder/UpdateQueryBuilder.js +5 -1
  11. package/lib/typeorm/query-builder/UpdateQueryBuilder.js.map +1 -1
  12. package/package.json +1 -1
  13. package/websql/fesm2022/taon-typeorm.mjs.map +1 -1
  14. package/websql/package.json +1 -1
  15. package/websql/types/taon-typeorm.d.ts +12402 -0
  16. package/browser/index.d.ts +0 -6
  17. package/browser/lib/index.d.ts +0 -2
  18. package/browser/lib/typeorm/cache/DbQueryResultCache.d.ts +0 -53
  19. package/browser/lib/typeorm/cache/QueryResultCache.d.ts +0 -40
  20. package/browser/lib/typeorm/cache/QueryResultCacheFactory.d.ts +0 -14
  21. package/browser/lib/typeorm/cache/QueryResultCacheOptions.d.ts +0 -27
  22. package/browser/lib/typeorm/cache/RedisQueryResultCache.d.ts +0 -66
  23. package/browser/lib/typeorm/common/DeepPartial.d.ts +0 -7
  24. package/browser/lib/typeorm/common/EntityTarget.d.ts +0 -10
  25. package/browser/lib/typeorm/common/MixedList.d.ts +0 -9
  26. package/browser/lib/typeorm/common/ObjectLiteral.d.ts +0 -7
  27. package/browser/lib/typeorm/common/ObjectType.d.ts +0 -7
  28. package/browser/lib/typeorm/common/RelationType.d.ts +0 -15
  29. package/browser/lib/typeorm/connection/Connection.d.ts +0 -11
  30. package/browser/lib/typeorm/connection/ConnectionManager.d.ts +0 -34
  31. package/browser/lib/typeorm/connection/ConnectionMetadataBuilder.d.ts +0 -25
  32. package/browser/lib/typeorm/connection/ConnectionOptions.d.ts +0 -10
  33. package/browser/lib/typeorm/connection/ConnectionOptionsReader.d.ts +0 -65
  34. package/browser/lib/typeorm/constants.d.ts +0 -2
  35. package/browser/lib/typeorm/container.d.ts +0 -40
  36. package/browser/lib/typeorm/data-source/BaseDataSourceOptions.d.ts +0 -172
  37. package/browser/lib/typeorm/data-source/DataSource.d.ts +0 -247
  38. package/browser/lib/typeorm/data-source/DataSourceOptions.d.ts +0 -9
  39. package/browser/lib/typeorm/data-source/index.d.ts +0 -3
  40. package/browser/lib/typeorm/decorator/Check.d.ts +0 -13
  41. package/browser/lib/typeorm/decorator/EntityRepository.d.ts +0 -10
  42. package/browser/lib/typeorm/decorator/Exclusion.d.ts +0 -13
  43. package/browser/lib/typeorm/decorator/Generated.d.ts +0 -11
  44. package/browser/lib/typeorm/decorator/Index.d.ts +0 -50
  45. package/browser/lib/typeorm/decorator/Unique.d.ts +0 -22
  46. package/browser/lib/typeorm/decorator/columns/Column.d.ts +0 -75
  47. package/browser/lib/typeorm/decorator/columns/CreateDateColumn.d.ts +0 -8
  48. package/browser/lib/typeorm/decorator/columns/DeleteDateColumn.d.ts +0 -7
  49. package/browser/lib/typeorm/decorator/columns/ObjectIdColumn.d.ts +0 -7
  50. package/browser/lib/typeorm/decorator/columns/PrimaryColumn.d.ts +0 -22
  51. package/browser/lib/typeorm/decorator/columns/PrimaryGeneratedColumn.d.ts +0 -25
  52. package/browser/lib/typeorm/decorator/columns/UpdateDateColumn.d.ts +0 -7
  53. package/browser/lib/typeorm/decorator/columns/VersionColumn.d.ts +0 -8
  54. package/browser/lib/typeorm/decorator/columns/ViewColumn.d.ts +0 -6
  55. package/browser/lib/typeorm/decorator/columns/VirtualColumn.d.ts +0 -11
  56. package/browser/lib/typeorm/decorator/entity/ChildEntity.d.ts +0 -5
  57. package/browser/lib/typeorm/decorator/entity/Entity.d.ts +0 -12
  58. package/browser/lib/typeorm/decorator/entity/TableInheritance.d.ts +0 -9
  59. package/browser/lib/typeorm/decorator/entity-view/ViewEntity.d.ts +0 -12
  60. package/browser/lib/typeorm/decorator/listeners/AfterInsert.d.ts +0 -5
  61. package/browser/lib/typeorm/decorator/listeners/AfterLoad.d.ts +0 -5
  62. package/browser/lib/typeorm/decorator/listeners/AfterRecover.d.ts +0 -5
  63. package/browser/lib/typeorm/decorator/listeners/AfterRemove.d.ts +0 -5
  64. package/browser/lib/typeorm/decorator/listeners/AfterSoftRemove.d.ts +0 -5
  65. package/browser/lib/typeorm/decorator/listeners/AfterUpdate.d.ts +0 -5
  66. package/browser/lib/typeorm/decorator/listeners/BeforeInsert.d.ts +0 -5
  67. package/browser/lib/typeorm/decorator/listeners/BeforeRecover.d.ts +0 -5
  68. package/browser/lib/typeorm/decorator/listeners/BeforeRemove.d.ts +0 -5
  69. package/browser/lib/typeorm/decorator/listeners/BeforeSoftRemove.d.ts +0 -5
  70. package/browser/lib/typeorm/decorator/listeners/BeforeUpdate.d.ts +0 -5
  71. package/browser/lib/typeorm/decorator/listeners/EventSubscriber.d.ts +0 -6
  72. package/browser/lib/typeorm/decorator/options/ColumnCommonOptions.d.ts +0 -58
  73. package/browser/lib/typeorm/decorator/options/ColumnEmbeddedOptions.d.ts +0 -17
  74. package/browser/lib/typeorm/decorator/options/ColumnEnumOptions.d.ts +0 -14
  75. package/browser/lib/typeorm/decorator/options/ColumnHstoreOptions.d.ts +0 -11
  76. package/browser/lib/typeorm/decorator/options/ColumnNumericOptions.d.ts +0 -25
  77. package/browser/lib/typeorm/decorator/options/ColumnOptions.d.ts +0 -159
  78. package/browser/lib/typeorm/decorator/options/ColumnWithLengthOptions.d.ts +0 -11
  79. package/browser/lib/typeorm/decorator/options/ColumnWithWidthOptions.d.ts +0 -20
  80. package/browser/lib/typeorm/decorator/options/EntityOptions.d.ts +0 -43
  81. package/browser/lib/typeorm/decorator/options/IndexOptions.d.ts +0 -53
  82. package/browser/lib/typeorm/decorator/options/JoinColumnOptions.d.ts +0 -18
  83. package/browser/lib/typeorm/decorator/options/JoinTableMultipleColumnsOptions.d.ts +0 -30
  84. package/browser/lib/typeorm/decorator/options/JoinTableOptions.d.ts +0 -30
  85. package/browser/lib/typeorm/decorator/options/PrimaryGeneratedColumnIdentityOptions.d.ts +0 -27
  86. package/browser/lib/typeorm/decorator/options/PrimaryGeneratedColumnNumericOptions.d.ts +0 -32
  87. package/browser/lib/typeorm/decorator/options/PrimaryGeneratedColumnUUIDOptions.d.ts +0 -18
  88. package/browser/lib/typeorm/decorator/options/RelationOptions.d.ts +0 -65
  89. package/browser/lib/typeorm/decorator/options/SpatialColumnOptions.d.ts +0 -16
  90. package/browser/lib/typeorm/decorator/options/UniqueOptions.d.ts +0 -11
  91. package/browser/lib/typeorm/decorator/options/ValueTransformer.d.ts +0 -14
  92. package/browser/lib/typeorm/decorator/options/ViewColumnOptions.d.ts +0 -16
  93. package/browser/lib/typeorm/decorator/options/ViewEntityOptions.d.ts +0 -40
  94. package/browser/lib/typeorm/decorator/options/VirtualColumnOptions.d.ts +0 -28
  95. package/browser/lib/typeorm/decorator/relations/JoinColumn.d.ts +0 -20
  96. package/browser/lib/typeorm/decorator/relations/JoinTable.d.ts +0 -18
  97. package/browser/lib/typeorm/decorator/relations/ManyToMany.d.ts +0 -15
  98. package/browser/lib/typeorm/decorator/relations/ManyToOne.d.ts +0 -15
  99. package/browser/lib/typeorm/decorator/relations/OneToMany.d.ts +0 -9
  100. package/browser/lib/typeorm/decorator/relations/OneToOne.d.ts +0 -13
  101. package/browser/lib/typeorm/decorator/relations/RelationCount.d.ts +0 -8
  102. package/browser/lib/typeorm/decorator/relations/RelationId.d.ts +0 -8
  103. package/browser/lib/typeorm/decorator/tree/Tree.d.ts +0 -10
  104. package/browser/lib/typeorm/decorator/tree/TreeChildren.d.ts +0 -8
  105. package/browser/lib/typeorm/decorator/tree/TreeLevelColumn.d.ts +0 -5
  106. package/browser/lib/typeorm/decorator/tree/TreeParent.d.ts +0 -9
  107. package/browser/lib/typeorm/driver/Driver.d.ts +0 -208
  108. package/browser/lib/typeorm/driver/DriverFactory.d.ts +0 -12
  109. package/browser/lib/typeorm/driver/DriverUtils.d.ts +0 -62
  110. package/browser/lib/typeorm/driver/Query.d.ts +0 -10
  111. package/browser/lib/typeorm/driver/SqlInMemory.d.ts +0 -9
  112. package/browser/lib/typeorm/driver/cordova/CordovaConnectionOptions.d.ts +0 -25
  113. package/browser/lib/typeorm/driver/cordova/CordovaDriver.d.ts +0 -26
  114. package/browser/lib/typeorm/driver/cordova/CordovaQueryRunner.d.ts +0 -81
  115. package/browser/lib/typeorm/driver/mongodb/typings.d.ts +0 -46
  116. package/browser/lib/typeorm/driver/nativescript/NativescriptConnectionOptions.d.ts +0 -46
  117. package/browser/lib/typeorm/driver/nativescript/NativescriptDriver.d.ts +0 -45
  118. package/browser/lib/typeorm/driver/nativescript/NativescriptQueryRunner.d.ts +0 -30
  119. package/browser/lib/typeorm/driver/react-native/ReactNativeConnectionOptions.d.ts +0 -25
  120. package/browser/lib/typeorm/driver/react-native/ReactNativeDriver.d.ts +0 -26
  121. package/browser/lib/typeorm/driver/react-native/ReactNativeQueryRunner.d.ts +0 -30
  122. package/browser/lib/typeorm/driver/sqlite-abstract/AbstractSqliteDriver.d.ts +0 -238
  123. package/browser/lib/typeorm/driver/sqlite-abstract/AbstractSqliteQueryRunner.d.ts +0 -301
  124. package/browser/lib/typeorm/driver/sqljs/SqljsConnectionOptions.d.ts +0 -47
  125. package/browser/lib/typeorm/driver/sqljs/SqljsDriver.d.ts +0 -68
  126. package/browser/lib/typeorm/driver/sqljs/SqljsQueryRunner.d.ts +0 -36
  127. package/browser/lib/typeorm/driver/types/ColumnTypes.d.ts +0 -26
  128. package/browser/lib/typeorm/driver/types/CteCapabilities.d.ts +0 -19
  129. package/browser/lib/typeorm/driver/types/DataTypeDefaults.d.ts +0 -9
  130. package/browser/lib/typeorm/driver/types/DatabaseType.d.ts +0 -5
  131. package/browser/lib/typeorm/driver/types/IsolationLevel.d.ts +0 -2
  132. package/browser/lib/typeorm/driver/types/MappedColumnTypes.d.ts +0 -113
  133. package/browser/lib/typeorm/driver/types/MetadataTableType.d.ts +0 -6
  134. package/browser/lib/typeorm/driver/types/ReplicationMode.d.ts +0 -2
  135. package/browser/lib/typeorm/driver/types/UpsertType.d.ts +0 -2
  136. package/browser/lib/typeorm/entity-manager/EntityManager.d.ts +0 -353
  137. package/browser/lib/typeorm/entity-manager/EntityManagerFactory.d.ts +0 -13
  138. package/browser/lib/typeorm/entity-manager/SqljsEntityManager.d.ts +0 -27
  139. package/browser/lib/typeorm/entity-schema/EntitySchema.d.ts +0 -10
  140. package/browser/lib/typeorm/entity-schema/EntitySchemaCheckOptions.d.ts +0 -11
  141. package/browser/lib/typeorm/entity-schema/EntitySchemaColumnOptions.d.ts +0 -175
  142. package/browser/lib/typeorm/entity-schema/EntitySchemaEmbeddedColumnOptions.d.ts +0 -19
  143. package/browser/lib/typeorm/entity-schema/EntitySchemaEmbeddedError.d.ts +0 -7
  144. package/browser/lib/typeorm/entity-schema/EntitySchemaExclusionOptions.d.ts +0 -11
  145. package/browser/lib/typeorm/entity-schema/EntitySchemaIndexOptions.d.ts +0 -54
  146. package/browser/lib/typeorm/entity-schema/EntitySchemaOptions.d.ts +0 -104
  147. package/browser/lib/typeorm/entity-schema/EntitySchemaRelationIdOptions.d.ts +0 -16
  148. package/browser/lib/typeorm/entity-schema/EntitySchemaRelationOptions.d.ts +0 -96
  149. package/browser/lib/typeorm/entity-schema/EntitySchemaTransformer.d.ts +0 -14
  150. package/browser/lib/typeorm/entity-schema/EntitySchemaUniqueOptions.d.ts +0 -18
  151. package/browser/lib/typeorm/error/AlreadyHasActiveConnectionError.d.ts +0 -8
  152. package/browser/lib/typeorm/error/CannotAttachTreeChildrenEntityError.d.ts +0 -8
  153. package/browser/lib/typeorm/error/CannotConnectAlreadyConnectedError.d.ts +0 -8
  154. package/browser/lib/typeorm/error/CannotCreateEntityIdMapError.d.ts +0 -10
  155. package/browser/lib/typeorm/error/CannotDetermineEntityError.d.ts +0 -8
  156. package/browser/lib/typeorm/error/CannotExecuteNotConnectedError.d.ts +0 -8
  157. package/browser/lib/typeorm/error/CannotGetEntityManagerNotConnectedError.d.ts +0 -8
  158. package/browser/lib/typeorm/error/CannotReflectMethodParameterTypeError.d.ts +0 -9
  159. package/browser/lib/typeorm/error/CircularRelationsError.d.ts +0 -8
  160. package/browser/lib/typeorm/error/ColumnTypeUndefinedError.d.ts +0 -9
  161. package/browser/lib/typeorm/error/ConnectionIsNotSetError.d.ts +0 -8
  162. package/browser/lib/typeorm/error/ConnectionNotFoundError.d.ts +0 -8
  163. package/browser/lib/typeorm/error/CustomRepositoryCannotInheritRepositoryError.d.ts +0 -8
  164. package/browser/lib/typeorm/error/CustomRepositoryDoesNotHaveEntityError.d.ts +0 -8
  165. package/browser/lib/typeorm/error/CustomRepositoryNotFoundError.d.ts +0 -8
  166. package/browser/lib/typeorm/error/DataTypeNotSupportedError.d.ts +0 -8
  167. package/browser/lib/typeorm/error/DriverOptionNotSetError.d.ts +0 -8
  168. package/browser/lib/typeorm/error/DriverPackageNotInstalledError.d.ts +0 -8
  169. package/browser/lib/typeorm/error/EntityMetadataNotFoundError.d.ts +0 -7
  170. package/browser/lib/typeorm/error/EntityNotFoundError.d.ts +0 -11
  171. package/browser/lib/typeorm/error/EntityPropertyNotFoundError.d.ts +0 -9
  172. package/browser/lib/typeorm/error/FindRelationsNotFoundError.d.ts +0 -8
  173. package/browser/lib/typeorm/error/InitializedRelationError.d.ts +0 -12
  174. package/browser/lib/typeorm/error/InsertValuesMissingError.d.ts +0 -8
  175. package/browser/lib/typeorm/error/LimitOnUpdateNotSupportedError.d.ts +0 -8
  176. package/browser/lib/typeorm/error/LockNotSupportedOnGivenDriverError.d.ts +0 -8
  177. package/browser/lib/typeorm/error/MetadataAlreadyExistsError.d.ts +0 -5
  178. package/browser/lib/typeorm/error/MetadataWithSuchNameAlreadyExistsError.d.ts +0 -5
  179. package/browser/lib/typeorm/error/MissingDeleteDateColumnError.d.ts +0 -6
  180. package/browser/lib/typeorm/error/MissingDriverError.d.ts +0 -8
  181. package/browser/lib/typeorm/error/MissingJoinColumnError.d.ts +0 -7
  182. package/browser/lib/typeorm/error/MissingJoinTableError.d.ts +0 -7
  183. package/browser/lib/typeorm/error/MissingPrimaryColumnError.d.ts +0 -6
  184. package/browser/lib/typeorm/error/MustBeEntityError.d.ts +0 -8
  185. package/browser/lib/typeorm/error/NamingStrategyNotFoundError.d.ts +0 -8
  186. package/browser/lib/typeorm/error/NestedSetMultipleRootError.d.ts +0 -5
  187. package/browser/lib/typeorm/error/NoConnectionForRepositoryError.d.ts +0 -8
  188. package/browser/lib/typeorm/error/NoConnectionOptionError.d.ts +0 -8
  189. package/browser/lib/typeorm/error/NoNeedToReleaseEntityManagerError.d.ts +0 -8
  190. package/browser/lib/typeorm/error/NoVersionOrUpdateDateColumnError.d.ts +0 -8
  191. package/browser/lib/typeorm/error/OffsetWithoutLimitNotSupportedError.d.ts +0 -8
  192. package/browser/lib/typeorm/error/OptimisticLockCanNotBeUsedError.d.ts +0 -8
  193. package/browser/lib/typeorm/error/OptimisticLockVersionMismatchError.d.ts +0 -8
  194. package/browser/lib/typeorm/error/PersistedEntityNotFoundError.d.ts +0 -8
  195. package/browser/lib/typeorm/error/PessimisticLockTransactionRequiredError.d.ts +0 -8
  196. package/browser/lib/typeorm/error/PrimaryColumnCannotBeNullableError.d.ts +0 -5
  197. package/browser/lib/typeorm/error/QueryFailedError.d.ts +0 -11
  198. package/browser/lib/typeorm/error/QueryRunnerAlreadyReleasedError.d.ts +0 -5
  199. package/browser/lib/typeorm/error/QueryRunnerProviderAlreadyReleasedError.d.ts +0 -8
  200. package/browser/lib/typeorm/error/RepositoryNotTreeError.d.ts +0 -9
  201. package/browser/lib/typeorm/error/ReturningStatementNotSupportedError.d.ts +0 -9
  202. package/browser/lib/typeorm/error/SubjectRemovedAndUpdatedError.d.ts +0 -9
  203. package/browser/lib/typeorm/error/SubjectWithoutIdentifierError.d.ts +0 -11
  204. package/browser/lib/typeorm/error/TransactionAlreadyStartedError.d.ts +0 -8
  205. package/browser/lib/typeorm/error/TransactionNotStartedError.d.ts +0 -8
  206. package/browser/lib/typeorm/error/TreeRepositoryNotSupportedError.d.ts +0 -6
  207. package/browser/lib/typeorm/error/TypeORMError.d.ts +0 -5
  208. package/browser/lib/typeorm/error/UpdateValuesMissingError.d.ts +0 -5
  209. package/browser/lib/typeorm/error/UsingJoinColumnIsNotAllowedError.d.ts +0 -7
  210. package/browser/lib/typeorm/error/UsingJoinColumnOnlyOnOneSideAllowedError.d.ts +0 -7
  211. package/browser/lib/typeorm/error/UsingJoinTableIsNotAllowedError.d.ts +0 -7
  212. package/browser/lib/typeorm/error/UsingJoinTableOnlyOnOneSideAllowedError.d.ts +0 -7
  213. package/browser/lib/typeorm/error/index.d.ts +0 -62
  214. package/browser/lib/typeorm/find-options/EqualOperator.d.ts +0 -6
  215. package/browser/lib/typeorm/find-options/FindManyOptions.d.ts +0 -15
  216. package/browser/lib/typeorm/find-options/FindOneOptions.d.ts +0 -89
  217. package/browser/lib/typeorm/find-options/FindOperator.d.ts +0 -66
  218. package/browser/lib/typeorm/find-options/FindOperatorType.d.ts +0 -5
  219. package/browser/lib/typeorm/find-options/FindOptionsOrder.d.ts +0 -19
  220. package/browser/lib/typeorm/find-options/FindOptionsRelations.d.ts +0 -19
  221. package/browser/lib/typeorm/find-options/FindOptionsSelect.d.ts +0 -18
  222. package/browser/lib/typeorm/find-options/FindOptionsUtils.d.ts +0 -191
  223. package/browser/lib/typeorm/find-options/FindOptionsWhere.d.ts +0 -14
  224. package/browser/lib/typeorm/find-options/FindTreeOptions.d.ts +0 -14
  225. package/browser/lib/typeorm/find-options/JoinOptions.d.ts +0 -77
  226. package/browser/lib/typeorm/find-options/OrderByCondition.d.ts +0 -18
  227. package/browser/lib/typeorm/find-options/operator/Any.d.ts +0 -7
  228. package/browser/lib/typeorm/find-options/operator/ArrayContainedBy.d.ts +0 -7
  229. package/browser/lib/typeorm/find-options/operator/ArrayContains.d.ts +0 -7
  230. package/browser/lib/typeorm/find-options/operator/ArrayOverlap.d.ts +0 -7
  231. package/browser/lib/typeorm/find-options/operator/Between.d.ts +0 -7
  232. package/browser/lib/typeorm/find-options/operator/Equal.d.ts +0 -12
  233. package/browser/lib/typeorm/find-options/operator/ILike.d.ts +0 -7
  234. package/browser/lib/typeorm/find-options/operator/In.d.ts +0 -7
  235. package/browser/lib/typeorm/find-options/operator/IsNull.d.ts +0 -7
  236. package/browser/lib/typeorm/find-options/operator/LessThan.d.ts +0 -7
  237. package/browser/lib/typeorm/find-options/operator/LessThanOrEqual.d.ts +0 -7
  238. package/browser/lib/typeorm/find-options/operator/Like.d.ts +0 -7
  239. package/browser/lib/typeorm/find-options/operator/MoreThan.d.ts +0 -7
  240. package/browser/lib/typeorm/find-options/operator/MoreThanOrEqual.d.ts +0 -7
  241. package/browser/lib/typeorm/find-options/operator/Not.d.ts +0 -8
  242. package/browser/lib/typeorm/find-options/operator/Raw.d.ts +0 -19
  243. package/browser/lib/typeorm/globals.d.ts +0 -104
  244. package/browser/lib/typeorm/index.d.ts +0 -168
  245. package/browser/lib/typeorm/logger/AdvancedConsoleLogger.d.ts +0 -42
  246. package/browser/lib/typeorm/logger/DebugLogger.d.ts +0 -41
  247. package/browser/lib/typeorm/logger/Logger.d.ts +0 -32
  248. package/browser/lib/typeorm/logger/LoggerFactory.d.ts +0 -12
  249. package/browser/lib/typeorm/logger/LoggerOptions.d.ts +0 -14
  250. package/browser/lib/typeorm/logger/SimpleConsoleLogger.d.ts +0 -42
  251. package/browser/lib/typeorm/metadata/CheckMetadata.d.ts +0 -40
  252. package/browser/lib/typeorm/metadata/ColumnMetadata.d.ts +0 -316
  253. package/browser/lib/typeorm/metadata/EmbeddedMetadata.d.ts +0 -166
  254. package/browser/lib/typeorm/metadata/EntityListenerMetadata.d.ts +0 -49
  255. package/browser/lib/typeorm/metadata/EntityMetadata.d.ts +0 -562
  256. package/browser/lib/typeorm/metadata/ExclusionMetadata.d.ts +0 -40
  257. package/browser/lib/typeorm/metadata/ForeignKeyMetadata.d.ts +0 -78
  258. package/browser/lib/typeorm/metadata/IndexMetadata.d.ts +0 -112
  259. package/browser/lib/typeorm/metadata/RelationCountMetadata.d.ts +0 -47
  260. package/browser/lib/typeorm/metadata/RelationIdMetadata.d.ts +0 -54
  261. package/browser/lib/typeorm/metadata/RelationMetadata.d.ts +0 -291
  262. package/browser/lib/typeorm/metadata/UniqueMetadata.d.ts +0 -66
  263. package/browser/lib/typeorm/metadata/types/ClosureTreeOptions.d.ts +0 -11
  264. package/browser/lib/typeorm/metadata/types/DeferrableType.d.ts +0 -5
  265. package/browser/lib/typeorm/metadata/types/EventListenerTypes.d.ts +0 -21
  266. package/browser/lib/typeorm/metadata/types/OnDeleteType.d.ts +0 -5
  267. package/browser/lib/typeorm/metadata/types/OnUpdateType.d.ts +0 -5
  268. package/browser/lib/typeorm/metadata/types/PropertyTypeInFunction.d.ts +0 -5
  269. package/browser/lib/typeorm/metadata/types/RelationTypeInFunction.d.ts +0 -6
  270. package/browser/lib/typeorm/metadata/types/RelationTypes.d.ts +0 -5
  271. package/browser/lib/typeorm/metadata/types/TableTypes.d.ts +0 -5
  272. package/browser/lib/typeorm/metadata/types/TreeTypes.d.ts +0 -6
  273. package/browser/lib/typeorm/metadata-args/CheckMetadataArgs.d.ts +0 -18
  274. package/browser/lib/typeorm/metadata-args/ColumnMetadataArgs.d.ts +0 -26
  275. package/browser/lib/typeorm/metadata-args/DiscriminatorValueMetadataArgs.d.ts +0 -14
  276. package/browser/lib/typeorm/metadata-args/EmbeddedMetadataArgs.d.ts +0 -27
  277. package/browser/lib/typeorm/metadata-args/EntityListenerMetadataArgs.d.ts +0 -19
  278. package/browser/lib/typeorm/metadata-args/EntityRepositoryMetadataArgs.d.ts +0 -15
  279. package/browser/lib/typeorm/metadata-args/EntitySubscriberMetadataArgs.d.ts +0 -10
  280. package/browser/lib/typeorm/metadata-args/ExclusionMetadataArgs.d.ts +0 -18
  281. package/browser/lib/typeorm/metadata-args/GeneratedMetadataArgs.d.ts +0 -18
  282. package/browser/lib/typeorm/metadata-args/IndexMetadataArgs.d.ts +0 -71
  283. package/browser/lib/typeorm/metadata-args/InheritanceMetadataArgs.d.ts +0 -19
  284. package/browser/lib/typeorm/metadata-args/JoinColumnMetadataArgs.d.ts +0 -27
  285. package/browser/lib/typeorm/metadata-args/JoinTableMetadataArgs.d.ts +0 -38
  286. package/browser/lib/typeorm/metadata-args/MetadataArgsStorage.d.ts +0 -109
  287. package/browser/lib/typeorm/metadata-args/NamingStrategyMetadataArgs.d.ts +0 -14
  288. package/browser/lib/typeorm/metadata-args/RelationCountMetadataArgs.d.ts +0 -27
  289. package/browser/lib/typeorm/metadata-args/RelationIdMetadataArgs.d.ts +0 -27
  290. package/browser/lib/typeorm/metadata-args/RelationMetadataArgs.d.ts +0 -56
  291. package/browser/lib/typeorm/metadata-args/TableMetadataArgs.d.ts +0 -62
  292. package/browser/lib/typeorm/metadata-args/TransactionEntityMetadataArgs.d.ts +0 -18
  293. package/browser/lib/typeorm/metadata-args/TransactionRepositoryMetadataArgs.d.ts +0 -26
  294. package/browser/lib/typeorm/metadata-args/TreeMetadataArgs.d.ts +0 -20
  295. package/browser/lib/typeorm/metadata-args/UniqueMetadataArgs.d.ts +0 -25
  296. package/browser/lib/typeorm/metadata-args/types/ColumnMode.d.ts +0 -8
  297. package/browser/lib/typeorm/metadata-builder/ClosureJunctionEntityMetadataBuilder.d.ts +0 -15
  298. package/browser/lib/typeorm/metadata-builder/EntityMetadataBuilder.d.ts +0 -58
  299. package/browser/lib/typeorm/metadata-builder/EntityMetadataValidator.d.ts +0 -24
  300. package/browser/lib/typeorm/metadata-builder/JunctionEntityMetadataBuilder.d.ts +0 -27
  301. package/browser/lib/typeorm/metadata-builder/MetadataUtils.d.ts +0 -24
  302. package/browser/lib/typeorm/metadata-builder/RelationJoinColumnBuilder.d.ts +0 -57
  303. package/browser/lib/typeorm/migration/Migration.d.ts +0 -25
  304. package/browser/lib/typeorm/migration/MigrationExecutor.d.ts +0 -100
  305. package/browser/lib/typeorm/migration/MigrationInterface.d.ts +0 -19
  306. package/browser/lib/typeorm/naming-strategy/DefaultNamingStrategy.d.ts +0 -50
  307. package/browser/lib/typeorm/naming-strategy/NamingStrategyInterface.d.ts +0 -117
  308. package/browser/lib/typeorm/persistence/EntityPersistExecutor.d.ts +0 -22
  309. package/browser/lib/typeorm/persistence/Subject.d.ts +0 -156
  310. package/browser/lib/typeorm/persistence/SubjectChangeMap.d.ts +0 -24
  311. package/browser/lib/typeorm/persistence/SubjectChangedColumnsComputer.d.ts +0 -19
  312. package/browser/lib/typeorm/persistence/SubjectDatabaseEntityLoader.d.ts +0 -36
  313. package/browser/lib/typeorm/persistence/SubjectExecutor.d.ts +0 -119
  314. package/browser/lib/typeorm/persistence/SubjectTopoligicalSorter.d.ts +0 -46
  315. package/browser/lib/typeorm/persistence/subject-builder/CascadesSubjectBuilder.d.ts +0 -20
  316. package/browser/lib/typeorm/persistence/subject-builder/ManyToManySubjectBuilder.d.ts +0 -35
  317. package/browser/lib/typeorm/persistence/subject-builder/OneToManySubjectBuilder.d.ts +0 -28
  318. package/browser/lib/typeorm/persistence/subject-builder/OneToOneInverseSideSubjectBuilder.d.ts +0 -28
  319. package/browser/lib/typeorm/persistence/tree/ClosureSubjectExecutor.d.ts +0 -27
  320. package/browser/lib/typeorm/persistence/tree/MaterializedPathSubjectExecutor.d.ts +0 -19
  321. package/browser/lib/typeorm/persistence/tree/NestedSetSubjectExecutor.d.ts +0 -39
  322. package/browser/lib/typeorm/platform/PlatformTools.d.ts +0 -65
  323. package/browser/lib/typeorm/query-builder/Alias.d.ts +0 -23
  324. package/browser/lib/typeorm/query-builder/Brackets.d.ts +0 -17
  325. package/browser/lib/typeorm/query-builder/DeleteQueryBuilder.d.ts +0 -92
  326. package/browser/lib/typeorm/query-builder/InsertOrUpdateOptions.d.ts +0 -4
  327. package/browser/lib/typeorm/query-builder/InsertQueryBuilder.d.ts +0 -118
  328. package/browser/lib/typeorm/query-builder/JoinAttribute.d.ts +0 -84
  329. package/browser/lib/typeorm/query-builder/NotBrackets.d.ts +0 -9
  330. package/browser/lib/typeorm/query-builder/QueryBuilder.d.ts +0 -268
  331. package/browser/lib/typeorm/query-builder/QueryBuilderCte.d.ts +0 -18
  332. package/browser/lib/typeorm/query-builder/QueryBuilderUtils.d.ts +0 -11
  333. package/browser/lib/typeorm/query-builder/QueryExpressionMap.d.ts +0 -306
  334. package/browser/lib/typeorm/query-builder/QueryPartialEntity.d.ts +0 -16
  335. package/browser/lib/typeorm/query-builder/RelationIdLoader.d.ts +0 -71
  336. package/browser/lib/typeorm/query-builder/RelationLoader.d.ts +0 -60
  337. package/browser/lib/typeorm/query-builder/RelationQueryBuilder.d.ts +0 -70
  338. package/browser/lib/typeorm/query-builder/RelationRemover.d.ts +0 -17
  339. package/browser/lib/typeorm/query-builder/RelationUpdater.d.ts +0 -17
  340. package/browser/lib/typeorm/query-builder/ReturningResultsEntityUpdator.d.ts +0 -31
  341. package/browser/lib/typeorm/query-builder/SelectQuery.d.ts +0 -6
  342. package/browser/lib/typeorm/query-builder/SelectQueryBuilder.d.ts +0 -665
  343. package/browser/lib/typeorm/query-builder/SelectQueryBuilderOption.d.ts +0 -2
  344. package/browser/lib/typeorm/query-builder/SoftDeleteQueryBuilder.d.ts +0 -139
  345. package/browser/lib/typeorm/query-builder/UpdateQueryBuilder.d.ts +0 -144
  346. package/browser/lib/typeorm/query-builder/WhereClause.d.ts +0 -17
  347. package/browser/lib/typeorm/query-builder/WhereExpressionBuilder.d.ts +0 -127
  348. package/browser/lib/typeorm/query-builder/relation-count/RelationCountAttribute.d.ts +0 -54
  349. package/browser/lib/typeorm/query-builder/relation-count/RelationCountLoadResult.d.ts +0 -9
  350. package/browser/lib/typeorm/query-builder/relation-count/RelationCountLoader.d.ts +0 -12
  351. package/browser/lib/typeorm/query-builder/relation-count/RelationCountMetadataToAttributeTransformer.d.ts +0 -8
  352. package/browser/lib/typeorm/query-builder/relation-id/RelationIdAttribute.d.ts +0 -65
  353. package/browser/lib/typeorm/query-builder/relation-id/RelationIdLoadResult.d.ts +0 -6
  354. package/browser/lib/typeorm/query-builder/relation-id/RelationIdLoader.d.ts +0 -12
  355. package/browser/lib/typeorm/query-builder/relation-id/RelationIdMetadataToAttributeTransformer.d.ts +0 -8
  356. package/browser/lib/typeorm/query-builder/result/DeleteResult.d.ts +0 -17
  357. package/browser/lib/typeorm/query-builder/result/InsertResult.d.ts +0 -23
  358. package/browser/lib/typeorm/query-builder/result/UpdateResult.d.ts +0 -27
  359. package/browser/lib/typeorm/query-builder/transformer/PlainObjectToDatabaseEntityTransformer.d.ts +0 -13
  360. package/browser/lib/typeorm/query-builder/transformer/PlainObjectToNewEntityTransformer.d.ts +0 -15
  361. package/browser/lib/typeorm/query-builder/transformer/RawSqlResultsToEntityTransformer.d.ts +0 -56
  362. package/browser/lib/typeorm/query-runner/BaseQueryRunner.d.ts +0 -204
  363. package/browser/lib/typeorm/query-runner/QueryResult.d.ts +0 -18
  364. package/browser/lib/typeorm/query-runner/QueryRunner.d.ts +0 -359
  365. package/browser/lib/typeorm/relation-path.d.ts +0 -7
  366. package/browser/lib/typeorm/repository/AbstractRepository.d.ts +0 -52
  367. package/browser/lib/typeorm/repository/BaseEntity.d.ts +0 -298
  368. package/browser/lib/typeorm/repository/FindTreesOptions.d.ts +0 -10
  369. package/browser/lib/typeorm/repository/RemoveOptions.d.ts +0 -28
  370. package/browser/lib/typeorm/repository/Repository.d.ts +0 -292
  371. package/browser/lib/typeorm/repository/SaveOptions.d.ts +0 -36
  372. package/browser/lib/typeorm/repository/TreeRepository.d.ts +0 -56
  373. package/browser/lib/typeorm/repository/UpsertOptions.d.ts +0 -11
  374. package/browser/lib/typeorm/schema-builder/RdbmsSchemaBuilder.d.ts +0 -145
  375. package/browser/lib/typeorm/schema-builder/SchemaBuilder.d.ts +0 -15
  376. package/browser/lib/typeorm/schema-builder/options/TableCheckOptions.d.ts +0 -18
  377. package/browser/lib/typeorm/schema-builder/options/TableColumnOptions.d.ts +0 -123
  378. package/browser/lib/typeorm/schema-builder/options/TableExclusionOptions.d.ts +0 -14
  379. package/browser/lib/typeorm/schema-builder/options/TableForeignKeyOptions.d.ts +0 -45
  380. package/browser/lib/typeorm/schema-builder/options/TableIndexOptions.d.ts +0 -45
  381. package/browser/lib/typeorm/schema-builder/options/TableOptions.d.ts +0 -62
  382. package/browser/lib/typeorm/schema-builder/options/TableUniqueOptions.d.ts +0 -19
  383. package/browser/lib/typeorm/schema-builder/options/ViewOptions.d.ts +0 -27
  384. package/browser/lib/typeorm/schema-builder/table/Table.d.ts +0 -143
  385. package/browser/lib/typeorm/schema-builder/table/TableCheck.d.ts +0 -30
  386. package/browser/lib/typeorm/schema-builder/table/TableColumn.d.ts +0 -127
  387. package/browser/lib/typeorm/schema-builder/table/TableExclusion.d.ts +0 -26
  388. package/browser/lib/typeorm/schema-builder/table/TableForeignKey.d.ts +0 -58
  389. package/browser/lib/typeorm/schema-builder/table/TableIndex.d.ts +0 -57
  390. package/browser/lib/typeorm/schema-builder/table/TableUnique.d.ts +0 -31
  391. package/browser/lib/typeorm/schema-builder/util/TableUtils.d.ts +0 -7
  392. package/browser/lib/typeorm/schema-builder/util/ViewUtils.d.ts +0 -8
  393. package/browser/lib/typeorm/schema-builder/view/View.d.ts +0 -38
  394. package/browser/lib/typeorm/subscriber/Broadcaster.d.ts +0 -168
  395. package/browser/lib/typeorm/subscriber/BroadcasterResult.d.ts +0 -18
  396. package/browser/lib/typeorm/subscriber/EntitySubscriberInterface.d.ts +0 -93
  397. package/browser/lib/typeorm/subscriber/event/InsertEvent.d.ts +0 -32
  398. package/browser/lib/typeorm/subscriber/event/LoadEvent.d.ts +0 -32
  399. package/browser/lib/typeorm/subscriber/event/RecoverEvent.d.ts +0 -7
  400. package/browser/lib/typeorm/subscriber/event/RemoveEvent.d.ts +0 -41
  401. package/browser/lib/typeorm/subscriber/event/SoftRemoveEvent.d.ts +0 -7
  402. package/browser/lib/typeorm/subscriber/event/TransactionCommitEvent.d.ts +0 -23
  403. package/browser/lib/typeorm/subscriber/event/TransactionRollbackEvent.d.ts +0 -23
  404. package/browser/lib/typeorm/subscriber/event/TransactionStartEvent.d.ts +0 -23
  405. package/browser/lib/typeorm/subscriber/event/UpdateEvent.d.ts +0 -47
  406. package/browser/lib/typeorm/util/ApplyValueTransformers.d.ts +0 -6
  407. package/browser/lib/typeorm/util/DateUtils.d.ts +0 -59
  408. package/browser/lib/typeorm/util/DepGraph.d.ts +0 -65
  409. package/browser/lib/typeorm/util/DirectoryExportedClassesLoader.d.ts +0 -10
  410. package/browser/lib/typeorm/util/ImportUtils.d.ts +0 -2
  411. package/browser/lib/typeorm/util/InstanceChecker.d.ts +0 -60
  412. package/browser/lib/typeorm/util/ObjectUtils.d.ts +0 -38
  413. package/browser/lib/typeorm/util/OrmUtils.d.ts +0 -53
  414. package/browser/lib/typeorm/util/PathUtils.d.ts +0 -11
  415. package/browser/lib/typeorm/util/RandomGenerator.d.ts +0 -16
  416. package/browser/lib/typeorm/util/StringUtils.d.ts +0 -64
  417. package/browser/lib/typeorm/util/TreeRepositoryUtils.d.ts +0 -24
  418. package/browser/lib/typeorm/util/VersionUtils.d.ts +0 -5
  419. package/browser/lib/typeorm/util/escapeRegExp.d.ts +0 -2
  420. package/browser/public-api.d.ts +0 -2
  421. package/tmp-environment.json +0 -43
  422. package/websql/index.d.ts +0 -6
  423. package/websql/lib/index.d.ts +0 -2
  424. package/websql/lib/typeorm/cache/DbQueryResultCache.d.ts +0 -53
  425. package/websql/lib/typeorm/cache/QueryResultCache.d.ts +0 -40
  426. package/websql/lib/typeorm/cache/QueryResultCacheFactory.d.ts +0 -14
  427. package/websql/lib/typeorm/cache/QueryResultCacheOptions.d.ts +0 -27
  428. package/websql/lib/typeorm/cache/RedisQueryResultCache.d.ts +0 -66
  429. package/websql/lib/typeorm/common/DeepPartial.d.ts +0 -7
  430. package/websql/lib/typeorm/common/EntityTarget.d.ts +0 -10
  431. package/websql/lib/typeorm/common/MixedList.d.ts +0 -9
  432. package/websql/lib/typeorm/common/ObjectLiteral.d.ts +0 -7
  433. package/websql/lib/typeorm/common/ObjectType.d.ts +0 -7
  434. package/websql/lib/typeorm/common/RelationType.d.ts +0 -15
  435. package/websql/lib/typeorm/connection/Connection.d.ts +0 -11
  436. package/websql/lib/typeorm/connection/ConnectionManager.d.ts +0 -34
  437. package/websql/lib/typeorm/connection/ConnectionMetadataBuilder.d.ts +0 -25
  438. package/websql/lib/typeorm/connection/ConnectionOptions.d.ts +0 -10
  439. package/websql/lib/typeorm/connection/ConnectionOptionsReader.d.ts +0 -65
  440. package/websql/lib/typeorm/constants.d.ts +0 -2
  441. package/websql/lib/typeorm/container.d.ts +0 -40
  442. package/websql/lib/typeorm/data-source/BaseDataSourceOptions.d.ts +0 -172
  443. package/websql/lib/typeorm/data-source/DataSource.d.ts +0 -247
  444. package/websql/lib/typeorm/data-source/DataSourceOptions.d.ts +0 -9
  445. package/websql/lib/typeorm/data-source/index.d.ts +0 -3
  446. package/websql/lib/typeorm/decorator/Check.d.ts +0 -13
  447. package/websql/lib/typeorm/decorator/EntityRepository.d.ts +0 -10
  448. package/websql/lib/typeorm/decorator/Exclusion.d.ts +0 -13
  449. package/websql/lib/typeorm/decorator/Generated.d.ts +0 -11
  450. package/websql/lib/typeorm/decorator/Index.d.ts +0 -50
  451. package/websql/lib/typeorm/decorator/Unique.d.ts +0 -22
  452. package/websql/lib/typeorm/decorator/columns/Column.d.ts +0 -75
  453. package/websql/lib/typeorm/decorator/columns/CreateDateColumn.d.ts +0 -8
  454. package/websql/lib/typeorm/decorator/columns/DeleteDateColumn.d.ts +0 -7
  455. package/websql/lib/typeorm/decorator/columns/ObjectIdColumn.d.ts +0 -7
  456. package/websql/lib/typeorm/decorator/columns/PrimaryColumn.d.ts +0 -22
  457. package/websql/lib/typeorm/decorator/columns/PrimaryGeneratedColumn.d.ts +0 -25
  458. package/websql/lib/typeorm/decorator/columns/UpdateDateColumn.d.ts +0 -7
  459. package/websql/lib/typeorm/decorator/columns/VersionColumn.d.ts +0 -8
  460. package/websql/lib/typeorm/decorator/columns/ViewColumn.d.ts +0 -6
  461. package/websql/lib/typeorm/decorator/columns/VirtualColumn.d.ts +0 -11
  462. package/websql/lib/typeorm/decorator/entity/ChildEntity.d.ts +0 -5
  463. package/websql/lib/typeorm/decorator/entity/Entity.d.ts +0 -12
  464. package/websql/lib/typeorm/decorator/entity/TableInheritance.d.ts +0 -9
  465. package/websql/lib/typeorm/decorator/entity-view/ViewEntity.d.ts +0 -12
  466. package/websql/lib/typeorm/decorator/listeners/AfterInsert.d.ts +0 -5
  467. package/websql/lib/typeorm/decorator/listeners/AfterLoad.d.ts +0 -5
  468. package/websql/lib/typeorm/decorator/listeners/AfterRecover.d.ts +0 -5
  469. package/websql/lib/typeorm/decorator/listeners/AfterRemove.d.ts +0 -5
  470. package/websql/lib/typeorm/decorator/listeners/AfterSoftRemove.d.ts +0 -5
  471. package/websql/lib/typeorm/decorator/listeners/AfterUpdate.d.ts +0 -5
  472. package/websql/lib/typeorm/decorator/listeners/BeforeInsert.d.ts +0 -5
  473. package/websql/lib/typeorm/decorator/listeners/BeforeRecover.d.ts +0 -5
  474. package/websql/lib/typeorm/decorator/listeners/BeforeRemove.d.ts +0 -5
  475. package/websql/lib/typeorm/decorator/listeners/BeforeSoftRemove.d.ts +0 -5
  476. package/websql/lib/typeorm/decorator/listeners/BeforeUpdate.d.ts +0 -5
  477. package/websql/lib/typeorm/decorator/listeners/EventSubscriber.d.ts +0 -6
  478. package/websql/lib/typeorm/decorator/options/ColumnCommonOptions.d.ts +0 -58
  479. package/websql/lib/typeorm/decorator/options/ColumnEmbeddedOptions.d.ts +0 -17
  480. package/websql/lib/typeorm/decorator/options/ColumnEnumOptions.d.ts +0 -14
  481. package/websql/lib/typeorm/decorator/options/ColumnHstoreOptions.d.ts +0 -11
  482. package/websql/lib/typeorm/decorator/options/ColumnNumericOptions.d.ts +0 -25
  483. package/websql/lib/typeorm/decorator/options/ColumnOptions.d.ts +0 -159
  484. package/websql/lib/typeorm/decorator/options/ColumnWithLengthOptions.d.ts +0 -11
  485. package/websql/lib/typeorm/decorator/options/ColumnWithWidthOptions.d.ts +0 -20
  486. package/websql/lib/typeorm/decorator/options/EntityOptions.d.ts +0 -43
  487. package/websql/lib/typeorm/decorator/options/IndexOptions.d.ts +0 -53
  488. package/websql/lib/typeorm/decorator/options/JoinColumnOptions.d.ts +0 -18
  489. package/websql/lib/typeorm/decorator/options/JoinTableMultipleColumnsOptions.d.ts +0 -30
  490. package/websql/lib/typeorm/decorator/options/JoinTableOptions.d.ts +0 -30
  491. package/websql/lib/typeorm/decorator/options/PrimaryGeneratedColumnIdentityOptions.d.ts +0 -27
  492. package/websql/lib/typeorm/decorator/options/PrimaryGeneratedColumnNumericOptions.d.ts +0 -32
  493. package/websql/lib/typeorm/decorator/options/PrimaryGeneratedColumnUUIDOptions.d.ts +0 -18
  494. package/websql/lib/typeorm/decorator/options/RelationOptions.d.ts +0 -65
  495. package/websql/lib/typeorm/decorator/options/SpatialColumnOptions.d.ts +0 -16
  496. package/websql/lib/typeorm/decorator/options/UniqueOptions.d.ts +0 -11
  497. package/websql/lib/typeorm/decorator/options/ValueTransformer.d.ts +0 -14
  498. package/websql/lib/typeorm/decorator/options/ViewColumnOptions.d.ts +0 -16
  499. package/websql/lib/typeorm/decorator/options/ViewEntityOptions.d.ts +0 -40
  500. package/websql/lib/typeorm/decorator/options/VirtualColumnOptions.d.ts +0 -28
  501. package/websql/lib/typeorm/decorator/relations/JoinColumn.d.ts +0 -20
  502. package/websql/lib/typeorm/decorator/relations/JoinTable.d.ts +0 -18
  503. package/websql/lib/typeorm/decorator/relations/ManyToMany.d.ts +0 -15
  504. package/websql/lib/typeorm/decorator/relations/ManyToOne.d.ts +0 -15
  505. package/websql/lib/typeorm/decorator/relations/OneToMany.d.ts +0 -9
  506. package/websql/lib/typeorm/decorator/relations/OneToOne.d.ts +0 -13
  507. package/websql/lib/typeorm/decorator/relations/RelationCount.d.ts +0 -8
  508. package/websql/lib/typeorm/decorator/relations/RelationId.d.ts +0 -8
  509. package/websql/lib/typeorm/decorator/tree/Tree.d.ts +0 -10
  510. package/websql/lib/typeorm/decorator/tree/TreeChildren.d.ts +0 -8
  511. package/websql/lib/typeorm/decorator/tree/TreeLevelColumn.d.ts +0 -5
  512. package/websql/lib/typeorm/decorator/tree/TreeParent.d.ts +0 -9
  513. package/websql/lib/typeorm/driver/Driver.d.ts +0 -208
  514. package/websql/lib/typeorm/driver/DriverFactory.d.ts +0 -12
  515. package/websql/lib/typeorm/driver/DriverUtils.d.ts +0 -62
  516. package/websql/lib/typeorm/driver/Query.d.ts +0 -10
  517. package/websql/lib/typeorm/driver/SqlInMemory.d.ts +0 -9
  518. package/websql/lib/typeorm/driver/cordova/CordovaConnectionOptions.d.ts +0 -25
  519. package/websql/lib/typeorm/driver/cordova/CordovaDriver.d.ts +0 -26
  520. package/websql/lib/typeorm/driver/cordova/CordovaQueryRunner.d.ts +0 -81
  521. package/websql/lib/typeorm/driver/mongodb/typings.d.ts +0 -46
  522. package/websql/lib/typeorm/driver/nativescript/NativescriptConnectionOptions.d.ts +0 -46
  523. package/websql/lib/typeorm/driver/nativescript/NativescriptDriver.d.ts +0 -45
  524. package/websql/lib/typeorm/driver/nativescript/NativescriptQueryRunner.d.ts +0 -30
  525. package/websql/lib/typeorm/driver/react-native/ReactNativeConnectionOptions.d.ts +0 -25
  526. package/websql/lib/typeorm/driver/react-native/ReactNativeDriver.d.ts +0 -26
  527. package/websql/lib/typeorm/driver/react-native/ReactNativeQueryRunner.d.ts +0 -30
  528. package/websql/lib/typeorm/driver/sqlite-abstract/AbstractSqliteDriver.d.ts +0 -238
  529. package/websql/lib/typeorm/driver/sqlite-abstract/AbstractSqliteQueryRunner.d.ts +0 -301
  530. package/websql/lib/typeorm/driver/sqljs/SqljsConnectionOptions.d.ts +0 -47
  531. package/websql/lib/typeorm/driver/sqljs/SqljsDriver.d.ts +0 -68
  532. package/websql/lib/typeorm/driver/sqljs/SqljsQueryRunner.d.ts +0 -36
  533. package/websql/lib/typeorm/driver/types/ColumnTypes.d.ts +0 -26
  534. package/websql/lib/typeorm/driver/types/CteCapabilities.d.ts +0 -19
  535. package/websql/lib/typeorm/driver/types/DataTypeDefaults.d.ts +0 -9
  536. package/websql/lib/typeorm/driver/types/DatabaseType.d.ts +0 -5
  537. package/websql/lib/typeorm/driver/types/IsolationLevel.d.ts +0 -2
  538. package/websql/lib/typeorm/driver/types/MappedColumnTypes.d.ts +0 -113
  539. package/websql/lib/typeorm/driver/types/MetadataTableType.d.ts +0 -6
  540. package/websql/lib/typeorm/driver/types/ReplicationMode.d.ts +0 -2
  541. package/websql/lib/typeorm/driver/types/UpsertType.d.ts +0 -2
  542. package/websql/lib/typeorm/entity-manager/EntityManager.d.ts +0 -353
  543. package/websql/lib/typeorm/entity-manager/EntityManagerFactory.d.ts +0 -13
  544. package/websql/lib/typeorm/entity-manager/SqljsEntityManager.d.ts +0 -27
  545. package/websql/lib/typeorm/entity-schema/EntitySchema.d.ts +0 -10
  546. package/websql/lib/typeorm/entity-schema/EntitySchemaCheckOptions.d.ts +0 -11
  547. package/websql/lib/typeorm/entity-schema/EntitySchemaColumnOptions.d.ts +0 -175
  548. package/websql/lib/typeorm/entity-schema/EntitySchemaEmbeddedColumnOptions.d.ts +0 -19
  549. package/websql/lib/typeorm/entity-schema/EntitySchemaEmbeddedError.d.ts +0 -7
  550. package/websql/lib/typeorm/entity-schema/EntitySchemaExclusionOptions.d.ts +0 -11
  551. package/websql/lib/typeorm/entity-schema/EntitySchemaIndexOptions.d.ts +0 -54
  552. package/websql/lib/typeorm/entity-schema/EntitySchemaOptions.d.ts +0 -104
  553. package/websql/lib/typeorm/entity-schema/EntitySchemaRelationIdOptions.d.ts +0 -16
  554. package/websql/lib/typeorm/entity-schema/EntitySchemaRelationOptions.d.ts +0 -96
  555. package/websql/lib/typeorm/entity-schema/EntitySchemaTransformer.d.ts +0 -14
  556. package/websql/lib/typeorm/entity-schema/EntitySchemaUniqueOptions.d.ts +0 -18
  557. package/websql/lib/typeorm/error/AlreadyHasActiveConnectionError.d.ts +0 -8
  558. package/websql/lib/typeorm/error/CannotAttachTreeChildrenEntityError.d.ts +0 -8
  559. package/websql/lib/typeorm/error/CannotConnectAlreadyConnectedError.d.ts +0 -8
  560. package/websql/lib/typeorm/error/CannotCreateEntityIdMapError.d.ts +0 -10
  561. package/websql/lib/typeorm/error/CannotDetermineEntityError.d.ts +0 -8
  562. package/websql/lib/typeorm/error/CannotExecuteNotConnectedError.d.ts +0 -8
  563. package/websql/lib/typeorm/error/CannotGetEntityManagerNotConnectedError.d.ts +0 -8
  564. package/websql/lib/typeorm/error/CannotReflectMethodParameterTypeError.d.ts +0 -9
  565. package/websql/lib/typeorm/error/CircularRelationsError.d.ts +0 -8
  566. package/websql/lib/typeorm/error/ColumnTypeUndefinedError.d.ts +0 -9
  567. package/websql/lib/typeorm/error/ConnectionIsNotSetError.d.ts +0 -8
  568. package/websql/lib/typeorm/error/ConnectionNotFoundError.d.ts +0 -8
  569. package/websql/lib/typeorm/error/CustomRepositoryCannotInheritRepositoryError.d.ts +0 -8
  570. package/websql/lib/typeorm/error/CustomRepositoryDoesNotHaveEntityError.d.ts +0 -8
  571. package/websql/lib/typeorm/error/CustomRepositoryNotFoundError.d.ts +0 -8
  572. package/websql/lib/typeorm/error/DataTypeNotSupportedError.d.ts +0 -8
  573. package/websql/lib/typeorm/error/DriverOptionNotSetError.d.ts +0 -8
  574. package/websql/lib/typeorm/error/DriverPackageNotInstalledError.d.ts +0 -8
  575. package/websql/lib/typeorm/error/EntityMetadataNotFoundError.d.ts +0 -7
  576. package/websql/lib/typeorm/error/EntityNotFoundError.d.ts +0 -11
  577. package/websql/lib/typeorm/error/EntityPropertyNotFoundError.d.ts +0 -9
  578. package/websql/lib/typeorm/error/FindRelationsNotFoundError.d.ts +0 -8
  579. package/websql/lib/typeorm/error/InitializedRelationError.d.ts +0 -12
  580. package/websql/lib/typeorm/error/InsertValuesMissingError.d.ts +0 -8
  581. package/websql/lib/typeorm/error/LimitOnUpdateNotSupportedError.d.ts +0 -8
  582. package/websql/lib/typeorm/error/LockNotSupportedOnGivenDriverError.d.ts +0 -8
  583. package/websql/lib/typeorm/error/MetadataAlreadyExistsError.d.ts +0 -5
  584. package/websql/lib/typeorm/error/MetadataWithSuchNameAlreadyExistsError.d.ts +0 -5
  585. package/websql/lib/typeorm/error/MissingDeleteDateColumnError.d.ts +0 -6
  586. package/websql/lib/typeorm/error/MissingDriverError.d.ts +0 -8
  587. package/websql/lib/typeorm/error/MissingJoinColumnError.d.ts +0 -7
  588. package/websql/lib/typeorm/error/MissingJoinTableError.d.ts +0 -7
  589. package/websql/lib/typeorm/error/MissingPrimaryColumnError.d.ts +0 -6
  590. package/websql/lib/typeorm/error/MustBeEntityError.d.ts +0 -8
  591. package/websql/lib/typeorm/error/NamingStrategyNotFoundError.d.ts +0 -8
  592. package/websql/lib/typeorm/error/NestedSetMultipleRootError.d.ts +0 -5
  593. package/websql/lib/typeorm/error/NoConnectionForRepositoryError.d.ts +0 -8
  594. package/websql/lib/typeorm/error/NoConnectionOptionError.d.ts +0 -8
  595. package/websql/lib/typeorm/error/NoNeedToReleaseEntityManagerError.d.ts +0 -8
  596. package/websql/lib/typeorm/error/NoVersionOrUpdateDateColumnError.d.ts +0 -8
  597. package/websql/lib/typeorm/error/OffsetWithoutLimitNotSupportedError.d.ts +0 -8
  598. package/websql/lib/typeorm/error/OptimisticLockCanNotBeUsedError.d.ts +0 -8
  599. package/websql/lib/typeorm/error/OptimisticLockVersionMismatchError.d.ts +0 -8
  600. package/websql/lib/typeorm/error/PersistedEntityNotFoundError.d.ts +0 -8
  601. package/websql/lib/typeorm/error/PessimisticLockTransactionRequiredError.d.ts +0 -8
  602. package/websql/lib/typeorm/error/PrimaryColumnCannotBeNullableError.d.ts +0 -5
  603. package/websql/lib/typeorm/error/QueryFailedError.d.ts +0 -11
  604. package/websql/lib/typeorm/error/QueryRunnerAlreadyReleasedError.d.ts +0 -5
  605. package/websql/lib/typeorm/error/QueryRunnerProviderAlreadyReleasedError.d.ts +0 -8
  606. package/websql/lib/typeorm/error/RepositoryNotTreeError.d.ts +0 -9
  607. package/websql/lib/typeorm/error/ReturningStatementNotSupportedError.d.ts +0 -9
  608. package/websql/lib/typeorm/error/SubjectRemovedAndUpdatedError.d.ts +0 -9
  609. package/websql/lib/typeorm/error/SubjectWithoutIdentifierError.d.ts +0 -11
  610. package/websql/lib/typeorm/error/TransactionAlreadyStartedError.d.ts +0 -8
  611. package/websql/lib/typeorm/error/TransactionNotStartedError.d.ts +0 -8
  612. package/websql/lib/typeorm/error/TreeRepositoryNotSupportedError.d.ts +0 -6
  613. package/websql/lib/typeorm/error/TypeORMError.d.ts +0 -5
  614. package/websql/lib/typeorm/error/UpdateValuesMissingError.d.ts +0 -5
  615. package/websql/lib/typeorm/error/UsingJoinColumnIsNotAllowedError.d.ts +0 -7
  616. package/websql/lib/typeorm/error/UsingJoinColumnOnlyOnOneSideAllowedError.d.ts +0 -7
  617. package/websql/lib/typeorm/error/UsingJoinTableIsNotAllowedError.d.ts +0 -7
  618. package/websql/lib/typeorm/error/UsingJoinTableOnlyOnOneSideAllowedError.d.ts +0 -7
  619. package/websql/lib/typeorm/error/index.d.ts +0 -62
  620. package/websql/lib/typeorm/find-options/EqualOperator.d.ts +0 -6
  621. package/websql/lib/typeorm/find-options/FindManyOptions.d.ts +0 -15
  622. package/websql/lib/typeorm/find-options/FindOneOptions.d.ts +0 -89
  623. package/websql/lib/typeorm/find-options/FindOperator.d.ts +0 -66
  624. package/websql/lib/typeorm/find-options/FindOperatorType.d.ts +0 -5
  625. package/websql/lib/typeorm/find-options/FindOptionsOrder.d.ts +0 -19
  626. package/websql/lib/typeorm/find-options/FindOptionsRelations.d.ts +0 -19
  627. package/websql/lib/typeorm/find-options/FindOptionsSelect.d.ts +0 -18
  628. package/websql/lib/typeorm/find-options/FindOptionsUtils.d.ts +0 -191
  629. package/websql/lib/typeorm/find-options/FindOptionsWhere.d.ts +0 -14
  630. package/websql/lib/typeorm/find-options/FindTreeOptions.d.ts +0 -14
  631. package/websql/lib/typeorm/find-options/JoinOptions.d.ts +0 -77
  632. package/websql/lib/typeorm/find-options/OrderByCondition.d.ts +0 -18
  633. package/websql/lib/typeorm/find-options/operator/Any.d.ts +0 -7
  634. package/websql/lib/typeorm/find-options/operator/ArrayContainedBy.d.ts +0 -7
  635. package/websql/lib/typeorm/find-options/operator/ArrayContains.d.ts +0 -7
  636. package/websql/lib/typeorm/find-options/operator/ArrayOverlap.d.ts +0 -7
  637. package/websql/lib/typeorm/find-options/operator/Between.d.ts +0 -7
  638. package/websql/lib/typeorm/find-options/operator/Equal.d.ts +0 -12
  639. package/websql/lib/typeorm/find-options/operator/ILike.d.ts +0 -7
  640. package/websql/lib/typeorm/find-options/operator/In.d.ts +0 -7
  641. package/websql/lib/typeorm/find-options/operator/IsNull.d.ts +0 -7
  642. package/websql/lib/typeorm/find-options/operator/LessThan.d.ts +0 -7
  643. package/websql/lib/typeorm/find-options/operator/LessThanOrEqual.d.ts +0 -7
  644. package/websql/lib/typeorm/find-options/operator/Like.d.ts +0 -7
  645. package/websql/lib/typeorm/find-options/operator/MoreThan.d.ts +0 -7
  646. package/websql/lib/typeorm/find-options/operator/MoreThanOrEqual.d.ts +0 -7
  647. package/websql/lib/typeorm/find-options/operator/Not.d.ts +0 -8
  648. package/websql/lib/typeorm/find-options/operator/Raw.d.ts +0 -19
  649. package/websql/lib/typeorm/globals.d.ts +0 -104
  650. package/websql/lib/typeorm/index.d.ts +0 -168
  651. package/websql/lib/typeorm/logger/AdvancedConsoleLogger.d.ts +0 -42
  652. package/websql/lib/typeorm/logger/DebugLogger.d.ts +0 -41
  653. package/websql/lib/typeorm/logger/Logger.d.ts +0 -32
  654. package/websql/lib/typeorm/logger/LoggerFactory.d.ts +0 -12
  655. package/websql/lib/typeorm/logger/LoggerOptions.d.ts +0 -14
  656. package/websql/lib/typeorm/logger/SimpleConsoleLogger.d.ts +0 -42
  657. package/websql/lib/typeorm/metadata/CheckMetadata.d.ts +0 -40
  658. package/websql/lib/typeorm/metadata/ColumnMetadata.d.ts +0 -316
  659. package/websql/lib/typeorm/metadata/EmbeddedMetadata.d.ts +0 -166
  660. package/websql/lib/typeorm/metadata/EntityListenerMetadata.d.ts +0 -49
  661. package/websql/lib/typeorm/metadata/EntityMetadata.d.ts +0 -562
  662. package/websql/lib/typeorm/metadata/ExclusionMetadata.d.ts +0 -40
  663. package/websql/lib/typeorm/metadata/ForeignKeyMetadata.d.ts +0 -78
  664. package/websql/lib/typeorm/metadata/IndexMetadata.d.ts +0 -112
  665. package/websql/lib/typeorm/metadata/RelationCountMetadata.d.ts +0 -47
  666. package/websql/lib/typeorm/metadata/RelationIdMetadata.d.ts +0 -54
  667. package/websql/lib/typeorm/metadata/RelationMetadata.d.ts +0 -291
  668. package/websql/lib/typeorm/metadata/UniqueMetadata.d.ts +0 -66
  669. package/websql/lib/typeorm/metadata/types/ClosureTreeOptions.d.ts +0 -11
  670. package/websql/lib/typeorm/metadata/types/DeferrableType.d.ts +0 -5
  671. package/websql/lib/typeorm/metadata/types/EventListenerTypes.d.ts +0 -21
  672. package/websql/lib/typeorm/metadata/types/OnDeleteType.d.ts +0 -5
  673. package/websql/lib/typeorm/metadata/types/OnUpdateType.d.ts +0 -5
  674. package/websql/lib/typeorm/metadata/types/PropertyTypeInFunction.d.ts +0 -5
  675. package/websql/lib/typeorm/metadata/types/RelationTypeInFunction.d.ts +0 -6
  676. package/websql/lib/typeorm/metadata/types/RelationTypes.d.ts +0 -5
  677. package/websql/lib/typeorm/metadata/types/TableTypes.d.ts +0 -5
  678. package/websql/lib/typeorm/metadata/types/TreeTypes.d.ts +0 -6
  679. package/websql/lib/typeorm/metadata-args/CheckMetadataArgs.d.ts +0 -18
  680. package/websql/lib/typeorm/metadata-args/ColumnMetadataArgs.d.ts +0 -26
  681. package/websql/lib/typeorm/metadata-args/DiscriminatorValueMetadataArgs.d.ts +0 -14
  682. package/websql/lib/typeorm/metadata-args/EmbeddedMetadataArgs.d.ts +0 -27
  683. package/websql/lib/typeorm/metadata-args/EntityListenerMetadataArgs.d.ts +0 -19
  684. package/websql/lib/typeorm/metadata-args/EntityRepositoryMetadataArgs.d.ts +0 -15
  685. package/websql/lib/typeorm/metadata-args/EntitySubscriberMetadataArgs.d.ts +0 -10
  686. package/websql/lib/typeorm/metadata-args/ExclusionMetadataArgs.d.ts +0 -18
  687. package/websql/lib/typeorm/metadata-args/GeneratedMetadataArgs.d.ts +0 -18
  688. package/websql/lib/typeorm/metadata-args/IndexMetadataArgs.d.ts +0 -71
  689. package/websql/lib/typeorm/metadata-args/InheritanceMetadataArgs.d.ts +0 -19
  690. package/websql/lib/typeorm/metadata-args/JoinColumnMetadataArgs.d.ts +0 -27
  691. package/websql/lib/typeorm/metadata-args/JoinTableMetadataArgs.d.ts +0 -38
  692. package/websql/lib/typeorm/metadata-args/MetadataArgsStorage.d.ts +0 -109
  693. package/websql/lib/typeorm/metadata-args/NamingStrategyMetadataArgs.d.ts +0 -14
  694. package/websql/lib/typeorm/metadata-args/RelationCountMetadataArgs.d.ts +0 -27
  695. package/websql/lib/typeorm/metadata-args/RelationIdMetadataArgs.d.ts +0 -27
  696. package/websql/lib/typeorm/metadata-args/RelationMetadataArgs.d.ts +0 -56
  697. package/websql/lib/typeorm/metadata-args/TableMetadataArgs.d.ts +0 -62
  698. package/websql/lib/typeorm/metadata-args/TransactionEntityMetadataArgs.d.ts +0 -18
  699. package/websql/lib/typeorm/metadata-args/TransactionRepositoryMetadataArgs.d.ts +0 -26
  700. package/websql/lib/typeorm/metadata-args/TreeMetadataArgs.d.ts +0 -20
  701. package/websql/lib/typeorm/metadata-args/UniqueMetadataArgs.d.ts +0 -25
  702. package/websql/lib/typeorm/metadata-args/types/ColumnMode.d.ts +0 -8
  703. package/websql/lib/typeorm/metadata-builder/ClosureJunctionEntityMetadataBuilder.d.ts +0 -15
  704. package/websql/lib/typeorm/metadata-builder/EntityMetadataBuilder.d.ts +0 -58
  705. package/websql/lib/typeorm/metadata-builder/EntityMetadataValidator.d.ts +0 -24
  706. package/websql/lib/typeorm/metadata-builder/JunctionEntityMetadataBuilder.d.ts +0 -27
  707. package/websql/lib/typeorm/metadata-builder/MetadataUtils.d.ts +0 -24
  708. package/websql/lib/typeorm/metadata-builder/RelationJoinColumnBuilder.d.ts +0 -57
  709. package/websql/lib/typeorm/migration/Migration.d.ts +0 -25
  710. package/websql/lib/typeorm/migration/MigrationExecutor.d.ts +0 -100
  711. package/websql/lib/typeorm/migration/MigrationInterface.d.ts +0 -19
  712. package/websql/lib/typeorm/naming-strategy/DefaultNamingStrategy.d.ts +0 -50
  713. package/websql/lib/typeorm/naming-strategy/NamingStrategyInterface.d.ts +0 -117
  714. package/websql/lib/typeorm/persistence/EntityPersistExecutor.d.ts +0 -22
  715. package/websql/lib/typeorm/persistence/Subject.d.ts +0 -156
  716. package/websql/lib/typeorm/persistence/SubjectChangeMap.d.ts +0 -24
  717. package/websql/lib/typeorm/persistence/SubjectChangedColumnsComputer.d.ts +0 -19
  718. package/websql/lib/typeorm/persistence/SubjectDatabaseEntityLoader.d.ts +0 -36
  719. package/websql/lib/typeorm/persistence/SubjectExecutor.d.ts +0 -119
  720. package/websql/lib/typeorm/persistence/SubjectTopoligicalSorter.d.ts +0 -46
  721. package/websql/lib/typeorm/persistence/subject-builder/CascadesSubjectBuilder.d.ts +0 -20
  722. package/websql/lib/typeorm/persistence/subject-builder/ManyToManySubjectBuilder.d.ts +0 -35
  723. package/websql/lib/typeorm/persistence/subject-builder/OneToManySubjectBuilder.d.ts +0 -28
  724. package/websql/lib/typeorm/persistence/subject-builder/OneToOneInverseSideSubjectBuilder.d.ts +0 -28
  725. package/websql/lib/typeorm/persistence/tree/ClosureSubjectExecutor.d.ts +0 -27
  726. package/websql/lib/typeorm/persistence/tree/MaterializedPathSubjectExecutor.d.ts +0 -19
  727. package/websql/lib/typeorm/persistence/tree/NestedSetSubjectExecutor.d.ts +0 -39
  728. package/websql/lib/typeorm/platform/PlatformTools.d.ts +0 -65
  729. package/websql/lib/typeorm/query-builder/Alias.d.ts +0 -23
  730. package/websql/lib/typeorm/query-builder/Brackets.d.ts +0 -17
  731. package/websql/lib/typeorm/query-builder/DeleteQueryBuilder.d.ts +0 -92
  732. package/websql/lib/typeorm/query-builder/InsertOrUpdateOptions.d.ts +0 -4
  733. package/websql/lib/typeorm/query-builder/InsertQueryBuilder.d.ts +0 -118
  734. package/websql/lib/typeorm/query-builder/JoinAttribute.d.ts +0 -84
  735. package/websql/lib/typeorm/query-builder/NotBrackets.d.ts +0 -9
  736. package/websql/lib/typeorm/query-builder/QueryBuilder.d.ts +0 -268
  737. package/websql/lib/typeorm/query-builder/QueryBuilderCte.d.ts +0 -18
  738. package/websql/lib/typeorm/query-builder/QueryBuilderUtils.d.ts +0 -11
  739. package/websql/lib/typeorm/query-builder/QueryExpressionMap.d.ts +0 -306
  740. package/websql/lib/typeorm/query-builder/QueryPartialEntity.d.ts +0 -16
  741. package/websql/lib/typeorm/query-builder/RelationIdLoader.d.ts +0 -71
  742. package/websql/lib/typeorm/query-builder/RelationLoader.d.ts +0 -60
  743. package/websql/lib/typeorm/query-builder/RelationQueryBuilder.d.ts +0 -70
  744. package/websql/lib/typeorm/query-builder/RelationRemover.d.ts +0 -17
  745. package/websql/lib/typeorm/query-builder/RelationUpdater.d.ts +0 -17
  746. package/websql/lib/typeorm/query-builder/ReturningResultsEntityUpdator.d.ts +0 -31
  747. package/websql/lib/typeorm/query-builder/SelectQuery.d.ts +0 -6
  748. package/websql/lib/typeorm/query-builder/SelectQueryBuilder.d.ts +0 -665
  749. package/websql/lib/typeorm/query-builder/SelectQueryBuilderOption.d.ts +0 -2
  750. package/websql/lib/typeorm/query-builder/SoftDeleteQueryBuilder.d.ts +0 -139
  751. package/websql/lib/typeorm/query-builder/UpdateQueryBuilder.d.ts +0 -144
  752. package/websql/lib/typeorm/query-builder/WhereClause.d.ts +0 -17
  753. package/websql/lib/typeorm/query-builder/WhereExpressionBuilder.d.ts +0 -127
  754. package/websql/lib/typeorm/query-builder/relation-count/RelationCountAttribute.d.ts +0 -54
  755. package/websql/lib/typeorm/query-builder/relation-count/RelationCountLoadResult.d.ts +0 -9
  756. package/websql/lib/typeorm/query-builder/relation-count/RelationCountLoader.d.ts +0 -12
  757. package/websql/lib/typeorm/query-builder/relation-count/RelationCountMetadataToAttributeTransformer.d.ts +0 -8
  758. package/websql/lib/typeorm/query-builder/relation-id/RelationIdAttribute.d.ts +0 -65
  759. package/websql/lib/typeorm/query-builder/relation-id/RelationIdLoadResult.d.ts +0 -6
  760. package/websql/lib/typeorm/query-builder/relation-id/RelationIdLoader.d.ts +0 -12
  761. package/websql/lib/typeorm/query-builder/relation-id/RelationIdMetadataToAttributeTransformer.d.ts +0 -8
  762. package/websql/lib/typeorm/query-builder/result/DeleteResult.d.ts +0 -17
  763. package/websql/lib/typeorm/query-builder/result/InsertResult.d.ts +0 -23
  764. package/websql/lib/typeorm/query-builder/result/UpdateResult.d.ts +0 -27
  765. package/websql/lib/typeorm/query-builder/transformer/PlainObjectToDatabaseEntityTransformer.d.ts +0 -13
  766. package/websql/lib/typeorm/query-builder/transformer/PlainObjectToNewEntityTransformer.d.ts +0 -15
  767. package/websql/lib/typeorm/query-builder/transformer/RawSqlResultsToEntityTransformer.d.ts +0 -56
  768. package/websql/lib/typeorm/query-runner/BaseQueryRunner.d.ts +0 -204
  769. package/websql/lib/typeorm/query-runner/QueryResult.d.ts +0 -18
  770. package/websql/lib/typeorm/query-runner/QueryRunner.d.ts +0 -359
  771. package/websql/lib/typeorm/relation-path.d.ts +0 -7
  772. package/websql/lib/typeorm/repository/AbstractRepository.d.ts +0 -52
  773. package/websql/lib/typeorm/repository/BaseEntity.d.ts +0 -298
  774. package/websql/lib/typeorm/repository/FindTreesOptions.d.ts +0 -10
  775. package/websql/lib/typeorm/repository/RemoveOptions.d.ts +0 -28
  776. package/websql/lib/typeorm/repository/Repository.d.ts +0 -292
  777. package/websql/lib/typeorm/repository/SaveOptions.d.ts +0 -36
  778. package/websql/lib/typeorm/repository/TreeRepository.d.ts +0 -56
  779. package/websql/lib/typeorm/repository/UpsertOptions.d.ts +0 -11
  780. package/websql/lib/typeorm/schema-builder/RdbmsSchemaBuilder.d.ts +0 -145
  781. package/websql/lib/typeorm/schema-builder/SchemaBuilder.d.ts +0 -15
  782. package/websql/lib/typeorm/schema-builder/options/TableCheckOptions.d.ts +0 -18
  783. package/websql/lib/typeorm/schema-builder/options/TableColumnOptions.d.ts +0 -123
  784. package/websql/lib/typeorm/schema-builder/options/TableExclusionOptions.d.ts +0 -14
  785. package/websql/lib/typeorm/schema-builder/options/TableForeignKeyOptions.d.ts +0 -45
  786. package/websql/lib/typeorm/schema-builder/options/TableIndexOptions.d.ts +0 -45
  787. package/websql/lib/typeorm/schema-builder/options/TableOptions.d.ts +0 -62
  788. package/websql/lib/typeorm/schema-builder/options/TableUniqueOptions.d.ts +0 -19
  789. package/websql/lib/typeorm/schema-builder/options/ViewOptions.d.ts +0 -27
  790. package/websql/lib/typeorm/schema-builder/table/Table.d.ts +0 -143
  791. package/websql/lib/typeorm/schema-builder/table/TableCheck.d.ts +0 -30
  792. package/websql/lib/typeorm/schema-builder/table/TableColumn.d.ts +0 -127
  793. package/websql/lib/typeorm/schema-builder/table/TableExclusion.d.ts +0 -26
  794. package/websql/lib/typeorm/schema-builder/table/TableForeignKey.d.ts +0 -58
  795. package/websql/lib/typeorm/schema-builder/table/TableIndex.d.ts +0 -57
  796. package/websql/lib/typeorm/schema-builder/table/TableUnique.d.ts +0 -31
  797. package/websql/lib/typeorm/schema-builder/util/TableUtils.d.ts +0 -7
  798. package/websql/lib/typeorm/schema-builder/util/ViewUtils.d.ts +0 -8
  799. package/websql/lib/typeorm/schema-builder/view/View.d.ts +0 -38
  800. package/websql/lib/typeorm/subscriber/Broadcaster.d.ts +0 -168
  801. package/websql/lib/typeorm/subscriber/BroadcasterResult.d.ts +0 -18
  802. package/websql/lib/typeorm/subscriber/EntitySubscriberInterface.d.ts +0 -93
  803. package/websql/lib/typeorm/subscriber/event/InsertEvent.d.ts +0 -32
  804. package/websql/lib/typeorm/subscriber/event/LoadEvent.d.ts +0 -32
  805. package/websql/lib/typeorm/subscriber/event/RecoverEvent.d.ts +0 -7
  806. package/websql/lib/typeorm/subscriber/event/RemoveEvent.d.ts +0 -41
  807. package/websql/lib/typeorm/subscriber/event/SoftRemoveEvent.d.ts +0 -7
  808. package/websql/lib/typeorm/subscriber/event/TransactionCommitEvent.d.ts +0 -23
  809. package/websql/lib/typeorm/subscriber/event/TransactionRollbackEvent.d.ts +0 -23
  810. package/websql/lib/typeorm/subscriber/event/TransactionStartEvent.d.ts +0 -23
  811. package/websql/lib/typeorm/subscriber/event/UpdateEvent.d.ts +0 -47
  812. package/websql/lib/typeorm/util/ApplyValueTransformers.d.ts +0 -6
  813. package/websql/lib/typeorm/util/DateUtils.d.ts +0 -59
  814. package/websql/lib/typeorm/util/DepGraph.d.ts +0 -65
  815. package/websql/lib/typeorm/util/DirectoryExportedClassesLoader.d.ts +0 -10
  816. package/websql/lib/typeorm/util/ImportUtils.d.ts +0 -2
  817. package/websql/lib/typeorm/util/InstanceChecker.d.ts +0 -60
  818. package/websql/lib/typeorm/util/ObjectUtils.d.ts +0 -38
  819. package/websql/lib/typeorm/util/OrmUtils.d.ts +0 -53
  820. package/websql/lib/typeorm/util/PathUtils.d.ts +0 -11
  821. package/websql/lib/typeorm/util/RandomGenerator.d.ts +0 -16
  822. package/websql/lib/typeorm/util/StringUtils.d.ts +0 -64
  823. package/websql/lib/typeorm/util/TreeRepositoryUtils.d.ts +0 -24
  824. package/websql/lib/typeorm/util/VersionUtils.d.ts +0 -5
  825. package/websql/lib/typeorm/util/escapeRegExp.d.ts +0 -2
  826. package/websql/public-api.d.ts +0 -2
@@ -1,23 +0,0 @@
1
- // @ts-nocheck
2
- import { EntityMetadata } from "../metadata/EntityMetadata";
3
- /**
4
- */
5
- export declare class Alias {
6
- type: "from" | "select" | "join" | "other";
7
- name: string;
8
- /**
9
- * Table on which this alias is applied.
10
- * Used only for aliases which select custom tables.
11
- */
12
- tablePath?: string;
13
- /**
14
- * If this alias is for sub query.
15
- */
16
- subQuery?: string;
17
- constructor(alias?: Alias);
18
- private _metadata?;
19
- get target(): Function | string;
20
- get hasMetadata(): boolean;
21
- set metadata(metadata: EntityMetadata);
22
- get metadata(): EntityMetadata;
23
- }
@@ -1,17 +0,0 @@
1
- // @ts-nocheck
2
- import { WhereExpressionBuilder } from "./WhereExpressionBuilder";
3
- /**
4
- * Syntax sugar.
5
- * Allows to use brackets in WHERE expressions for better syntax.
6
- */
7
- export declare class Brackets {
8
- readonly "@instanceof": symbol;
9
- /**
10
- * WHERE expression that will be taken into brackets.
11
- */
12
- whereFactory: (qb: WhereExpressionBuilder) => any;
13
- /**
14
- * Given WHERE query builder that will build a WHERE expression that will be taken into brackets.
15
- */
16
- constructor(whereFactory: (qb: WhereExpressionBuilder) => any);
17
- }
@@ -1,92 +0,0 @@
1
- // @ts-nocheck
2
- import { QueryBuilder } from "./QueryBuilder";
3
- import { ObjectLiteral } from "../common/ObjectLiteral";
4
- import { EntityTarget } from "../common/EntityTarget";
5
- import { DataSource } from "../data-source/DataSource";
6
- import { QueryRunner } from "../query-runner/QueryRunner";
7
- import { WhereExpressionBuilder } from "./WhereExpressionBuilder";
8
- import { Brackets } from "./Brackets";
9
- import { DeleteResult } from "./result/DeleteResult";
10
- /**
11
- * Allows to build complex sql queries in a fashion way and execute those queries.
12
- */
13
- export declare class DeleteQueryBuilder<Entity extends ObjectLiteral> extends QueryBuilder<Entity> implements WhereExpressionBuilder {
14
- readonly "@instanceof": symbol;
15
- constructor(connectionOrQueryBuilder: DataSource | QueryBuilder<any>, queryRunner?: QueryRunner);
16
- /**
17
- * Gets generated SQL query without parameters being replaced.
18
- */
19
- getQuery(): string;
20
- /**
21
- * Executes sql generated by query builder and returns raw database results.
22
- */
23
- execute(): Promise<DeleteResult>;
24
- /**
25
- * Specifies FROM which entity's table select/update/delete will be executed.
26
- * Also sets a main string alias of the selection data.
27
- */
28
- from<T extends ObjectLiteral>(entityTarget: EntityTarget<T>, aliasName?: string): DeleteQueryBuilder<T>;
29
- /**
30
- * Sets WHERE condition in the query builder.
31
- * If you had previously WHERE expression defined,
32
- * calling this function will override previously set WHERE conditions.
33
- * Additionally you can add parameters used in where expression.
34
- */
35
- where(where: Brackets | string | ((qb: this) => string) | ObjectLiteral | ObjectLiteral[], parameters?: ObjectLiteral): this;
36
- /**
37
- * Adds new AND WHERE condition in the query builder.
38
- * Additionally you can add parameters used in where expression.
39
- */
40
- andWhere(where: Brackets | string | ((qb: this) => string) | ObjectLiteral | ObjectLiteral[], parameters?: ObjectLiteral): this;
41
- /**
42
- * Adds new OR WHERE condition in the query builder.
43
- * Additionally you can add parameters used in where expression.
44
- */
45
- orWhere(where: Brackets | string | ((qb: this) => string) | ObjectLiteral | ObjectLiteral[], parameters?: ObjectLiteral): this;
46
- /**
47
- * Sets WHERE condition in the query builder with a condition for the given ids.
48
- * If you had previously WHERE expression defined,
49
- * calling this function will override previously set WHERE conditions.
50
- */
51
- whereInIds(ids: any | any[]): this;
52
- /**
53
- * Adds new AND WHERE with conditions for the given ids.
54
- */
55
- andWhereInIds(ids: any | any[]): this;
56
- /**
57
- * Adds new OR WHERE with conditions for the given ids.
58
- */
59
- orWhereInIds(ids: any | any[]): this;
60
- /**
61
- * Optional returning/output clause.
62
- * This will return given column values.
63
- */
64
- output(columns: string[]): this;
65
- /**
66
- * Optional returning/output clause.
67
- * Returning is a SQL string containing returning statement.
68
- */
69
- output(output: string): this;
70
- /**
71
- * Optional returning/output clause.
72
- */
73
- output(output: string | string[]): this;
74
- /**
75
- * Optional returning/output clause.
76
- * This will return given column values.
77
- */
78
- returning(columns: string[]): this;
79
- /**
80
- * Optional returning/output clause.
81
- * Returning is a SQL string containing returning statement.
82
- */
83
- returning(returning: string): this;
84
- /**
85
- * Optional returning/output clause.
86
- */
87
- returning(returning: string | string[]): this;
88
- /**
89
- * Creates DELETE express used to perform query.
90
- */
91
- protected createDeleteExpression(): string;
92
- }
@@ -1,4 +0,0 @@
1
- // @ts-nocheck
2
- export type InsertOrUpdateOptions = {
3
- skipUpdateIfNoValuesChanged?: boolean;
4
- };
@@ -1,118 +0,0 @@
1
- // @ts-nocheck
2
- import { QueryBuilder } from "./QueryBuilder";
3
- import { ObjectLiteral } from "../common/ObjectLiteral";
4
- import { EntityTarget } from "../common/EntityTarget";
5
- import { QueryDeepPartialEntity } from "./QueryPartialEntity";
6
- import { InsertResult } from "./result/InsertResult";
7
- import { ColumnMetadata } from "../metadata/ColumnMetadata";
8
- import { InsertOrUpdateOptions } from "./InsertOrUpdateOptions";
9
- /**
10
- * Allows to build complex sql queries in a fashion way and execute those queries.
11
- */
12
- export declare class InsertQueryBuilder<Entity extends ObjectLiteral> extends QueryBuilder<Entity> {
13
- readonly "@instanceof": symbol;
14
- /**
15
- * Gets generated SQL query without parameters being replaced.
16
- */
17
- getQuery(): string;
18
- /**
19
- * Executes sql generated by query builder and returns raw database results.
20
- */
21
- execute(): Promise<InsertResult>;
22
- /**
23
- * Specifies INTO which entity's table insertion will be executed.
24
- */
25
- into<T extends ObjectLiteral>(entityTarget: EntityTarget<T>, columns?: string[]): InsertQueryBuilder<T>;
26
- /**
27
- * Values needs to be inserted into table.
28
- */
29
- values(values: QueryDeepPartialEntity<Entity> | QueryDeepPartialEntity<Entity>[]): this;
30
- /**
31
- * Optional returning/output clause.
32
- * This will return given column values.
33
- */
34
- output(columns: string[]): this;
35
- /**
36
- * Optional returning/output clause.
37
- * Returning is a SQL string containing returning statement.
38
- */
39
- output(output: string): this;
40
- /**
41
- * Optional returning/output clause.
42
- */
43
- output(output: string | string[]): this;
44
- /**
45
- * Optional returning/output clause.
46
- * This will return given column values.
47
- */
48
- returning(columns: string[]): this;
49
- /**
50
- * Optional returning/output clause.
51
- * Returning is a SQL string containing returning statement.
52
- */
53
- returning(returning: string): this;
54
- /**
55
- * Optional returning/output clause.
56
- */
57
- returning(returning: string | string[]): this;
58
- /**
59
- * Indicates if entity must be updated after insertion operations.
60
- * This may produce extra query or use RETURNING / OUTPUT statement (depend on database).
61
- * Enabled by default.
62
- */
63
- updateEntity(enabled: boolean): this;
64
- /**
65
- * Adds additional ON CONFLICT statement supported in postgres and cockroach.
66
- *
67
- * @deprecated Use `orIgnore` or `orUpdate`
68
- */
69
- onConflict(statement: string): this;
70
- /**
71
- * Adds additional ignore statement supported in databases.
72
- */
73
- orIgnore(statement?: string | boolean): this;
74
- /**
75
- * @deprecated
76
- *
77
- * `.orUpdate({ columns: [ "is_updated" ] }).setParameter("is_updated", value)`
78
- *
79
- * is now `.orUpdate(["is_updated"])`
80
- *
81
- * `.orUpdate({ conflict_target: ['date'], overwrite: ['title'] })`
82
- *
83
- * is now `.orUpdate(['title'], ['date'])`
84
- *
85
- */
86
- orUpdate(statement?: {
87
- columns?: string[];
88
- overwrite?: string[];
89
- conflict_target?: string | string[];
90
- }): this;
91
- orUpdate(overwrite: string[], conflictTarget?: string | string[], orUpdateOptions?: InsertOrUpdateOptions): this;
92
- /**
93
- * Creates INSERT express used to perform insert query.
94
- */
95
- protected createInsertExpression(): string;
96
- /**
97
- * Gets list of columns where values must be inserted to.
98
- */
99
- protected getInsertedColumns(): ColumnMetadata[];
100
- /**
101
- * Creates a columns string where values must be inserted to for INSERT INTO expression.
102
- */
103
- protected createColumnNamesExpression(): string;
104
- /**
105
- * Creates list of values needs to be inserted in the VALUES expression.
106
- */
107
- protected createValuesExpression(): string;
108
- /**
109
- * Gets array of values need to be inserted into the target table.
110
- */
111
- protected getValueSets(): ObjectLiteral[];
112
- /**
113
- * Checks if column is an auto-generated primary key, but the current insertion specifies a value for it.
114
- *
115
- * @param column
116
- */
117
- protected isOverridingAutoIncrementBehavior(column: ColumnMetadata): boolean;
118
- }
@@ -1,84 +0,0 @@
1
- // @ts-nocheck
2
- import { EntityMetadata } from "../metadata/EntityMetadata";
3
- import { DataSource } from "../data-source/DataSource";
4
- import { RelationMetadata } from "../metadata/RelationMetadata";
5
- import { QueryExpressionMap } from "./QueryExpressionMap";
6
- import { Alias } from "./Alias";
7
- /**
8
- * Stores all join attributes which will be used to build a JOIN query.
9
- */
10
- export declare class JoinAttribute {
11
- private connection;
12
- private queryExpressionMap;
13
- /**
14
- * Join direction.
15
- */
16
- direction: "LEFT" | "INNER";
17
- /**
18
- * Alias of the joined (destination) table.
19
- */
20
- alias: Alias;
21
- /**
22
- * Joined table, entity target, or relation in "post.category" format.
23
- */
24
- entityOrProperty: Function | string;
25
- /**
26
- * Extra condition applied to "ON" section of join.
27
- */
28
- condition?: string;
29
- /**
30
- * Property + alias of the object where to joined data should be mapped.
31
- */
32
- mapToProperty?: string;
33
- /**
34
- * Indicates if user maps one or many objects from the join.
35
- */
36
- isMappingMany?: boolean;
37
- constructor(connection: DataSource, queryExpressionMap: QueryExpressionMap, joinAttribute?: JoinAttribute);
38
- get isMany(): boolean;
39
- isSelectedCache: boolean;
40
- isSelectedEvaluated: boolean;
41
- /**
42
- * Indicates if this join is selected.
43
- */
44
- get isSelected(): boolean;
45
- /**
46
- * Name of the table which we should join.
47
- */
48
- get tablePath(): string;
49
- /**
50
- * Alias of the parent of this join.
51
- * For example, if we join ("post.category", "categoryAlias") then "post" is a parent alias.
52
- * This value is extracted from entityOrProperty value.
53
- * This is available when join was made using "post.category" syntax.
54
- */
55
- get parentAlias(): string | undefined;
56
- /**
57
- * Relation property name of the parent.
58
- * This is used to understand what is joined.
59
- * For example, if we join ("post.category", "categoryAlias") then "category" is a relation property.
60
- * This value is extracted from entityOrProperty value.
61
- * This is available when join was made using "post.category" syntax.
62
- */
63
- get relationPropertyPath(): string | undefined;
64
- relationCache: RelationMetadata | undefined;
65
- relationEvaluated: boolean;
66
- /**
67
- * Relation of the parent.
68
- * This is used to understand what is joined.
69
- * This is available when join was made using "post.category" syntax.
70
- * Relation can be undefined if entityOrProperty is regular entity or custom table.
71
- */
72
- get relation(): RelationMetadata | undefined;
73
- /**
74
- * Metadata of the joined entity.
75
- * If table without entity was joined, then it will return undefined.
76
- */
77
- get metadata(): EntityMetadata | undefined;
78
- /**
79
- * Generates alias of junction table, whose ids we get.
80
- */
81
- get junctionAlias(): string;
82
- get mapToPropertyParentAlias(): string | undefined;
83
- get mapToPropertyPropertyName(): string | undefined;
84
- }
@@ -1,9 +0,0 @@
1
- // @ts-nocheck
2
- import { Brackets } from "./Brackets";
3
- /**
4
- * Syntax sugar.
5
- * Allows to use negate brackets in WHERE expressions for better syntax.
6
- */
7
- export declare class NotBrackets extends Brackets {
8
- readonly "@instanceof": symbol;
9
- }
@@ -1,268 +0,0 @@
1
- // @ts-nocheck
2
- import { ObjectLiteral } from "../common/ObjectLiteral";
3
- import { QueryRunner } from "../query-runner/QueryRunner";
4
- import { DataSource } from "../data-source/DataSource";
5
- import { QueryBuilderCteOptions } from "./QueryBuilderCte";
6
- import { QueryExpressionMap } from "./QueryExpressionMap";
7
- import type { SelectQueryBuilder } from "./SelectQueryBuilder";
8
- import type { UpdateQueryBuilder } from "./UpdateQueryBuilder";
9
- import type { DeleteQueryBuilder } from "./DeleteQueryBuilder";
10
- import type { SoftDeleteQueryBuilder } from "./SoftDeleteQueryBuilder";
11
- import type { InsertQueryBuilder } from "./InsertQueryBuilder";
12
- import type { RelationQueryBuilder } from "./RelationQueryBuilder";
13
- import { EntityTarget } from "../common/EntityTarget";
14
- import { Alias } from "./Alias";
15
- import { Brackets } from "./Brackets";
16
- import { QueryDeepPartialEntity } from "./QueryPartialEntity";
17
- import { EntityMetadata } from "../metadata/EntityMetadata";
18
- import { ColumnMetadata } from "../metadata/ColumnMetadata";
19
- import { WhereClause, WhereClauseCondition } from "./WhereClause";
20
- import { NotBrackets } from "./NotBrackets";
21
- import { ReturningType } from "../driver/Driver";
22
- import { RelationPath } from "../relation-path";
23
- /**
24
- * Allows to build complex sql queries in a fashion way and execute those queries.
25
- */
26
- export declare abstract class QueryBuilder<Entity extends ObjectLiteral> {
27
- readonly "@instanceof": symbol;
28
- /**
29
- * Connection on which QueryBuilder was created.
30
- */
31
- readonly connection: DataSource;
32
- /**
33
- * Contains all properties of the QueryBuilder that needs to be build a final query.
34
- */
35
- readonly expressionMap: QueryExpressionMap;
36
- /**
37
- * Query runner used to execute query builder query.
38
- */
39
- protected queryRunner?: QueryRunner;
40
- /**
41
- * If QueryBuilder was created in a subquery mode then its parent QueryBuilder (who created subquery) will be stored here.
42
- */
43
- protected parentQueryBuilder: QueryBuilder<any>;
44
- /**
45
- * Memo to help keep place of current parameter index for `createParameter`
46
- */
47
- private parameterIndex;
48
- /**
49
- * QueryBuilder can be initialized from given Connection and QueryRunner objects or from given other QueryBuilder.
50
- */
51
- constructor(queryBuilder: QueryBuilder<any>);
52
- /**
53
- * QueryBuilder can be initialized from given Connection and QueryRunner objects or from given other QueryBuilder.
54
- */
55
- constructor(connection: DataSource, queryRunner?: QueryRunner);
56
- /**
57
- * Gets generated SQL query without parameters being replaced.
58
- */
59
- abstract getQuery(): string;
60
- /**
61
- * Gets the main alias string used in this query builder.
62
- */
63
- get alias(): string;
64
- /**
65
- * Creates SELECT query.
66
- * Replaces all previous selections if they exist.
67
- */
68
- select(): SelectQueryBuilder<Entity>;
69
- /**
70
- * Creates SELECT query and selects given data.
71
- * Replaces all previous selections if they exist.
72
- */
73
- select(selection: string, selectionAliasName?: string): SelectQueryBuilder<Entity>;
74
- /**
75
- * Creates SELECT query and selects given data.
76
- * Replaces all previous selections if they exist.
77
- */
78
- select(selection: string[]): SelectQueryBuilder<Entity>;
79
- /**
80
- * Creates INSERT query.
81
- */
82
- insert(): InsertQueryBuilder<Entity>;
83
- /**
84
- * Creates UPDATE query and applies given update values.
85
- */
86
- update(): UpdateQueryBuilder<Entity>;
87
- /**
88
- * Creates UPDATE query and applies given update values.
89
- */
90
- update(updateSet: QueryDeepPartialEntity<Entity>): UpdateQueryBuilder<Entity>;
91
- /**
92
- * Creates UPDATE query for the given entity and applies given update values.
93
- */
94
- update<Entity extends ObjectLiteral>(entity: EntityTarget<Entity>, updateSet?: QueryDeepPartialEntity<Entity>): UpdateQueryBuilder<Entity>;
95
- /**
96
- * Creates UPDATE query for the given table name and applies given update values.
97
- */
98
- update(tableName: string, updateSet?: QueryDeepPartialEntity<Entity>): UpdateQueryBuilder<Entity>;
99
- /**
100
- * Creates DELETE query.
101
- */
102
- delete(): DeleteQueryBuilder<Entity>;
103
- softDelete(): SoftDeleteQueryBuilder<any>;
104
- restore(): SoftDeleteQueryBuilder<any>;
105
- /**
106
- * Sets entity's relation with which this query builder gonna work.
107
- */
108
- relation(propertyPath: string): RelationQueryBuilder<Entity>;
109
- relation(propertyPath: RelationPath<Entity>): RelationQueryBuilder<Entity>;
110
- /**
111
- * Sets entity's relation with which this query builder gonna work.
112
- */
113
- relation<T extends ObjectLiteral>(entityTarget: EntityTarget<T>, propertyPath: string): RelationQueryBuilder<T>;
114
- /**
115
- * Checks if given relation exists in the entity.
116
- * Returns true if relation exists, false otherwise.
117
- *
118
- * todo: move this method to manager? or create a shortcut?
119
- */
120
- hasRelation<T>(target: EntityTarget<T>, relation: string): boolean;
121
- /**
122
- * Checks if given relations exist in the entity.
123
- * Returns true if relation exists, false otherwise.
124
- *
125
- * todo: move this method to manager? or create a shortcut?
126
- */
127
- hasRelation<T>(target: EntityTarget<T>, relation: string[]): boolean;
128
- /**
129
- * Check the existence of a parameter for this query builder.
130
- */
131
- hasParameter(key: string): boolean;
132
- /**
133
- * Sets parameter name and its value.
134
- *
135
- * The key for this parameter may contain numbers, letters, underscores, or periods.
136
- */
137
- setParameter(key: string, value: any): this;
138
- /**
139
- * Adds all parameters from the given object.
140
- */
141
- setParameters(parameters: ObjectLiteral): this;
142
- protected createParameter(value: any): string;
143
- /**
144
- * Adds native parameters from the given object.
145
- *
146
- * @deprecated Use `setParameters` instead
147
- */
148
- setNativeParameters(parameters: ObjectLiteral): this;
149
- /**
150
- * Gets all parameters.
151
- */
152
- getParameters(): ObjectLiteral;
153
- /**
154
- * Prints sql to stdout using console.log.
155
- */
156
- printSql(): this;
157
- /**
158
- * Gets generated sql that will be executed.
159
- * Parameters in the query are escaped for the currently used driver.
160
- */
161
- getSql(): string;
162
- /**
163
- * Gets query to be executed with all parameters used in it.
164
- */
165
- getQueryAndParameters(): [string, any[]];
166
- /**
167
- * Executes sql generated by query builder and returns raw database results.
168
- */
169
- execute(): Promise<any>;
170
- /**
171
- * Creates a completely new query builder.
172
- * Uses same query runner as current QueryBuilder.
173
- */
174
- createQueryBuilder(): this;
175
- /**
176
- * Clones query builder as it is.
177
- * Note: it uses new query runner, if you want query builder that uses exactly same query runner,
178
- * you can create query builder using its constructor, for example new SelectQueryBuilder(queryBuilder)
179
- * where queryBuilder is cloned QueryBuilder.
180
- */
181
- clone(): this;
182
- /**
183
- * Includes a Query comment in the query builder. This is helpful for debugging purposes,
184
- * such as finding a specific query in the database server's logs, or for categorization using
185
- * an APM product.
186
- */
187
- comment(comment: string): this;
188
- /**
189
- * Disables escaping.
190
- */
191
- disableEscaping(): this;
192
- /**
193
- * Escapes table name, column name or alias name using current database's escaping character.
194
- */
195
- escape(name: string): string;
196
- /**
197
- * Sets or overrides query builder's QueryRunner.
198
- */
199
- setQueryRunner(queryRunner: QueryRunner): this;
200
- /**
201
- * Indicates if listeners and subscribers must be called before and after query execution.
202
- * Enabled by default.
203
- */
204
- callListeners(enabled: boolean): this;
205
- /**
206
- * If set to true the query will be wrapped into a transaction.
207
- */
208
- useTransaction(enabled: boolean): this;
209
- /**
210
- * Adds CTE to query
211
- */
212
- addCommonTableExpression(queryBuilder: QueryBuilder<any> | string, alias: string, options?: QueryBuilderCteOptions): this;
213
- /**
214
- * Gets escaped table name with schema name if SqlServer driver used with custom
215
- * schema name, otherwise returns escaped table name.
216
- */
217
- protected getTableName(tablePath: string): string;
218
- /**
219
- * Gets name of the table where insert should be performed.
220
- */
221
- protected getMainTableName(): string;
222
- /**
223
- * Specifies FROM which entity's table select/update/delete will be executed.
224
- * Also sets a main string alias of the selection data.
225
- */
226
- protected createFromAlias(entityTarget: EntityTarget<any> | ((qb: SelectQueryBuilder<any>) => SelectQueryBuilder<any>), aliasName?: string): Alias;
227
- /**
228
- * Replaces all entity's propertyName to name in the given statement.
229
- */
230
- protected replacePropertyNames(statement: string): string;
231
- protected createComment(): string;
232
- /**
233
- * Creates "WHERE" expression.
234
- */
235
- protected createWhereExpression(): string;
236
- /**
237
- * Creates "RETURNING" / "OUTPUT" expression.
238
- */
239
- protected createReturningExpression(returningType: ReturningType): string;
240
- /**
241
- * If returning / output cause is set to array of column names,
242
- * then this method will return all column metadatas of those column names.
243
- */
244
- protected getReturningColumns(): ColumnMetadata[];
245
- protected createWhereClausesExpression(clauses: WhereClause[]): string;
246
- /**
247
- * Computes given where argument - transforms to a where string all forms it can take.
248
- */
249
- protected createWhereConditionExpression(condition: WhereClauseCondition, alwaysWrap?: boolean): string;
250
- protected createCteExpression(): string;
251
- /**
252
- * Creates "WHERE" condition for an in-ids condition.
253
- */
254
- protected getWhereInIdsCondition(ids: any | any[]): ObjectLiteral | Brackets;
255
- private findColumnsForPropertyPath;
256
- /**
257
- * Creates a property paths for a given ObjectLiteral.
258
- */
259
- protected createPropertyPath(metadata: EntityMetadata, entity: ObjectLiteral, prefix?: string): string[];
260
- protected getPredicates(where: ObjectLiteral): Generator<any[], void, unknown>;
261
- protected getWherePredicateCondition(aliasPath: string, parameterValue: any): WhereClauseCondition;
262
- protected getWhereCondition(where: string | ((qb: this) => string) | Brackets | NotBrackets | ObjectLiteral | ObjectLiteral[]): WhereClauseCondition;
263
- /**
264
- * Creates a query builder used to execute sql queries inside this query builder.
265
- */
266
- protected obtainQueryRunner(): QueryRunner;
267
- protected hasCommonTableExpressions(): boolean;
268
- }
@@ -1,18 +0,0 @@
1
- // @ts-nocheck
2
- export interface QueryBuilderCteOptions {
3
- /**
4
- * Supported only by Postgres currently
5
- * Oracle users should use query with undocumented materialize hint
6
- */
7
- materialized?: boolean;
8
- /**
9
- * Supported by Postgres, SQLite, MySQL and MariaDB
10
- * SQL Server automatically detects recursive queries
11
- */
12
- recursive?: boolean;
13
- /**
14
- * Overwrite column names
15
- * If number of columns returned doesn't work, it throws
16
- */
17
- columnNames?: string[];
18
- }
@@ -1,11 +0,0 @@
1
- // @ts-nocheck
2
- /**
3
- * Helper utility functions for QueryBuilder.
4
- */
5
- export declare class QueryBuilderUtils {
6
- /**
7
- * Checks if given value is a string representation of alias property,
8
- * e.g. "post.category" or "post.id".
9
- */
10
- static isAliasProperty(str: any): str is string;
11
- }