@ace-sdk/core 2.7.1 → 2.9.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.
Files changed (40) hide show
  1. package/dist/auth/index.d.ts +2 -1
  2. package/dist/auth/index.d.ts.map +1 -1
  3. package/dist/auth/index.js +3 -1
  4. package/dist/auth/index.js.map +1 -1
  5. package/dist/auth/utils.d.ts +68 -1
  6. package/dist/auth/utils.d.ts.map +1 -1
  7. package/dist/auth/utils.js +147 -2
  8. package/dist/auth/utils.js.map +1 -1
  9. package/dist/cache/local-cache.d.ts +17 -0
  10. package/dist/cache/local-cache.d.ts.map +1 -1
  11. package/dist/cache/local-cache.js +42 -0
  12. package/dist/cache/local-cache.js.map +1 -1
  13. package/dist/client/ace-client.d.ts +45 -0
  14. package/dist/client/ace-client.d.ts.map +1 -1
  15. package/dist/client/ace-client.js +143 -4
  16. package/dist/client/ace-client.js.map +1 -1
  17. package/dist/client/http.d.ts +42 -0
  18. package/dist/client/http.d.ts.map +1 -1
  19. package/dist/client/http.js +97 -0
  20. package/dist/client/http.js.map +1 -1
  21. package/dist/errors/index.d.ts +7 -0
  22. package/dist/errors/index.d.ts.map +1 -0
  23. package/dist/errors/index.js +13 -0
  24. package/dist/errors/index.js.map +1 -0
  25. package/dist/errors/subscription.d.ts +214 -0
  26. package/dist/errors/subscription.d.ts.map +1 -0
  27. package/dist/errors/subscription.js +285 -0
  28. package/dist/errors/subscription.js.map +1 -0
  29. package/dist/index.d.ts +6 -2
  30. package/dist/index.d.ts.map +1 -1
  31. package/dist/index.js +18 -1
  32. package/dist/index.js.map +1 -1
  33. package/dist/types/pattern.d.ts +22 -0
  34. package/dist/types/pattern.d.ts.map +1 -1
  35. package/dist/types/pattern.js.map +1 -1
  36. package/dist/types/subscription.d.ts +174 -0
  37. package/dist/types/subscription.d.ts.map +1 -0
  38. package/dist/types/subscription.js +88 -0
  39. package/dist/types/subscription.js.map +1 -0
  40. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"pattern.js","sourceRoot":"","sources":["../../src/types/pattern.ts"],"names":[],"mappings":"AAAA;;;GAGG;AA+QH,MAAM,CAAC,MAAM,oBAAoB,GAAkD;IACjF,KAAK,EAAE;QACL,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,GAAG;QACjB,SAAS,EAAE,EAAE;KACd;IACD,MAAM,EAAE;QACN,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,GAAG;QACjB,SAAS,EAAE,EAAE;KACd;IACD,IAAI,EAAE;QACJ,SAAS,EAAE,CAAC,CAAC,EAAG,YAAY;QAC5B,YAAY,EAAE,IAAI;QAClB,SAAS,EAAE,GAAG;KACf;CACF,CAAC;AAqGF;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAwC;IACvE,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,YAAY,EAAE,IAAI;IAClB,OAAO,EAAE,IAAI;IACb,IAAI,EAAE,GAAG;IACT,KAAK,EAAE,GAAG;CACX,CAAC"}
