@k-msg/provider 0.3.0 → 0.4.0

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.
@@ -16,6 +16,10 @@ export interface SolapiConfig extends ProviderConfig {
16
16
  * Default RCS Brand ID.
17
17
  */
18
18
  rcsBrandId?: string;
19
+ /**
20
+ * Default Naver Talk ID (for NSA).
21
+ */
22
+ naverTalkId?: string;
19
23
  /**
20
24
  * Optional appId for Solapi send APIs.
21
25
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k-msg/provider",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "packageManager": "bun@1.3.8",
5
5
  "type": "module",
6
6
  "description": "Complete provider system with adapters and implementations for K-Message platform",
@@ -55,7 +55,7 @@
55
55
  "publish": "bun publish --access public"
56
56
  },
57
57
  "dependencies": {
58
- "@k-msg/core": "0.3.0",
58
+ "@k-msg/core": "0.4.0",
59
59
  "solapi": "^5.5.4",
60
60
  "zod": "^4.0.14"
61
61
  },