@aws-sdk/client-qbusiness 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 +34 -75
- package/dist-es/protocols/Aws_restJson1.js +1 -41
- package/package.json +17 -17
- package/dist-cjs/QBusiness.js +0 -1
- package/dist-cjs/QBusinessClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js +0 -1
- package/dist-cjs/commands/BatchPutDocumentCommand.js +0 -1
- package/dist-cjs/commands/ChatSyncCommand.js +0 -1
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -1
- package/dist-cjs/commands/CreateDataSourceCommand.js +0 -1
- package/dist-cjs/commands/CreateIndexCommand.js +0 -1
- package/dist-cjs/commands/CreatePluginCommand.js +0 -1
- package/dist-cjs/commands/CreateRetrieverCommand.js +0 -1
- package/dist-cjs/commands/CreateUserCommand.js +0 -1
- package/dist-cjs/commands/CreateWebExperienceCommand.js +0 -1
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -1
- package/dist-cjs/commands/DeleteChatControlsConfigurationCommand.js +0 -1
- package/dist-cjs/commands/DeleteConversationCommand.js +0 -1
- package/dist-cjs/commands/DeleteDataSourceCommand.js +0 -1
- package/dist-cjs/commands/DeleteGroupCommand.js +0 -1
- package/dist-cjs/commands/DeleteIndexCommand.js +0 -1
- package/dist-cjs/commands/DeletePluginCommand.js +0 -1
- package/dist-cjs/commands/DeleteRetrieverCommand.js +0 -1
- package/dist-cjs/commands/DeleteUserCommand.js +0 -1
- package/dist-cjs/commands/DeleteWebExperienceCommand.js +0 -1
- package/dist-cjs/commands/GetApplicationCommand.js +0 -1
- package/dist-cjs/commands/GetChatControlsConfigurationCommand.js +0 -1
- package/dist-cjs/commands/GetDataSourceCommand.js +0 -1
- package/dist-cjs/commands/GetGroupCommand.js +0 -1
- package/dist-cjs/commands/GetIndexCommand.js +0 -1
- package/dist-cjs/commands/GetPluginCommand.js +0 -1
- package/dist-cjs/commands/GetRetrieverCommand.js +0 -1
- package/dist-cjs/commands/GetUserCommand.js +0 -1
- package/dist-cjs/commands/GetWebExperienceCommand.js +0 -1
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -1
- package/dist-cjs/commands/ListConversationsCommand.js +0 -1
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +0 -1
- package/dist-cjs/commands/ListDataSourcesCommand.js +0 -1
- package/dist-cjs/commands/ListDocumentsCommand.js +0 -1
- package/dist-cjs/commands/ListGroupsCommand.js +0 -1
- package/dist-cjs/commands/ListIndicesCommand.js +0 -1
- package/dist-cjs/commands/ListMessagesCommand.js +0 -1
- package/dist-cjs/commands/ListPluginsCommand.js +0 -1
- package/dist-cjs/commands/ListRetrieversCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-cjs/commands/ListWebExperiencesCommand.js +0 -1
- package/dist-cjs/commands/PutFeedbackCommand.js +0 -1
- package/dist-cjs/commands/PutGroupCommand.js +0 -1
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +0 -1
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +0 -1
- package/dist-cjs/commands/TagResourceCommand.js +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js +0 -1
- package/dist-cjs/commands/UpdateApplicationCommand.js +0 -1
- package/dist-cjs/commands/UpdateChatControlsConfigurationCommand.js +0 -1
- package/dist-cjs/commands/UpdateDataSourceCommand.js +0 -1
- package/dist-cjs/commands/UpdateIndexCommand.js +0 -1
- package/dist-cjs/commands/UpdatePluginCommand.js +0 -1
- package/dist-cjs/commands/UpdateRetrieverCommand.js +0 -1
- package/dist-cjs/commands/UpdateUserCommand.js +0 -1
- package/dist-cjs/commands/UpdateWebExperienceCommand.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/QBusinessServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/GetChatControlsConfigurationPaginator.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListConversationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDataSourcesPaginator.js +0 -1
- package/dist-cjs/pagination/ListDocumentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListGroupsPaginator.js +0 -1
- package/dist-cjs/pagination/ListIndicesPaginator.js +0 -1
- package/dist-cjs/pagination/ListMessagesPaginator.js +0 -1
- package/dist-cjs/pagination/ListPluginsPaginator.js +0 -1
- package/dist-cjs/pagination/ListRetrieversPaginator.js +0 -1
- package/dist-cjs/pagination/ListWebExperiencesPaginator.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
|
@@ -1620,7 +1620,7 @@ var de_BatchDeleteDocumentCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1620
1620
|
const contents = (0, import_smithy_client.map)({
|
|
1621
1621
|
$metadata: deserializeMetadata(output)
|
|
1622
1622
|
});
|
|
1623
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1623
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1624
1624
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1625
1625
|
failedDocuments: import_smithy_client._json
|
|
1626
1626
|
});
|
|
@@ -1634,7 +1634,7 @@ var de_BatchPutDocumentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1634
1634
|
const contents = (0, import_smithy_client.map)({
|
|
1635
1635
|
$metadata: deserializeMetadata(output)
|
|
1636
1636
|
});
|
|
1637
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1637
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1638
1638
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1639
1639
|
failedDocuments: import_smithy_client._json
|
|
1640
1640
|
});
|
|
@@ -1648,7 +1648,7 @@ var de_ChatSyncCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1648
1648
|
const contents = (0, import_smithy_client.map)({
|
|
1649
1649
|
$metadata: deserializeMetadata(output)
|
|
1650
1650
|
});
|
|
1651
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1651
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1652
1652
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1653
1653
|
actionReview: (_) => de_ActionReview(_, context),
|
|
1654
1654
|
conversationId: import_smithy_client.expectString,
|
|
@@ -1668,7 +1668,7 @@ var de_CreateApplicationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1668
1668
|
const contents = (0, import_smithy_client.map)({
|
|
1669
1669
|
$metadata: deserializeMetadata(output)
|
|
1670
1670
|
});
|
|
1671
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1671
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1672
1672
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1673
1673
|
applicationArn: import_smithy_client.expectString,
|
|
1674
1674
|
applicationId: import_smithy_client.expectString
|
|
@@ -1683,7 +1683,7 @@ var de_CreateDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1683
1683
|
const contents = (0, import_smithy_client.map)({
|
|
1684
1684
|
$metadata: deserializeMetadata(output)
|
|
1685
1685
|
});
|
|
1686
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1686
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1687
1687
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1688
1688
|
dataSourceArn: import_smithy_client.expectString,
|
|
1689
1689
|
dataSourceId: import_smithy_client.expectString
|
|
@@ -1698,7 +1698,7 @@ var de_CreateIndexCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1698
1698
|
const contents = (0, import_smithy_client.map)({
|
|
1699
1699
|
$metadata: deserializeMetadata(output)
|
|
1700
1700
|
});
|
|
1701
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1701
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1702
1702
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1703
1703
|
indexArn: import_smithy_client.expectString,
|
|
1704
1704
|
indexId: import_smithy_client.expectString
|
|
@@ -1713,7 +1713,7 @@ var de_CreatePluginCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1713
1713
|
const contents = (0, import_smithy_client.map)({
|
|
1714
1714
|
$metadata: deserializeMetadata(output)
|
|
1715
1715
|
});
|
|
1716
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1716
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1717
1717
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1718
1718
|
pluginArn: import_smithy_client.expectString,
|
|
1719
1719
|
pluginId: import_smithy_client.expectString
|
|
@@ -1728,7 +1728,7 @@ var de_CreateRetrieverCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1728
1728
|
const contents = (0, import_smithy_client.map)({
|
|
1729
1729
|
$metadata: deserializeMetadata(output)
|
|
1730
1730
|
});
|
|
1731
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1731
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1732
1732
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1733
1733
|
retrieverArn: import_smithy_client.expectString,
|
|
1734
1734
|
retrieverId: import_smithy_client.expectString
|
|
@@ -1753,7 +1753,7 @@ var de_CreateWebExperienceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1753
1753
|
const contents = (0, import_smithy_client.map)({
|
|
1754
1754
|
$metadata: deserializeMetadata(output)
|
|
1755
1755
|
});
|
|
1756
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1756
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1757
1757
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1758
1758
|
webExperienceArn: import_smithy_client.expectString,
|
|
1759
1759
|
webExperienceId: import_smithy_client.expectString
|
|
@@ -1868,7 +1868,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1868
1868
|
const contents = (0, import_smithy_client.map)({
|
|
1869
1869
|
$metadata: deserializeMetadata(output)
|
|
1870
1870
|
});
|
|
1871
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1871
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1872
1872
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1873
1873
|
applicationArn: import_smithy_client.expectString,
|
|
1874
1874
|
applicationId: import_smithy_client.expectString,
|
|
@@ -1892,7 +1892,7 @@ var de_GetChatControlsConfigurationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1892
1892
|
const contents = (0, import_smithy_client.map)({
|
|
1893
1893
|
$metadata: deserializeMetadata(output)
|
|
1894
1894
|
});
|
|
1895
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1895
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1896
1896
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1897
1897
|
blockedPhrases: import_smithy_client._json,
|
|
1898
1898
|
nextToken: import_smithy_client.expectString,
|
|
@@ -1909,7 +1909,7 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
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
|
applicationId: import_smithy_client.expectString,
|
|
1915
1915
|
configuration: (_) => de_DataSourceConfiguration(_, context),
|
|
@@ -1938,7 +1938,7 @@ var de_GetGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1938
1938
|
const contents = (0, import_smithy_client.map)({
|
|
1939
1939
|
$metadata: deserializeMetadata(output)
|
|
1940
1940
|
});
|
|
1941
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1941
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1942
1942
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1943
1943
|
status: (_) => de_GroupStatusDetail(_, context),
|
|
1944
1944
|
statusHistory: (_) => de_GroupStatusDetails(_, context)
|
|
@@ -1953,7 +1953,7 @@ var de_GetIndexCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1953
1953
|
const contents = (0, import_smithy_client.map)({
|
|
1954
1954
|
$metadata: deserializeMetadata(output)
|
|
1955
1955
|
});
|
|
1956
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1956
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1957
1957
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1958
1958
|
applicationId: import_smithy_client.expectString,
|
|
1959
1959
|
capacityConfiguration: import_smithy_client._json,
|
|
@@ -1978,7 +1978,7 @@ var de_GetPluginCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1978
1978
|
const contents = (0, import_smithy_client.map)({
|
|
1979
1979
|
$metadata: deserializeMetadata(output)
|
|
1980
1980
|
});
|
|
1981
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1981
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1982
1982
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1983
1983
|
applicationId: import_smithy_client.expectString,
|
|
1984
1984
|
authConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
@@ -2001,7 +2001,7 @@ var de_GetRetrieverCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2001
2001
|
const contents = (0, import_smithy_client.map)({
|
|
2002
2002
|
$metadata: deserializeMetadata(output)
|
|
2003
2003
|
});
|
|
2004
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2004
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2005
2005
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2006
2006
|
applicationId: import_smithy_client.expectString,
|
|
2007
2007
|
configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
@@ -2024,7 +2024,7 @@ var de_GetUserCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2024
2024
|
const contents = (0, import_smithy_client.map)({
|
|
2025
2025
|
$metadata: deserializeMetadata(output)
|
|
2026
2026
|
});
|
|
2027
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2027
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2028
2028
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2029
2029
|
userAliases: import_smithy_client._json
|
|
2030
2030
|
});
|
|
@@ -2038,7 +2038,7 @@ var de_GetWebExperienceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2038
2038
|
const contents = (0, import_smithy_client.map)({
|
|
2039
2039
|
$metadata: deserializeMetadata(output)
|
|
2040
2040
|
});
|
|
2041
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2041
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2042
2042
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2043
2043
|
applicationId: import_smithy_client.expectString,
|
|
2044
2044
|
authenticationConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
@@ -2064,7 +2064,7 @@ var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2064
2064
|
const contents = (0, import_smithy_client.map)({
|
|
2065
2065
|
$metadata: deserializeMetadata(output)
|
|
2066
2066
|
});
|
|
2067
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2067
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2068
2068
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2069
2069
|
applications: (_) => de_Applications(_, context),
|
|
2070
2070
|
nextToken: import_smithy_client.expectString
|
|
@@ -2079,7 +2079,7 @@ var de_ListConversationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2079
2079
|
const contents = (0, import_smithy_client.map)({
|
|
2080
2080
|
$metadata: deserializeMetadata(output)
|
|
2081
2081
|
});
|
|
2082
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2082
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2083
2083
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2084
2084
|
conversations: (_) => de_Conversations(_, context),
|
|
2085
2085
|
nextToken: import_smithy_client.expectString
|
|
@@ -2094,7 +2094,7 @@ var de_ListDataSourcesCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2094
2094
|
const contents = (0, import_smithy_client.map)({
|
|
2095
2095
|
$metadata: deserializeMetadata(output)
|
|
2096
2096
|
});
|
|
2097
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2097
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2098
2098
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2099
2099
|
dataSources: (_) => de_DataSources(_, context),
|
|
2100
2100
|
nextToken: import_smithy_client.expectString
|
|
@@ -2109,7 +2109,7 @@ var de_ListDataSourceSyncJobsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2109
2109
|
const contents = (0, import_smithy_client.map)({
|
|
2110
2110
|
$metadata: deserializeMetadata(output)
|
|
2111
2111
|
});
|
|
2112
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2112
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2113
2113
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2114
2114
|
history: (_) => de_DataSourceSyncJobs(_, context),
|
|
2115
2115
|
nextToken: import_smithy_client.expectString
|
|
@@ -2124,7 +2124,7 @@ var de_ListDocumentsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2124
2124
|
const contents = (0, import_smithy_client.map)({
|
|
2125
2125
|
$metadata: deserializeMetadata(output)
|
|
2126
2126
|
});
|
|
2127
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2127
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2128
2128
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2129
2129
|
documentDetailList: (_) => de_DocumentDetailList(_, context),
|
|
2130
2130
|
nextToken: import_smithy_client.expectString
|
|
@@ -2139,7 +2139,7 @@ var de_ListGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2139
2139
|
const contents = (0, import_smithy_client.map)({
|
|
2140
2140
|
$metadata: deserializeMetadata(output)
|
|
2141
2141
|
});
|
|
2142
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2142
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2143
2143
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2144
2144
|
items: import_smithy_client._json,
|
|
2145
2145
|
nextToken: import_smithy_client.expectString
|
|
@@ -2154,7 +2154,7 @@ var de_ListIndicesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2154
2154
|
const contents = (0, import_smithy_client.map)({
|
|
2155
2155
|
$metadata: deserializeMetadata(output)
|
|
2156
2156
|
});
|
|
2157
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2157
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2158
2158
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2159
2159
|
indices: (_) => de_Indices(_, context),
|
|
2160
2160
|
nextToken: import_smithy_client.expectString
|
|
@@ -2169,7 +2169,7 @@ var de_ListMessagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2169
2169
|
const contents = (0, import_smithy_client.map)({
|
|
2170
2170
|
$metadata: deserializeMetadata(output)
|
|
2171
2171
|
});
|
|
2172
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2172
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2173
2173
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2174
2174
|
messages: (_) => de_Messages(_, context),
|
|
2175
2175
|
nextToken: import_smithy_client.expectString
|
|
@@ -2184,7 +2184,7 @@ var de_ListPluginsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2184
2184
|
const contents = (0, import_smithy_client.map)({
|
|
2185
2185
|
$metadata: deserializeMetadata(output)
|
|
2186
2186
|
});
|
|
2187
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2187
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2188
2188
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2189
2189
|
nextToken: import_smithy_client.expectString,
|
|
2190
2190
|
plugins: (_) => de_Plugins(_, context)
|
|
@@ -2199,7 +2199,7 @@ var de_ListRetrieversCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2199
2199
|
const contents = (0, import_smithy_client.map)({
|
|
2200
2200
|
$metadata: deserializeMetadata(output)
|
|
2201
2201
|
});
|
|
2202
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2202
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2203
2203
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2204
2204
|
nextToken: import_smithy_client.expectString,
|
|
2205
2205
|
retrievers: import_smithy_client._json
|
|
@@ -2214,7 +2214,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2214
2214
|
const contents = (0, import_smithy_client.map)({
|
|
2215
2215
|
$metadata: deserializeMetadata(output)
|
|
2216
2216
|
});
|
|
2217
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2217
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2218
2218
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2219
2219
|
tags: import_smithy_client._json
|
|
2220
2220
|
});
|
|
@@ -2228,7 +2228,7 @@ var de_ListWebExperiencesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2228
2228
|
const contents = (0, import_smithy_client.map)({
|
|
2229
2229
|
$metadata: deserializeMetadata(output)
|
|
2230
2230
|
});
|
|
2231
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2231
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2232
2232
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2233
2233
|
nextToken: import_smithy_client.expectString,
|
|
2234
2234
|
webExperiences: (_) => de_WebExperiences(_, context)
|
|
@@ -2263,7 +2263,7 @@ var de_StartDataSourceSyncJobCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2263
2263
|
const contents = (0, import_smithy_client.map)({
|
|
2264
2264
|
$metadata: deserializeMetadata(output)
|
|
2265
2265
|
});
|
|
2266
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2266
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2267
2267
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2268
2268
|
executionId: import_smithy_client.expectString
|
|
2269
2269
|
});
|
|
@@ -2367,7 +2367,7 @@ var de_UpdateUserCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2367
2367
|
const contents = (0, import_smithy_client.map)({
|
|
2368
2368
|
$metadata: deserializeMetadata(output)
|
|
2369
2369
|
});
|
|
2370
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
2370
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2371
2371
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2372
2372
|
userAliasesAdded: import_smithy_client._json,
|
|
2373
2373
|
userAliasesDeleted: import_smithy_client._json,
|
|
@@ -2389,9 +2389,9 @@ var de_UpdateWebExperienceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2389
2389
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2390
2390
|
const parsedOutput = {
|
|
2391
2391
|
...output,
|
|
2392
|
-
body: await
|
|
2392
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
2393
2393
|
};
|
|
2394
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2394
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
2395
2395
|
switch (errorCode) {
|
|
2396
2396
|
case "AccessDeniedException":
|
|
2397
2397
|
case "com.amazonaws.qbusiness#AccessDeniedException":
|
|
@@ -2997,7 +2997,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
2997
2997
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2998
2998
|
cfId: output.headers["x-amz-cf-id"]
|
|
2999
2999
|
}), "deserializeMetadata");
|
|
3000
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
3001
3000
|
var _dSI = "dataSourceId";
|
|
3002
3001
|
var _dSIa = "dataSourceIds";
|
|
3003
3002
|
var _eT = "endTime";
|
|
@@ -3011,46 +3010,6 @@ var _tK = "tagKeys";
|
|
|
3011
3010
|
var _uET = "updatedEarlierThan";
|
|
3012
3011
|
var _uG = "userGroups";
|
|
3013
3012
|
var _uI = "userId";
|
|
3014
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
3015
|
-
if (encoded.length) {
|
|
3016
|
-
return JSON.parse(encoded);
|
|
3017
|
-
}
|
|
3018
|
-
return {};
|
|
3019
|
-
}), "parseBody");
|
|
3020
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
3021
|
-
const value = await parseBody(errorBody, context);
|
|
3022
|
-
value.message = value.message ?? value.Message;
|
|
3023
|
-
return value;
|
|
3024
|
-
}, "parseErrorBody");
|
|
3025
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
3026
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
3027
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
3028
|
-
let cleanValue = rawValue;
|
|
3029
|
-
if (typeof cleanValue === "number") {
|
|
3030
|
-
cleanValue = cleanValue.toString();
|
|
3031
|
-
}
|
|
3032
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
3033
|
-
cleanValue = cleanValue.split(",")[0];
|
|
3034
|
-
}
|
|
3035
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
3036
|
-
cleanValue = cleanValue.split(":")[0];
|
|
3037
|
-
}
|
|
3038
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
3039
|
-
cleanValue = cleanValue.split("#")[1];
|
|
3040
|
-
}
|
|
3041
|
-
return cleanValue;
|
|
3042
|
-
}, "sanitizeErrorCode");
|
|
3043
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
3044
|
-
if (headerKey !== void 0) {
|
|
3045
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
3046
|
-
}
|
|
3047
|
-
if (data.code !== void 0) {
|
|
3048
|
-
return sanitizeErrorCode(data.code);
|
|
3049
|
-
}
|
|
3050
|
-
if (data["__type"] !== void 0) {
|
|
3051
|
-
return sanitizeErrorCode(data["__type"]);
|
|
3052
|
-
}
|
|
3053
|
-
}, "loadRestJsonErrorCode");
|
|
3054
3013
|
|
|
3055
3014
|
// src/commands/BatchDeleteDocumentCommand.ts
|
|
3056
3015
|
var _BatchDeleteDocumentCommand = class _BatchDeleteDocumentCommand 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, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
@@ -2234,43 +2234,3 @@ const _tK = "tagKeys";
|
|
|
2234
2234
|
const _uET = "updatedEarlierThan";
|
|
2235
2235
|
const _uG = "userGroups";
|
|
2236
2236
|
const _uI = "userId";
|
|
2237
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
2238
|
-
if (encoded.length) {
|
|
2239
|
-
return JSON.parse(encoded);
|
|
2240
|
-
}
|
|
2241
|
-
return {};
|
|
2242
|
-
});
|
|
2243
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
2244
|
-
const value = await parseBody(errorBody, context);
|
|
2245
|
-
value.message = value.message ?? value.Message;
|
|
2246
|
-
return value;
|
|
2247
|
-
};
|
|
2248
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
2249
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
2250
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
2251
|
-
let cleanValue = rawValue;
|
|
2252
|
-
if (typeof cleanValue === "number") {
|
|
2253
|
-
cleanValue = cleanValue.toString();
|
|
2254
|
-
}
|
|
2255
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
2256
|
-
cleanValue = cleanValue.split(",")[0];
|
|
2257
|
-
}
|
|
2258
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
2259
|
-
cleanValue = cleanValue.split(":")[0];
|
|
2260
|
-
}
|
|
2261
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
2262
|
-
cleanValue = cleanValue.split("#")[1];
|
|
2263
|
-
}
|
|
2264
|
-
return cleanValue;
|
|
2265
|
-
};
|
|
2266
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
2267
|
-
if (headerKey !== undefined) {
|
|
2268
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
2269
|
-
}
|
|
2270
|
-
if (data.code !== undefined) {
|
|
2271
|
-
return sanitizeErrorCode(data.code);
|
|
2272
|
-
}
|
|
2273
|
-
if (data["__type"] !== undefined) {
|
|
2274
|
-
return sanitizeErrorCode(data["__type"]);
|
|
2275
|
-
}
|
|
2276
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qbusiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qbusiness 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-qbusiness",
|
|
@@ -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/QBusiness.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");
|
|
@@ -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");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|