@topvisor/ui 1.4.3-3 → 1.4.3-updateGroupSelector.1

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.
@@ -118,6 +118,12 @@ export interface Props {
118
118
  * @const
119
119
  */
120
120
  client?: Api.Client<Api.TV.Paths, true>;
121
+ /**
122
+ * Сервис API клиента для выполнения запросов
123
+ *
124
+ * Используется совместно с props.client
125
+ */
126
+ service?: 'keywords_2' | 'keywordsAi_2';
121
127
  }
122
128
  export type Emits = {
123
129
  /**