@memberjunction/skip-types 2.63.0 → 2.64.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.
package/dist/types.js DELETED
@@ -1,50 +0,0 @@
1
- "use strict";
2
- /**
3
- * @fileoverview Legacy types file - now re-exports from organized modules
4
- *
5
- * This file has been refactored to re-export types from more focused, smaller modules.
6
- * The types are now organized across the following files:
7
- *
8
- * - api-types.ts: Core API request/response types
9
- * - conversation-types.ts: Conversation and messaging types
10
- * - response-types.ts: Specific response types
11
- * - entity-metadata-types.ts: Entity and schema types
12
- * - query-types.ts: Query-related types
13
- * - agent-types.ts: AI agent and learning cycle types
14
- * - artifact-types.ts: Artifact-related types
15
- * - component-types.ts: Component-specific types
16
- * - auth-types.ts: Authentication types
17
- *
18
- * This organization makes the codebase more maintainable while preserving
19
- * backward compatibility for existing imports.
20
- *
21
- * @author MemberJunction
22
- * @since 2.0.0
23
- * @deprecated Import from specific module files instead for better tree-shaking
24
- */
25
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
26
- if (k2 === undefined) k2 = k;
27
- var desc = Object.getOwnPropertyDescriptor(m, k);
28
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
29
- desc = { enumerable: true, get: function() { return m[k]; } };
30
- }
31
- Object.defineProperty(o, k2, desc);
32
- }) : (function(o, m, k, k2) {
33
- if (k2 === undefined) k2 = k;
34
- o[k2] = m[k];
35
- }));
36
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
37
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
38
- };
39
- Object.defineProperty(exports, "__esModule", { value: true });
40
- // Re-export all types for backward compatibility
41
- __exportStar(require("./api-types"), exports);
42
- __exportStar(require("./conversation-types"), exports);
43
- __exportStar(require("./response-types"), exports);
44
- __exportStar(require("./entity-metadata-types"), exports);
45
- __exportStar(require("./query-types"), exports);
46
- __exportStar(require("./agent-types"), exports);
47
- __exportStar(require("./artifact-types"), exports);
48
- __exportStar(require("./auth-types"), exports);
49
- __exportStar(require("./component-types"), exports);
50
- //# sourceMappingURL=types.js.map
package/dist/types.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;;;;;;;;;;;;;;;;AAEH,iDAAiD;AACjD,8CAA4B;AAC5B,uDAAqC;AACrC,mDAAiC;AACjC,0DAAwC;AACxC,gDAA8B;AAC9B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,oDAAkC"}