@supsis/supsis-js 1.0.0 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supsis/supsis-js",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "Supsis API SDK - Browser ve Node.js için omnichannel messaging, chatbot, automation, task, ticket ve voice agent entegrasyonu",
5
5
  "main": "dist/supsis.cjs.js",
6
6
  "module": "dist/supsis.esm.js",
package/types/index.d.ts CHANGED
@@ -24,6 +24,8 @@ export interface SupsisConfig {
24
24
  timeout?: number;
25
25
  /** Başarısız isteklerde retry sayısı - default: 3 */
26
26
  retryCount?: number;
27
+ /** Debug logları göster - default: false */
28
+ verbose?: boolean;
27
29
  }
28
30
 
29
31
  /**
@@ -42,6 +44,8 @@ export interface ModuleAPIConfig {
42
44
  timeout?: number;
43
45
  /** Başarısız isteklerde retry sayısı */
44
46
  retryCount?: number;
47
+ /** Debug logları göster - default: false */
48
+ verbose?: boolean;
45
49
  }
46
50
 
47
51
  // ==================== RESPONSE TYPES ====================