1
+ {"version":3,"file":"pattern.js","sourceRoot":"","sources":["../../src/types/pattern.ts"],"names":[],"mappings":"AAAA;;;GAGG;AA+QH,MAAM,CAAC,MAAM,oBAAoB,GAAkD;IACjF,KAAK,EAAE;QACL,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,GAAG;QACjB,SAAS,EAAE,EAAE;KACd;IACD,MAAM,EAAE;QACN,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,GAAG;QACjB,SAAS,EAAE,EAAE;KACd;IACD,IAAI,EAAE;QACJ,SAAS,EAAE,CAAC,CAAC,EAAG,YAAY;QAC5B,YAAY,EAAE,IAAI;QAClB,SAAS,EAAE,GAAG;KACf;CACF,CAAC;AA+HF;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAwC;IACvE,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,YAAY,EAAE,IAAI;IAClB,OAAO,EAAE,IAAI;IACb,IAAI,EAAE,GAAG;IACT,KAAK,EAAE,GAAG;CACX,CAAC"}
@@ -0,0 +1,174 @@
1
+ /**
2
+ * Subscription Types for ACE SDK
3
+ *
4
+ * Types for handling subscription status, usage metrics,
5
+ * and billing-related error responses from the ACE server.
6
+ *
7
+ * @package @ace-sdk/core
8
+ * @since v2.8.0
9
+ */
10
+ /**
11
+ * A single usage metric with current usage and limit
12
+ */
13
+ export interface UsageMetric {
14
+ used: number;
15
+ limit: number;
16
+ }
17
+ /**
18
+ * Complete usage information parsed from X-ACE-* headers
19
+ */
20
+ export interface UsageInfo {
21
+ /** Full plan string, e.g., "individual/free", "team/pro" */
22
+ plan: string;
23
+ /** Subscription type: individual or team */
24
+ subscriptionType: SubscriptionType;
25
+ /** Plan tier within the subscription type */
26
+ planTier: PlanTier;
27
+ /** Account status */
28
+ status: SubscriptionStatus;
29
+ /** Per-project pattern limit */
30
+ patterns: UsageMetric;
31
+ /** Org-wide pattern limit */
32
+ patternsTotal: UsageMetric;
33
+ /** Number of projects */
34
+ projects: UsageMetric;
35
+ /** Custom domains (add-on feature) */
36
+ domains: UsageMetric;
37
+ /** Playbook templates */
38
+ templates: UsageMetric;
39
+ /** API calls (resets on billing cycle) */
40
+ apiCalls: UsageMetric;
41
+ /** Traces per day (resets daily at midnight UTC) */
42
+ tracesToday: UsageMetric;
43
+ /** Feature availability based on plan */
44
+ features: {
45
+ teams: boolean;
46
+ sharing: boolean;
47
+ apiAccess: boolean;
48
+ prioritySupport: boolean;
49
+ };
50
+ /** Team info (only present for team subscriptions) */
51
+ team?: {
52
+ orgId: string;
53
+ orgName: string;
54
+ seatsUsed: number;
55
+ seatsLimit: number;
56
+ };
57
+ /**
58
+ * Subscription last updated timestamp for cache invalidation
59
+ * From X-ACE-Subscription-Updated-At header
60
+ * @since v2.8.0
61
+ */
62
+ subscriptionUpdatedAt?: string;
63
+ }
64
+ /**
65
+ * Available plan tiers
66
+ */
67
+ export type PlanTier = 'free' | 'basic' | 'pro';
68
+ /**
69
+ * Subscription types
70
+ */
71
+ export type SubscriptionType = 'individual' | 'team';
72
+ /**
73
+ * Subscription status values
74
+ */
75
+ export type SubscriptionStatus = 'active' | 'trialing' | 'read_only' | 'blocked';
76
+ /**
77
+ * 429 - Quota exceeded error response
78
+ */
79
+ export interface QuotaErrorResponse {
80
+ error: 'quota_exceeded';
81
+ code: string;
82
+ message: string;
83
+ resource: string;
84
+ current: number;
85
+ limit: number;
86
+ upgrade_url: string;
87
+ }
88
+ /**
89
+ * 403 - Feature not available error response
90
+ */
91
+ export interface FeatureErrorResponse {
92
+ error: 'feature_not_available';
93
+ code: string;
94
+ feature: string;
95
+ required_plan: string;
96
+ upgrade_url: string;
97
+ }
98
+ /**
99
+ * 402 - Payment required error response (read-only mode)
100
+ */
101
+ export interface PaymentRequiredResponse {
102
+ error: 'payment_required';
103
+ code: string;
104
+ message: string;
105
+ days_until_block: number;
106
+ upgrade_url: string;
107
+ }
108
+ /**
109
+ * 403 - Account blocked error response
110
+ */
111
+ export interface AccountBlockedResponse {
112
+ error: 'account_blocked';
113
+ code: string;
114
+ message: string;
115
+ upgrade_url: string;
116
+ }
117
+ /**
118
+ * 403 - Insufficient permissions error response
119
+ */
120
+ export interface PermissionsErrorResponse {
121
+ error: 'insufficient_permissions';
122
+ code: string;
123
+ message: string;
124
+ required_role: string;
125
+ }
126
+ /**
127
+ * Union type for all subscription-related error responses
128
+ */
129
+ export type SubscriptionErrorResponse = QuotaErrorResponse | FeatureErrorResponse | PaymentRequiredResponse | AccountBlockedResponse | PermissionsErrorResponse;
130
+ /**
131
+ * Check if error response is quota exceeded
132
+ */
133
+ export declare function isQuotaError(data: unknown): data is QuotaErrorResponse;
134
+ /**
135
+ * Check if error response is feature not available
136
+ */
137
+ export declare function isFeatureError(data: unknown): data is FeatureErrorResponse;
138
+ /**
139
+ * Check if error response is payment required
140
+ */
141
+ export declare function isPaymentRequiredError(data: unknown): data is PaymentRequiredResponse;
142
+ /**
143
+ * Check if error response is account blocked
144
+ */
145
+ export declare function isAccountBlockedError(data: unknown): data is AccountBlockedResponse;
146
+ /**
147
+ * Check if error response is insufficient permissions
148
+ */
149
+ export declare function isPermissionsError(data: unknown): data is PermissionsErrorResponse;
150
+ /**
151
+ * Parse plan string into type and tier
152
+ * @param plan - Plan string like "individual/free" or "team/pro"
153
+ */
154
+ export declare function parsePlan(plan: string): {
155
+ type: SubscriptionType;
156
+ tier: PlanTier;
157
+ };
158
+ /**
159
+ * Calculate usage percentage
160
+ */
161
+ export declare function getUsagePercentage(metric: UsageMetric): number;
162
+ /**
163
+ * Check if a metric is near limit (>80%)
164
+ */
165
+ export declare function isNearLimit(metric: UsageMetric, threshold?: number): boolean;
166
+ /**
167
+ * Check if a metric has exceeded its limit
168
+ */
169
+ export declare function isOverLimit(metric: UsageMetric): boolean;
170
+ /**
171
+ * Get feature availability based on plan
172
+ */
173
+ export declare function getFeatures(type: SubscriptionType, tier: PlanTier): UsageInfo['features'];
174
+ //# sourceMappingURL=subscription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../src/types/subscription.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,88 @@
1
+ /**
2
+ * Subscription Types for ACE SDK
3
+ *
4
+ * Types for handling subscription status, usage metrics,
5
+ * and billing-related error responses from the ACE server.
6
+ *
7
+ * @package @ace-sdk/core
8
+ * @since v2.8.0
9
+ */
10
+ // =============================================================================
11
+ // Type Guards
12
+ // =============================================================================
13
+ /**
14
+ * Check if error response is quota exceeded
15
+ */
16
+ export function isQuotaError(data) {
17
+ return typeof data === 'object' && data !== null && data.error === 'quota_exceeded';
18
+ }
19
+ /**
20
+ * Check if error response is feature not available
21
+ */
22
+ export function isFeatureError(data) {
23
+ return typeof data === 'object' && data !== null && data.error === 'feature_not_available';
24
+ }
25
+ /**
26
+ * Check if error response is payment required
27
+ */
28
+ export function isPaymentRequiredError(data) {
29
+ return typeof data === 'object' && data !== null && data.error === 'payment_required';
30
+ }
31
+ /**
32
+ * Check if error response is account blocked
33
+ */
34
+ export function isAccountBlockedError(data) {
35
+ return typeof data === 'object' && data !== null && data.error === 'account_blocked';
36
+ }
37
+ /**
38
+ * Check if error response is insufficient permissions
39
+ */
40
+ export function isPermissionsError(data) {
41
+ return typeof data === 'object' && data !== null && data.error === 'insufficient_permissions';
42
+ }
43
+ // =============================================================================
44
+ // Helper Functions
45
+ // =============================================================================
46
+ /**
47
+ * Parse plan string into type and tier
48
+ * @param plan - Plan string like "individual/free" or "team/pro"
49
+ */
50
+ export function parsePlan(plan) {
51
+ const [type, tier] = plan.split('/');
52
+ const subscriptionType = type === 'team' ? 'team' : 'individual';
53
+ const planTier = tier === 'pro' ? 'pro' :
54
+ tier === 'basic' ? 'basic' : 'free';
55
+ return { type: subscriptionType, tier: planTier };
56
+ }
57
+ /**
58
+ * Calculate usage percentage
59
+ */
60
+ export function getUsagePercentage(metric) {
61
+ if (metric.limit <= 0)
62
+ return 0;
63
+ return Math.min(100, Math.round((metric.used / metric.limit) * 100));
64
+ }
65
+ /**
66
+ * Check if a metric is near limit (>80%)
67
+ */
68
+ export function isNearLimit(metric, threshold = 80) {
69
+ return getUsagePercentage(metric) >= threshold;
70
+ }
71
+ /**
72
+ * Check if a metric has exceeded its limit
73
+ */
74
+ export function isOverLimit(metric) {
75
+ return metric.limit > 0 && metric.used >= metric.limit;
76
+ }
77
+ /**
78
+ * Get feature availability based on plan
79
+ */
80
+ export function getFeatures(type, tier) {
81
+ return {
82
+ teams: type === 'team',
83
+ sharing: type === 'team' ? tier !== 'free' : tier === 'pro',
84
+ apiAccess: tier !== 'free',
85
+ prioritySupport: tier === 'pro'
86
+ };
87
+ }
88
+ //# sourceMappingURL=subscription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../src/types/subscription.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAmKH,gFAAgF;AAChF,cAAc;AACd,gFAAgF;AAEhF;;GAEG;AACH,MAAM,UAAU,YAAY,CAAC,IAAa;IACxC,OAAO,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAK,IAAY,CAAC,KAAK,KAAK,gBAAgB,CAAC;AAC/F,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,cAAc,CAAC,IAAa;IAC1C,OAAO,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAK,IAAY,CAAC,KAAK,KAAK,uBAAuB,CAAC;AACtG,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,sBAAsB,CAAC,IAAa;IAClD,OAAO,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAK,IAAY,CAAC,KAAK,KAAK,kBAAkB,CAAC;AACjG,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,qBAAqB,CAAC,IAAa;IACjD,OAAO,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAK,IAAY,CAAC,KAAK,KAAK,iBAAiB,CAAC;AAChG,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,kBAAkB,CAAC,IAAa;IAC9C,OAAO,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAK,IAAY,CAAC,KAAK,KAAK,0BAA0B,CAAC;AACzG,CAAC;AAED,gFAAgF;AAChF,mBAAmB;AACnB,gFAAgF;AAEhF;;;GAGG;AACH,MAAM,UAAU,SAAS,CAAC,IAAY;IACpC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAqB,CAAC;IAEzD,MAAM,gBAAgB,GACpB,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,YAAY,CAAC;IAE1C,MAAM,QAAQ,GACZ,IAAI,KAAK,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;QACxB,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;IAEtC,OAAO,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;AACpD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,kBAAkB,CAAC,MAAmB;IACpD,IAAI,MAAM,CAAC,KAAK,IAAI,CAAC;QAAE,OAAO,CAAC,CAAC;IAChC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,IAAI,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;AACvE,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,WAAW,CAAC,MAAmB,EAAE,SAAS,GAAG,EAAE;IAC7D,OAAO,kBAAkB,CAAC,MAAM,CAAC,IAAI,SAAS,CAAC;AACjD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,WAAW,CAAC,MAAmB;IAC7C,OAAO,MAAM,CAAC,KAAK,GAAG,CAAC,IAAI,MAAM,CAAC,IAAI,IAAI,MAAM,CAAC,KAAK,CAAC;AACzD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,WAAW,CAAC,IAAsB,EAAE,IAAc;IAChE,OAAO;QACL,KAAK,EAAE,IAAI,KAAK,MAAM;QACtB,OAAO,EAAE,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,IAAI,KAAK,KAAK;QAC3D,SAAS,EAAE,IAAI,KAAK,MAAM;QAC1B,eAAe,EAAE,IAAI,KAAK,KAAK;KAChC,CAAC;AACJ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ace-sdk/core",
3
- "version": "2.7.1",
3
+ "version": "2.9.0",
4
4
  "description": "ACE Core - Shared library for ACE pattern learning (HTTP client, caching, config, types)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",