daytona-wildberries-typescript-sdk 3.8.1 → 3.9.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.
package/README.md CHANGED
@@ -34,20 +34,20 @@ Transform 11 OpenAPI specifications into a production-ready SDK with 13 modules,
34
34
  - **🔄 Smart Retry Logic** - Exponential backoff retry mechanism for transient failures with per-request timeout support
35
35
  - **🛡️ Rich Error Handling** - Typed error hierarchy with detailed recovery guidance
36
36
  - **📦 Tree-Shakeable** - Dual ESM/CommonJS builds, import only what you need (<100KB gzipped)
37
- - **✅ Battle-Tested** - 2,100+ tests passing across all modules
37
+ - **✅ Battle-Tested** - 2,112 tests passing across all modules
38
38
  - **🎯 100% API Coverage** - All YAML endpoints implemented including v1 Finance Reports and Acquiring Reports
39
39
  - **📚 Comprehensive Documentation** - Complete API reference, 44 guides, tutorials, and working examples in English and Russian
40
40
  - **🔧 Zero Configuration** - Works out of the box with sensible defaults, configurable for advanced use
41
41
  - **💰 Finance v1 Reports** - Sales Reports and Acquiring Reports with `parseMoneyAmount()` helper and field union types for autocomplete
42
42
  - **🔔 Deprecation Utilities** - `warnOnce()` and `resetDeprecationWarnings()` for clean migration workflows
43
43
 
44
- ## 🆕 What's New in v3.8.0
44
+ ## 🆕 What's New in v3.9.0
45
45
 
46
- - **Field union types** for v1 Finance Reports -- `SalesReportDetailedField` and `AcquiringReportDetailedField` provide autocomplete and type safety for the `fields[]` parameter
47
- - **`warnOnce()` and `resetDeprecationWarnings()`** -- centralized deprecation warning utilities exported from the main SDK entry point
48
- - **Documentation overhaul** -- finances module docs rewritten with all 13 methods, 10 missing guides added to EN sidebar, RU guides index updated with 10 guides and 4 new sections
49
- - **v1 Finance Reports** (v3.7.0) -- 6 new methods for Sales Reports and Acquiring Reports, `parseMoneyAmount()` helper, migration guide from deprecated v5 endpoint
50
- - **13 modules** -- Orders DBS and User Management fully integrated
46
+ - **Mandatory product characteristics** -- `SubjectCharacteristic` interface with `isRequiredForCreate` field for WB's upcoming mandatory characteristic enforcement (deadline: Apr 29, 2026)
47
+ - **Characteristic input/output types** -- `CardCharacteristicInput` (accepts `string | number | string[]` value) and `CardCharacteristicOutput` for typed card characteristic handling
48
+ - **DRY refactor** -- 9 inline type duplications replaced with named interfaces in Products types
49
+ - **New guide** -- EN+RU "Mandatory Product Characteristics" guide covering 10 affected categories with code examples
50
+ - **v3.8.0** -- Field union types for Finance Reports, `warnOnce()`/`resetDeprecationWarnings()` utilities, documentation overhaul
51
51
 
52
52
  See [CHANGELOG.md](CHANGELOG.md) for the complete release history.
53
53
 
@@ -158,7 +158,7 @@ const reportFile = await longTimeoutSdk.analytics.getDownloadsFile(downloadId);
158
158
 
159
159
  ## 📊 Project Status & Development
160
160
 
161
- **Current Status:** 🟢 Production Ready | **SDK Version:** 3.8.0
161
+ **Current Status:** 🟢 Production Ready | **SDK Version:** 3.9.0
162
162
 
163
163
  **📖 [Project Status Summary](PROJECT_STATUS_SUMMARY.md)** — Comprehensive overview of all epics, stories, and implementation status.
164
164
 
@@ -168,7 +168,7 @@ const reportFile = await longTimeoutSdk.analytics.getDownloadsFile(downloadId);
168
168
  |--------|-------|
169
169
  | **API Modules** | 13 (100%) |
170
170
  | **API Endpoints** | 240+ implemented |
171
- | **Test Suite** | 2,111 tests passing (100%) |
171
+ | **Test Suite** | 2,112 tests passing (100%) |
172
172
  | **Documentation** | 44 guides, 22 examples |
173
173
  | **Bundle Size** | ~91KB gzipped (ESM) |
174
174
 
