@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20230807 → 0.0.20230813
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/index.d.ts +13 -1
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://contactcenterinsights.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230813
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -582,6 +582,9 @@ declare namespace gapi.client {
|
|
|
582
582
|
// tslint:disable-next-line:no-empty-interface
|
|
583
583
|
interface GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataResponse {
|
|
584
584
|
}
|
|
585
|
+
// tslint:disable-next-line:no-empty-interface
|
|
586
|
+
interface GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse {
|
|
587
|
+
}
|
|
585
588
|
interface GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData {
|
|
586
589
|
/** The piece of text from the `source` knowledge base document. */
|
|
587
590
|
answer?:
|
|
@@ -613,6 +616,9 @@ declare namespace gapi.client {
|
|
|
613
616
|
// tslint:disable-next-line:no-empty-interface
|
|
614
617
|
interface GoogleCloudContactcenterinsightsV1alpha1HoldData {
|
|
615
618
|
}
|
|
619
|
+
// tslint:disable-next-line:no-empty-interface
|
|
620
|
+
interface GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse {
|
|
621
|
+
}
|
|
616
622
|
interface GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata {
|
|
617
623
|
/** Output only. The time the operation was created. */
|
|
618
624
|
createTime?:
|
|
@@ -1542,6 +1548,9 @@ declare namespace gapi.client {
|
|
|
1542
1548
|
// tslint:disable-next-line:no-empty-interface
|
|
1543
1549
|
interface GoogleCloudContactcenterinsightsV1ExportInsightsDataResponse {
|
|
1544
1550
|
}
|
|
1551
|
+
// tslint:disable-next-line:no-empty-interface
|
|
1552
|
+
interface GoogleCloudContactcenterinsightsV1ExportIssueModelResponse {
|
|
1553
|
+
}
|
|
1545
1554
|
interface GoogleCloudContactcenterinsightsV1FaqAnswerData {
|
|
1546
1555
|
/** The piece of text from the `source` knowledge base document. */
|
|
1547
1556
|
answer?:
|
|
@@ -1573,6 +1582,9 @@ declare namespace gapi.client {
|
|
|
1573
1582
|
// tslint:disable-next-line:no-empty-interface
|
|
1574
1583
|
interface GoogleCloudContactcenterinsightsV1HoldData {
|
|
1575
1584
|
}
|
|
1585
|
+
// tslint:disable-next-line:no-empty-interface
|
|
1586
|
+
interface GoogleCloudContactcenterinsightsV1ImportIssueModelResponse {
|
|
1587
|
+
}
|
|
1576
1588
|
interface GoogleCloudContactcenterinsightsV1IngestConversationsMetadata {
|
|
1577
1589
|
/** Output only. The time the operation was created. */
|
|
1578
1590
|
createTime?:
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230813
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|