@abtnode/schema 1.7.22 → 1.7.23
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/lib/index.js +0 -6
- package/lib/schema.graphqls +0 -6
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -578,7 +578,6 @@ type AuditLog {
|
|
|
578
578
|
content: String
|
|
579
579
|
actor: AuditLogActor
|
|
580
580
|
env: AuditLogEnv
|
|
581
|
-
geo: AuditLogGeo
|
|
582
581
|
createdAt: String
|
|
583
582
|
ip: String
|
|
584
583
|
}
|
|
@@ -599,11 +598,6 @@ type AuditLogEnvItem {
|
|
|
599
598
|
version: String
|
|
600
599
|
}
|
|
601
600
|
|
|
602
|
-
type AuditLogGeo {
|
|
603
|
-
country: String
|
|
604
|
-
city: String
|
|
605
|
-
}
|
|
606
|
-
|
|
607
601
|
type BlockletCapabilities {
|
|
608
602
|
clusterMode: Boolean
|
|
609
603
|
component: Boolean
|
package/lib/schema.graphqls
CHANGED
|
@@ -578,7 +578,6 @@ type AuditLog {
|
|
|
578
578
|
content: String
|
|
579
579
|
actor: AuditLogActor
|
|
580
580
|
env: AuditLogEnv
|
|
581
|
-
geo: AuditLogGeo
|
|
582
581
|
createdAt: String
|
|
583
582
|
ip: String
|
|
584
583
|
}
|
|
@@ -599,11 +598,6 @@ type AuditLogEnvItem {
|
|
|
599
598
|
version: String
|
|
600
599
|
}
|
|
601
600
|
|
|
602
|
-
type AuditLogGeo {
|
|
603
|
-
country: String
|
|
604
|
-
city: String
|
|
605
|
-
}
|
|
606
|
-
|
|
607
601
|
type BlockletCapabilities {
|
|
608
602
|
clusterMode: Boolean
|
|
609
603
|
component: Boolean
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.7.
|
|
6
|
+
"version": "1.7.23",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
15
15
|
"license": "MIT",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "aa13838b7597bce11851d0b902575f861aa1ab34"
|
|
17
17
|
}
|