@@ -261,20 +261,20 @@ This is an unofficial SDK. It is not affiliated with, officially maintained by,
261
261
  - **🔄 Умная Логика Повторов** - Экспоненциальная задержка для временных сбоев с поддержкой таймаута для каждого запроса
262
262
  - **🛡️ Богатая Обработка Ошибок** - Типизированная иерархия ошибок с подробными рекомендациями
263
263
  - **📦 Tree-Shakeable** - Двойная сборка ESM/CommonJS, импортируйте только то, что нужно (<100KB gzip)
264
- - **✅ Проверено в Бою** - 2,100+ тестов для всех модулей
264
+ - **✅ Проверено в Бою** - 2,112 тестов для всех модулей
265
265
  - **🎯 100% Покрытие API** - Все эндпоинты YAML реализованы, включая Финансовые Отчеты v1 и Эквайринг
266
266
  - **📚 Полная Документация** - Справочник API, 44 руководства, примеры на английском и русском
267
267
  - **🔧 Без Настройки** - Работает из коробки с разумными значениями по умолчанию
268
268
  - **💰 Финансовые Отчеты v1** - Отчеты о продажах и эквайринге с хелпером `parseMoneyAmount()` и union-типами полей для автодополнения
269
269
  - **🔔 Утилиты Для Устаревших Методов** - `warnOnce()` и `resetDeprecationWarnings()` для удобной миграции
270
270
 
271
- ## 🆕 Что Нового в v3.8.0
271
+ ## 🆕 Что Нового в v3.9.0
272
272
 
273
- - **Union-типы полей** для Финансовых Отчетов v1 -- `SalesReportDetailedField` и `AcquiringReportDetailedField` обеспечивают автодополнение и типобезопасность параметра `fields[]`
274
- - **`warnOnce()` и `resetDeprecationWarnings()`** -- централизованные утилиты для предупреждений об устаревших методах, экспортируемые из главной точки входа SDK
275
- - **Обновление документации** -- документация модуля финансов переписана со всеми 13 методами, 10 руководств добавлено в EN боковую панель, обновлен RU индекс руководств
276
- - **Финансовые Отчеты v1** (v3.7.0) -- 6 новых методов для Отчетов о Продажах и Эквайринга, хелпер `parseMoneyAmount()`, руководство по миграции с устаревшего v5 эндпоинта
277
- - **13 модулей** -- Orders DBS и User Management полностью интегрированы
273
+ - **Обязательные характеристики товаров** -- интерфейс `SubjectCharacteristic` с полем `isRequiredForCreate` для предстоящего требования WB по обязательным характеристикам (дедлайн: 29 апреля 2026)
274
+ - **Типы ввода/вывода характеристик** -- `CardCharacteristicInput` (принимает `string | number | string[]`) и `CardCharacteristicOutput` для типизированной работы с характеристиками карточек
275
+ - **DRY рефакторинг** -- 9 дублированных inline-типов заменены именованными интерфейсами в типах Products
276
+ - **Новое руководство** -- EN+RU руководство "Обязательные характеристики товаров" с 10 затронутыми категориями и примерами кода
277
+ - **v3.8.0** -- Union-типы полей для Финансовых Отчетов, утилиты `warnOnce()`/`resetDeprecationWarnings()`, обновление документации
278
278
 
279
279
  Полная история изменений: [CHANGELOG.md](CHANGELOG.md)
280
280
 
@@ -385,7 +385,7 @@ const reportFile = await longTimeoutSdk.analytics.getDownloadsFile(downloadId);
385
385
 
386
386
  ## 📊 Статус Проекта и Разработка
387
387
 
388
- **Текущий Статус:** 🟢 Production Ready | **Версия SDK:** 3.8.0
388
+ **Текущий Статус:** 🟢 Production Ready | **Версия SDK:** 3.9.0
389
389
 
390
390
  **📖 [Project Status Summary](PROJECT_STATUS_SUMMARY.md)** — Комплексный обзор всех эпиков, историй и статуса реализации.
391
391
 
@@ -395,7 +395,7 @@ const reportFile = await longTimeoutSdk.analytics.getDownloadsFile(downloadId);
395
395
  |---------|----------|
396
396
  | **API модули** | 13 (100%) |
397
397
  | **API эндпоинты** | 240+ реализовано |
398
- | **Тесты** | 2,111 тестов проходят (100%) |
398
+ | **Тесты** | 2,112 тестов проходят (100%) |
399
399
  | **Документация** | 44 руководства, 22 примера |
400
400
  | **Размер бандла** | ~91KB gzipped (ESM) |
401
401