Assistant, Files, Foundation Models, Operation sdk and update for mono generated#178
Assistant, Files, Foundation Models, Operation sdk and update for mono generated#178DavyJohnes merged 22 commits intoalphafrom
Conversation
7da73cd to
43f3d4f
Compare
a686c55 to
c0b16ac
Compare
| "import/prefer-default-export": "off", | ||
| "comma-dangle": ["error", "always-multiline"], | ||
| "indent": "off", | ||
| "@typescript-eslint/indent": ["error", 4], |
There was a problem hiding this comment.
Это правило prettier'ом хэндлится?
There was a problem hiding this comment.
не знаю что это за правило, случайно удалил
clients/ai-assistants-v1/index.ts
Outdated
| export * as user from './generated/yandex/cloud/ai/assistants/v1/users/user'; | ||
| export * as userService from './generated/yandex/cloud/ai/assistants/v1/users/user_service'; | ||
|
|
||
| export * as SDK from './sdk'; |
There was a problem hiding this comment.
Че т я не очень понял, а откуда оно взялось? Я в proto не вижу каких-либо модулей sdk.
There was a problem hiding this comment.
ты про то, что оно появилось в // generated file ?
package.json
Outdated
| "ai-dataset-v1", | ||
| "ai-files-v1", | ||
| "ai-foundation_models-v1", | ||
| "ai-foundation_models-v1/sdk", |
There was a problem hiding this comment.
Кажется избыточным, предыдущий пункт должен включать и текущий тоже.
There was a problem hiding this comment.
Я вот не уверен, у меня локально даже так ts ругается на sdk - что оно не видит.
Мб у меня локальный линтер с ума сходит из за подмен либ.
Поэтому добавил - чтобы точно быть уверенным, что оно хоть как то в новом релизе прорастет
export * as SDK from './sdk';
There was a problem hiding this comment.
Мб у меня локальный линтер с ума сходит из за подмен либ - наверное да, вроде проросло
2d8b293 to
4d937e7
Compare
7ff38c8 to
af3ae16
Compare
|
🎉 This PR is included in version 3.0.0-alpha.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 3.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.