@aws-sdk/client-qconnect 3.523.0 → 3.529.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +35 -76
- package/dist-es/protocols/Aws_restJson1.js +1 -41
- package/package.json +17 -17
- package/dist-cjs/QConnect.js +0 -1
- package/dist-cjs/QConnectClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/CreateAssistantAssociationCommand.js +0 -1
- package/dist-cjs/commands/CreateAssistantCommand.js +0 -1
- package/dist-cjs/commands/CreateContentCommand.js +0 -1
- package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +0 -1
- package/dist-cjs/commands/CreateQuickResponseCommand.js +0 -1
- package/dist-cjs/commands/CreateSessionCommand.js +0 -1
- package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +0 -1
- package/dist-cjs/commands/DeleteAssistantCommand.js +0 -1
- package/dist-cjs/commands/DeleteContentCommand.js +0 -1
- package/dist-cjs/commands/DeleteImportJobCommand.js +0 -1
- package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +0 -1
- package/dist-cjs/commands/DeleteQuickResponseCommand.js +0 -1
- package/dist-cjs/commands/GetAssistantAssociationCommand.js +0 -1
- package/dist-cjs/commands/GetAssistantCommand.js +0 -1
- package/dist-cjs/commands/GetContentCommand.js +0 -1
- package/dist-cjs/commands/GetContentSummaryCommand.js +0 -1
- package/dist-cjs/commands/GetImportJobCommand.js +0 -1
- package/dist-cjs/commands/GetKnowledgeBaseCommand.js +0 -1
- package/dist-cjs/commands/GetQuickResponseCommand.js +0 -1
- package/dist-cjs/commands/GetRecommendationsCommand.js +0 -1
- package/dist-cjs/commands/GetSessionCommand.js +0 -1
- package/dist-cjs/commands/ListAssistantAssociationsCommand.js +0 -1
- package/dist-cjs/commands/ListAssistantsCommand.js +0 -1
- package/dist-cjs/commands/ListContentsCommand.js +0 -1
- package/dist-cjs/commands/ListImportJobsCommand.js +0 -1
- package/dist-cjs/commands/ListKnowledgeBasesCommand.js +0 -1
- package/dist-cjs/commands/ListQuickResponsesCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +0 -1
- package/dist-cjs/commands/PutFeedbackCommand.js +0 -1
- package/dist-cjs/commands/QueryAssistantCommand.js +0 -1
- package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +0 -1
- package/dist-cjs/commands/SearchContentCommand.js +0 -1
- package/dist-cjs/commands/SearchQuickResponsesCommand.js +0 -1
- package/dist-cjs/commands/SearchSessionsCommand.js +0 -1
- package/dist-cjs/commands/StartContentUploadCommand.js +0 -1
- package/dist-cjs/commands/StartImportJobCommand.js +0 -1
- package/dist-cjs/commands/TagResourceCommand.js +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js +0 -1
- package/dist-cjs/commands/UpdateContentCommand.js +0 -1
- package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +0 -1
- package/dist-cjs/commands/UpdateQuickResponseCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/QConnectServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAssistantAssociationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListAssistantsPaginator.js +0 -1
- package/dist-cjs/pagination/ListContentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListImportJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListKnowledgeBasesPaginator.js +0 -1
- package/dist-cjs/pagination/ListQuickResponsesPaginator.js +0 -1
- package/dist-cjs/pagination/QueryAssistantPaginator.js +0 -1
- package/dist-cjs/pagination/SearchContentPaginator.js +0 -1
- package/dist-cjs/pagination/SearchQuickResponsesPaginator.js +0 -1
- package/dist-cjs/pagination/SearchSessionsPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1534,7 +1534,7 @@ var de_CreateAssistantCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1534
1534
|
const contents = (0, import_smithy_client.map)({
|
|
1535
1535
|
$metadata: deserializeMetadata(output)
|
|
1536
1536
|
});
|
|
1537
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1537
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1538
1538
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1539
1539
|
assistant: import_smithy_client._json
|
|
1540
1540
|
});
|
|
@@ -1548,7 +1548,7 @@ var de_CreateAssistantAssociationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1548
1548
|
const contents = (0, import_smithy_client.map)({
|
|
1549
1549
|
$metadata: deserializeMetadata(output)
|
|
1550
1550
|
});
|
|
1551
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1551
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1552
1552
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1553
1553
|
assistantAssociation: import_smithy_client._json
|
|
1554
1554
|
});
|
|
@@ -1562,7 +1562,7 @@ var de_CreateContentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1562
1562
|
const contents = (0, import_smithy_client.map)({
|
|
1563
1563
|
$metadata: deserializeMetadata(output)
|
|
1564
1564
|
});
|
|
1565
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1565
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1566
1566
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1567
1567
|
content: (_) => de_ContentData(_, context)
|
|
1568
1568
|
});
|
|
@@ -1576,7 +1576,7 @@ var de_CreateKnowledgeBaseCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1576
1576
|
const contents = (0, import_smithy_client.map)({
|
|
1577
1577
|
$metadata: deserializeMetadata(output)
|
|
1578
1578
|
});
|
|
1579
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1579
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1580
1580
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1581
1581
|
knowledgeBase: (_) => de_KnowledgeBaseData(_, context)
|
|
1582
1582
|
});
|
|
@@ -1590,7 +1590,7 @@ var de_CreateQuickResponseCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1590
1590
|
const contents = (0, import_smithy_client.map)({
|
|
1591
1591
|
$metadata: deserializeMetadata(output)
|
|
1592
1592
|
});
|
|
1593
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1593
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1594
1594
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1595
1595
|
quickResponse: (_) => de_QuickResponseData(_, context)
|
|
1596
1596
|
});
|
|
@@ -1604,7 +1604,7 @@ var de_CreateSessionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1604
1604
|
const contents = (0, import_smithy_client.map)({
|
|
1605
1605
|
$metadata: deserializeMetadata(output)
|
|
1606
1606
|
});
|
|
1607
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1607
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1608
1608
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1609
1609
|
session: import_smithy_client._json
|
|
1610
1610
|
});
|
|
@@ -1678,7 +1678,7 @@ var de_GetAssistantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1678
1678
|
const contents = (0, import_smithy_client.map)({
|
|
1679
1679
|
$metadata: deserializeMetadata(output)
|
|
1680
1680
|
});
|
|
1681
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1681
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1682
1682
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1683
1683
|
assistant: import_smithy_client._json
|
|
1684
1684
|
});
|
|
@@ -1692,7 +1692,7 @@ var de_GetAssistantAssociationCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1692
1692
|
const contents = (0, import_smithy_client.map)({
|
|
1693
1693
|
$metadata: deserializeMetadata(output)
|
|
1694
1694
|
});
|
|
1695
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1695
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1696
1696
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1697
1697
|
assistantAssociation: import_smithy_client._json
|
|
1698
1698
|
});
|
|
@@ -1706,7 +1706,7 @@ var de_GetContentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1706
1706
|
const contents = (0, import_smithy_client.map)({
|
|
1707
1707
|
$metadata: deserializeMetadata(output)
|
|
1708
1708
|
});
|
|
1709
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1709
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1710
1710
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1711
1711
|
content: (_) => de_ContentData(_, context)
|
|
1712
1712
|
});
|
|
@@ -1720,7 +1720,7 @@ var de_GetContentSummaryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1720
1720
|
const contents = (0, import_smithy_client.map)({
|
|
1721
1721
|
$metadata: deserializeMetadata(output)
|
|
1722
1722
|
});
|
|
1723
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1723
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1724
1724
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1725
1725
|
contentSummary: import_smithy_client._json
|
|
1726
1726
|
});
|
|
@@ -1734,7 +1734,7 @@ var de_GetImportJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1734
1734
|
const contents = (0, import_smithy_client.map)({
|
|
1735
1735
|
$metadata: deserializeMetadata(output)
|
|
1736
1736
|
});
|
|
1737
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1737
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1738
1738
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1739
1739
|
importJob: (_) => de_ImportJobData(_, context)
|
|
1740
1740
|
});
|
|
@@ -1748,7 +1748,7 @@ var de_GetKnowledgeBaseCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1748
1748
|
const contents = (0, import_smithy_client.map)({
|
|
1749
1749
|
$metadata: deserializeMetadata(output)
|
|
1750
1750
|
});
|
|
1751
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1751
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1752
1752
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1753
1753
|
knowledgeBase: (_) => de_KnowledgeBaseData(_, context)
|
|
1754
1754
|
});
|
|
@@ -1762,7 +1762,7 @@ var de_GetQuickResponseCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1762
1762
|
const contents = (0, import_smithy_client.map)({
|
|
1763
1763
|
$metadata: deserializeMetadata(output)
|
|
1764
1764
|
});
|
|
1765
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1765
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1766
1766
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1767
1767
|
quickResponse: (_) => de_QuickResponseData(_, context)
|
|
1768
1768
|
});
|
|
@@ -1776,7 +1776,7 @@ var de_GetRecommendationsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1776
1776
|
const contents = (0, import_smithy_client.map)({
|
|
1777
1777
|
$metadata: deserializeMetadata(output)
|
|
1778
1778
|
});
|
|
1779
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1779
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1780
1780
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1781
1781
|
recommendations: (_) => de_RecommendationList(_, context),
|
|
1782
1782
|
triggers: import_smithy_client._json
|
|
@@ -1791,7 +1791,7 @@ var de_GetSessionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1791
1791
|
const contents = (0, import_smithy_client.map)({
|
|
1792
1792
|
$metadata: deserializeMetadata(output)
|
|
1793
1793
|
});
|
|
1794
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1794
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1795
1795
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1796
1796
|
session: import_smithy_client._json
|
|
1797
1797
|
});
|
|
@@ -1805,7 +1805,7 @@ var de_ListAssistantAssociationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1805
1805
|
const contents = (0, import_smithy_client.map)({
|
|
1806
1806
|
$metadata: deserializeMetadata(output)
|
|
1807
1807
|
});
|
|
1808
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1808
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1809
1809
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1810
1810
|
assistantAssociationSummaries: import_smithy_client._json,
|
|
1811
1811
|
nextToken: import_smithy_client.expectString
|
|
@@ -1820,7 +1820,7 @@ var de_ListAssistantsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1820
1820
|
const contents = (0, import_smithy_client.map)({
|
|
1821
1821
|
$metadata: deserializeMetadata(output)
|
|
1822
1822
|
});
|
|
1823
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1823
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1824
1824
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1825
1825
|
assistantSummaries: import_smithy_client._json,
|
|
1826
1826
|
nextToken: import_smithy_client.expectString
|
|
@@ -1835,7 +1835,7 @@ var de_ListContentsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1835
1835
|
const contents = (0, import_smithy_client.map)({
|
|
1836
1836
|
$metadata: deserializeMetadata(output)
|
|
1837
1837
|
});
|
|
1838
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1838
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1839
1839
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1840
1840
|
contentSummaries: import_smithy_client._json,
|
|
1841
1841
|
nextToken: import_smithy_client.expectString
|
|
@@ -1850,7 +1850,7 @@ var de_ListImportJobsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1850
1850
|
const contents = (0, import_smithy_client.map)({
|
|
1851
1851
|
$metadata: deserializeMetadata(output)
|
|
1852
1852
|
});
|
|
1853
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1853
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1854
1854
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1855
1855
|
importJobSummaries: (_) => de_ImportJobList(_, context),
|
|
1856
1856
|
nextToken: import_smithy_client.expectString
|
|
@@ -1865,7 +1865,7 @@ var de_ListKnowledgeBasesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1865
1865
|
const contents = (0, import_smithy_client.map)({
|
|
1866
1866
|
$metadata: deserializeMetadata(output)
|
|
1867
1867
|
});
|
|
1868
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1868
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1869
1869
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1870
1870
|
knowledgeBaseSummaries: import_smithy_client._json,
|
|
1871
1871
|
nextToken: import_smithy_client.expectString
|
|
@@ -1880,7 +1880,7 @@ var de_ListQuickResponsesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1880
1880
|
const contents = (0, import_smithy_client.map)({
|
|
1881
1881
|
$metadata: deserializeMetadata(output)
|
|
1882
1882
|
});
|
|
1883
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1883
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1884
1884
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1885
1885
|
nextToken: import_smithy_client.expectString,
|
|
1886
1886
|
quickResponseSummaries: (_) => de_QuickResponseSummaryList(_, context)
|
|
@@ -1895,7 +1895,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1895
1895
|
const contents = (0, import_smithy_client.map)({
|
|
1896
1896
|
$metadata: deserializeMetadata(output)
|
|
1897
1897
|
});
|
|
1898
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1898
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1899
1899
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1900
1900
|
tags: import_smithy_client._json
|
|
1901
1901
|
});
|
|
@@ -1909,7 +1909,7 @@ var de_NotifyRecommendationsReceivedCommand = /* @__PURE__ */ __name(async (outp
|
|
|
1909
1909
|
const contents = (0, import_smithy_client.map)({
|
|
1910
1910
|
$metadata: deserializeMetadata(output)
|
|
1911
1911
|
});
|
|
1912
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1912
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1913
1913
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1914
1914
|
errors: import_smithy_client._json,
|
|
1915
1915
|
recommendationIds: import_smithy_client._json
|
|
@@ -1924,7 +1924,7 @@ var de_PutFeedbackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1924
1924
|
const contents = (0, import_smithy_client.map)({
|
|
1925
1925
|
$metadata: deserializeMetadata(output)
|
|
1926
1926
|
});
|
|
1927
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1927
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1928
1928
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1929
1929
|
assistantArn: import_smithy_client.expectString,
|
|
1930
1930
|
assistantId: import_smithy_client.expectString,
|
|
@@ -1942,7 +1942,7 @@ var de_QueryAssistantCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1942
1942
|
const contents = (0, import_smithy_client.map)({
|
|
1943
1943
|
$metadata: deserializeMetadata(output)
|
|
1944
1944
|
});
|
|
1945
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1945
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1946
1946
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1947
1947
|
nextToken: import_smithy_client.expectString,
|
|
1948
1948
|
results: (_) => de_QueryResultsList(_, context)
|
|
@@ -1967,7 +1967,7 @@ var de_SearchContentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1967
1967
|
const contents = (0, import_smithy_client.map)({
|
|
1968
1968
|
$metadata: deserializeMetadata(output)
|
|
1969
1969
|
});
|
|
1970
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1970
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1971
1971
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1972
1972
|
contentSummaries: import_smithy_client._json,
|
|
1973
1973
|
nextToken: import_smithy_client.expectString
|
|
@@ -1982,7 +1982,7 @@ var de_SearchQuickResponsesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1982
1982
|
const contents = (0, import_smithy_client.map)({
|
|
1983
1983
|
$metadata: deserializeMetadata(output)
|
|
1984
1984
|
});
|
|
1985
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1985
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1986
1986
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1987
1987
|
nextToken: import_smithy_client.expectString,
|
|
1988
1988
|
results: (_) => de_QuickResponseSearchResultsList(_, context)
|
|
@@ -1997,7 +1997,7 @@ var de_SearchSessionsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1997
1997
|
const contents = (0, import_smithy_client.map)({
|
|
1998
1998
|
$metadata: deserializeMetadata(output)
|
|
1999
1999
|
});
|
|
2000
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2000
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2001
2001
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2002
2002
|
nextToken: import_smithy_client.expectString,
|
|
2003
2003
|
sessionSummaries: import_smithy_client._json
|
|
@@ -2012,7 +2012,7 @@ var de_StartContentUploadCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2012
2012
|
const contents = (0, import_smithy_client.map)({
|
|
2013
2013
|
$metadata: deserializeMetadata(output)
|
|
2014
2014
|
});
|
|
2015
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2015
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2016
2016
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2017
2017
|
headersToInclude: import_smithy_client._json,
|
|
2018
2018
|
uploadId: import_smithy_client.expectString,
|
|
@@ -2029,7 +2029,7 @@ var de_StartImportJobCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2029
2029
|
const contents = (0, import_smithy_client.map)({
|
|
2030
2030
|
$metadata: deserializeMetadata(output)
|
|
2031
2031
|
});
|
|
2032
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2032
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2033
2033
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2034
2034
|
importJob: (_) => de_ImportJobData(_, context)
|
|
2035
2035
|
});
|
|
@@ -2063,7 +2063,7 @@ var de_UpdateContentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2063
2063
|
const contents = (0, import_smithy_client.map)({
|
|
2064
2064
|
$metadata: deserializeMetadata(output)
|
|
2065
2065
|
});
|
|
2066
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2066
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2067
2067
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2068
2068
|
content: (_) => de_ContentData(_, context)
|
|
2069
2069
|
});
|
|
@@ -2077,7 +2077,7 @@ var de_UpdateKnowledgeBaseTemplateUriCommand = /* @__PURE__ */ __name(async (out
|
|
|
2077
2077
|
const contents = (0, import_smithy_client.map)({
|
|
2078
2078
|
$metadata: deserializeMetadata(output)
|
|
2079
2079
|
});
|
|
2080
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2080
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2081
2081
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2082
2082
|
knowledgeBase: (_) => de_KnowledgeBaseData(_, context)
|
|
2083
2083
|
});
|
|
@@ -2091,7 +2091,7 @@ var de_UpdateQuickResponseCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2091
2091
|
const contents = (0, import_smithy_client.map)({
|
|
2092
2092
|
$metadata: deserializeMetadata(output)
|
|
2093
2093
|
});
|
|
2094
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2094
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2095
2095
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2096
2096
|
quickResponse: (_) => de_QuickResponseData(_, context)
|
|
2097
2097
|
});
|
|
@@ -2101,9 +2101,9 @@ var de_UpdateQuickResponseCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2101
2101
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2102
2102
|
const parsedOutput = {
|
|
2103
2103
|
...output,
|
|
2104
|
-
body: await
|
|
2104
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
2105
2105
|
};
|
|
2106
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2106
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
2107
2107
|
switch (errorCode) {
|
|
2108
2108
|
case "AccessDeniedException":
|
|
2109
2109
|
case "com.amazonaws.qconnect#AccessDeniedException":
|
|
@@ -2485,51 +2485,10 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
2485
2485
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2486
2486
|
cfId: output.headers["x-amz-cf-id"]
|
|
2487
2487
|
}), "deserializeMetadata");
|
|
2488
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
2489
2488
|
var _mR = "maxResults";
|
|
2490
2489
|
var _nT = "nextToken";
|
|
2491
2490
|
var _tK = "tagKeys";
|
|
2492
2491
|
var _wTS = "waitTimeSeconds";
|
|
2493
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
2494
|
-
if (encoded.length) {
|
|
2495
|
-
return JSON.parse(encoded);
|
|
2496
|
-
}
|
|
2497
|
-
return {};
|
|
2498
|
-
}), "parseBody");
|
|
2499
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
2500
|
-
const value = await parseBody(errorBody, context);
|
|
2501
|
-
value.message = value.message ?? value.Message;
|
|
2502
|
-
return value;
|
|
2503
|
-
}, "parseErrorBody");
|
|
2504
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
2505
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
2506
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
2507
|
-
let cleanValue = rawValue;
|
|
2508
|
-
if (typeof cleanValue === "number") {
|
|
2509
|
-
cleanValue = cleanValue.toString();
|
|
2510
|
-
}
|
|
2511
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
2512
|
-
cleanValue = cleanValue.split(",")[0];
|
|
2513
|
-
}
|
|
2514
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
2515
|
-
cleanValue = cleanValue.split(":")[0];
|
|
2516
|
-
}
|
|
2517
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
2518
|
-
cleanValue = cleanValue.split("#")[1];
|
|
2519
|
-
}
|
|
2520
|
-
return cleanValue;
|
|
2521
|
-
}, "sanitizeErrorCode");
|
|
2522
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
2523
|
-
if (headerKey !== void 0) {
|
|
2524
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
2525
|
-
}
|
|
2526
|
-
if (data.code !== void 0) {
|
|
2527
|
-
return sanitizeErrorCode(data.code);
|
|
2528
|
-
}
|
|
2529
|
-
if (data["__type"] !== void 0) {
|
|
2530
|
-
return sanitizeErrorCode(data["__type"]);
|
|
2531
|
-
}
|
|
2532
|
-
}, "loadRestJsonErrorCode");
|
|
2533
2492
|
|
|
2534
2493
|
// src/commands/CreateAssistantAssociationCommand.ts
|
|
2535
2494
|
var _CreateAssistantAssociationCommand = class _CreateAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
|
|
1
|
+
import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody, } from "@aws-sdk/core";
|
|
2
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
@@ -1570,43 +1570,3 @@ const _mR = "maxResults";
|
|
|
1570
1570
|
const _nT = "nextToken";
|
|
1571
1571
|
const _tK = "tagKeys";
|
|
1572
1572
|
const _wTS = "waitTimeSeconds";
|
|
1573
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1574
|
-
if (encoded.length) {
|
|
1575
|
-
return JSON.parse(encoded);
|
|
1576
|
-
}
|
|
1577
|
-
return {};
|
|
1578
|
-
});
|
|
1579
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
1580
|
-
const value = await parseBody(errorBody, context);
|
|
1581
|
-
value.message = value.message ?? value.Message;
|
|
1582
|
-
return value;
|
|
1583
|
-
};
|
|
1584
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
1585
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
1586
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
1587
|
-
let cleanValue = rawValue;
|
|
1588
|
-
if (typeof cleanValue === "number") {
|
|
1589
|
-
cleanValue = cleanValue.toString();
|
|
1590
|
-
}
|
|
1591
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1592
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1593
|
-
}
|
|
1594
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1595
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1596
|
-
}
|
|
1597
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1598
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1599
|
-
}
|
|
1600
|
-
return cleanValue;
|
|
1601
|
-
};
|
|
1602
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1603
|
-
if (headerKey !== undefined) {
|
|
1604
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1605
|
-
}
|
|
1606
|
-
if (data.code !== undefined) {
|
|
1607
|
-
return sanitizeErrorCode(data.code);
|
|
1608
|
-
}
|
|
1609
|
-
if (data["__type"] !== undefined) {
|
|
1610
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1611
|
-
}
|
|
1612
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.529.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qconnect",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.529.0",
|
|
24
|
+
"@aws-sdk/core": "3.529.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.529.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.525.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.525.0",
|
|
31
31
|
"@aws-sdk/types": "3.523.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.1.
|
|
36
|
-
"@smithy/core": "^1.3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.525.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.1.4",
|
|
36
|
+
"@smithy/core": "^1.3.5",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.4.3",
|
|
38
38
|
"@smithy/hash-node": "^2.1.3",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.1.3",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.1.3",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.4",
|
|
43
43
|
"@smithy/middleware-serde": "^2.1.3",
|
|
44
44
|
"@smithy/middleware-stack": "^2.1.3",
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.4",
|
|
46
46
|
"@smithy/node-http-handler": "^2.4.1",
|
|
47
47
|
"@smithy/protocol-http": "^3.2.1",
|
|
48
|
-
"@smithy/smithy-client": "^2.4.
|
|
48
|
+
"@smithy/smithy-client": "^2.4.2",
|
|
49
49
|
"@smithy/types": "^2.10.1",
|
|
50
50
|
"@smithy/url-parser": "^2.1.3",
|
|
51
51
|
"@smithy/util-base64": "^2.1.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.4",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.3",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.4",
|
|
57
57
|
"@smithy/util-middleware": "^2.1.3",
|
|
58
58
|
"@smithy/util-retry": "^2.1.3",
|
|
59
59
|
"@smithy/util-utf8": "^2.1.1",
|
package/dist-cjs/QConnect.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|