Comparing version 0.1.1 to 0.1.2
@@ -94,3 +94,3 @@ import { createHttp as f } from "@4a/http"; | ||
} | ||
function k(e) { | ||
function k(e = {}) { | ||
return { | ||
@@ -147,3 +147,3 @@ name: "次数统计", | ||
} | ||
function j(e) { | ||
function j(e = {}) { | ||
return { | ||
@@ -200,3 +200,3 @@ name: "机构统计", | ||
} | ||
function v(e) { | ||
function v(e = {}) { | ||
return { | ||
@@ -203,0 +203,0 @@ all: { |
@@ -1,2 +0,2 @@ | ||
export declare function all(data: any): { | ||
export declare function all(data?: any): { | ||
name: string; | ||
@@ -6,3 +6,3 @@ header: string[]; | ||
}; | ||
export declare function org(data: any): { | ||
export declare function org(data?: any): { | ||
name: string; | ||
@@ -12,3 +12,3 @@ header: string[]; | ||
}; | ||
export declare function card(data: any): { | ||
export declare function card(data?: any): { | ||
all: { | ||
@@ -15,0 +15,0 @@ name: string; |
@@ -94,3 +94,3 @@ import { createHttp as f } from "@4a/http"; | ||
} | ||
function k(e) { | ||
function k(e = {}) { | ||
return { | ||
@@ -147,3 +147,3 @@ name: "次数统计", | ||
} | ||
function j(e) { | ||
function j(e = {}) { | ||
return { | ||
@@ -200,3 +200,3 @@ name: "机构统计", | ||
} | ||
function v(e) { | ||
function v(e = {}) { | ||
return { | ||
@@ -203,0 +203,0 @@ all: { |
{ | ||
"name": "@3a/jzy", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
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
87604