@factorearth/recordmiddleware-dataaccesslayer 0.0.1-y.21 → 0.0.1-y.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.
- package/dist/aws-services.js +1 -0
- package/dist/aws-services.js.map +1 -0
- package/dist/batchDeleteItems.d.ts +1 -1
- package/dist/batchDeleteItems.js +4 -3
- package/dist/batchDeleteItems.js.map +1 -0
- package/dist/batchGetItems.d.ts +1 -1
- package/dist/batchGetItems.js +2 -1
- package/dist/batchGetItems.js.map +1 -0
- package/dist/batchPutItems.d.ts +1 -1
- package/dist/batchPutItems.js +5 -4
- package/dist/batchPutItems.js.map +1 -0
- package/dist/chunkBatch.js +1 -0
- package/dist/chunkBatch.js.map +1 -0
- package/dist/deleteItem.js +2 -1
- package/dist/deleteItem.js.map +1 -0
- package/dist/getItem.d.ts +1 -1
- package/dist/getItem.js +8 -10
- package/dist/getItem.js.map +1 -0
- package/dist/index.d.ts +9 -10
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -0
- package/dist/putItem.js +2 -1
- package/dist/putItem.js.map +1 -0
- package/dist/updateItem.js +2 -1
- package/dist/updateItem.js.map +1 -0
- package/lib/batchDeleteItems.ts +3 -3
- package/lib/batchGetItems.ts +2 -2
- package/lib/batchPutItems.ts +4 -4
- package/lib/deleteItem.ts +1 -1
- package/lib/getItem.ts +10 -13
- package/lib/index.ts +9 -10
- package/lib/putItem.ts +1 -1
- package/lib/updateItem.ts +1 -1
- package/package.json +2 -2
- package/tsconfig.json +1 -7
- package/tsconfig.tsbuildinfo +1 -0
- package/dist/utils.d.ts +0 -9
- package/dist/utils.js +0 -13
- package/lib/utils.ts +0 -21
package/dist/aws-services.js
CHANGED
|
@@ -2,3 +2,4 @@ import { DynamoDBClient } from "@aws-sdk/client-dynamodb";
|
|
|
2
2
|
import { DynamoDBDocumentClient } from "@aws-sdk/lib-dynamodb";
|
|
3
3
|
const dynamoDbClient = new DynamoDBClient();
|
|
4
4
|
export const dynamoDbDocClient = DynamoDBDocumentClient.from(dynamoDbClient);
|
|
5
|
+
//# sourceMappingURL=aws-services.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aws-services.js","sourceRoot":"","sources":["../lib/aws-services.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,MAAM,cAAc,GAAG,IAAI,cAAc,EAAE,CAAC;AAC5C,MAAM,CAAC,MAAM,iBAAiB,GAAG,sBAAsB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BatchInput } from "
|
|
1
|
+
import { BatchInput } from "index";
|
|
2
2
|
export declare function batchDeleteItems(items: BatchInput[], tableName: string): Promise<void>;
|
package/dist/batchDeleteItems.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BatchWriteCommand } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "
|
|
3
|
-
import chunkBatch from "
|
|
4
|
-
import { MAX_ITEMS_BATCH_OPERATIONS } from "
|
|
2
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
3
|
+
import chunkBatch from "chunkBatch";
|
|
4
|
+
import { MAX_ITEMS_BATCH_OPERATIONS } from "index";
|
|
5
5
|
export async function batchDeleteItems(items, tableName) {
|
|
6
6
|
const chunks = chunkBatch(items, MAX_ITEMS_BATCH_OPERATIONS);
|
|
7
7
|
for (const chunk of chunks) {
|
|
@@ -27,3 +27,4 @@ export async function batchDeleteItems(items, tableName) {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
+
//# sourceMappingURL=batchDeleteItems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batchDeleteItems.js","sourceRoot":"","sources":["../lib/batchDeleteItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA0B,MAAM,uBAAuB,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAc,0BAA0B,EAAE,MAAM,OAAO,CAAC;AAE/D,MAAM,CAAC,KAAK,UAAU,gBAAgB,CAAC,KAAmB,EAAE,SAAiB;IAC5E,MAAM,MAAM,GAAG,UAAU,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAAC;IAC7D,KAAK,MAAM,KAAK,IAAI,MAAM,EAAE,CAAC;QAC5B,MAAM,cAAc,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE;YACvC,OAAO;gBACN,aAAa,EAAE;oBACd,GAAG,EAAE,EAAE,EAAE,EAAE;iBACX;aACD,CAAC;QACH,CAAC,CAAC,CAAC;QACH,MAAM,YAAY,GAA2B;YAC5C,YAAY,EAAE;gBACb,CAAC,SAAS,CAAC,EAAE,cAAc;aAC3B;SACD,CAAC;QACF,MAAM,OAAO,GAAsB,IAAI,iBAAiB,CAAC,YAAY,CAAC,CAAC;QACvE,IAAI,CAAC;YACJ,MAAM,iBAAiB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvC,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACd,OAAO,CAAC,KAAK,CAAC,mCAAmC,SAAS,EAAE,EAAE,GAAG,CAAC,CAAC;YACnE,OAAO,CAAC,GAAG,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC;QACpC,CAAC;IACF,CAAC;AACF,CAAC"}
|
package/dist/batchGetItems.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BatchInput } from "
|
|
1
|
+
import { BatchInput } from "index";
|
|
2
2
|
export declare function batchGetItems(ids: BatchInput[], tableName: string): Promise<Record<string, any>[]>;
|
package/dist/batchGetItems.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BatchGetCommand } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "
|
|
2
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
3
3
|
export async function batchGetItems(ids, tableName) {
|
|
4
4
|
const commandInput = {
|
|
5
5
|
RequestItems: {
|
|
@@ -22,3 +22,4 @@ export async function batchGetItems(ids, tableName) {
|
|
|
22
22
|
}
|
|
23
23
|
return [];
|
|
24
24
|
}
|
|
25
|
+
//# sourceMappingURL=batchGetItems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batchGetItems.js","sourceRoot":"","sources":["../lib/batchGetItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAwB,MAAM,uBAAuB,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAGjD,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,GAAiB,EAAE,SAAiB;IACvE,MAAM,YAAY,GAAyB;QAC1C,YAAY,EAAE;YACb,CAAC,SAAS,CAAC,EAAE;gBACZ,IAAI,EAAE,GAAG;aACT;SACD;KACD,CAAC;IACF,MAAM,OAAO,GAAoB,IAAI,eAAe,CAAC,YAAY,CAAC,CAAC;IACnE,IAAI,CAAC;QACJ,MAAM,UAAU,GAAG,MAAM,iBAAiB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,MAAM,KAAK,GAAG,UAAU,CAAC,SAAS,EAAE,CAAC,SAAS,CAAC,CAAC;QAChD,IAAI,KAAK;YAAE,OAAO,KAAK,CAAC;IACzB,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACd,OAAO,CAAC,KAAK,CAAC,kCAAkC,SAAS,EAAE,CAAC,CAAC;QAC7D,OAAO,CAAC,KAAK,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;QAC3B,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACpB,CAAC;IACD,OAAO,EAAE,CAAC;AACX,CAAC"}
|
package/dist/batchPutItems.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BatchInput } from "
|
|
1
|
+
import { BatchInput } from "index";
|
|
2
2
|
export declare function batchPutItems(items: BatchInput[], tableName: string): Promise<void>;
|
package/dist/batchPutItems.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BatchWriteCommand } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "./aws-services
|
|
3
|
-
import chunkBatch from "./chunkBatch
|
|
4
|
-
import { MAX_ITEMS_BATCH_OPERATIONS } from "
|
|
2
|
+
import { dynamoDbDocClient } from "./aws-services";
|
|
3
|
+
import chunkBatch from "./chunkBatch";
|
|
4
|
+
import { MAX_ITEMS_BATCH_OPERATIONS } from "index";
|
|
5
5
|
export async function batchPutItems(items, tableName) {
|
|
6
6
|
const chunks = chunkBatch(items, MAX_ITEMS_BATCH_OPERATIONS);
|
|
7
7
|
for (const chunk of chunks) {
|
|
@@ -23,7 +23,8 @@ export async function batchPutItems(items, tableName) {
|
|
|
23
23
|
}
|
|
24
24
|
catch (err) {
|
|
25
25
|
console.error(`ERROR BATCH PUTTING DOCUMENTS IN ${tableName}`, err);
|
|
26
|
-
console.error(`DOCUMENTS `, putRequests);
|
|
26
|
+
console.error(`DOCUMENTS: `, putRequests);
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
+
//# sourceMappingURL=batchPutItems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batchPutItems.js","sourceRoot":"","sources":["../lib/batchPutItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA0B,MAAM,uBAAuB,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,EAAc,0BAA0B,EAAE,MAAM,OAAO,CAAC;AAE/D,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,KAAmB,EAAE,SAAiB;IACzE,MAAM,MAAM,GAAG,UAAU,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAAC;IAC7D,KAAK,MAAM,KAAK,IAAI,MAAM,EAAE,CAAC;QAC5B,MAAM,WAAW,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YACtC,OAAO;gBACN,UAAU,EAAE;oBACX,IAAI;iBACJ;aACD,CAAC;QACH,CAAC,CAAC,CAAC;QACH,MAAM,YAAY,GAA2B;YAC5C,YAAY,EAAE;gBACb,CAAC,SAAS,CAAC,EAAE,WAAW;aACxB;SACD,CAAC;QACF,MAAM,OAAO,GAAsB,IAAI,iBAAiB,CAAC,YAAY,CAAC,CAAC;QACvE,IAAI,CAAC;YACJ,MAAM,iBAAiB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvC,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACd,OAAO,CAAC,KAAK,CAAC,qCAAqC,SAAS,EAAE,EAAE,GAAG,CAAC,CAAC;YACrE,OAAO,CAAC,KAAK,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC;QAC3C,CAAC;IACF,CAAC;AACF,CAAC"}
|
package/dist/chunkBatch.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chunkBatch.js","sourceRoot":"","sources":["../lib/chunkBatch.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,UAAU,CAAI,KAAU,EAAE,OAAe;IAChE,MAAM,KAAK,GAAU,EAAE,CAAC;IACxB,IAAI,KAAK,GAAQ,EAAE,CAAC;IACpB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QACvC,MAAM,OAAO,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;QACzB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,OAAO,KAAK,CAAC,CAAC,EAAE,CAAC;YACpC,oCAAoC;YACpC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAClB,KAAK,GAAG,CAAC,OAAO,CAAC,CAAC;QAEnB,CAAC;aAAM,CAAC;YACP,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrB,CAAC;IACF,CAAC;IAED,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACtB,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACnB,CAAC;IAED,OAAO,KAAK,CAAC;AACd,CAAC"}
|
package/dist/deleteItem.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DeleteCommand } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "
|
|
2
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
3
3
|
export async function deleteItem(id, tableName) {
|
|
4
4
|
const commandInput = {
|
|
5
5
|
TableName: tableName,
|
|
@@ -16,3 +16,4 @@ export async function deleteItem(id, tableName) {
|
|
|
16
16
|
console.error(err);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
+
//# sourceMappingURL=deleteItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deleteItem.js","sourceRoot":"","sources":["../lib/deleteItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAsB,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,CAAC,KAAK,UAAU,UAAU,CAAC,EAAU,EAAE,SAAiB;IAC7D,MAAM,YAAY,GAAuB;QACxC,SAAS,EAAE,SAAS;QACpB,GAAG,EAAE;YACJ,EAAE;SACF;KACD,CAAC;IACF,MAAM,OAAO,GAAkB,IAAI,aAAa,CAAC,YAAY,CAAC,CAAC;IAC/D,IAAI,CAAC;QACJ,MAAM,iBAAiB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACvC,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACd,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,OAAO,SAAS,EAAE,CAAC,CAAC;QAC/D,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACpB,CAAC;AACF,CAAC"}
|
package/dist/getItem.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const getItem: (id: string, tableName: string) => Promise<Record<string, any> | null | undefined>;
|
|
2
|
-
export declare const getItemsByIndex: (indexName: string, tableName: string,
|
|
2
|
+
export declare const getItemsByIndex: (indexName: string, tableName: string, fk: string, expression: string) => Promise<Record<string, any>[]>;
|
package/dist/getItem.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { dynamoDbDocClient } from "
|
|
1
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
2
2
|
import { GetCommand, QueryCommand } from "@aws-sdk/lib-dynamodb";
|
|
3
|
-
import { _columnsAndAttributeToReturn } from "./utils.js";
|
|
4
3
|
export const getItem = async (id, tableName) => {
|
|
5
4
|
const params = {
|
|
6
5
|
TableName: tableName,
|
|
@@ -17,20 +16,18 @@ export const getItem = async (id, tableName) => {
|
|
|
17
16
|
return null;
|
|
18
17
|
}
|
|
19
18
|
};
|
|
20
|
-
export const getItemsByIndex = async (indexName, tableName,
|
|
21
|
-
const { expressionAttributeNames, columnsToReturn } = _columnsAndAttributeToReturn({ attribute, columns });
|
|
19
|
+
export const getItemsByIndex = async (indexName, tableName, fk, expression) => {
|
|
22
20
|
const params = {
|
|
23
21
|
TableName: tableName,
|
|
24
22
|
IndexName: indexName,
|
|
25
|
-
KeyConditionExpression:
|
|
26
|
-
ExpressionAttributeNames:
|
|
23
|
+
KeyConditionExpression: `fk = :${expression}`,
|
|
24
|
+
ExpressionAttributeNames: {
|
|
25
|
+
"fk": `${expression}`
|
|
26
|
+
},
|
|
27
27
|
ExpressionAttributeValues: {
|
|
28
|
-
"
|
|
28
|
+
"fkval": fk
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
-
if (columnsToReturn) {
|
|
32
|
-
params.ProjectionExpression = columnsToReturn;
|
|
33
|
-
}
|
|
34
31
|
try {
|
|
35
32
|
const data = await dynamoDbDocClient.send(new QueryCommand(params));
|
|
36
33
|
return data.Items || [];
|
|
@@ -40,3 +37,4 @@ export const getItemsByIndex = async (indexName, tableName, attributeValue, attr
|
|
|
40
37
|
return [];
|
|
41
38
|
}
|
|
42
39
|
};
|
|
40
|
+
//# sourceMappingURL=getItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getItem.js","sourceRoot":"","sources":["../lib/getItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,UAAU,EAAmB,YAAY,EAAqB,MAAM,uBAAuB,CAAC;AAErG,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,EAAU,EAAE,SAAiB,EAAE,EAAE;IAC9D,MAAM,MAAM,GAAoB;QAC/B,SAAS,EAAE,SAAS;QACpB,GAAG,EAAE;YACJ,EAAE;SACF;KACD,CAAC;IACF,IAAI,CAAC;QACJ,MAAM,IAAI,GAAG,MAAM,iBAAiB,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC;QAClE,OAAO,IAAI,CAAC,IAAI,CAAC;IAClB,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACd,OAAO,CAAC,KAAK,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;QAC5B,OAAO,IAAI,CAAC;IACb,CAAC;AACF,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,eAAe,GAAG,KAAK,EAAE,SAAiB,EAAE,SAAiB,EAAE,EAAS,EAAE,UAAkB,EAAE,EAAE;IAE5G,MAAM,MAAM,GAAsB;QACjC,SAAS,EAAE,SAAS;QACpB,SAAS,EAAE,SAAS;QACpB,sBAAsB,EAAE,SAAS,UAAU,EAAE;QAC7C,wBAAwB,EAAE;YACzB,IAAI,EAAG,GAAG,UAAU,EAAE;SACtB;QACD,yBAAyB,EAAE;YAC1B,OAAO,EAAE,EAAE;SACX;KACD,CAAC;IAEF,IAAI,CAAC;QACJ,MAAM,IAAI,GAAG,MAAM,iBAAiB,CAAC,IAAI,CAAC,IAAI,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC;QACpE,OAAO,IAAI,CAAC,KAAK,IAAI,EAAE,CAAC;IAEzB,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACd,OAAO,CAAC,KAAK,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;QAC5B,OAAO,EAAE,CAAC;IACX,CAAC;AACF,CAAC,CAAA"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
export * from "./aws-services
|
|
2
|
-
export * from "./batchDeleteItems
|
|
3
|
-
export * from "./batchGetItems
|
|
4
|
-
export * from "./batchPutItems
|
|
5
|
-
export * from "./chunkBatch
|
|
6
|
-
export * from "./deleteItem
|
|
7
|
-
export * from "./getItem
|
|
8
|
-
export * from "./putItem
|
|
9
|
-
export * from "./updateItem
|
|
10
|
-
export * from "./utils.js";
|
|
1
|
+
export * from "./aws-services";
|
|
2
|
+
export * from "./batchDeleteItems";
|
|
3
|
+
export * from "./batchGetItems";
|
|
4
|
+
export * from "./batchPutItems";
|
|
5
|
+
export * from "./chunkBatch";
|
|
6
|
+
export * from "./deleteItem";
|
|
7
|
+
export * from "./getItem";
|
|
8
|
+
export * from "./putItem";
|
|
9
|
+
export * from "./updateItem";
|
|
11
10
|
export declare const MAX_ITEMS_BATCH_OPERATIONS = 25;
|
|
12
11
|
export interface BatchInput {
|
|
13
12
|
id: string;
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export * from "./aws-services
|
|
2
|
-
export * from "./batchDeleteItems
|
|
3
|
-
export * from "./batchGetItems
|
|
4
|
-
export * from "./batchPutItems
|
|
5
|
-
export * from "./chunkBatch
|
|
6
|
-
export * from "./deleteItem
|
|
7
|
-
export * from "./getItem
|
|
8
|
-
export * from "./putItem
|
|
9
|
-
export * from "./updateItem
|
|
10
|
-
export * from "./utils.js";
|
|
1
|
+
export * from "./aws-services";
|
|
2
|
+
export * from "./batchDeleteItems";
|
|
3
|
+
export * from "./batchGetItems";
|
|
4
|
+
export * from "./batchPutItems";
|
|
5
|
+
export * from "./chunkBatch";
|
|
6
|
+
export * from "./deleteItem";
|
|
7
|
+
export * from "./getItem";
|
|
8
|
+
export * from "./putItem";
|
|
9
|
+
export * from "./updateItem";
|
|
11
10
|
export const MAX_ITEMS_BATCH_OPERATIONS = 25;
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAE7B,MAAM,CAAC,MAAM,0BAA0B,GAAG,EAAE,CAAC"}
|
package/dist/putItem.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PutCommand } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "
|
|
2
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
3
3
|
export async function putItem(item, tableName) {
|
|
4
4
|
const commandInput = {
|
|
5
5
|
Item: item,
|
|
@@ -15,3 +15,4 @@ export async function putItem(item, tableName) {
|
|
|
15
15
|
console.error(err);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
+
//# sourceMappingURL=putItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"putItem.js","sourceRoot":"","sources":["../lib/putItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,uBAAuB,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,CAAC,KAAK,UAAU,OAAO,CAAC,IAAyB,EAAE,SAAiB;IACzE,MAAM,YAAY,GAAoB;QACrC,IAAI,EAAE,IAAI;QACV,SAAS,EAAE,SAAS;KACpB,CAAC;IACF,MAAM,OAAO,GAAe,IAAI,UAAU,CAAC,YAAY,CAAC,CAAC;IACzD,IAAI,CAAC;QACJ,MAAM,iBAAiB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACvC,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACd,OAAO,CAAC,KAAK,CAAC,yBAAyB,SAAS,EAAE,CAAC,CAAC;QACpD,OAAO,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;QAC9B,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACpB,CAAC;AACF,CAAC"}
|
package/dist/updateItem.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UpdateCommand } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "
|
|
2
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
3
3
|
export async function updateItem(item, tableName) {
|
|
4
4
|
const commandInput = {
|
|
5
5
|
TableName: tableName,
|
|
@@ -15,3 +15,4 @@ export async function updateItem(item, tableName) {
|
|
|
15
15
|
console.error(err);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
+
//# sourceMappingURL=updateItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateItem.js","sourceRoot":"","sources":["../lib/updateItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAsB,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,CAAC,KAAK,UAAU,UAAU,CAAC,IAAyB,EAAE,SAAiB;IAC5E,MAAM,YAAY,GAAuB;QACxC,SAAS,EAAE,SAAS;QACpB,GAAG,EAAE,IAAI;KACT,CAAC;IACF,MAAM,OAAO,GAAkB,IAAI,aAAa,CAAC,YAAY,CAAC,CAAC;IAC/D,IAAI,CAAC;QACJ,MAAM,iBAAiB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACvC,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACd,OAAO,CAAC,KAAK,CAAC,gCAAgC,SAAS,EAAE,CAAC,CAAC;QAC3D,OAAO,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;QAC9B,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACpB,CAAC;AACF,CAAC"}
|
package/lib/batchDeleteItems.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BatchWriteCommand, BatchWriteCommandInput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "
|
|
3
|
-
import chunkBatch from "
|
|
4
|
-
import { BatchInput, MAX_ITEMS_BATCH_OPERATIONS } from "
|
|
2
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
3
|
+
import chunkBatch from "chunkBatch";
|
|
4
|
+
import { BatchInput, MAX_ITEMS_BATCH_OPERATIONS } from "index";
|
|
5
5
|
|
|
6
6
|
export async function batchDeleteItems(items: BatchInput[], tableName: string) {
|
|
7
7
|
const chunks = chunkBatch(items, MAX_ITEMS_BATCH_OPERATIONS);
|
package/lib/batchGetItems.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BatchGetCommand, BatchGetCommandInput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "
|
|
3
|
-
import { BatchInput } from "
|
|
2
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
3
|
+
import { BatchInput } from "index";
|
|
4
4
|
|
|
5
5
|
export async function batchGetItems(ids: BatchInput[], tableName: string) {
|
|
6
6
|
const commandInput: BatchGetCommandInput = {
|
package/lib/batchPutItems.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BatchWriteCommand, BatchWriteCommandInput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "./aws-services
|
|
3
|
-
import chunkBatch from "./chunkBatch
|
|
4
|
-
import { BatchInput, MAX_ITEMS_BATCH_OPERATIONS } from "
|
|
2
|
+
import { dynamoDbDocClient } from "./aws-services";
|
|
3
|
+
import chunkBatch from "./chunkBatch";
|
|
4
|
+
import { BatchInput, MAX_ITEMS_BATCH_OPERATIONS } from "index";
|
|
5
5
|
|
|
6
6
|
export async function batchPutItems(items: BatchInput[], tableName: string) {
|
|
7
7
|
const chunks = chunkBatch(items, MAX_ITEMS_BATCH_OPERATIONS);
|
|
@@ -23,7 +23,7 @@ export async function batchPutItems(items: BatchInput[], tableName: string) {
|
|
|
23
23
|
await dynamoDbDocClient.send(command);
|
|
24
24
|
} catch (err) {
|
|
25
25
|
console.error(`ERROR BATCH PUTTING DOCUMENTS IN ${tableName}`, err);
|
|
26
|
-
console.error(`DOCUMENTS `, putRequests);
|
|
26
|
+
console.error(`DOCUMENTS: `, putRequests);
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
}
|
package/lib/deleteItem.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DeleteCommand, DeleteCommandInput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "
|
|
2
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
3
3
|
|
|
4
4
|
export async function deleteItem(id: string, tableName: string) {
|
|
5
5
|
const commandInput: DeleteCommandInput = {
|
package/lib/getItem.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { dynamoDbDocClient } from "
|
|
1
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
2
2
|
import { GetCommand, GetCommandInput, QueryCommand, QueryCommandInput } from "@aws-sdk/lib-dynamodb";
|
|
3
|
-
import { _columnsAndAttributeToReturn } from "./utils.js";
|
|
4
3
|
|
|
5
|
-
export const getItem = async (id: string, tableName: string
|
|
4
|
+
export const getItem = async (id: string, tableName: string) => {
|
|
6
5
|
const params: GetCommandInput = {
|
|
7
6
|
TableName: tableName,
|
|
8
7
|
Key: {
|
|
@@ -18,26 +17,24 @@ export const getItem = async (id: string, tableName: string ) => {
|
|
|
18
17
|
}
|
|
19
18
|
}
|
|
20
19
|
|
|
21
|
-
export const getItemsByIndex = async (indexName: string, tableName: string,
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
export const getItemsByIndex = async (indexName: string, tableName: string, fk:string, expression: string) => {
|
|
21
|
+
|
|
24
22
|
const params: QueryCommandInput = {
|
|
25
23
|
TableName: tableName,
|
|
26
24
|
IndexName: indexName,
|
|
27
|
-
KeyConditionExpression: `#fk =
|
|
28
|
-
ExpressionAttributeNames:
|
|
25
|
+
KeyConditionExpression: `#fk = :${expression}`,
|
|
26
|
+
ExpressionAttributeNames: {
|
|
27
|
+
"#fk" : `${expression}`
|
|
28
|
+
},
|
|
29
29
|
ExpressionAttributeValues: {
|
|
30
|
-
":fkval":
|
|
30
|
+
":fkval": fk
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
33
|
|
|
34
|
-
if (columnsToReturn) {
|
|
35
|
-
params.ProjectionExpression = columnsToReturn;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
34
|
try {
|
|
39
35
|
const data = await dynamoDbDocClient.send(new QueryCommand(params));
|
|
40
36
|
return data.Items || [];
|
|
37
|
+
|
|
41
38
|
} catch (err) {
|
|
42
39
|
console.error("Error", err);
|
|
43
40
|
return [];
|
package/lib/index.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
export * from "./aws-services
|
|
2
|
-
export * from "./batchDeleteItems
|
|
3
|
-
export * from "./batchGetItems
|
|
4
|
-
export * from "./batchPutItems
|
|
5
|
-
export * from "./chunkBatch
|
|
6
|
-
export * from "./deleteItem
|
|
7
|
-
export * from "./getItem
|
|
8
|
-
export * from "./putItem
|
|
9
|
-
export * from "./updateItem
|
|
10
|
-
export * from "./utils.js";
|
|
1
|
+
export * from "./aws-services";
|
|
2
|
+
export * from "./batchDeleteItems";
|
|
3
|
+
export * from "./batchGetItems";
|
|
4
|
+
export * from "./batchPutItems";
|
|
5
|
+
export * from "./chunkBatch";
|
|
6
|
+
export * from "./deleteItem";
|
|
7
|
+
export * from "./getItem";
|
|
8
|
+
export * from "./putItem";
|
|
9
|
+
export * from "./updateItem";
|
|
11
10
|
|
|
12
11
|
export const MAX_ITEMS_BATCH_OPERATIONS = 25;
|
|
13
12
|
|
package/lib/putItem.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PutCommand, PutCommandInput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "
|
|
2
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
3
3
|
|
|
4
4
|
export async function putItem(item: Record<string, any>, tableName: string) {
|
|
5
5
|
const commandInput: PutCommandInput = {
|
package/lib/updateItem.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UpdateCommand, UpdateCommandInput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import { dynamoDbDocClient } from "
|
|
2
|
+
import { dynamoDbDocClient } from "aws-services";
|
|
3
3
|
|
|
4
4
|
export async function updateItem(item: Record<string, any>, tableName: string) {
|
|
5
5
|
const commandInput: UpdateCommandInput = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorearth/recordmiddleware-dataaccesslayer",
|
|
3
|
-
"version": "0.0.1-y.
|
|
3
|
+
"version": "0.0.1-y.4",
|
|
4
4
|
"description": "A module for accessing dynamdb efficiently",
|
|
5
5
|
"author": "madtrx <marlin.makori@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/FactorEarth/RecordMiddleware#readme",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"access": "public",
|
|
30
30
|
"registry": "https://registry.npmjs.org/"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "abeed12373408aa97ca86fae5be91770f7d8e655"
|
|
33
33
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"extends": "../../tsconfig.json",
|
|
2
3
|
"compilerOptions": {
|
|
3
4
|
"baseUrl": "lib",
|
|
4
5
|
"rootDir": "lib",
|
|
@@ -14,13 +15,6 @@
|
|
|
14
15
|
],
|
|
15
16
|
"module": "ESNext",
|
|
16
17
|
"moduleResolution": "node",
|
|
17
|
-
"skipLibCheck": true,
|
|
18
|
-
"strict": true,
|
|
19
|
-
"esModuleInterop": true,
|
|
20
|
-
"forceConsistentCasingInFileNames": true,
|
|
21
|
-
"declaration": true,
|
|
22
|
-
"allowJs": true,
|
|
23
|
-
"resolveJsonModule": true,
|
|
24
18
|
},
|
|
25
19
|
"include": [
|
|
26
20
|
"lib/**/*.d.ts",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.object.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/@smithy/types/dist-types/abort.d.ts","../../node_modules/@smithy/types/dist-types/auth/auth.d.ts","../../node_modules/@smithy/types/dist-types/auth/httpapikeyauth.d.ts","../../node_modules/@smithy/types/dist-types/identity/identity.d.ts","../../node_modules/@smithy/types/dist-types/endpoint.d.ts","../../node_modules/@smithy/types/dist-types/logger.d.ts","../../node_modules/@smithy/types/dist-types/uri.d.ts","../../node_modules/@smithy/types/dist-types/http.d.ts","../../node_modules/@smithy/types/dist-types/response.d.ts","../../node_modules/@smithy/types/dist-types/util.d.ts","../../node_modules/@smithy/types/dist-types/middleware.d.ts","../../node_modules/@smithy/types/dist-types/auth/httpsigner.d.ts","../../node_modules/@smithy/types/dist-types/auth/identityproviderconfig.d.ts","../../node_modules/@smithy/types/dist-types/auth/httpauthscheme.d.ts","../../node_modules/@smithy/types/dist-types/auth/httpauthschemeprovider.d.ts","../../node_modules/@smithy/types/dist-types/auth/index.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/buffer/index.d.ts","../../node_modules/undici-types/header.d.ts","../../node_modules/undici-types/readable.d.ts","../../node_modules/undici-types/file.d.ts","../../node_modules/undici-types/fetch.d.ts","../../node_modules/undici-types/formdata.d.ts","../../node_modules/undici-types/connector.d.ts","../../node_modules/undici-types/client.d.ts","../../node_modules/undici-types/errors.d.ts","../../node_modules/undici-types/dispatcher.d.ts","../../node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/undici-types/global-origin.d.ts","../../node_modules/undici-types/pool-stats.d.ts","../../node_modules/undici-types/pool.d.ts","../../node_modules/undici-types/handlers.d.ts","../../node_modules/undici-types/balanced-pool.d.ts","../../node_modules/undici-types/agent.d.ts","../../node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/undici-types/mock-agent.d.ts","../../node_modules/undici-types/mock-client.d.ts","../../node_modules/undici-types/mock-pool.d.ts","../../node_modules/undici-types/mock-errors.d.ts","../../node_modules/undici-types/proxy-agent.d.ts","../../node_modules/undici-types/api.d.ts","../../node_modules/undici-types/cookies.d.ts","../../node_modules/undici-types/patch.d.ts","../../node_modules/undici-types/filereader.d.ts","../../node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/undici-types/websocket.d.ts","../../node_modules/undici-types/content-type.d.ts","../../node_modules/undici-types/cache.d.ts","../../node_modules/undici-types/interceptors.d.ts","../../node_modules/undici-types/index.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/dom-events.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/sea.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/globals.global.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/@smithy/types/dist-types/transform/exact.d.ts","../../node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts","../../node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts","../../node_modules/@smithy/types/dist-types/crypto.d.ts","../../node_modules/@smithy/types/dist-types/checksum.d.ts","../../node_modules/@smithy/types/dist-types/command.d.ts","../../node_modules/@smithy/types/dist-types/client.d.ts","../../node_modules/@smithy/types/dist-types/connection/config.d.ts","../../node_modules/@smithy/types/dist-types/transfer.d.ts","../../node_modules/@smithy/types/dist-types/connection/manager.d.ts","../../node_modules/@smithy/types/dist-types/connection/pool.d.ts","../../node_modules/@smithy/types/dist-types/connection/index.d.ts","../../node_modules/@smithy/types/dist-types/eventstream.d.ts","../../node_modules/@smithy/types/dist-types/encode.d.ts","../../node_modules/@smithy/types/dist-types/endpoints/shared.d.ts","../../node_modules/@smithy/types/dist-types/endpoints/endpointruleobject.d.ts","../../node_modules/@smithy/types/dist-types/endpoints/errorruleobject.d.ts","../../node_modules/@smithy/types/dist-types/endpoints/treeruleobject.d.ts","../../node_modules/@smithy/types/dist-types/endpoints/rulesetobject.d.ts","../../node_modules/@smithy/types/dist-types/endpoints/index.d.ts","../../node_modules/@smithy/types/dist-types/extensions/checksum.d.ts","../../node_modules/@smithy/types/dist-types/extensions/defaultclientconfiguration.d.ts","../../node_modules/@smithy/types/dist-types/shapes.d.ts","../../node_modules/@smithy/types/dist-types/retry.d.ts","../../node_modules/@smithy/types/dist-types/extensions/retry.d.ts","../../node_modules/@smithy/types/dist-types/extensions/defaultextensionconfiguration.d.ts","../../node_modules/@smithy/types/dist-types/extensions/index.d.ts","../../node_modules/@smithy/types/dist-types/http/httphandlerinitialization.d.ts","../../node_modules/@smithy/types/dist-types/identity/apikeyidentity.d.ts","../../node_modules/@smithy/types/dist-types/identity/awscredentialidentity.d.ts","../../node_modules/@smithy/types/dist-types/identity/tokenidentity.d.ts","../../node_modules/@smithy/types/dist-types/identity/index.d.ts","../../node_modules/@smithy/types/dist-types/pagination.d.ts","../../node_modules/@smithy/types/dist-types/profile.d.ts","../../node_modules/@smithy/types/dist-types/serde.d.ts","../../node_modules/@smithy/types/dist-types/signature.d.ts","../../node_modules/@smithy/types/dist-types/stream.d.ts","../../node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts","../../node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts","../../node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts","../../node_modules/@smithy/types/dist-types/transform/type-transform.d.ts","../../node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts","../../node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts","../../node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts","../../node_modules/@smithy/types/dist-types/waiter.d.ts","../../node_modules/@smithy/types/dist-types/index.d.ts","../../node_modules/@smithy/node-config-provider/dist-types/fromenv.d.ts","../../node_modules/@smithy/shared-ini-file-loader/dist-types/gethomedir.d.ts","../../node_modules/@smithy/shared-ini-file-loader/dist-types/getprofilename.d.ts","../../node_modules/@smithy/shared-ini-file-loader/dist-types/getssotokenfilepath.d.ts","../../node_modules/@smithy/shared-ini-file-loader/dist-types/getssotokenfromfile.d.ts","../../node_modules/@smithy/shared-ini-file-loader/dist-types/loadsharedconfigfiles.d.ts","../../node_modules/@smithy/shared-ini-file-loader/dist-types/loadssosessiondata.d.ts","../../node_modules/@smithy/shared-ini-file-loader/dist-types/parseknownfiles.d.ts","../../node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts","../../node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts","../../node_modules/@smithy/node-config-provider/dist-types/fromsharedconfigfiles.d.ts","../../node_modules/@smithy/node-config-provider/dist-types/fromstatic.d.ts","../../node_modules/@smithy/node-config-provider/dist-types/configloader.d.ts","../../node_modules/@smithy/node-config-provider/dist-types/index.d.ts","../../node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts","../../node_modules/@aws-sdk/endpoint-cache/dist-types/endpoint.d.ts","../../node_modules/@aws-sdk/endpoint-cache/dist-types/endpointcache.d.ts","../../node_modules/@aws-sdk/endpoint-cache/dist-types/index.d.ts","../../node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveendpointdiscoveryconfig.d.ts","../../node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getendpointdiscoveryplugin.d.ts","../../node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/index.d.ts","../../node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts","../../node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts","../../node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts","../../node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts","../../node_modules/@smithy/config-resolver/dist-types/endpointsconfig/nodeusedualstackendpointconfigoptions.d.ts","../../node_modules/@smithy/config-resolver/dist-types/endpointsconfig/nodeusefipsendpointconfigoptions.d.ts","../../node_modules/@smithy/config-resolver/dist-types/endpointsconfig/resolveendpointsconfig.d.ts","../../node_modules/@smithy/config-resolver/dist-types/endpointsconfig/resolvecustomendpointsconfig.d.ts","../../node_modules/@smithy/config-resolver/dist-types/endpointsconfig/index.d.ts","../../node_modules/@smithy/config-resolver/dist-types/regionconfig/config.d.ts","../../node_modules/@smithy/config-resolver/dist-types/regionconfig/resolveregionconfig.d.ts","../../node_modules/@smithy/config-resolver/dist-types/regionconfig/index.d.ts","../../node_modules/@smithy/config-resolver/dist-types/regioninfo/endpointvarianttag.d.ts","../../node_modules/@smithy/config-resolver/dist-types/regioninfo/endpointvariant.d.ts","../../node_modules/@smithy/config-resolver/dist-types/regioninfo/partitionhash.d.ts","../../node_modules/@smithy/config-resolver/dist-types/regioninfo/regionhash.d.ts","../../node_modules/@smithy/config-resolver/dist-types/regioninfo/getregioninfo.d.ts","../../node_modules/@smithy/config-resolver/dist-types/regioninfo/index.d.ts","../../node_modules/@smithy/config-resolver/dist-types/index.d.ts","../../node_modules/@smithy/middleware-endpoint/dist-types/resolveendpointconfig.d.ts","../../node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts","../../node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getendpointfrominstructions.d.ts","../../node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toendpointv1.d.ts","../../node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts","../../node_modules/@smithy/middleware-endpoint/dist-types/endpointmiddleware.d.ts","../../node_modules/@smithy/middleware-endpoint/dist-types/getendpointplugin.d.ts","../../node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts","../../node_modules/@smithy/util-retry/dist-types/types.d.ts","../../node_modules/@smithy/util-retry/dist-types/adaptiveretrystrategy.d.ts","../../node_modules/@smithy/util-retry/dist-types/standardretrystrategy.d.ts","../../node_modules/@smithy/util-retry/dist-types/configuredretrystrategy.d.ts","../../node_modules/@smithy/util-retry/dist-types/defaultratelimiter.d.ts","../../node_modules/@smithy/util-retry/dist-types/config.d.ts","../../node_modules/@smithy/util-retry/dist-types/constants.d.ts","../../node_modules/@smithy/util-retry/dist-types/index.d.ts","../../node_modules/@smithy/middleware-retry/dist-types/types.d.ts","../../node_modules/@smithy/middleware-retry/dist-types/standardretrystrategy.d.ts","../../node_modules/@smithy/middleware-retry/dist-types/adaptiveretrystrategy.d.ts","../../node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts","../../node_modules/@smithy/middleware-retry/dist-types/delaydecider.d.ts","../../node_modules/@smithy/middleware-retry/dist-types/omitretryheadersmiddleware.d.ts","../../node_modules/@smithy/middleware-retry/dist-types/retrydecider.d.ts","../../node_modules/@smithy/middleware-retry/dist-types/retrymiddleware.d.ts","../../node_modules/@smithy/middleware-retry/dist-types/index.d.ts","../../node_modules/@smithy/protocol-http/dist-types/httprequest.d.ts","../../node_modules/@smithy/protocol-http/dist-types/httpresponse.d.ts","../../node_modules/@smithy/protocol-http/dist-types/httphandler.d.ts","../../node_modules/@smithy/protocol-http/dist-types/extensions/httpextensionconfiguration.d.ts","../../node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts","../../node_modules/@smithy/protocol-http/dist-types/field.d.ts","../../node_modules/@smithy/protocol-http/dist-types/fields.d.ts","../../node_modules/@smithy/protocol-http/dist-types/isvalidhostname.d.ts","../../node_modules/@smithy/protocol-http/dist-types/types.d.ts","../../node_modules/@smithy/protocol-http/dist-types/index.d.ts","../../node_modules/@smithy/smithy-client/dist-types/nooplogger.d.ts","../../node_modules/@smithy/smithy-client/dist-types/client.d.ts","../../node_modules/@smithy/util-stream/dist-types/blob/uint8arrayblobadapter.d.ts","../../node_modules/@smithy/util-stream/dist-types/getawschunkedencodingstream.d.ts","../../node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts","../../node_modules/@smithy/util-stream/dist-types/index.d.ts","../../node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts","../../node_modules/@smithy/smithy-client/dist-types/command.d.ts","../../node_modules/@smithy/smithy-client/dist-types/constants.d.ts","../../node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts","../../node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts","../../node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts","../../node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts","../../node_modules/@smithy/smithy-client/dist-types/emitwarningifunsupportedversion.d.ts","../../node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts","../../node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts","../../node_modules/@smithy/smithy-client/dist-types/extensions/defaultextensionconfiguration.d.ts","../../node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts","../../node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts","../../node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts","../../node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts","../../node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts","../../node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts","../../node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts","../../node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts","../../node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts","../../node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts","../../node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts","../../node_modules/@smithy/smithy-client/dist-types/split-every.d.ts","../../node_modules/@smithy/smithy-client/dist-types/index.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/client/emitwarningifunsupportedversion.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/httpauthschemes/aws_sdk/awssdksigv4signer.d.ts","../../node_modules/@smithy/signature-v4/dist-types/signaturev4.d.ts","../../node_modules/@smithy/signature-v4/dist-types/getcanonicalheaders.d.ts","../../node_modules/@smithy/signature-v4/dist-types/getcanonicalquery.d.ts","../../node_modules/@smithy/signature-v4/dist-types/getpayloadhash.d.ts","../../node_modules/@smithy/signature-v4/dist-types/moveheaderstoquery.d.ts","../../node_modules/@smithy/signature-v4/dist-types/preparerequest.d.ts","../../node_modules/@smithy/signature-v4/dist-types/credentialderivation.d.ts","../../node_modules/@smithy/signature-v4/dist-types/index.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/httpauthschemes/aws_sdk/resolveawssdksigv4config.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/httpauthschemes/aws_sdk/index.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/httpauthschemes/index.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsexpectunion.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parsejsonbody.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parsexmlbody.d.ts","../../node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts","../../node_modules/@aws-sdk/core/dist-types/index.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpauthschemeprovider.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/models/dynamodbserviceexception.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/batchexecutestatementcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/batchgetitemcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/batchwriteitemcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/createbackupcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/createglobaltablecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/createtablecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/deletebackupcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/deleteitemcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/deleteresourcepolicycommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/deletetablecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describebackupcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describecontinuousbackupscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describecontributorinsightscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describeendpointscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describeexportcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describeglobaltablecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describeglobaltablesettingscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describeimportcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describekinesisstreamingdestinationcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describelimitscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describetablecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describetablereplicaautoscalingcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/describetimetolivecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/disablekinesisstreamingdestinationcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/enablekinesisstreamingdestinationcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/executestatementcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/executetransactioncommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/exporttabletopointintimecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/getitemcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/getresourcepolicycommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/importtablecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/listbackupscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/listcontributorinsightscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/listexportscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/listglobaltablescommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/listimportscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/listtablescommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/listtagsofresourcecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/putitemcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/putresourcepolicycommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/querycommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/restoretablefrombackupcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/restoretabletopointintimecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/scancommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/tagresourcecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/transactgetitemscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/transactwriteitemscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/untagresourcecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/updatecontinuousbackupscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/updatecontributorinsightscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/updateglobaltablecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/updateglobaltablesettingscommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/updateitemcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/updatekinesisstreamingdestinationcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/updatetablecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/updatetablereplicaautoscalingcommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/updatetimetolivecommand.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointparameters.d.ts","../../node_modules/@aws-sdk/types/dist-types/abort.d.ts","../../node_modules/@aws-sdk/types/dist-types/auth.d.ts","../../node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts","../../node_modules/@aws-sdk/types/dist-types/checksum.d.ts","../../node_modules/@aws-sdk/types/dist-types/client.d.ts","../../node_modules/@aws-sdk/types/dist-types/command.d.ts","../../node_modules/@aws-sdk/types/dist-types/connection.d.ts","../../node_modules/@aws-sdk/types/dist-types/identity/identity.d.ts","../../node_modules/@aws-sdk/types/dist-types/identity/anonymousidentity.d.ts","../../node_modules/@aws-sdk/types/dist-types/identity/awscredentialidentity.d.ts","../../node_modules/@aws-sdk/types/dist-types/identity/loginidentity.d.ts","../../node_modules/@aws-sdk/types/dist-types/identity/tokenidentity.d.ts","../../node_modules/@aws-sdk/types/dist-types/identity/index.d.ts","../../node_modules/@aws-sdk/types/dist-types/util.d.ts","../../node_modules/@aws-sdk/types/dist-types/credentials.d.ts","../../node_modules/@aws-sdk/types/dist-types/crypto.d.ts","../../node_modules/@aws-sdk/types/dist-types/dns.d.ts","../../node_modules/@aws-sdk/types/dist-types/encode.d.ts","../../node_modules/@aws-sdk/types/dist-types/endpoint.d.ts","../../node_modules/@aws-sdk/types/dist-types/eventstream.d.ts","../../node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts","../../node_modules/@aws-sdk/types/dist-types/http.d.ts","../../node_modules/@aws-sdk/types/dist-types/logger.d.ts","../../node_modules/@aws-sdk/types/dist-types/middleware.d.ts","../../node_modules/@aws-sdk/types/dist-types/pagination.d.ts","../../node_modules/@aws-sdk/types/dist-types/profile.d.ts","../../node_modules/@aws-sdk/types/dist-types/request.d.ts","../../node_modules/@aws-sdk/types/dist-types/response.d.ts","../../node_modules/@aws-sdk/types/dist-types/retry.d.ts","../../node_modules/@aws-sdk/types/dist-types/serde.d.ts","../../node_modules/@aws-sdk/types/dist-types/shapes.d.ts","../../node_modules/@aws-sdk/types/dist-types/signature.d.ts","../../node_modules/@aws-sdk/types/dist-types/stream.d.ts","../../node_modules/@aws-sdk/types/dist-types/token.d.ts","../../node_modules/@aws-sdk/types/dist-types/transfer.d.ts","../../node_modules/@aws-sdk/types/dist-types/uri.d.ts","../../node_modules/@aws-sdk/types/dist-types/waiter.d.ts","../../node_modules/@aws-sdk/types/dist-types/index.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpauthextensionconfiguration.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/extensionconfiguration.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeextensions.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/dynamodbclient.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/dynamodb.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/commands/index.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/interfaces.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/listcontributorinsightspaginator.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/listexportspaginator.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/listimportspaginator.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/listtablespaginator.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/querypaginator.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/scanpaginator.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/index.d.ts","../../node_modules/@smithy/util-waiter/dist-types/waiter.d.ts","../../node_modules/@smithy/util-waiter/dist-types/createwaiter.d.ts","../../node_modules/@smithy/util-waiter/dist-types/index.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitfortableexists.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitfortablenotexists.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts","../../node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts","../../node_modules/@aws-sdk/util-dynamodb/dist-types/models.d.ts","../../node_modules/@aws-sdk/util-dynamodb/dist-types/numbervalue.d.ts","../../node_modules/@aws-sdk/util-dynamodb/dist-types/marshall.d.ts","../../node_modules/@aws-sdk/util-dynamodb/dist-types/converttoattr.d.ts","../../node_modules/@aws-sdk/util-dynamodb/dist-types/unmarshall.d.ts","../../node_modules/@aws-sdk/util-dynamodb/dist-types/converttonative.d.ts","../../node_modules/@aws-sdk/util-dynamodb/dist-types/index.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/utils.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/batchgetcommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/batchwritecommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/deletecommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/executestatementcommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/executetransactioncommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/getcommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/putcommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/querycommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/scancommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/transactgetcommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/transactwritecommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/updatecommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/dynamodbdocumentclient.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/basecommand/dynamodbdocumentclientcommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/batchexecutestatementcommand.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/dynamodbdocument.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/index.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/interfaces.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/querypaginator.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/scanpaginator.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/index.d.ts","../../node_modules/@aws-sdk/lib-dynamodb/dist-types/index.d.ts","./lib/aws-services.ts","./lib/chunkbatch.ts","./lib/batchgetitems.ts","./lib/batchputitems.ts","./lib/deleteitem.ts","./lib/getitem.ts","./lib/putitem.ts","./lib/updateitem.ts","./lib/index.ts","./lib/batchdeleteitems.ts"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","886e50ef125efb7878f744e86908884c0133e7a6d9d80013f421b0cd8fb2af94",{"version":"87d693a4920d794a73384b3c779cadcb8548ac6945aa7a925832fe2418c9527a","affectsGlobalScope":true},{"version":"76f838d5d49b65de83bc345c04aa54c62a3cfdb72a477dc0c0fce89a30596c30","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"8073890e29d2f46fdbc19b8d6d2eb9ea58db9a2052f8640af20baff9afbc8640","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"c55ae709f94155174ff63647edd2a7e3acbd02a2909aa2541569e8b8bac9fc40","530e5c7e4f74267b7800f1702cf0c576282296a960acbdb2960389b2b1d0875b","1c483cc60a58a0d4c9a068bdaa8d95933263e6017fbea33c9f99790cf870f0a8","07863eea4f350458f803714350e43947f7f73d1d67a9ddf747017065d36b073a","d5f1bbd44ba4f63d8a01fff5e1edc1c1fb50e9caa48a4fa48298a4485d6ff75c","4d2b263907b8c03c5b2df90e6c1f166e9da85bd87bf439683f150afc91fce7e7","c70e38e0f30b7c0542af9aa7e0324a23dd2b0c1a64e078296653d1d3b36fa248","6fb4adae44063f733a631a896645b57f29a35cea645ec5d014e341f2d6b74024","396c2c14fa408707235d761a965bd84ce3d4fc3117c3b9f1404d6987d98a30d6","b7b881ced4ed4dee13d6e0ccdb2296f66663ba6b1419767271090b3ff3478bb9","06289b9873760aac77aed4035ea6c60b1e0879b8afe47a4530bc8522b9b804b1","63c36aa73242aa745fae813c40585111ead225394b0a0ba985c2683baa6b0ef9","3e7ffc7dd797e5d44d387d0892bc288480493e73dcab9832812907d1389e4a98","db011ec9589fd51995cbd0765673838e38e6485a6559163cc53dcf508b480909","e1a4253f0cca15c14516f52a2ad36c3520b140b5dfb3b3880a368cd75d45d6d9","159af954f2633a12fdee68605009e7e5b150dbeb6d70c46672fd41059c154d53","2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"90d7eec51e402c8536db1312ef5994a2566e34cc3eb42ce0923a724748310ae7","affectsGlobalScope":true},"2d6336a655a5cfd68661f773f611133b6992c25506b3f72b7773503924130a91","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"e0d3b6c099dfc2e8d29bdeaf2753e2ec1225b1d7896c3afeadfd284a3c0025ec","affectsGlobalScope":true},"e5999af8a68622f7eaac6745a421f9d438bd847b3e012575e2a395ea5e752fde","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","3bb6e21a9f30417c0a059e240b3f8f70c8af9c4cb6f2fd1bc2db594c647e285f","7483ef24249f6a3e24eb3d8136ec7fe0633cd6f8ffe752e2a8d99412aff35bb7","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"3e7dd0014ec3594783dc83ba8c06c13f191931a93e4d1b743371b2e7150cb9d4","affectsGlobalScope":true},"9230a0b87a2d01d26e770bf55de59f71f7631125095926d51d93942694e26f6b","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","cb8bd3f7d20c3f1a671f1a0c4619d9f90c151bcd52b32eb405f35e6b2dcedac2","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","26d5daea2aa3ba8e9d5540c75e1fec598ca76cf23ff0a772c5e1ae99d100d714","2eaa31492906bc8525aff3c3ec2236e22d90b0dfeee77089f196cd0adf0b3e3b",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"631a5f10cf3f2f0c962c60e2ad42e678a87067cb18d8437ba3caa6bd6875e04b","b329bfc2efb22b436a24554eadcdc29b7380c6ddfbfeb76653b7961020f725e7","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"9bc44886a3ef2320d7fcda7f245de4d991af93935b850692a98465126caba07d","affectsGlobalScope":true},{"version":"49137120ae42f2301ae81f904c6ada72215d2255454d7b4992458bff7ea241de","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","b98b461ffdbf07ca87e20cf007fe81084e487f2ddcea8d45b88e84ce70ddf6a4","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"77e7388c530402124af6eaf33e4693a3546be992657643a04533760296ee631c","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"7245af181218216bacb01fbdf51095617a51661f20d77178c69a377e16fb69ed","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"ac14eb65c59722f0333e776a73e6a02cea23b5aa857a749ea176daf4e960e872","affectsGlobalScope":true},"7c6929fd7cbf38499b6a600b91c3b603d1d78395046dc3499b2b92d01418b94b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","a1b36a1f91a54daf2e89e12b834fa41fb7338bc044d1f08a80817efc93c99ee5","8bb4a5b632dd5a868f3271750895cb61b0e20cff82032d87e89288faee8dd6e2","0c1aabfd9fb1818afb2e798f91f669edafce59cd7e3423d25b1cfccfaaf2c403","017de6fdabea79015d493bf71e56cbbff092525253c1d76003b3d58280cd82a0","ab9ea2596cb7800bd79d1526930c785606ec4f439c275adbca5adc1ddf87747d","aee8faa433dde04beedb779b3329456a286a966462d666c138c19113ce78c79e","fd6a17c2d015cb2963d62db7566a43818424e8f32eb821fa9b8b142d4ab12664","4e693235d606287d6b5a4e7d572f190862b93ea4a28df8a63fc328aa8becdc9d","e58d1ea2fc84c9c03742b4f56449b7d4602c8c4deb4f0e57c619bab35bbbbf81","d82bc1f8fe8eef55aa741373da68b80a8503228c9aa0ec46bdd38fd7e0c02a18","d7c7f8a461326507d90d0888efff0c4011a5e69eb08ccb990232aa22334e4dd6","5af5ebe8c9b84f667cd047cfcf1942d53e3b369dbd63fbea2a189bbf381146c6","27deb39ac0921db739b503407dc9aa93a546b015c06738bc8b66bdf0ae593c7c","eff5b8bdfe94c0a174484a6de01e802fb66f99f8737a20e4fba4df05c2f24cea","52fa3a4f47e30ef266dbda3b69821fe5811be4faad2b266586090d8b4806342e","5cb6f9ea4a097094fe624c3513111292690e39e83167a412f8912807be71ca65","fa461c83b2adc6b33997a95335d19723bddd4d7aaff41cac6f9f817e3c3ae730","d9eed4a308aeb32babee0600d21c3a3ba8452c89e8a4916e5460b45da147c33c","fc9bdd9b3d8fb59c913cb3b8dea0d79b38dfe9331ef07e1c6dc6bf363f061ad6","e647d13de80e1b6b4e1d94363ea6f5f8f77dfb95d562748b488a7248af25aabf","0c3c4ce6a1884610c99306719f59174d81808c69393c30119f9c2aef0449a2cb","219a25474e58a8161b242776856ec5f6960839b63e74809445e51cadbfc18096","5a0d1534e9493ae44b08b3055172da38370e2afd2bc3d4bea11f7be78344036f","6309a45fc3c03d3c4d56228e995d51974f53009a842374695b34f3607877e5a3","bef94eba81ae2c09059c0d9abdb1ae1b7090314f70550f3c8cd5d7ead4a4f212","48b787ad458be9b524fa5fdfef34f68798074132d4b8cfe6a6fe9c2bf334c532","37280465f8f9b2ea21d490979952b18b7f4d1f0d8fab2d627618fb2cfa1828e3","7281550c523596fd0fd36c6e19aa89075dac93144437ce48490da319b1f4d318","3f3f85dc43cb93c5a797f1ff0fa948d0e17843a443ae11a20cc032ccdf1b9997","020507cb67b96b0830a8636db03ae004181eee323ba33565cfe8d45aaedc4d1d","869010bc679df668137cb3b78a3cb8196e97acf285208a57f6156ceac894a2f7","bcae62618c23047e36d373f0feac5b13f09689e4cd08e788af13271dbe73a139","29a99d2e57b3e08a997cbc2397bdb251441a545306a74b95ffedc5f03d9bc6b7","5ae003688265a1547bbcb344bf0e26cb994149ac2c032756718e9039302dfac8","09e811cc1088d9ea3a7ddd7290f6a13767f56c85daf8c3374a06a45a08d55647","9da2c58a27fdce871c2eac09d5172b04248bb86ada9b0d10e8b3dfa8470b8dd3","5c317403752871838140f70879b09509e37422e92e7364b4363c7b179310ee44","7b270dc53f35dd0b44bfa619ad4d351fffd512e14053c3688323ed007eda3f6d","6d4e928f232ade7221cffc6e4332ec935baa176415c9bf5d12111bb883a247d2","e86ad029224d4f2af3e188be8b5e9badf8c7083247572069bac7bd2193131fc7","057cac07c7bc5abdcfba44325fcea4906dff7919a3d7d82d4ec40f8b4c90cf2f","38aa389acf91d77db5a4f8e26e713ed53dc832ed5573def9cd20acd9ba97c1fe","e56784be93954f1f86d4dd3ac61b4c9727e75864baf123a1b584b970baed4ba0","7cec20c543de28ca9609cabd5feed684565d5b655954d3e58b413e5d297e1330","b9115605f72b65a662723020b2a1eb696c375a5803d6b401dc01fcbfe49ece90","151659e152d71986b8943b9943cd7fbe27a65874655081602de7ea24a0f66e9b","3448e2fa1ae3a52d50e1e82e50b6ae5b8bd911004a8824b0c6b26c8cdcd15fec","c0c0b22cefd1896b92d805556fcabda18720d24981b8cb74e08ffea1f73f96c2","b97e6411a3ee83e6f77760f0400d117313a980d05ec89f1e1a7502229e36d060","270418f8a6639be745d14bfd085e62685f24eaa6d6482aa9803bae8b8b93919a","4cb33d05ff168c1ca836d6d438f93040972af43fc09774876c4add2ad96d125f","902d2b66388607197ec48798c94a6ffc657fe1cfbee15e49b6b3052de0e5b8fa","38104b9a37d0b9dc54be36ae43b1a32f9cfae34742743bfd7104cf1f39661225","47ff32ca9ab8474e89615b4bbe5f2264c2940fc12b86c4dc0a99659479517a6b","f892f85b4838f6a2ff1438d240dcf23a872d090794967c7f817a82ea8da1ad8e","cb498c53a9d35ac1cf9a3515f3835d48b4626a612cf7540c5bfb99542c9ab1a5","b86e64c48044bb73c6de7aa2cdf9295b2c104221e6a68b408225b283d1bcfda2","16173f5b3e68a373e7dfe6d00948549facc9947c9dbde813f1efe3a0f236ff6a","f457fc1b7583e1215393db13b95a186593660aad29706515ab7479869bc585e0","a11288edc8161f664148ea7d56101517e380335f5fa1a94408db86efce025bba","9a2cb15b3e6d2c8323594cdb038e80b2a3ac39c8983d134544ddf5cd6a31e9f8","1422b6b55f4a5376d4b405713ed418353587131b12e3857eb5d68a01cba929e2","8f374eeeb9e3beb2132d408b304c50b808de2e88f53bd751a6213df9a49bf5f4","586b7a877464cba4970b566a8ae469915d73865295b811f20dd6fd80b807db21","676b6aa82d74d46ea5e5ce52acf6b1cf361612e6ac516d500c716f88b0667a4f","2d191d3b01ca476d800f746c8296afc5b50a3bada74ad8ce5d4535703e912b78","ab36396e69ad906246fa70d6c4095e3efd687505e355cedce4aeddb8da0a9367","7639642137f8329ef4a19410ce8d3e46910a76294df263f46b428fd61c79d033","8e69efd9afdfcd34d85adb6d8e71a5e13fea2a33c7019dd624cc7696772183a0","a7ebfe3e2c8f4fea5dac7ffbf6d00acee63c530de24d57cdeeed05530285ca26","82b4045609dc0918319f835de4f6cb6a931fd729602292921c443a732a6bb811","0fd70ca1eaef1e2dd6f48f16886df4838664821d992fd8076d07fc15e83c8498","ba30e6d2f1d20c707566cf485167331a10c539802a79040ced055b62a7aae53e","642eae3e9ec5997883f86dd7346d818f07d40fb83cc3530f0e52e232ffb4e631","29a6df727893a86807f4dc02116c31d9e6097139579ed6e8029b14c526cba027","537a2b61594512c5e75fad7e29d25c23922e27e5a1506eb4fce74fe858472a6e","311ca94091f3db783c0874128808d0f93ab5d7be82abc20ceb74afe275315d4a","7c07838da165fd43759a54d2d490461315e977f9f37c046e0e357623c657fc42","b311d973a0028d6bc19dfbaae891ad3f7c5057684eb105cfbeec992ab71fbc13","115c8691bd8fac390f6f6eef5b356543d716da7cffa4c2f70f288d56c5b06aeb","e91516e66f9fbf39c978a4092c16ffda3bb0b32158fca6def75aae9fab358153","abd4563a6a7668fa6f8f5e5a425a0900b80fc2309fec5186e2cae67f3ce92663","cb48f3011e72efef9d5a5b312f4a956f699b8d423bf9f2772724cdded496bd50","9aed07904079877252e6c0aedf1d2cf1935ed91d4abc16f726c76b61ea453919","6621af294bd4af8f3f9dd9bd99bd83ed8d2facd16faa6690a5b02d305abd98ab","5eada4495ab95470990b51f467c78d47aecfccc42365df4b1e7e88a2952af1a3","236247fb33a56e1d43b097c000aaafcac8fea1e8bf38d1a64f13889b32c372d0","c7d30b164562b7ce99fcb53ab78f937cc845e003f6089d648351331921379994","fe2d1251f167d801a27f0dfb4e2c14f4f08bf2214d9784a1b8c310fdfdcdaaea","2a1182578228dc1faad14627859042d59ea5ab7e3ac69cb2a3453329aaaa3b83","dfa99386b9a1c1803eb20df3f6d3adc9e44effc84fa7c2ab6537ed1cb5cc8cfb","79b0d5635af72fb87a2a4b62334b0ab996ff7a1a14cfdb895702e74051917718","5f00b052713bfe8e9405df03a1bbe406006b30ec6b0c2ce57d207e70b48cf4e9","7abcae770f21794b5ffbc3186483c3dbcf8b0c8e37d3ef3ed6277ece5c5dd4be","4720efe0341867600b139bca9a8fa7858b56b3a13a4a665bd98c77052ca64ea4","566fc645642572ec1ae3981e3c0a7dc976636976bd7a1d09740c23e8521496e5","66182e2432a30468eb5e2225063c391262b6a6732928bbc8ee794642b041dd87","11792ab82e35e82f93690040fd634689cad71e98ab56e0e31c3758662fc85736","3957b1244f49991b89f12cc45942c24f9c5927dc72677b105bb896d316f0454e","6c53c05df974ece61aca769df915345dc6d5b7649a01dc715b7da1809ce00a77","18c505381728b8cc6ea6986728403c1969f0d81216ed04163a867780af89f839","d121a48de03095d7dd5cd09d39e1a1c4892b520dad4c1d9c339c5d5008cfb536","f6d55e607f55be35a3c481b7685461a9acc1e27b893839218eb9313f7e85278c","b394ea95c82281d184ea83e8511bd1a43f78d6908eb34b536446d3eb08f9d47f","41edf4071b119fdf28b46a3c28c0845f2598bb8b196e7e4c9e01415403fdaea5","2bdf3bcf1a9771a288a783d1e8ee5d1d3126c11ddde26ae44864ab432192a6f6","603bafdacee4c8850ef5820f8642a817a3f0db6f76dda0474bcf3d17c2e15398","a10c79ab97c8a4f6074203094dba87bc736ca574ec480be1df6ec2c82d774573","801f049a9e74e941e8ca8add60492aaf4ab717a166248d355ded5753d80f9a85","70bba0a9c9c2ad7a042e134a840c4d8462bf0ad98e41c50ca52725ae47265eb9","f4dc28fbbba727722cb1fd82f51a7b9540fbe410ed04ddf35cab191d6aa2ba10","79cbed8c779049fdbdd856f1597f2e79be137b6ed44e66ead16ee8bf035d17da","1a8e6a4f31a5196144f35d0434e16369881d828c849d6a1c9290b6bde8807449","42a9ac86df0fa58634ea8a5f7f07b9b9c3243d82e306fb22d8a41639935a6c87","5766c26941ae00aa889335bcccc1ecb28271b774be92aede801354c9797074bb","3a19286bcc9303c9352c03d68bb4b63cecbf5c9b7848465847bb6c9ceafa1484","c573fef34c2e5cc5269fd9c95fe73a1eb9db17142f5d8f36ffe4a686378b8660","d97e30dd93590392fed422f2b27325d10ab007d034faaaf61e28e9ddc9d3825b","d1f8a829c5e90734bb47a1d1941b8819aeee6e81a2a772c3c0f70b30e3693fa9","be1dfacee25a14d79724ba21f1fde67f966b46e2128c68fed2e48c6e1e9822c5","19b3d0c212d241c237f79009b4cd0051e54971747fd89dc70a74f874d1192534","4d250e905299144850c6f8e74dad1ee892d847643bacf637e89adcce013f0700","5fca180ba7514e439b225ee5eb47e5cf9254a591095f93cf7ca298ce6264159b","ed3e176bc769725ebc1d93f1d6890fc3d977b9155ae5d03be96ec2d49b303370","7933769d84f5ae16546aef06537ca578f1c8d7cca0708452a00613050ac1f265","d405963c5f69955e95c30ef121c7a3309f214f21ef09dceb5d7ac69557cbe0fa","f194cdeb1caaf80e625f4fad340a9434b2b83786028dcc5ea6f3c459cc7789a0","f8ce447bbda4f75da74cecd866cc1ff9bdde62189ac9d8dc14a16c48b3d702fa","3e642f39da9ad0a4cd16ccbd7f363b6b5ad5fa16a5c6d44753f98fc1e3be9d96","7f5a6eac3d3d334e2f2eba41f659e9618c06361958762869055e22219f341554","6f996f44113b76a9960d3fad280f4f671115c5e971356d1dbb4d1b000af8b3b3","67f2cd6e208e68fdfa366967d1949575df6ccf90c104fc9747b3f1bdb69ad55a","f99ab9dffe6281c9b6df9ae9d8584d18eabf2107572bbd8fa5c83c8afe531af8","4fc9939c86a7d80ab6a361264e5666336d37e080a00d831d9358ad83575267da","f4ba385eedea4d7be1feeeac05aaa05d6741d931251a85ab48e0610271d001ce","fc79932b9aa710f025b89bf8d8329d99080286e5e079a7d5a529236e9f5dd69e","6646d9075e3e0eedb02c9d03bffef54c8bbeb601d27eed46f143aba435bac37d","0dec72b4c5c4bb149750fef4fc26bdae8f410de941ee766c953f5ac77381d690","8f2644578a3273f43fd700803b89b842d2cd09c1fba2421db45737357e50f5b1","f5405fb679a467cb979f8744940b22b7bc3a0bcbe648c3910d98de3188d42a78","68969a0efd9030866f60c027aedbd600f66ea09e1c9290853cc24c2dcc92000f","639f94fe145a72ce520d3d7b9b3b6c9049624d90cbf85cff46fb47fb28d1d8fe","8327a51d574987a2b0f61ea40df4adddf959f67bc48c303d4b33d47ba3be114a","991fd5ebf9f30ffa17cae6faeae6a838d3d91bdcdd419bce358dc99b8e5b0ad0","51b4ab145645785c8ced29238192f870dbb98f1968a7c7ef2580cd40663b2940","589713fefe7282fd008a2672c5fbacc4a94f31138bae6a03db2c7b5453dc8788","786691c952fe3feac79aca8f0e7e580d95c19afc8a4c6f8765e99fb756d8d9d7","747d6d391f97a46f6880e10c8e4858bbd6568070a0f9af0ec74c26475e2c885f","e9d33b2549b5779b6cad92cb6a370c6c106cc12dc80da1cc199e2cb3a715bf38","62b753ed351fba7e0f6b57103529ce90f2e11b949b8fc69c39464fe958535c25","21e1fa3e5c95c61161a1ea2d819972e3b7e916a58571f8f9828b8a6c32e641ea","02ec1ffcc0823cb9c9ba420c619d3af2c726e3a674b66a91941c07a3e7f65dba","38f6da5b6f318c33e18dd7c983cab3fe52f510c9a2573948fb13f012e01b1ba6","e83a04e8af2261301931ebec4ab0f4ef10d1c0eb86ad835142b972cd6c506d32","ea79429065d627a2e62e1c38df916a6d399d63301dc6f91dd0d05a7493c63b71","7634eca84d60522b68ac679813fd9247a4260f7412890e924c7779758f8d6391","b4ff74f0589487410168be50e3231caf687c5e1302266709742382e8d004fe1e","406f227eebfe8be216d7a4b215ed09198b0c2f6599f2273b69ee5b75824c5435","a67d719563c9919592cc1acaa197b35deb92cc20801d33ba75214dd33988c49e","4f4dcc8af3798205431971473b0e6808e5415f5c3963d8aabc094808e0223880","8a90f97fdb10d83c6842a699c3df474246755f4fbf3ee2d35e69d6599fe9092c","88aacf6e2493633490812c70595b517c8e4299f054d28a51687b10f0968276c3","f6cae2c0acda884c4b9dec4063d062252cf0625a04ebf711a84d7de576427c3e","21fab2a256a70911bc1fac0d7afe46cbca4a3b7ded92f0da89505d9f9a21b699","d037b771e89ef6dd81c71de92cc644d68b1b5d1ce25dbce9c2cfe407dd0b5796","25091d25f74760301f1e094456e2e6af52ceb6ef1ece48910463528e499992d8","853d02f4f46ca9700fefd0d45062f5b82c9335ba2224ca4d7bd34d6ae4fc4a7f","ab679e25dcb5d085ca42c33ffc8e2fc48411f81ad3108a3aa81eca79c104ef95","b901209745b3cef4b803e42731c40f5c2c2c7101bbd5f481c0fd1c43f9f440f3","cf6dc8f18bc5ee063dc1a37bccd3031dc0769f11622399018c375aacfcbda7c9","8ca2d01f5f3d4d4067aadea230570afa4c91e24e485fbe2e9d53ead3b33f80d0","0ab8723ee58e296de58e33358ba3d1680632eb45afef2a5e508bdc4689c4f909","e403a9857bfc33ba854d81d68f696b443bee3ac74aecd97734247c5e30f5a3c9","a0cac437963ff903e9b1dc9435f8cecf96c3a4044be5259685c8d2712748d07f","10155851a4de96d63fbd262c824469b7aa6e7c227ca842635180973c59c8d820","e725ff5e94d26e98915f8e51a17ee961bf538c7a0c1ade990ae611418ee26e23","c5833e82bb515ab83b252512cc579a0f8475270356aba409ea59c40b3d7cd766","71e03ea49218f34e4e591a29965a4773a5a1a1839275a2077b50ee120a8c4686","9cf557c5f35133704cd5c29753cc2f47f5980d3e0ee466d2d2f0a536f03cc777","6f0d4faff915ed0ceca059bda9e9f0ff33ba31ee2ba5ae8a160ecd8b056bec75","7b5e82235523470fa6224fc02d2fb52d8a7c9238687ac221304be2f9228aaa69","d0b97ad8427c3ad1a4d7d472336169f5c00db2279f86b6c5f9c0dc575c25a847","88e683175e4de2bcf048ed366007227b15c45bfb414becc7571818e5658b6ee8","91cdb3fb331d7063c5e51fc3f4d9d22c0efcac2ac9db2100498f9674c779e4f2","b4409b5b6f888adcda6fe8b9031c5f52b802aab977752e513bb1377e4a7949c5","9aa018d1899b8b8b4985a91454ba10a554935ec477ddb62a1ebb2f92037d94a4","931f5a5866116514a95318dd6eb04e7c759dd8ea0305bcd6224e7e0f46b727a2","eef5436aedc896c0ad3d79226f50743cfd1b122303a997c8b4dda06e6460bd0f","dc924e3d910c0af571bee86b8aff41f9e445b30eb6e5bec8611ec4821249a8d3","855fe45d3e1a534dbc2788759816e35ad83db4d60fbf59c046ed9bfde21e1ab3","d01abe8fb2a59dbe6de95455f64dd3014884d0a21e3c2de52c1c2a7823b47c88","1d35f9c945de375ad153583593a4f024672f10a9e518187060a6b3263887bcc5","f1dd9ea4306e00373b383174f280801a241dbd6a852d1d226d5b7e3997dcf898","e575ef8bf714941d88e2b4ad948f5046696bbb9d8d96a283089b370e8e1aef68","037dfcef39c38ac544c307adf0c5b3860bf2021e505dc9330447a69f3c498bc8","080e63f11b6388b1f9c35d0e63cc659f4021ee5bac977e51e9f80e65de597098","58ce49b4a252875afafbc395e6f305f989e92607289663169bab685857ab69da","6a76161779ba9d9d0788f12ee13f508b8790d13ef56e87b5c63abfd456e55030","887175b109c7803249f9d5666a9cf7debe5c7e9d9ae72f6524f4576f27949f0b","9afec16279702978ac347a3a0563b3546fd1a044a83f221589372ecda5941ca7","029c9d9815b1beb4a528fd20f5dba6c6a7d15b3cedcb779f37ea6296fe5af8f1","d18765f6820bcd52056f05578f70d2454785a16a48f4fab0267c393339bdf50b","171170cb750764c68b2f60dd9ce99bfef24a6fd8317a6f26d0131f3595e8f1cb","1de1e4a2640e78238a95bc26cb7bb255b5ada6491a915b8af7f05f962df1e784","d1d57a5f64526a1d3a43c5f64f97557ec04235cc07d21ce00b895a092edfbc8e","f68bb0c0c23af3affeae9f0393ffc8bd60d12280b4da90aadececa759794c9bf","ea2d7ef1cbce6279526139a28519010554e8d14bc98715c91ca0963ebef98344","c9d22d12a9f265ba1b74efa2cf696a32fd1269d1be25602621feadaa01e0c658","3cecc047578a4c6cd54ba81667c81bed16c6efe122d5e0d30d1de0a1d5b7da83","e8c778ebe1572bab7ee08ea4365e54e96785cb0b882065676e2a0ca9fb6c8302","91fdc11036fdfb8f65b823242e4cb31f0730c41df6034cbe1149e5c1d13cf37d","abf7530ebab92c24bae6f46e5b25ee23f283d232cb24d45ad4be58391403b0db","0398480099ecfc4cd069b54091c77523d7d9cc25c0c23f89d5f56c906110387d","08e22880eff9211eb8dbcf737001c529fe64433254773eeab50b3d03a0d8b2f5","26febf0bc2d2214bea1161ab86dab55ff1b48244875d6a4d96cb869c598ba49f","0d6fd6e10689a40902bc6d548264ec8bff8fb89b768194634e24acfd6f48b732","c4c704a959c4a4eb33cddffe33b5c2c79b23f315ea6406b71dbae6773d9c965e","1c7cce2f5c9a10634f2b8aa500e43f4193af23fe3045ac38d8b1b878d5bb6e17","357214d4bcf9a1b3edfa48c0f219f3196acd6ba80cc9482d64f83f30b2d49b75","9fc67ef72bb10c6c506d47b8a6f40f580cb99445ae2c52ad8761891f71144ad6","730a5118d606a15204e83ef2951c6b6f3e68148d9432f9ee0d8d323adfe8b944","a9391933429bdfa57d11dc415644263dc76cf84194c465c17f09cb42685b8c94","7376b74c54ebf0e083a7dca361b0f5a1093bb4f37f962ccfdeb245d74f21f15d","103064834028ba8ddb664a245a93c4b35d675ed44215b6af22ce91c6e02e6c84","87ddd69200a94524db96840ba44458d2993dfb4d88d791dfaf861fd9a13d5cd1","3fb54fb62c4a6b1ae361e1f04a0abd266057d16001a491a3b6b68654f9c5776c","4b32c6c102ede45d60d62fd9e176c1a2ea22ff8ddbb93c23a4122796872fec3c","550385f9c42b1f0225f028b0c126da0935c8e7178f6874a2c3269be0ad8006e0","46b7bb4a8d1846311769155af34a109884687b71fc613b4adeb79745285ada8e","c74accac77ee6b63b45a4614fd83b12260ff66b1296261dec1a560c2488fd920","83bbd647b82e093bf625ac298e57a8409a318bd171242e4b0d125f95bf04c235","f3ac122e178b71c8d2e74f85d0d0ead1ab592efd4ca989db632bb2f5ecbea484","a54f60678f44415d01a810ca27244e04b4dde3d9b6d9492874262f1a95e56c7d","84058607d19ac1fdef225a04832d7480478808c094cbaedbceda150fa87c7e25","415d60633cf542e700dc0d6d5d320b31052efbdc519fcd8b6b30a1f992ef6d5c","901c640dced9243875645e850705362cb0a9a7f2eea1a82bb95ed53d162f38dd","ebb0d92294fe20f62a07925ce590a93012d6323a6c77ddce92b7743fa1e9dd20","b499f398b4405b9f073b99ad853e47a6394ae6e1b7397c5d2f19c23a4081f213","ef2cbb05dee40c0167de4e459b9da523844707ab4b3b32e40090c649ad5616e9","068a22b89ecc0bed7182e79724a3d4d3d05daacfe3b6e6d3fd2fa3d063d94f44","3f2009badf85a479d3659a735e40607d9f00f23606a0626ae28db3da90b8bf52","fd80c03dca7c1c9b56d6845c3b94c67bf082b72e7e0108a2dfd2c0dec03fb53f","d32b5a3d39b581f0330bd05a5ef577173bd1d51166a7fff43b633f0cc8020071","3f6af667357384c1f582ef006906ba36668dd87abe832f4497fffb315c160be9","363dd28f6a218239fbd45bbcc37202ad6a9a40b533b3e208e030137fa8037b03","c6986e90cf95cf639f7f55d8ca49c7aaf0d561d47e6d70ab6879e40f73518c8d","2f1a8ca9846d9ac5481544b5b53811efe2c44bba9195af584136fb34371d5e23","1518707348d7bd6154e30d49487ba92d47b6bd9a32d320cd8e602b59700b5317","ede55f9bac348427d5b32a45ad7a24cc6297354289076d50c68f1692add61bce","d53a7e00791305f0bd04ea6e4d7ea9850ccc3538877f070f55308b3222f0a793","4ea5b45c6693288bb66b2007041a950a9d2fe765e376738377ba445950e927f6","7f25e826bfabe77a159a5fec52af069c13378d0a09d2712c6373ff904ba55d4b","ea2de1a0ec4c9b8828154a971bfe38c47df2f5e9ec511f1a66adce665b9f04b0","c30b346ad7f4df2f7659f5b3aff4c5c490a1f4654e31c44c839292c930199649","4ef0a17c5bcae3d68227136b562a4d54a4db18cfa058354e52a9ac167d275bbb","a83a104129a183f71c203f3a680486abe808895917c4c8380b312161e17b84db","64269ed536e2647e12239481e8287509f9ee029cbb11169793796519cc37ecd4","c06fd8688dd064796b41170733bba3dcacfaf7e711045859364f4f778263fc7b","b0a8bf71fea54a788588c181c0bffbdd2c49904075a7c9cb8c98a3106ad6aa6d","434c5a40f2d5defeede46ae03fb07ed8b8c1d65e10412abd700291b24953c578","c5a6184688526f9cf53e3c9f216beb2123165bfa1ffcbfc7b1c3a925d031abf7",{"version":"cd548f9fcd3cebe99b5ba91ae0ec61c3eae50bed9bc3cfd29d42dcfc201b68b5","affectsGlobalScope":true},"14a8ec10f9faf6e0baff58391578250a51e19d2e14abcc6fc239edb0fb4df7c5","81b0cf8cd66ae6736fd5496c5bbb9e19759713e29c9ed414b00350bd13d89d70","4992afbc8b2cb81e0053d989514a87d1e6c68cc7dedfe71f4b6e1ba35e29b77a","f15480150f26caaccf7680a61c410a07bd4c765eedc6cbdca71f7bca1c241c32","1c390420d6e444195fd814cb9dc2d9ca65e86eb2df9c1e14ff328098e1dc48ae","ec8b45e83323be47c740f3b573760a6f444964d19bbe20d34e3bca4b0304b3ad","ab8b86168ceb965a16e6fc39989b601c0857e1fd3fd63ff8289230163b114171","f7a8f4bc1e8e786c6115970b8f3ed4797be48108de00b3552bf590706d3a5e8a","bf347934d9a6f1de26dc9c7a74872a8b045beca76f8dcff4fb4d9e4f87e0d492","3d022d24649126647a0945e536b9ffa011513f5b149f55f5225831dc0fa28dde","257783c9297f89c8d3ab484cec51af8266990404a07276c51080bcda2bc13b01","969b1d4c4e1d693190058c8065e47cf9d630e8ce02e3ca2234a2911f7888c22e","38c2fe561609becdac52f26415a922d50aca0d725cfc1c3a0c72427e4b17c048","b059f90563e79aa31286a84019f519ecca62db22e163fb529ef5475d5ea34e16","c8246db61ea766e75596dcfd22b8c5bf4d0dc10caff8b9b49ebe44839f1861d0","e9135ba65ba4f53d1ab7b7140ef1c89a1712c05389109acf886dd0086bbde820","41431a556e31f1e200ff4018978cdbd0b80837634b7970e9b7bd1cacc369b8f8","6548a33a3be2a07bd758a23598cdbe178716ddbba23c8322ac01baf9a55c9d3c","4f10117e2caf3f3e3e9ff8bd968041ad56254a2826d2ed084e2bd9056db9c4b5","76b7efafc80beaf49948c08aa9272ee79d6b2b0f154ac13398659fc160432328","80fe6c3f67f83b20cd2871d987f9907e481d8ff074ec711a8e916662ee5f0950","756bde5eb8bc63e94fc9f1e552b3e5972fd4b146cf4ed677e56196a3d0174b6d","8fe96c50cb9cd321092b46c61c21524a3ef437e22591c8168e3bb7492d3edf79","935094dc19b20214f20677d5b871aa34e0e3280e6c852dd57b6a118134a15764","ea99aa2e537966df22f8192e99929ee81719c1cf0b9d9d83d0c6fed53325ccc6","c12cadc4cee710868ee7a6e92777a8f05ad1b3474a8447b3ccc8f592d7f2c68c","d2ffef91eb8a2e0d01f4ba547acd72aefa7093257b8e1d6ecea797cce7c19489","6783cb8ca3727edc2c07ab456925cb5cc9242f5fed46a2c82505ae9146300ac7","72be668a833df00839fc3be968c1f38e0503e7c867de89f2128bcc2883d90aee","749d2b884c77960085d5f12ec43a84f26fefe95b97a7673b438d9788938734dd",{"version":"4751081a9f5acc01251996dba8964583824eadf04f35bfef531aa62ee0880e00","affectsGlobalScope":true},"9f86422d99b6ab08e7dc326d0a4379a800145a50a59459c013ffe5c6d6e3277d","dc12039c7dfd1b4207821f1a694c3de53ca4eda5c84925525a3ecac92d5d20d8","6c4e5a0233a7187e99b007577b4539dc07ac085823f99d9c5020fbfe145a3e5e","ab5d3885da2904c793838ddf21fbd8dfd85b66ecc494176db915725a052787b1","eba5208b964d943d716108750130b95fe77375df1db1448f413259617ae8fae0","d8fa7e657586879f2d981152555e7cdace28d50731aeb03e7a0b73382a3b1634","50c84717d9f1283b49d19224bfe44dfacd09b3fb1e9281383025203593ae3272","632aad31180c38ecc29b370209c2894915834ce515a49567c44d46058635dc95","094502bc0a5f0888f593f04965c5a2c9a6cd2a783307ae039fa7026bed980d97","9fca0e68e4f1cc391889baa3e03e4b219fc0aac0fea5d8791b083ff0443d1968","f0f5380307c631bd77ee276952fd1bb5622b53e1e9444e13d8ea31a8fb2e0c0c","fa4d330d9a7268681a88d9d02f9a8bc6af9e5aadbdea826fada5b4e0f534e8c2","b1978e4a910e55332db4dd38864981f97d6c5823161b542b045234b76a871c3d","dfc6ed204aec80cf69a9d54a47e724fed81305b8fc04484a67615a087199b857","883e2a97c9bcbcd44f9007842b47f12b1806927048952ce30a1ec57213f7065e","4917877152b68c97978baa3a9c7a0bffe6e5662d1d6312e40f4c5a1fdcfd82b3","90df7a01ff60cc7ef961b9aaa16562ee63772a727dfc259fe034a7b6b1925829","bdeaa5e8839844ff6455c5f96a9a0a0eb76121e2550ab6aa7bdc8e6ab9bdd170","c4da994f3b606b9d39235561d6fe594600588f27c3105abd8a8bb837d9430440","8ae9ac808ef254555b9b41a0bb676ff7f083da1809cf249dfd940c5c815211bf","8d2d9f3605d1120ac7aba373697eb8e656914a7de7304f09a31293a9a2e0389c","758bd147907f75e359ea2691830f3a94de94ffec954aa538c8f20d33dd31dfe2","3fb17c109ccbbbb23b94635ea9895025f8c59e35e78547316ed4bf820d4d4226","2c4d0f383ea6f71e00baa32137b7838bf4c04308456da98028b95683f7fd87f6","54dd9e1d3d04853ef1390ad46f993ae340c799c2ae0f7921e67f176c44641590","8d3b7c7c94c0af4d5a377298bd2f6b61e791b6c27fcbdc3ca06f7c40b546c020","36c11da43b343e9f80fed5c77509222ab1fe9732a02100a3d80946064338cf7a","1a195405484ebe575183cc2461386d12bbb18d1e3c35b0e3fd8b445f057c8507","c8a3a415d2202b031766c34f1564bc9e6bbf25ea657c178e403c85013bf8f925",{"version":"7bc537ba978630e12f6cb8693aa4891fbdeb59310d579cab865f2e7af12bfe23","signature":"be1d14610dc2968c31cf272ff76f5c32a43530d03342675224e6e4f0c1b95815"},{"version":"cbdc5a10b92ac5278bb8e9fdec512f7ae9f917d447bf333f92a93ad36b11df11","signature":"6178a8e54c8a10e24ffb9116df60583651868881acaca8df84568bf56432520c"},{"version":"3e83230120bcefc795a4f8af7f103dedf522043cddaebb4408f39a502fd23552","signature":"10a71e7028afe5e1459357e515b5240496d3c4f56b20eb8faf7e89e367512727"},{"version":"e16b80e7e44455238ed80ed8781b24c1c6d4b1c841acec520d796e527b974cb3","signature":"664cd587399ef53586a400e118049e3a6078f77fc6f42d12fc7c3a22a8d635a3"},{"version":"9d50cc3a24b117d32626ee837f0715b88f16d0eae54755a454434bb344db3ee8","signature":"4b207e855a55846a88007e6102f506b185e6f931b559187f7e21b20198a7003a"},{"version":"28dc37ba696ab2625621f774a842173d7ccc064473d2564528ceb4051ae4c885","signature":"350e42a7788e1e6312e1e6e4d64da7f30ee602e1579afe4389234a41ff5288d3"},{"version":"f5380d8bd76c696211edede13b72df6fa790f46b20fea4e8902a24866e76bd92","signature":"718a19547db0ebf20ceb2f40039346ed2a3c73d89da7fbe8e3bacf5e27f9fdd2"},{"version":"3f3a171ae69c7a1d7bf742598581dc4f7d97284df130c38a623223b1459737eb","signature":"8559809b7658835d141723c5215329df080c106751319492b2f9f818a66ecd92"},{"version":"8261919ebe4472d2b61b4b95f04d60f7c51a6b185e137ca37eabdcab3e1f4162","signature":"50a2706cfef640c5fd005f950649469c9da6557aa7db64ce277d1d8bc2807b4e"},{"version":"694ff353e5f1f57ac5d3bd7ac6cd0563bfb1a78adf5d82704eb5c6f6c1f4899e","signature":"f26090230c00699ee2e39c30f3b8a93c50df8bd8efaed5d717183b3eedbd7b36"}],"root":[[496,505]],"options":{"allowJs":true,"composite":true,"declaration":true,"esModuleInterop":true,"jsx":2,"module":99,"outDir":"./dist","rootDir":"./lib","skipLibCheck":true,"sourceMap":true,"strict":true,"target":99},"fileIdsList":[[219,345],[219,344,447],[219,267,324,347,447],[348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404],[219,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,447],[219,240,241,244,259,267,284,294,324,345,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,446],[219],[219,294,443,444],[346,405,445,446,447,448,449,457,463,464],[324],[347],[324,346],[450,451,452,453,454,455,456],[219,447],[219,380,450],[219,381,450],[219,383,450],[219,384,450],[219,388,450],[219,391,450],[445],[461,462],[368,447,460],[326,338,343],[325],[327,336],[219,335],[337],[339,340,341,342],[235],[235,236],[219,324,473,486],[219,324,465,472,473,486,487],[474,475,476,477,478,479,480,481,482,483,484,485,488],[472],[219,465,474,475,476,477,478,479,480,481,482,483,484,485,486,488],[219,324,465,472,474,475,476,477,478,479,480,481,482,483,484,485,488],[472,486,489,490,494],[491,492,493],[219,486,489],[219,481,491],[219,482,491],[233],[219,238],[234,238,239],[219,237],[242,243],[219,242],[219,418,419],[413],[413,414,415,416,417],[406,407,408,409,410,411,412,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442],[418,419],[465,466,468],[465,466,470],[466,467,468,469,470,471],[465,466],[173],[466],[245,246,247,248],[219,247],[249,252,258],[250,251],[253],[219,255,256],[255,256,257],[254],[219,260,261],[262,263],[260,261,264,265,266],[219,275,277],[219,233],[277,278,279,280,281,282,283],[219,279],[219,276],[219,220,230,231],[219,229],[232],[287],[288],[219,290],[219,285,286],[285,286,287,289,290,291,292,293],[221,222,223,224,225,226,227,228],[219,225],[328,329,330,331,332,333,334],[219,300],[219,267],[296],[219,309,310],[311],[219,295,296,301,302,303,304,305,306,307,308,312,313,314,315,316,317,318,319,320,321,322,323],[73,80,81,82],[80,83],[73,77],[73,83],[71,72,81,82,83,84],[154,173,175],[177],[78,79,80,179],[78,80],[181,183,184],[181,182],[186],[71],[74,188],[188],[188,189,190,191,192],[191],[75],[188,189,190],[77,78,80],[177,178],[194],[194,198],[194,195,198,199],[79,197],[174],[70,76],[138,140,173],[73],[73,202,203,204],[70,74,75,76,77,78,79,80,85,176,177,178,179,180,182,185,186,187,193,196,197,200,201,205,206,207,208,209,210,211,212,213,214,216,217,218],[71,74,75,79],[180],[196],[77,79,182],[77,78],[77,186],[79,177,178],[138,154,173,175,208],[78,179,213,214],[77,138,139,173,180,208,212,214,215],[77],[70],[219,268],[219,270],[268],[268,269,270,271,272,273,274],[154,173,219],[297,298,299],[154,219],[458],[458,459],[86],[122],[123,128,157],[124,129,135,136,143,154,165],[124,125,135,143],[126,166],[127,128,136,144],[128,154,162],[129,131,135,143],[122,130],[131,132],[135],[133,135],[122,135],[135,136,137,154,165],[135,136,137,150,154,157],[120,123,170],[131,135,138,143,154,165],[135,136,138,139,143,154,162,165],[138,140,154,162,165],[86,87,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172],[135,141],[142,165,170],[131,135,143,154],[144],[145],[122,146],[143,144,147,164,170],[148],[149],[135,150,151],[150,152,166,168],[123,135,154,155,156,157],[123,154,156],[154,155],[157],[158],[122,154],[135,160,161],[160,161],[128,143,154,162],[163],[143,164],[123,138,149,165],[128,166],[154,167],[142,168],[169],[123,128,135,137,146,154,165,168,170],[154,171],[97,101,165],[97,154,165],[92],[94,97,162,165],[143,162],[92,173],[94,97,143,165],[89,90,93,96,123,135,154,165],[89,95],[93,97,123,157,165,173],[123,173],[113,123,173],[91,92,173],[97],[91,92,93,94,95,96,97,98,99,101,102,103,104,105,106,107,108,109,110,111,112,114,115,116,117,118,119],[97,104,105],[95,97,105,106],[96],[89,92,97],[97,101,105,106],[101],[95,97,100,165],[89,94,95,97,101,104],[123,154],[92,97,113,123,170,173],[465,495],[495,496,497,504],[495,496,504],[495,496],[496,497,498,499,500,501,502,503,505],[495],[504]],"referencedMap":[[444,1],[345,2],[348,3],[349,3],[350,3],[351,3],[352,3],[353,3],[354,3],[355,3],[356,3],[357,3],[358,3],[359,3],[360,3],[361,3],[362,3],[363,3],[364,3],[365,3],[366,3],[367,3],[368,3],[369,3],[370,3],[371,3],[372,3],[373,3],[374,3],[375,3],[376,3],[377,3],[378,3],[449,4],[379,3],[380,3],[381,3],[382,3],[383,3],[384,3],[385,3],[386,3],[387,3],[388,3],[389,3],[390,3],[391,3],[392,3],[393,3],[394,3],[395,3],[396,3],[397,3],[398,3],[399,3],[400,3],[401,3],[402,3],[403,3],[404,3],[448,5],[447,6],[405,7],[445,8],[465,9],[346,10],[464,11],[347,12],[457,13],[450,14],[451,15],[452,16],[453,17],[454,18],[455,19],[456,20],[446,21],[463,22],[461,23],[462,23],[344,24],[326,25],[327,7],[337,26],[336,27],[338,28],[343,29],[341,7],[342,7],[236,30],[237,31],[487,32],[488,33],[474,33],[475,33],[476,33],[477,33],[478,33],[479,33],[490,34],[480,33],[481,33],[482,33],[483,33],[484,33],[485,33],[473,35],[489,36],[486,37],[495,38],[494,39],[491,40],[492,41],[493,42],[234,43],[239,44],[240,45],[238,46],[241,7],[242,7],[244,47],[243,48],[406,7],[407,7],[408,7],[409,7],[410,7],[411,7],[412,7],[420,49],[421,7],[423,7],[424,7],[425,7],[426,7],[427,7],[414,50],[415,7],[413,7],[418,51],[416,50],[417,7],[443,52],[428,7],[429,7],[430,7],[431,7],[433,7],[434,7],[435,7],[436,7],[437,7],[438,7],[439,53],[440,7],[441,7],[419,7],[442,7],[469,54],[471,55],[472,56],[468,57],[466,58],[467,59],[470,57],[249,60],[245,43],[246,43],[248,61],[247,7],[259,62],[250,43],[252,63],[251,7],[254,64],[257,65],[258,66],[255,67],[256,67],[262,68],[264,69],[263,7],[265,68],[266,68],[267,70],[260,7],[278,71],[279,72],[284,73],[281,7],[282,7],[283,74],[277,75],[276,7],[232,76],[220,7],[230,77],[231,7],[233,78],[288,79],[289,80],[290,7],[291,81],[287,82],[285,7],[286,7],[294,83],[293,7],[229,84],[225,7],[226,7],[227,85],[228,7],[334,7],[329,7],[330,7],[331,7],[335,86],[332,7],[333,7],[328,7],[296,7],[301,87],[302,88],[304,89],[313,7],[309,7],[311,90],[312,91],[310,7],[324,92],[295,7],[83,93],[84,94],[81,95],[82,96],[85,97],[176,98],[178,99],[180,100],[179,101],[185,102],[183,103],[187,104],[74,105],[189,106],[190,107],[193,108],[192,109],[188,110],[191,111],[186,112],[194,113],[195,114],[199,115],[200,116],[198,117],[175,118],[77,119],[201,120],[202,121],[203,121],[205,122],[204,121],[219,123],[80,124],[206,125],[197,126],[208,127],[196,128],[209,129],[210,130],[211,98],[212,98],[213,131],[215,132],[216,133],[217,125],[76,134],[79,112],[218,135],[269,136],[271,137],[272,138],[275,139],[270,7],[298,140],[300,141],[299,142],[459,143],[460,144],[458,7],[86,145],[87,145],[122,146],[123,147],[124,148],[125,149],[126,150],[127,151],[128,152],[129,153],[130,154],[131,155],[132,155],[134,156],[133,157],[135,158],[136,159],[137,160],[121,161],[138,162],[139,163],[140,164],[173,165],[141,166],[142,167],[143,168],[144,169],[145,170],[146,171],[147,172],[148,173],[149,174],[150,175],[151,175],[152,176],[154,177],[156,178],[155,179],[157,180],[158,181],[159,182],[160,183],[161,184],[162,185],[163,186],[164,187],[165,188],[166,189],[167,190],[168,191],[169,192],[170,193],[171,194],[104,195],[111,196],[103,195],[118,197],[95,198],[94,199],[117,58],[112,200],[115,201],[97,202],[96,203],[92,204],[91,205],[114,206],[93,207],[98,208],[102,208],[120,209],[119,208],[106,210],[107,211],[109,212],[105,213],[108,214],[113,58],[100,215],[101,216],[110,217],[90,218],[116,219],[496,220],[505,221],[498,222],[499,221],[500,223],[501,223],[504,224],[502,223],[503,223]],"exportedModulesMap":[[444,1],[345,2],[348,3],[349,3],[350,3],[351,3],[352,3],[353,3],[354,3],[355,3],[356,3],[357,3],[358,3],[359,3],[360,3],[361,3],[362,3],[363,3],[364,3],[365,3],[366,3],[367,3],[368,3],[369,3],[370,3],[371,3],[372,3],[373,3],[374,3],[375,3],[376,3],[377,3],[378,3],[449,4],[379,3],[380,3],[381,3],[382,3],[383,3],[384,3],[385,3],[386,3],[387,3],[388,3],[389,3],[390,3],[391,3],[392,3],[393,3],[394,3],[395,3],[396,3],[397,3],[398,3],[399,3],[400,3],[401,3],[402,3],[403,3],[404,3],[448,5],[447,6],[405,7],[445,8],[465,9],[346,10],[464,11],[347,12],[457,13],[450,14],[451,15],[452,16],[453,17],[454,18],[455,19],[456,20],[446,21],[463,22],[461,23],[462,23],[344,24],[326,25],[327,7],[337,26],[336,27],[338,28],[343,29],[341,7],[342,7],[236,30],[237,31],[487,32],[488,33],[474,33],[475,33],[476,33],[477,33],[478,33],[479,33],[490,34],[480,33],[481,33],[482,33],[483,33],[484,33],[485,33],[473,35],[489,36],[486,37],[495,38],[494,39],[491,40],[492,41],[493,42],[234,43],[239,44],[240,45],[238,46],[241,7],[242,7],[244,47],[243,48],[406,7],[407,7],[408,7],[409,7],[410,7],[411,7],[412,7],[420,49],[421,7],[423,7],[424,7],[425,7],[426,7],[427,7],[414,50],[415,7],[413,7],[418,51],[416,50],[417,7],[443,52],[428,7],[429,7],[430,7],[431,7],[433,7],[434,7],[435,7],[436,7],[437,7],[438,7],[439,53],[440,7],[441,7],[419,7],[442,7],[469,54],[471,55],[472,56],[468,57],[466,58],[467,59],[470,57],[249,60],[245,43],[246,43],[248,61],[247,7],[259,62],[250,43],[252,63],[251,7],[254,64],[257,65],[258,66],[255,67],[256,67],[262,68],[264,69],[263,7],[265,68],[266,68],[267,70],[260,7],[278,71],[279,72],[284,73],[281,7],[282,7],[283,74],[277,75],[276,7],[232,76],[220,7],[230,77],[231,7],[233,78],[288,79],[289,80],[290,7],[291,81],[287,82],[285,7],[286,7],[294,83],[293,7],[229,84],[225,7],[226,7],[227,85],[228,7],[334,7],[329,7],[330,7],[331,7],[335,86],[332,7],[333,7],[328,7],[296,7],[301,87],[302,88],[304,89],[313,7],[309,7],[311,90],[312,91],[310,7],[324,92],[295,7],[83,93],[84,94],[81,95],[82,96],[85,97],[176,98],[178,99],[180,100],[179,101],[185,102],[183,103],[187,104],[74,105],[189,106],[190,107],[193,108],[192,109],[188,110],[191,111],[186,112],[194,113],[195,114],[199,115],[200,116],[198,117],[175,118],[77,119],[201,120],[202,121],[203,121],[205,122],[204,121],[219,123],[80,124],[206,125],[197,126],[208,127],[196,128],[209,129],[210,130],[211,98],[212,98],[213,131],[215,132],[216,133],[217,125],[76,134],[79,112],[218,135],[269,136],[271,137],[272,138],[275,139],[270,7],[298,140],[300,141],[299,142],[459,143],[460,144],[458,7],[86,145],[87,145],[122,146],[123,147],[124,148],[125,149],[126,150],[127,151],[128,152],[129,153],[130,154],[131,155],[132,155],[134,156],[133,157],[135,158],[136,159],[137,160],[121,161],[138,162],[139,163],[140,164],[173,165],[141,166],[142,167],[143,168],[144,169],[145,170],[146,171],[147,172],[148,173],[149,174],[150,175],[151,175],[152,176],[154,177],[156,178],[155,179],[157,180],[158,181],[159,182],[160,183],[161,184],[162,185],[163,186],[164,187],[165,188],[166,189],[167,190],[168,191],[169,192],[170,193],[171,194],[104,195],[111,196],[103,195],[118,197],[95,198],[94,199],[117,58],[112,200],[115,201],[97,202],[96,203],[92,204],[91,205],[114,206],[93,207],[98,208],[102,208],[120,209],[119,208],[106,210],[107,211],[109,212],[105,213],[108,214],[113,58],[100,215],[101,216],[110,217],[90,218],[116,219],[496,225],[505,226],[498,226],[499,226],[504,224]],"semanticDiagnosticsPerFile":[444,345,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,449,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,448,447,405,445,465,346,464,347,457,450,451,452,453,454,455,456,446,463,461,462,344,325,326,327,337,336,338,339,343,340,341,342,235,236,237,487,488,474,475,476,477,478,479,490,480,481,482,483,484,485,473,489,486,495,494,491,492,493,234,239,240,238,241,242,244,243,406,407,408,409,410,411,412,420,421,422,423,424,425,426,427,414,415,413,418,416,417,443,428,429,430,431,432,433,434,435,436,437,438,439,440,441,419,442,469,471,472,468,466,467,470,249,245,246,248,247,259,250,252,251,254,253,257,258,255,256,262,264,263,265,266,267,260,261,278,279,280,284,281,282,283,277,276,232,220,230,231,233,288,289,290,291,287,285,286,294,292,293,221,222,223,224,229,225,226,227,228,334,329,330,331,335,332,333,328,296,301,302,303,304,305,306,307,308,313,314,309,311,312,310,315,316,324,317,295,318,319,320,321,322,323,70,71,72,83,84,81,82,85,176,178,180,179,181,185,183,184,177,187,74,189,190,193,192,188,191,186,194,195,199,200,198,175,77,201,202,203,73,205,204,219,75,80,206,207,78,197,208,196,209,210,211,212,213,182,215,216,174,217,214,76,79,218,269,273,271,274,272,275,270,268,297,298,300,299,459,460,458,86,87,122,123,124,125,126,127,128,129,130,131,132,134,133,135,136,137,121,172,138,139,140,173,141,142,143,144,145,146,147,148,149,150,151,152,153,154,156,155,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,88,68,69,12,13,15,14,2,16,17,18,19,20,21,22,23,3,24,4,25,29,26,27,28,30,31,32,5,33,34,35,36,6,40,37,38,39,41,7,42,47,48,43,44,45,46,8,52,49,50,51,53,9,54,55,56,59,57,58,60,61,10,1,62,11,66,64,63,67,65,104,111,103,118,95,94,117,112,115,97,96,92,91,114,93,98,99,102,89,120,119,106,107,109,105,108,113,100,101,110,90,116,496,505,498,499,497,500,501,504,502,503],"latestChangedDtsFile":"./dist/batchDeleteItems.d.ts"},"version":"5.4.5"}
|
package/dist/utils.d.ts
DELETED
package/dist/utils.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export const _columnsAndAttributeToReturn = ({ attribute, columns, }) => {
|
|
2
|
-
const expressionAttributeNames = {
|
|
3
|
-
"#fk": `${attribute}`,
|
|
4
|
-
};
|
|
5
|
-
const columnsToReturn = columns
|
|
6
|
-
?.map((col, index) => {
|
|
7
|
-
const placeholder = `#col${index}`;
|
|
8
|
-
expressionAttributeNames[placeholder] = col;
|
|
9
|
-
return placeholder;
|
|
10
|
-
})
|
|
11
|
-
.join(", ");
|
|
12
|
-
return { expressionAttributeNames, columnsToReturn };
|
|
13
|
-
};
|
package/lib/utils.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export const _columnsAndAttributeToReturn = ({
|
|
2
|
-
attribute,
|
|
3
|
-
columns,
|
|
4
|
-
}: {
|
|
5
|
-
attribute: string;
|
|
6
|
-
columns?: string[];
|
|
7
|
-
}) => {
|
|
8
|
-
const expressionAttributeNames: { [key: string]: string } = {
|
|
9
|
-
"#fk": `${attribute}`,
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const columnsToReturn = columns
|
|
13
|
-
?.map((col, index) => {
|
|
14
|
-
const placeholder = `#col${index}`;
|
|
15
|
-
expressionAttributeNames[placeholder] = col;
|
|
16
|
-
return placeholder;
|
|
17
|
-
})
|
|
18
|
-
.join(", ");
|
|
19
|
-
|
|
20
|
-
return { expressionAttributeNames, columnsToReturn };
|
|
21
|
-
};
|