@abtnode/schema 1.17.5-beta-20251209-090953-3a59e7ac → 1.17.5-beta-20251214-122206-29056e8c
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 +19 -0
- package/lib/schema.graphqls +19 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -2143,6 +2143,12 @@ type BlockletHistoryItemList {
|
|
|
2143
2143
|
value: [BlockletHistoryItem!]
|
|
2144
2144
|
}
|
|
2145
2145
|
|
|
2146
|
+
type BlockletIntegrations {
|
|
2147
|
+
webhooks: Uint32
|
|
2148
|
+
accessKeys: Uint32
|
|
2149
|
+
oauthApps: Uint32
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2146
2152
|
type BlockletMeta {
|
|
2147
2153
|
did: String
|
|
2148
2154
|
name: String
|
|
@@ -2379,6 +2385,16 @@ type BlockletStore {
|
|
|
2379
2385
|
scope: String
|
|
2380
2386
|
}
|
|
2381
2387
|
|
|
2388
|
+
type BlockletStudio {
|
|
2389
|
+
blocklets: Uint32
|
|
2390
|
+
releases: Uint32
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2393
|
+
type BlockletTraffic {
|
|
2394
|
+
totalRequests: Uint64
|
|
2395
|
+
failedRequests: Uint64
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2382
2398
|
type BlockletUsers {
|
|
2383
2399
|
users: Uint32
|
|
2384
2400
|
approvedUsers: Uint32
|
|
@@ -3178,6 +3194,9 @@ type ResponseBlockletInfo {
|
|
|
3178
3194
|
passport: BlockletPassport
|
|
3179
3195
|
backup: Backup
|
|
3180
3196
|
appRuntimeInfo: RuntimeInfo
|
|
3197
|
+
traffic: BlockletTraffic
|
|
3198
|
+
integrations: BlockletIntegrations
|
|
3199
|
+
studio: BlockletStudio
|
|
3181
3200
|
}
|
|
3182
3201
|
|
|
3183
3202
|
type ResponseBlockletMeta {
|
package/lib/schema.graphqls
CHANGED
|
@@ -2143,6 +2143,12 @@ type BlockletHistoryItemList {
|
|
|
2143
2143
|
value: [BlockletHistoryItem!]
|
|
2144
2144
|
}
|
|
2145
2145
|
|
|
2146
|
+
type BlockletIntegrations {
|
|
2147
|
+
webhooks: Uint32
|
|
2148
|
+
accessKeys: Uint32
|
|
2149
|
+
oauthApps: Uint32
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2146
2152
|
type BlockletMeta {
|
|
2147
2153
|
did: String
|
|
2148
2154
|
name: String
|
|
@@ -2379,6 +2385,16 @@ type BlockletStore {
|
|
|
2379
2385
|
scope: String
|
|
2380
2386
|
}
|
|
2381
2387
|
|
|
2388
|
+
type BlockletStudio {
|
|
2389
|
+
blocklets: Uint32
|
|
2390
|
+
releases: Uint32
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2393
|
+
type BlockletTraffic {
|
|
2394
|
+
totalRequests: Uint64
|
|
2395
|
+
failedRequests: Uint64
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2382
2398
|
type BlockletUsers {
|
|
2383
2399
|
users: Uint32
|
|
2384
2400
|
approvedUsers: Uint32
|
|
@@ -3178,6 +3194,9 @@ type ResponseBlockletInfo {
|
|
|
3178
3194
|
passport: BlockletPassport
|
|
3179
3195
|
backup: Backup
|
|
3180
3196
|
appRuntimeInfo: RuntimeInfo
|
|
3197
|
+
traffic: BlockletTraffic
|
|
3198
|
+
integrations: BlockletIntegrations
|
|
3199
|
+
studio: BlockletStudio
|
|
3181
3200
|
}
|
|
3182
3201
|
|
|
3183
3202
|
type ResponseBlockletMeta {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.17.5-beta-
|
|
6
|
+
"version": "1.17.5-beta-20251214-122206-29056e8c",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "6839aebc2fdccbfbe7448f1e38f90be300ee4051",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|