@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250122 → 0.0.20250127

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.
Files changed (3) hide show
  1. package/index.d.ts +41 -41
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
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: 20250122
12
+ // Revision: 20250127
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Contact Center AI Insights API v1 */
18
18
  function load(
19
- urlOrObject: 'https://contactcenterinsights.googleapis.com/$discovery/rest?version=v1'
19
+ urlOrObject: 'https://contactcenterinsights.googleapis.com/$discovery/rest?version=v1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'contactcenterinsights', version: 'v1'): Promise<void>;
@@ -24,7 +24,7 @@ declare namespace gapi.client {
24
24
  function load(
25
25
  name: 'contactcenterinsights',
26
26
  version: 'v1',
27
- callback: () => any
27
+ callback: () => any,
28
28
  ): void;
29
29
 
30
30
  namespace contactcenterinsights {
@@ -2559,7 +2559,7 @@ declare namespace gapi.client {
2559
2559
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2560
2560
  uploadType?: string;
2561
2561
  },
2562
- body: GoogleCloudContactcenterinsightsV1AnalysisRule
2562
+ body: GoogleCloudContactcenterinsightsV1AnalysisRule,
2563
2563
  ): Request<GoogleCloudContactcenterinsightsV1AnalysisRule>;
2564
2564
  /** Deletes a analysis rule. */
2565
2565
  delete(request?: {
@@ -2706,7 +2706,7 @@ declare namespace gapi.client {
2706
2706
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2707
2707
  uploadType?: string;
2708
2708
  },
2709
- body: GoogleCloudContactcenterinsightsV1AnalysisRule
2709
+ body: GoogleCloudContactcenterinsightsV1AnalysisRule,
2710
2710
  ): Request<GoogleCloudContactcenterinsightsV1AnalysisRule>;
2711
2711
  }
2712
2712
  interface ConversationsResource {
@@ -2797,7 +2797,7 @@ declare namespace gapi.client {
2797
2797
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2798
2798
  uploadType?: string;
2799
2799
  },
2800
- body: GoogleCloudContactcenterinsightsV1QueryMetricsRequest
2800
+ body: GoogleCloudContactcenterinsightsV1QueryMetricsRequest,
2801
2801
  ): Request<GoogleLongrunningOperation>;
2802
2802
  conversations: ConversationsResource;
2803
2803
  }
@@ -2861,7 +2861,7 @@ declare namespace gapi.client {
2861
2861
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2862
2862
  uploadType?: string;
2863
2863
  },
2864
- body: GoogleCloudContactcenterinsightsV1Analysis
2864
+ body: GoogleCloudContactcenterinsightsV1Analysis,
2865
2865
  ): Request<GoogleLongrunningOperation>;
2866
2866
  /** Deletes an analysis. */
