@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.0.20240912 → 0.0.20240930

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 (2) hide show
  1. package/index.d.ts +95 -3
  2. package/package.json +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://discoveryengine.googleapis.com/$discovery/rest?version=v1alpha
12
- // Revision: 20240912
12
+ // Revision: 20240930
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -291,6 +291,8 @@ declare namespace gapi.client {
291
291
  filter?: string;
292
292
  /** Number of search results to return. The default value is 10. */
293
293
  maxReturnResults?: number;
294
+ /** Optional. Specification to enable natural language understanding capabilities for search requests. */
295
+ naturalLanguageQueryUnderstandingSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec;
294
296
  /** The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering, see [Ordering](https://cloud.google.com/retail/docs/filter-and-order#order) If this field is unrecognizable, an `INVALID_ARGUMENT` is returned. */
295
297
  orderBy?: string;
296
298
  /** Specifies the search result mode. If unspecified, the search result mode defaults to `DOCUMENTS`. See [parse and chunk documents](https://cloud.google.com/generative-ai-app-builder/docs/parse-chunk-documents) */
@@ -879,6 +881,8 @@ declare namespace gapi.client {
879
881
  createTime?: string;
880
882
  /** The display name of the model. */
881
883
  displayName?: string;
884
+ /** Currently this is only populated if the model state is `INPUT_VALIDATION_FAILED`. */
885
+ errorMessage?: string;
882
886
  /** The metrics of the trained model. */
883
887
  metrics?: {[P in string]: number};
884
888
  /** The state that the model is in (e.g.`TRAINING` or `TRAINING_FAILED`). */
@@ -893,6 +897,8 @@ declare namespace gapi.client {
893
897
  interface GoogleCloudDiscoveryengineV1alphaDataStore {
894
898
  /** Immutable. Whether data in the DataStore has ACL information. If set to `true`, the source data must have ACL. ACL will be ingested when data is ingested by DocumentService.ImportDocuments methods. When ACL is enabled for the DataStore, Document can't be accessed by calling DocumentService.GetDocument or DocumentService.ListDocuments. Currently ACL is only supported in `GENERIC` industry vertical with non-`PUBLIC_WEBSITE` content config. */
895
899
  aclEnabled?: boolean;
900
+ /** Output only. Data size estimation for billing. */
901
+ billingEstimation?: GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation;
896
902
  /** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
897
903
  contentConfig?: string;
898
904
  /** Output only. Timestamp the DataStore was created at. */
@@ -922,6 +928,20 @@ declare namespace gapi.client {
922
928
  /** Config to store data store type configuration for workspace data. This must be set when DataStore.content_config is set as DataStore.ContentConfig.GOOGLE_WORKSPACE. */
923
929
  workspaceConfig?: GoogleCloudDiscoveryengineV1alphaWorkspaceConfig;
924
930
  }
931
+ interface GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation {
932
+ /** Data size for structured data in terms of bytes. */
933
+ structuredDataSize?: string;
934
+ /** Last updated timestamp for structured data. */
935
+ structuredDataUpdateTime?: string;
936
+ /** Data size for unstructured data in terms of bytes. */
937
+ unstructuredDataSize?: string;
938
+ /** Last updated timestamp for unstructured data. */
939
+ unstructuredDataUpdateTime?: string;
940
+ /** Data size for websites in terms of bytes. */
941
+ websiteDataSize?: string;
942
+ /** Last updated timestamp for websites. */
943
+ websiteDataUpdateTime?: string;
944
+ }
925
945
  interface GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata {
926
946
  /** Operation create time. */
927
947
  createTime?: string;
@@ -1081,6 +1101,8 @@ declare namespace gapi.client {
1081
1101
  createTime?: string;
1082
1102
  /** The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
1083
1103
  dataStoreIds?: string[];
1104
+ /** Optional. Whether to disable analytics for searches performed on this engine. */
1105
+ disableAnalytics?: boolean;
1084
1106
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
1085
1107
  displayName?: string;
1086
1108
  /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to `GENERIC`. Vertical on Engine has to match vertical of the DataStore linked to the engine. */
@@ -1260,6 +1282,8 @@ declare namespace gapi.client {
1260
1282
  indexableOption?: string;
1261
1283
  /** Output only. Type of the key property that this field is mapped to. Empty string if this is not annotated as mapped to a key property. Example types are `title`, `description`. Full list is defined by `keyPropertyMapping` in the schema field annotation. If the schema field has a `KeyPropertyMapping` annotation, `indexable_option` and `searchable_option` of this field cannot be modified. */
1262
1284
  keyPropertyType?: string;
1285
+ /** Optional. The metatag name found in the HTML page. If user defines this field, the value of this metatag name will be used to extract metatag. If the user does not define this field, the FieldConfig.field_path will be used to extract metatag. */
1286
+ metatagName?: string;
1263
1287
  /** If recs_filterable_option is FILTERABLE_ENABLED, field values are filterable by filter expression in RecommendationService.Recommend. If FILTERABLE_ENABLED but the field type is numerical, field values are not filterable by text queries in RecommendationService.Recommend. Only textual fields are supported. If recs_filterable_option is unset, the default setting is FILTERABLE_DISABLED for fields that support setting filterable options. When a field set to [FILTERABLE_DISABLED] is filtered, a warning is generated and an empty result is returned. */
1264
1288
  recsFilterableOption?: string;
1265
1289
  /** If retrievable_option is RETRIEVABLE_ENABLED, field values are included in the search results. If retrievable_option is unset, the server behavior defaults to RETRIEVABLE_DISABLED for fields that support setting retrievable options. For those fields that do not support setting retrievable options, such as `object` and `boolean`, the server will skip retrievable option setting, and setting retrievable_option for those fields will throw `INVALID_ARGUMENT` error. */
@@ -2049,6 +2073,8 @@ declare namespace gapi.client {
2049
2073
  pageToken?: string;
2050
2074
  /** Additional search parameters. For public website search only, supported values are: * `user_country_code`: string. Default empty. If set to non-empty, results are restricted or boosted based on the location provided. For example, `user_country_code: "au"` For available codes see [Country Codes](https://developers.google.com/custom-search/docs/json_api_reference#countryCodes) * `search_type`: double. Default empty. Enables non-webpage searching depending on the value. The only valid non-default value is 1, which enables image searching. For example, `search_type: 1` */
2051
2075
  params?: {[P in string]: any};
2076
+ /** The specification for personalization. Notice that if both ServingConfig.personalization_spec and SearchRequest.personalization_spec are set, SearchRequest.personalization_spec overrides ServingConfig.personalization_spec. */
2077
+ personalizationSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestPersonalizationSpec;
2052
2078
  /** Raw search query. */
2053
2079
  query?: string;
2054
2080
  /** The query expansion specification that specifies the conditions under which query expansion occurs. */
@@ -2177,6 +2203,8 @@ declare namespace gapi.client {
2177
2203
  interface GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec {
2178
2204
  /** Required. Full resource name of DataStore, such as `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. */
2179
2205
  dataStore?: string;
2206
+ /** Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata) */
2207
+ filter?: string;
2180
2208
  }
2181
2209
  interface GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec {
2182
2210
  /** The embedding vector used for retrieval. Limit to 1. */
@@ -2224,6 +2252,10 @@ declare namespace gapi.client {
2224
2252
  /** Field names used for location-based filtering, where geolocation filters are detected in natural language search queries. Only valid when the FilterExtractionCondition is set to `ENABLED`. If this field is set, it overrides the field names set in ServingConfig.geo_search_query_detection_field_names. */
2225
2253
  geoSearchQueryDetectionFieldNames?: string[];
2226
2254
  }
2255
+ interface GoogleCloudDiscoveryengineV1alphaSearchRequestPersonalizationSpec {
2256
+ /** The personalization mode of the search request. Defaults to Mode.AUTO. */
2257
+ mode?: string;
2258
+ }
2227
2259
  interface GoogleCloudDiscoveryengineV1alphaSearchRequestQueryExpansionSpec {
2228
2260
  /** The condition under which query expansion should occur. Default to Condition.DISABLED. */
2229
2261
  condition?: string;
@@ -2488,6 +2520,8 @@ declare namespace gapi.client {
2488
2520
  name?: string;
2489
2521
  /** Condition oneway synonyms specifications. If multiple oneway synonyms conditions match, all matching oneway synonyms controls in the list will execute. Maximum number of specifications is 100. Can only be set if SolutionType is SOLUTION_TYPE_SEARCH. */
2490
2522
  onewaySynonymsControlIds?: string[];
2523
+ /** The specification for personalization spec. Notice that if both ServingConfig.personalization_spec and SearchRequest.personalization_spec are set, SearchRequest.personalization_spec overrides ServingConfig.personalization_spec. */
2524
+ personalizationSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestPersonalizationSpec;
2491
2525
  /** The ranking expression controls the customized ranking on retrieval documents. To leverage this, document embedding is required. The ranking expression setting in ServingConfig applies to all search requests served by the serving config. However, if SearchRequest.ranking_expression is specified, it overrides the ServingConfig ranking expression. The ranking expression is a single function or multiple functions that are joined by "+". * ranking_expression = function, { " + ", function }; Supported functions: * double * relevance_score * double * dotProduct(embedding_field_path) Function variables: * `relevance_score`: pre-defined keywords, used for measure relevance between query and document. * `embedding_field_path`: the document embedding field used with query embedding vector. * `dotProduct`: embedding function between embedding_field_path and query embedding vector. Example ranking expression: If document has an embedding field doc_embedding, the ranking expression could be `0.5 * relevance_score + 0.3 * dotProduct(doc_embedding)`. */
2492
2526
  rankingExpression?: string;
2493
2527
  /** IDs of the redirect controls. Only the first triggered redirect action is applied, even if multiple apply. Maximum number of specifications is 100. Can only be set if SolutionType is SOLUTION_TYPE_SEARCH. */
@@ -2741,6 +2775,10 @@ declare namespace gapi.client {
2741
2775
  interface GoogleCloudDiscoveryengineV1alphaWorkspaceConfig {
2742
2776
  /** Obfuscated Dasher customer ID. */
2743
2777
  dasherCustomerId?: string;
2778
+ /** Optional. The super admin email address for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
2779
+ superAdminEmailAddress?: string;
2780
+ /** Optional. The super admin service account for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
2781
+ superAdminServiceAccount?: string;
2744
2782
  /** The Google Workspace data source. */
2745
2783
  type?: string;
2746
2784
  }
@@ -2856,6 +2894,8 @@ declare namespace gapi.client {
2856
2894
  createTime?: string;
2857
2895
  /** The display name of the model. */
2858
2896
  displayName?: string;
2897
+ /** Currently this is only populated if the model state is `INPUT_VALIDATION_FAILED`. */
2898
+ errorMessage?: string;
2859
2899
  /** The metrics of the trained model. */
2860
2900
  metrics?: {[P in string]: number};
2861
2901
  /** The state that the model is in (e.g.`TRAINING` or `TRAINING_FAILED`). */
@@ -2868,6 +2908,8 @@ declare namespace gapi.client {
2868
2908
  trainingStartTime?: string;
2869
2909
  }
2870
2910
  interface GoogleCloudDiscoveryengineV1betaDataStore {
2911
+ /** Output only. Data size estimation for billing. */
2912
+ billingEstimation?: GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation;
2871
2913
  /** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
2872
2914
  contentConfig?: string;
2873
2915
  /** Output only. Timestamp the DataStore was created at. */
@@ -2895,6 +2937,20 @@ declare namespace gapi.client {
2895
2937
  /** Config to store data store type configuration for workspace data. This must be set when DataStore.content_config is set as DataStore.ContentConfig.GOOGLE_WORKSPACE. */
2896
2938
  workspaceConfig?: GoogleCloudDiscoveryengineV1betaWorkspaceConfig;
2897
2939
  }
2940
+ interface GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation {
2941
+ /** Data size for structured data in terms of bytes. */
2942
+ structuredDataSize?: string;
2943
+ /** Last updated timestamp for structured data. */
2944
+ structuredDataUpdateTime?: string;
2945
+ /** Data size for unstructured data in terms of bytes. */
2946
+ unstructuredDataSize?: string;
2947
+ /** Last updated timestamp for unstructured data. */
2948
+ unstructuredDataUpdateTime?: string;
2949
+ /** Data size for websites in terms of bytes. */
2950
+ websiteDataSize?: string;
2951
+ /** Last updated timestamp for websites. */
2952
+ websiteDataUpdateTime?: string;
2953
+ }
2898
2954
  interface GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata {
2899
2955
  /** Operation create time. */
2900
2956
  createTime?: string;
@@ -2982,6 +3038,8 @@ declare namespace gapi.client {
2982
3038
  createTime?: string;
2983
3039
  /** The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
2984
3040
  dataStoreIds?: string[];
3041
+ /** Optional. Whether to disable analytics for searches performed on this engine. */
3042
+ disableAnalytics?: boolean;
2985
3043
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
2986
3044
  displayName?: string;
2987
3045
  /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to `GENERIC`. Vertical on Engine has to match vertical of the DataStore linked to the engine. */
@@ -3289,6 +3347,8 @@ declare namespace gapi.client {
3289
3347
  pageToken?: string;
3290
3348
  /** Additional search parameters. For public website search only, supported values are: * `user_country_code`: string. Default empty. If set to non-empty, results are restricted or boosted based on the location provided. For example, `user_country_code: "au"` For available codes see [Country Codes](https://developers.google.com/custom-search/docs/json_api_reference#countryCodes) * `search_type`: double. Default empty. Enables non-webpage searching depending on the value. The only valid non-default value is 1, which enables image searching. For example, `search_type: 1` */
3291
3349
  params?: {[P in string]: any};
3350
+ /** The specification for personalization. Notice that if both ServingConfig.personalization_spec and SearchRequest.personalization_spec are set, SearchRequest.personalization_spec overrides ServingConfig.personalization_spec. */
3351
+ personalizationSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec;
3292
3352
  /** Raw search query. */
3293
3353
  query?: string;
3294
3354
  /** The query expansion specification that specifies the conditions under which query expansion occurs. */
@@ -3417,6 +3477,8 @@ declare namespace gapi.client {
3417
3477
  interface GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec {
3418
3478
  /** Required. Full resource name of DataStore, such as `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. */
3419
3479
  dataStore?: string;
3480
+ /** Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata) */
3481
+ filter?: string;
3420
3482
  }
3421
3483
  interface GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec {
3422
3484
  /** The embedding vector used for retrieval. Limit to 1. */
@@ -3464,6 +3526,10 @@ declare namespace gapi.client {
3464
3526
  /** Field names used for location-based filtering, where geolocation filters are detected in natural language search queries. Only valid when the FilterExtractionCondition is set to `ENABLED`. If this field is set, it overrides the field names set in ServingConfig.geo_search_query_detection_field_names. */
3465
3527
  geoSearchQueryDetectionFieldNames?: string[];
3466
3528
  }
3529
+ interface GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec {
3530
+ /** The personalization mode of the search request. Defaults to Mode.AUTO. */
3531
+ mode?: string;
3532
+ }
3467
3533
  interface GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec {
3468
3534
  /** The condition under which query expansion should occur. Default to Condition.DISABLED. */
3469
3535
  condition?: string;
@@ -3568,6 +3634,10 @@ declare namespace gapi.client {
3568
3634
  interface GoogleCloudDiscoveryengineV1betaWorkspaceConfig {
3569
3635
  /** Obfuscated Dasher customer ID. */
3570
3636
  dasherCustomerId?: string;
3637
+ /** Optional. The super admin email address for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
3638
+ superAdminEmailAddress?: string;
3639
+ /** Optional. The super admin service account for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
3640
+ superAdminServiceAccount?: string;
3571
3641
  /** The Google Workspace data source. */
3572
3642
  type?: string;
3573
3643
  }
@@ -3658,6 +3728,8 @@ declare namespace gapi.client {
3658
3728
  updateTime?: string;
3659
3729
  }
3660
3730
  interface GoogleCloudDiscoveryengineV1DataStore {
3731
+ /** Output only. Data size estimation for billing. */
3732
+ billingEstimation?: GoogleCloudDiscoveryengineV1DataStoreBillingEstimation;
3661
3733
  /** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
3662
3734
  contentConfig?: string;
3663
3735
  /** Output only. Timestamp the DataStore was created at. */
@@ -3681,6 +3753,20 @@ declare namespace gapi.client {
3681
3753
  /** Config to store data store type configuration for workspace data. This must be set when DataStore.content_config is set as DataStore.ContentConfig.GOOGLE_WORKSPACE. */
3682
3754
  workspaceConfig?: GoogleCloudDiscoveryengineV1WorkspaceConfig;
3683
3755
  }
3756
+ interface GoogleCloudDiscoveryengineV1DataStoreBillingEstimation {
3757
+ /** Data size for structured data in terms of bytes. */
3758
+ structuredDataSize?: string;
3759
+ /** Last updated timestamp for structured data. */
3760
+ structuredDataUpdateTime?: string;
3761
+ /** Data size for unstructured data in terms of bytes. */
3762
+ unstructuredDataSize?: string;
3763
+ /** Last updated timestamp for unstructured data. */
3764
+ unstructuredDataUpdateTime?: string;
3765
+ /** Data size for websites in terms of bytes. */
3766
+ websiteDataSize?: string;
3767
+ /** Last updated timestamp for websites. */
3768
+ websiteDataUpdateTime?: string;
3769
+ }
3684
3770
  interface GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata {
3685
3771
  /** Operation create time. */
3686
3772
  createTime?: string;
@@ -3768,6 +3854,8 @@ declare namespace gapi.client {
3768
3854
  createTime?: string;
3769
3855
  /** The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
3770
3856
  dataStoreIds?: string[];
3857
+ /** Optional. Whether to disable analytics for searches performed on this engine. */
3858
+ disableAnalytics?: boolean;
3771
3859
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
3772
3860
  displayName?: string;
3773
3861
  /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to `GENERIC`. Vertical on Engine has to match vertical of the DataStore linked to the engine. */
@@ -4031,6 +4119,10 @@ declare namespace gapi.client {
4031
4119
  interface GoogleCloudDiscoveryengineV1WorkspaceConfig {
4032
4120
  /** Obfuscated Dasher customer ID. */
4033
4121
  dasherCustomerId?: string;
4122
+ /** Optional. The super admin email address for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
4123
+ superAdminEmailAddress?: string;
4124
+ /** Optional. The super admin service account for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
4125
+ superAdminServiceAccount?: string;
4034
4126
  /** The Google Workspace data source. */
4035
4127
  type?: string;
4036
4128
  }
@@ -12862,7 +12954,7 @@ declare namespace gapi.client {
12862
12954
  uploadType?: string;
12863
12955
  }): Request<GoogleLongrunningListOperationsResponse>;
12864
12956
  }
12865
- interface Identity_mapping_storesResource {
12957
+ interface IdentityMappingStoresResource {
12866
12958
  operations: OperationsResource;
12867
12959
  }
12868
12960
  interface OperationsResource {
@@ -13868,7 +13960,7 @@ declare namespace gapi.client {
13868
13960
  dataStores: DataStoresResource;
13869
13961
  evaluations: EvaluationsResource;
13870
13962
  groundingConfigs: GroundingConfigsResource;
13871
- identity_mapping_stores: Identity_mapping_storesResource;
13963
+ identityMappingStores: IdentityMappingStoresResource;
13872
13964
  operations: OperationsResource;
13873
13965
  rankingConfigs: RankingConfigsResource;
13874
13966
  requirements: RequirementsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1alpha",
3
- "version": "0.0.20240912",
3
+ "version": "0.0.20240930",
4
4
  "description": "TypeScript typings for Discovery Engine API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",