@stack0/sdk 0.2.9 → 0.3.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.
@@ -1,4 +1,4 @@
1
- import { H as HttpClientConfig } from '../http-client-Wr9lXo9_.mjs';
1
+ import { a as HttpClientConfig } from '../http-client-DjrRWvXA.mjs';
2
2
 
3
3
  /**
4
4
  * Type definitions for Stack0 Mail API
@@ -1,4 +1,4 @@
1
- import { H as HttpClientConfig } from '../http-client-Wr9lXo9_.js';
1
+ import { a as HttpClientConfig } from '../http-client-DjrRWvXA.js';
2
2
 
3
3
  /**
4
4
  * Type definitions for Stack0 Mail API
@@ -1,4 +1,4 @@
1
- import { H as HttpClientConfig } from '../http-client-Wr9lXo9_.mjs';
1
+ import { a as HttpClientConfig } from '../http-client-DjrRWvXA.mjs';
2
2
  import { E as Environment, B as BatchJobStatus, S as ScheduleFrequency, C as CreateBatchResponse, G as GetBatchJobRequest, L as ListBatchJobsRequest, c as CreateScheduleResponse, a as GetScheduleRequest, b as ListSchedulesRequest } from '../shared-types-B0PyC7cF.mjs';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { H as HttpClientConfig } from '../http-client-Wr9lXo9_.js';
1
+ import { a as HttpClientConfig } from '../http-client-DjrRWvXA.js';
2
2
  import { E as Environment, B as BatchJobStatus, S as ScheduleFrequency, C as CreateBatchResponse, G as GetBatchJobRequest, L as ListBatchJobsRequest, c as CreateScheduleResponse, a as GetScheduleRequest, b as ListSchedulesRequest } from '../shared-types-B0PyC7cF.js';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { H as HttpClientConfig } from '../http-client-Wr9lXo9_.mjs';
1
+ import { a as HttpClientConfig } from '../http-client-DjrRWvXA.mjs';
2
2
 
3
3
  /**
4
4
  * Type definitions for Stack0 Webdata API
@@ -1,4 +1,4 @@
1
- import { H as HttpClientConfig } from '../http-client-Wr9lXo9_.js';
1
+ import { a as HttpClientConfig } from '../http-client-DjrRWvXA.js';
2
2
 
3
3
  /**
4
4
  * Type definitions for Stack0 Webdata API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack0/sdk",
3
- "version": "0.2.9",
3
+ "version": "0.3.0",
4
4
  "description": "Official Stack0 SDK for Node.js",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -1,10 +0,0 @@
1
- /**
2
- * HTTP client for Stack0 API
3
- * Handles authentication, request/response formatting, and error handling
4
- */
5
- interface HttpClientConfig {
6
- apiKey: string;
7
- baseUrl?: string;
8
- }
9
-
10
- export type { HttpClientConfig as H };
@@ -1,10 +0,0 @@
1
- /**
2
- * HTTP client for Stack0 API
3
- * Handles authentication, request/response formatting, and error handling
4
- */
5
- interface HttpClientConfig {
6
- apiKey: string;
7
- baseUrl?: string;
8
- }
9
-
10
- export type { HttpClientConfig as H };