@myapihq/sdk 1.0.0 → 1.0.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/dist/index.d.ts CHANGED
@@ -1,11 +1,3 @@
1
1
  export * from './types';
2
2
  export * from './client';
3
3
  export * as hq from './hq';
4
- export * as domain from './domain';
5
- export * as email from './email';
6
- export * as funnel from './funnel';
7
- export * as image from './image';
8
- export * as pixel from './pixel';
9
- export * as storage from './storage';
10
- export * as webhook from './webhook';
11
- export * as workflow from './workflow';
package/dist/index.js CHANGED
@@ -36,15 +36,8 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.workflow = exports.webhook = exports.storage = exports.pixel = exports.image = exports.funnel = exports.email = exports.domain = exports.hq = void 0;
39
+ exports.hq = void 0;
40
+ // AUTO-GENERATED by scripts/generate-indexes.js — do not edit manually
40
41
  __exportStar(require("./types"), exports);
41
42
  __exportStar(require("./client"), exports);
42
43
  exports.hq = __importStar(require("./hq"));
43
- exports.domain = __importStar(require("./domain"));
44
- exports.email = __importStar(require("./email"));
45
- exports.funnel = __importStar(require("./funnel"));
46
- exports.image = __importStar(require("./image"));
47
- exports.pixel = __importStar(require("./pixel"));
48
- exports.storage = __importStar(require("./storage"));
49
- exports.webhook = __importStar(require("./webhook"));
50
- exports.workflow = __importStar(require("./workflow"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myapihq/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "TypeScript SDK for the MyAPI ecosystem",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -1,11 +1,4 @@
1
+ // AUTO-GENERATED by scripts/generate-indexes.js — do not edit manually
1
2
  export * from './types';
2
3
  export * from './client';
3
4
  export * as hq from './hq';
4
- export * as domain from './domain';
5
- export * as email from './email';
6
- export * as funnel from './funnel';
7
- export * as image from './image';
8
- export * as pixel from './pixel';
9
- export * as storage from './storage';
10
- export * as webhook from './webhook';
11
- export * as workflow from './workflow';