dyno-table 2.1.1 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +540 -376
- package/dist/builders/delete-builder.d.cts +1 -1
- package/dist/builders/delete-builder.d.ts +1 -1
- package/dist/builders/put-builder.cjs.map +1 -1
- package/dist/builders/put-builder.d.cts +1 -1
- package/dist/builders/put-builder.d.ts +1 -1
- package/dist/builders/put-builder.js.map +1 -1
- package/dist/builders/update-builder.cjs.map +1 -1
- package/dist/builders/update-builder.d.cts +6 -6
- package/dist/builders/update-builder.d.ts +6 -6
- package/dist/builders/update-builder.js.map +1 -1
- package/dist/entity.cjs +165 -22
- package/dist/entity.cjs.map +1 -1
- package/dist/entity.d.cts +90 -9
- package/dist/entity.d.ts +90 -9
- package/dist/entity.js +165 -22
- package/dist/entity.js.map +1 -1
- package/dist/index.cjs +2440 -2297
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2440 -2297
- package/dist/index.js.map +1 -1
- package/dist/{table-4UxlW_wD.d.ts → table-CZBMkW2Z.d.ts} +8 -8
- package/dist/{table-D-xNCVFa.d.cts → table-f-3wsT7K.d.cts} +8 -8
- package/dist/table.cjs +2313 -2313
- package/dist/table.cjs.map +1 -1
- package/dist/table.d.cts +9 -9
- package/dist/table.d.ts +9 -9
- package/dist/table.js +2313 -2313
- package/dist/table.js.map +1 -1
- package/package.json +2 -2
- package/dist/{batch-builder-CcxFDKhe.d.cts → batch-builder-BPoHyN_Q.d.cts} +1 -1
- package/dist/{batch-builder-BytHNL_u.d.ts → batch-builder-Cdo49C2r.d.ts} +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as Table } from './table-
|
|
1
|
+
export { T as Table } from './table-f-3wsT7K.cjs';
|
|
2
2
|
export { EntityConfig, EntityRepository, IndexDefinition, QueryEntity, QueryRecord, createIndex, createQueries, defineEntity } from './entity.cjs';
|
|
3
3
|
export { p as ComparisonOperator, C as Condition, q as ConditionOperator, E as ExpressionParams, K as KeyConditionOperator, L as LogicalOperator, P as PrimaryKey, r as PrimaryKeyWithoutExpression, k as and, h as attributeExists, j as attributeNotExists, d as beginsWith, c as between, f as contains, e as eq, g as gt, b as gte, i as inArray, l as lt, a as lte, n as ne, m as not, o as or } from './conditions-CC3NDfUU.cjs';
|
|
4
4
|
export { Q as QueryBuilder, a as QueryOptions } from './query-builder-DoZzZz_c.cjs';
|
|
@@ -6,11 +6,11 @@ export { PutBuilder, PutOptions } from './builders/put-builder.cjs';
|
|
|
6
6
|
export { UpdateBuilder, UpdateOptions } from './builders/update-builder.cjs';
|
|
7
7
|
export { DeleteBuilder, DeleteOptions } from './builders/delete-builder.cjs';
|
|
8
8
|
export { TransactionBuilder, TransactionOptions } from './builders/transaction-builder.cjs';
|
|
9
|
-
export { B as BatchBuilder, a as BatchError, b as BatchResult } from './batch-builder-
|
|
9
|
+
export { B as BatchBuilder, a as BatchError, b as BatchResult } from './batch-builder-BPoHyN_Q.cjs';
|
|
10
10
|
export { partitionKey, sortKey } from './utils.cjs';
|
|
11
|
-
import './types.cjs';
|
|
12
|
-
import '@aws-sdk/lib-dynamodb';
|
|
13
11
|
import './builders/condition-check-builder.cjs';
|
|
14
12
|
import './builder-types-BTVhQSHI.cjs';
|
|
13
|
+
import './types.cjs';
|
|
14
|
+
import '@aws-sdk/lib-dynamodb';
|
|
15
15
|
import './standard-schema.cjs';
|
|
16
16
|
import './builders/paginator.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as Table } from './table-
|
|
1
|
+
export { T as Table } from './table-CZBMkW2Z.js';
|
|
2
2
|
export { EntityConfig, EntityRepository, IndexDefinition, QueryEntity, QueryRecord, createIndex, createQueries, defineEntity } from './entity.js';
|
|
3
3
|
export { p as ComparisonOperator, C as Condition, q as ConditionOperator, E as ExpressionParams, K as KeyConditionOperator, L as LogicalOperator, P as PrimaryKey, r as PrimaryKeyWithoutExpression, k as and, h as attributeExists, j as attributeNotExists, d as beginsWith, c as between, f as contains, e as eq, g as gt, b as gte, i as inArray, l as lt, a as lte, n as ne, m as not, o as or } from './conditions-DD0bvyHm.js';
|
|
4
4
|
export { Q as QueryBuilder, a as QueryOptions } from './query-builder-CUWdavZw.js';
|
|
@@ -6,11 +6,11 @@ export { PutBuilder, PutOptions } from './builders/put-builder.js';
|
|
|
6
6
|
export { UpdateBuilder, UpdateOptions } from './builders/update-builder.js';
|
|
7
7
|
export { DeleteBuilder, DeleteOptions } from './builders/delete-builder.js';
|
|
8
8
|
export { TransactionBuilder, TransactionOptions } from './builders/transaction-builder.js';
|
|
9
|
-
export { B as BatchBuilder, a as BatchError, b as BatchResult } from './batch-builder-
|
|
9
|
+
export { B as BatchBuilder, a as BatchError, b as BatchResult } from './batch-builder-Cdo49C2r.js';
|
|
10
10
|
export { partitionKey, sortKey } from './utils.js';
|
|
11
|
-
import './types.js';
|
|
12
|
-
import '@aws-sdk/lib-dynamodb';
|
|
13
11
|
import './builders/condition-check-builder.js';
|
|
14
12
|
import './builder-types-CzuLR4Th.js';
|
|
13
|
+
import './types.js';
|
|
14
|
+
import '@aws-sdk/lib-dynamodb';
|
|
15
15
|
import './standard-schema.js';
|
|
16
16
|
import './builders/paginator.js';
|