@re-ai/inner-tool-sdk
Advanced tools
Comparing version 0.0.1 to 0.0.2
import { PayService } from "../services/PayService"; | ||
import { SMSService } from "../services/SMSService"; | ||
import { WechatService } from "../services/WechatService"; | ||
import { RPCClientOptions } from "../types/rpc"; | ||
@@ -8,3 +7,2 @@ export declare class ReAITool { | ||
static pay(options?: RPCClientOptions): PayService; | ||
static wechat(options?: RPCClientOptions): WechatService; | ||
} |
@@ -6,3 +6,2 @@ "use strict"; | ||
const SMSService_1 = require("../services/SMSService"); | ||
const WechatService_1 = require("../services/WechatService"); | ||
class ReAITool { | ||
@@ -15,6 +14,3 @@ static sms(options) { | ||
} | ||
static wechat(options) { | ||
return new WechatService_1.WechatService(options); | ||
} | ||
} | ||
exports.ReAITool = ReAITool; |
export * from './types/sms'; | ||
export * from './types/pay'; | ||
export * from './types/wechat'; | ||
export * from './entrys'; |
@@ -19,3 +19,2 @@ "use strict"; | ||
__exportStar(require("./types/pay"), exports); | ||
__exportStar(require("./types/wechat"), exports); | ||
__exportStar(require("./entrys"), exports); |
{ | ||
"name": "@re-ai/inner-tool-sdk", | ||
"version": "0.0.1", | ||
"description": "", | ||
"version": "0.0.2", | ||
"description": "ReAI内部接口sdk", | ||
"main": "dist/index.js", | ||
@@ -14,3 +14,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"homepage": "https://github.com/niklauslu/ReAI-Tool-SDK", | ||
"homepage": "https://github.com/niklauslu/ReAI-Inner-Tool-SDK", | ||
"author": "niklaslc512@gmail.com", | ||
@@ -17,0 +17,0 @@ "license": "ISC", |
import { PayService } from "../services/PayService"; | ||
import { SMSService } from "../services/SMSService"; | ||
import { WechatService } from "../services/WechatService"; | ||
import { RPCClientOptions } from "../types/rpc"; | ||
@@ -16,5 +15,2 @@ | ||
static wechat(options?: RPCClientOptions) { | ||
return new WechatService(options); | ||
} | ||
} |
export * from './types/sms' | ||
export * from './types/pay' | ||
export * from './types/wechat' | ||
export * from './entrys' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
1
26943
42
833