2867
2867
  delete(request?: {
@@ -3012,7 +3012,7 @@ declare namespace gapi.client {
3012
3012
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3013
3013
  uploadType?: string;
3014
3014
  },
3015
- body: GoogleCloudContactcenterinsightsV1FeedbackLabel
3015
+ body: GoogleCloudContactcenterinsightsV1FeedbackLabel,
3016
3016
  ): Request<GoogleCloudContactcenterinsightsV1FeedbackLabel>;
3017
3017
  /** Delete feedback label. */
3018
3018
  delete(request?: {
@@ -3161,7 +3161,7 @@ declare namespace gapi.client {
3161
3161
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3162
3162
  uploadType?: string;
3163
3163
  },
3164
- body: GoogleCloudContactcenterinsightsV1FeedbackLabel
3164
+ body: GoogleCloudContactcenterinsightsV1FeedbackLabel,
3165
3165
  ): Request<GoogleCloudContactcenterinsightsV1FeedbackLabel>;
3166
3166
  }
3167
3167
  interface ConversationsResource {
@@ -3221,7 +3221,7 @@ declare namespace gapi.client {
3221
3221
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3222
3222
  uploadType?: string;
3223
3223
  },
3224
- body: GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest
3224
+ body: GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest,
3225
3225
  ): Request<GoogleLongrunningOperation>;
3226
3226
  /** Deletes multiple conversations in a single request. */
3227
3227
  bulkDelete(request: {
@@ -3279,7 +3279,7 @@ declare namespace gapi.client {
3279
3279
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3280
3280
  uploadType?: string;
3281
3281
  },
3282
- body: GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest
3282
+ body: GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest,
3283
3283
  ): Request<GoogleLongrunningOperation>;
3284
3284
  /** Gets conversation statistics. */
3285
3285
  calculateStats(request?: {
@@ -3370,7 +3370,7 @@ declare namespace gapi.client {
3370
3370
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3371
3371
  uploadType?: string;
3372
3372
  },
3373
- body: GoogleCloudContactcenterinsightsV1Conversation
3373
+ body: GoogleCloudContactcenterinsightsV1Conversation,
3374
3374
  ): Request<GoogleCloudContactcenterinsightsV1Conversation>;
3375
3375
  /** Deletes a conversation. */
3376
3376
  delete(request?: {
@@ -3486,7 +3486,7 @@ declare namespace gapi.client {
3486
3486
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3487
3487
  uploadType?: string;
3488
3488
  },
3489
- body: GoogleCloudContactcenterinsightsV1IngestConversationsRequest
3489
+ body: GoogleCloudContactcenterinsightsV1IngestConversationsRequest,
3490
3490
  ): Request<GoogleLongrunningOperation>;
3491
3491
  /** Lists conversations. */
3492
3492
  list(request?: {
@@ -3585,7 +3585,7 @@ declare namespace gapi.client {
3585
3585
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3586
3586
  uploadType?: string;
3587
3587
  },
3588
- body: GoogleCloudContactcenterinsightsV1Conversation
3588
+ body: GoogleCloudContactcenterinsightsV1Conversation,
3589
3589
  ): Request<GoogleCloudContactcenterinsightsV1Conversation>;
3590
3590
  /** Create a long-running conversation upload operation. This method differs from `CreateConversation` by allowing audio transcription and optional DLP redaction. */
3591
3591
  upload(request: {
@@ -3643,7 +3643,7 @@ declare namespace gapi.client {
3643
3643
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3644
3644
  uploadType?: string;
3645
3645
  },
3646
- body: GoogleCloudContactcenterinsightsV1UploadConversationRequest
3646
+ body: GoogleCloudContactcenterinsightsV1UploadConversationRequest,
3647
3647
  ): Request<GoogleLongrunningOperation>;
3648
3648
  analyses: AnalysesResource;
3649
3649
  feedbackLabels: FeedbackLabelsResource;
@@ -3705,7 +3705,7 @@ declare namespace gapi.client {
3705
3705
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3706
3706
  uploadType?: string;
3707
3707
  },
3708
- body: GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest
3708
+ body: GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest,
3709
3709
  ): Request<GoogleLongrunningOperation>;
3710
3710
  }
3711
3711
  interface InsightsdataResource {
@@ -3765,7 +3765,7 @@ declare namespace gapi.client {
3765
3765
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3766
3766
  uploadType?: string;
3767
3767
  },
3768
- body: GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest
3768
+ body: GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest,
3769
3769
  ): Request<GoogleLongrunningOperation>;
3770
3770
  }
3771
3771
  interface IssuesResource {
@@ -3825,7 +3825,7 @@ declare namespace gapi.client {
3825
3825
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3826
3826
  uploadType?: string;
3827
3827
  },
3828
- body: GoogleCloudContactcenterinsightsV1Issue
3828
+ body: GoogleCloudContactcenterinsightsV1Issue,
3829
3829
  ): Request<GoogleLongrunningOperation>;
3830
3830
  /** Deletes an issue. */
3831
3831
  delete(request?: {
@@ -3968,7 +3968,7 @@ declare namespace gapi.client {
3968
3968
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3969
3969
  uploadType?: string;
3970
3970
  },
3971
- body: GoogleCloudContactcenterinsightsV1Issue
3971
+ body: GoogleCloudContactcenterinsightsV1Issue,
3972
3972
  ): Request<GoogleCloudContactcenterinsightsV1Issue>;
3973
3973
  }
3974
3974
  interface IssueModelsResource {
@@ -4055,7 +4055,7 @@ declare namespace gapi.client {
4055
4055
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4056
4056
  uploadType?: string;
4057
4057
  },
4058
- body: GoogleCloudContactcenterinsightsV1IssueModel
4058
+ body: GoogleCloudContactcenterinsightsV1IssueModel,
4059
4059
  ): Request<GoogleLongrunningOperation>;
4060
4060
  /** Deletes an issue model. */
4061
4061
  delete(request?: {
@@ -4140,7 +4140,7 @@ declare namespace gapi.client {
4140
4140
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4141
4141
  uploadType?: string;
4142
4142
  },
4143
- body: GoogleCloudContactcenterinsightsV1DeployIssueModelRequest
4143
+ body: GoogleCloudContactcenterinsightsV1DeployIssueModelRequest,
4144
4144
  ): Request<GoogleLongrunningOperation>;
4145
4145
  /** Exports an issue model to the provided destination. */
4146
4146
  export(request: {
@@ -4198,7 +4198,7 @@ declare namespace gapi.client {
4198
4198
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4199
4199
  uploadType?: string;
4200
4200
  },
4201
- body: GoogleCloudContactcenterinsightsV1ExportIssueModelRequest
4201
+ body: GoogleCloudContactcenterinsightsV1ExportIssueModelRequest,
4202
4202
  ): Request<GoogleLongrunningOperation>;
4203
4203
  /** Gets an issue model. */
4204
4204
  get(request?: {
@@ -4283,7 +4283,7 @@ declare namespace gapi.client {
4283
4283
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4284
4284
  uploadType?: string;
4285
4285
  },
4286
- body: GoogleCloudContactcenterinsightsV1ImportIssueModelRequest
4286
+ body: GoogleCloudContactcenterinsightsV1ImportIssueModelRequest,
4287
4287
  ): Request<GoogleLongrunningOperation>;
4288
4288
  /** Lists issue models. */
4289
4289
  list(request?: {
@@ -4372,7 +4372,7 @@ declare namespace gapi.client {
4372
4372
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4373
4373
  uploadType?: string;
4374
4374
  },
4375
- body: GoogleCloudContactcenterinsightsV1IssueModel
4375
+ body: GoogleCloudContactcenterinsightsV1IssueModel,
4376
4376
  ): Request<GoogleCloudContactcenterinsightsV1IssueModel>;
4377
4377
  /** Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed. */
4378
4378
  undeploy(request: {
@@ -4430,7 +4430,7 @@ declare namespace gapi.client {
4430
4430
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4431
4431
  uploadType?: string;
4432
4432
  },
4433
- body: GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest
4433
+ body: GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest,
4434
4434
  ): Request<GoogleLongrunningOperation>;
4435
4435
  issues: IssuesResource;
4436
4436
  }
@@ -4580,7 +4580,7 @@ declare namespace gapi.client {
4580
4580
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4581
4581
  uploadType?: string;
4582
4582
  },
4583
- body: GoogleCloudContactcenterinsightsV1PhraseMatcher
4583
+ body: GoogleCloudContactcenterinsightsV1PhraseMatcher,
4584
4584
  ): Request<GoogleCloudContactcenterinsightsV1PhraseMatcher>;
4585
4585
  /** Deletes a phrase matcher. */
4586
4586
  delete(request?: {
@@ -4729,7 +4729,7 @@ declare namespace gapi.client {
4729
4729
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4730
4730
  uploadType?: string;
4731
4731
  },
4732
- body: GoogleCloudContactcenterinsightsV1PhraseMatcher
4732
+ body: GoogleCloudContactcenterinsightsV1PhraseMatcher,
4733
4733
  ): Request<GoogleCloudContactcenterinsightsV1PhraseMatcher>;
4734
4734
  }
4735
4735
  interface QaQuestionsResource {
@@ -4793,7 +4793,7 @@ declare namespace gapi.client {
4793
4793
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4794
4794
  uploadType?: string;
4795
4795
  },
4796
- body: GoogleCloudContactcenterinsightsV1QaQuestion
4796
+ body: GoogleCloudContactcenterinsightsV1QaQuestion,
4797
4797
  ): Request<GoogleCloudContactcenterinsightsV1QaQuestion>;
4798
4798
  /** Deletes a QaQuestion. */
4799
4799
  delete(request?: {
@@ -4940,7 +4940,7 @@ declare namespace gapi.client {
4940
4940
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4941
4941
  uploadType?: string;
4942
4942
  },
4943
- body: GoogleCloudContactcenterinsightsV1QaQuestion
4943
+ body: GoogleCloudContactcenterinsightsV1QaQuestion,
4944
4944
  ): Request<GoogleCloudContactcenterinsightsV1QaQuestion>;
4945
4945
  }
4946
4946
  interface RevisionsResource {
@@ -5004,7 +5004,7 @@ declare namespace gapi.client {
5004
5004
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5005
5005
  uploadType?: string;
5006
5006
  },
5007
- body: GoogleCloudContactcenterinsightsV1QaScorecardRevision
5007
+ body: GoogleCloudContactcenterinsightsV1QaScorecardRevision,
5008
5008
  ): Request<GoogleCloudContactcenterinsightsV1QaScorecardRevision>;
5009
5009
  /** Deletes a QaScorecardRevision. */
5010
5010
  delete(request?: {
@@ -5091,7 +5091,7 @@ declare namespace gapi.client {
5091
5091
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5092
5092
  uploadType?: string;
5093
5093
  },
5094
- body: GoogleCloudContactcenterinsightsV1DeployQaScorecardRevisionRequest
5094
+ body: GoogleCloudContactcenterinsightsV1DeployQaScorecardRevisionRequest,
5095
5095
  ): Request<GoogleCloudContactcenterinsightsV1QaScorecardRevision>;
5096
5096
  /** Gets a QaScorecardRevision. */
5097
5097
  get(request?: {
@@ -5209,7 +5209,7 @@ declare namespace gapi.client {
5209
5209
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5210
5210
  uploadType?: string;
5211
5211
  },
5212
- body: GoogleCloudContactcenterinsightsV1TuneQaScorecardRevisionRequest
5212
+ body: GoogleCloudContactcenterinsightsV1TuneQaScorecardRevisionRequest,
5213
5213
  ): Request<GoogleLongrunningOperation>;
5214
5214
  /** Undeploy a QaScorecardRevision. */
5215
5215
  undeploy(request: {
@@ -5267,7 +5267,7 @@ declare namespace gapi.client {
5267
5267
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5268
5268
  uploadType?: string;
5269
5269
  },
5270
- body: GoogleCloudContactcenterinsightsV1UndeployQaScorecardRevisionRequest
5270
+ body: GoogleCloudContactcenterinsightsV1UndeployQaScorecardRevisionRequest,
5271
5271
  ): Request<GoogleCloudContactcenterinsightsV1QaScorecardRevision>;
5272
5272
  qaQuestions: QaQuestionsResource;
5273
5273
  }
@@ -5332,7 +5332,7 @@ declare namespace gapi.client {
5332
5332
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5333
5333
  uploadType?: string;
5334
5334
  },
5335
- body: GoogleCloudContactcenterinsightsV1QaScorecard
5335
+ body: GoogleCloudContactcenterinsightsV1QaScorecard,
5336
5336
  ): Request<GoogleCloudContactcenterinsightsV1QaScorecard>;
5337
5337
  /** Deletes a QaScorecard. */
5338
5338
  delete(request?: {
@@ -5481,7 +5481,7 @@ declare namespace gapi.client {
5481
5481
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5482
5482
  uploadType?: string;
5483
5483
  },
5484
- body: GoogleCloudContactcenterinsightsV1QaScorecard
5484
+ body: GoogleCloudContactcenterinsightsV1QaScorecard,
5485
5485
  ): Request<GoogleCloudContactcenterinsightsV1QaScorecard>;
5486
5486
  revisions: RevisionsResource;
5487
5487
  }
@@ -5542,7 +5542,7 @@ declare namespace gapi.client {
5542
5542
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5543
5543
  uploadType?: string;
5544
5544
  },
5545
- body: GoogleCloudContactcenterinsightsV1View
5545
+ body: GoogleCloudContactcenterinsightsV1View,
5546
5546
  ): Request<GoogleCloudContactcenterinsightsV1View>;
5547
5547
  /** Deletes a view. */
5548
5548
  delete(request?: {
@@ -5689,7 +5689,7 @@ declare namespace gapi.client {
5689
5689
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5690
5690
  uploadType?: string;
5691
5691
  },
5692
- body: GoogleCloudContactcenterinsightsV1View
5692
+ body: GoogleCloudContactcenterinsightsV1View,
5693
5693
  ): Request<GoogleCloudContactcenterinsightsV1View>;
5694
5694
  }
5695
5695
  interface LocationsResource {
@@ -5749,7 +5749,7 @@ declare namespace gapi.client {
5749
5749
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5750
5750
  uploadType?: string;
5751
5751
  },
5752
- body: GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest
5752
+ body: GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest,
5753
5753
  ): Request<GoogleLongrunningOperation>;
5754
5754
  /** Upload feedback labels in bulk. */
5755
5755
  bulkUploadFeedbackLabels(request: {
@@ -5807,7 +5807,7 @@ declare namespace gapi.client {
5807
5807
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5808
5808
  uploadType?: string;
5809
5809
  },
5810
- body: GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest
5810
+ body: GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest,
5811
5811
  ): Request<GoogleLongrunningOperation>;
5812
5812
  /** Gets location-level encryption key specification. */
5813
5813
  getEncryptionSpec(request?: {
@@ -5952,7 +5952,7 @@ declare namespace gapi.client {
5952
5952
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5953
5953
  uploadType?: string;
5954
5954
  },
5955
- body: GoogleCloudContactcenterinsightsV1QueryMetricsRequest
5955
+ body: GoogleCloudContactcenterinsightsV1QueryMetricsRequest,
5956
5956
  ): Request<GoogleLongrunningOperation>;
5957
5957
  /** Updates project-level settings. */
5958
5958
  updateSettings(request: {
@@ -6014,7 +6014,7 @@ declare namespace gapi.client {
6014
6014
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6015
6015
  uploadType?: string;
6016
6016
  },
6017
- body: GoogleCloudContactcenterinsightsV1Settings
6017
+ body: GoogleCloudContactcenterinsightsV1Settings,
6018
6018
  ): Request<GoogleCloudContactcenterinsightsV1Settings>;
6019
6019
  analysisRules: AnalysisRulesResource;
6020
6020
  authorizedViewSets: AuthorizedViewSetsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20250122",
3
+ "version": "0.0.20250127",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -29,7 +29,7 @@ gapi.client.load(
29
29
  () => {
30
30
  // now we can use:
31
31
  // gapi.client.contactcenterinsights
32
- }
32
+ },
33
33
  );
34
34
  ```
35
35
 
@@ -61,7 +61,7 @@ gapi.auth.authorize(
61
61
  } else {
62
62
  /* handle authorization error */
63
63
  }
64
- }
64
+ },
65
65
  );
66
66
  ```
67
67