spoclip-kit 2.7.0 → 5.0.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 +1 @@
1
- {"version":3,"sources":["../src/types/index.ts"],"sourcesContent":["export * from './membership';\nexport * from './api';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../src/types/index.ts"],"sourcesContent":["export * from './api';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
package/dist/types.d.cts CHANGED
@@ -1,5 +1,3 @@
1
- export { T as TicketCode } from './membership-C_ziSHS0.cjs';
2
-
3
1
  type APIResponseBase<T extends 'success' | 'error'> = {
4
2
  status: T;
5
3
  code: number;
package/dist/types.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- export { T as TicketCode } from './membership-C_ziSHS0.js';
2
-
3
1
  type APIResponseBase<T extends 'success' | 'error'> = {
4
2
  status: T;
5
3
  code: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoclip-kit",
3
- "version": "2.7.0",
3
+ "version": "5.0.0",
4
4
  "type": "module",
5
5
  "description": "TypeScript utility library for internal use",
6
6
  "files": [
@@ -1,3 +0,0 @@
1
- type TicketCode = 'FREE' | 'PLUS' | 'PRO';
2
-
3
- export type { TicketCode as T };
@@ -1,3 +0,0 @@
1
- type TicketCode = 'FREE' | 'PLUS' | 'PRO';
2
-
3
- export type { TicketCode as T };