@blocklet/server-js 1.17.8-beta-20260119-102944-6ba93a16 → 1.17.8-beta-20260125-093329-64b43854

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/node.d.ts CHANGED
@@ -1000,6 +1000,7 @@ declare namespace ABTNodeClient {
1000
1000
  membersCount: number;
1001
1001
  passports: ABTNodeClient.PassportInput[];
1002
1002
  metadata: Record<string, any>;
1003
+ avatar: string;
1003
1004
  }
1004
1005
 
1005
1006
  interface OrgSettingsInput {
@@ -1231,6 +1232,7 @@ declare namespace ABTNodeClient {
1231
1232
  gateway: ABTNodeClient.BlockletGatewayInput;
1232
1233
  aigne: ABTNodeClient.AigneConfigInput;
1233
1234
  org: ABTNodeClient.OrgSettingsInput;
1235
+ subService: ABTNodeClient.SubServiceConfigInput;
1234
1236
  }
1235
1237
 
1236
1238
  interface RequestCheckDomainsInput {
@@ -2387,6 +2389,12 @@ declare namespace ABTNodeClient {
2387
2389
  did: string;
2388
2390
  }
2389
2391
 
2392
+ interface SubServiceConfigInput {
2393
+ enabled: boolean;
2394
+ domain: string;
2395
+ staticRoot: string;
2396
+ }
2397
+
2390
2398
  interface TagInput {
2391
2399
  id: number;
2392
2400
  title: string;
@@ -2488,6 +2496,7 @@ declare namespace ABTNodeClient {
2488
2496
  address: ABTNodeClient.UserAddressInput;
2489
2497
  userSessionsCount: number;
2490
2498
  isFollowing: boolean;
2499
+ name: string;
2491
2500
  }
2492
2501
 
2493
2502
  interface UserMetadataInput {
@@ -3010,6 +3019,7 @@ declare namespace ABTNodeClient {
3010
3019
  didConnect: Record<string, any>;
3011
3020
  oauth: Record<string, any>;
3012
3021
  actionConfig: Record<string, any>;
3022
+ subService: ABTNodeClient.SubServiceConfig;
3013
3023
  }
3014
3024
 
3015
3025
  interface BlockletState {
@@ -3817,6 +3827,7 @@ declare namespace ABTNodeClient {
3817
3827
  membersCount: number;
3818
3828
  passports: ABTNodeClient.Passport[];
3819
3829
  metadata: Record<string, any>;
3830
+ avatar: string;
3820
3831
  }
3821
3832
 
3822
3833
  interface OrgResourceResult {
@@ -4803,6 +4814,12 @@ declare namespace ABTNodeClient {
4803
4814
  failed: number;
4804
4815
  }
4805
4816
 
4817
+ interface SubServiceConfig {
4818
+ enabled: boolean;
4819
+ domain: string;
4820
+ staticRoot: string;
4821
+ }
4822
+
4806
4823
  interface TUTM {
4807
4824
  source: string;
4808
4825
  medium: string;
@@ -4932,6 +4949,7 @@ declare namespace ABTNodeClient {
4932
4949
  address: ABTNodeClient.UserAddress;
4933
4950
  userSessionsCount: number;
4934
4951
  isFollowing: boolean;
4952
+ name: string;
4935
4953
  }
4936
4954
 
4937
4955
  interface UserMetadata {
@@ -2650,6 +2650,16 @@
2650
2650
  "ofType": null
2651
2651
  },
2652
2652
  "defaultValue": null
2653
+ },
2654
+ {
2655
+ "name": "avatar",
2656
+ "description": null,
2657
+ "type": {
2658
+ "kind": "SCALAR",
2659
+ "name": "String",
2660
+ "ofType": null
2661
+ },
2662
+ "defaultValue": null
2653
2663
  }
2654
2664
  ],
2655
2665
  "interfaces": null,
@@ -4316,6 +4326,16 @@
4316
4326
  "ofType": null
4317
4327
  },
4318
4328
  "defaultValue": null
4329
+ },
4330
+ {
4331
+ "name": "subService",
4332
+ "description": null,
4333
+ "type": {
4334
+ "kind": "INPUT_OBJECT",
4335
+ "name": "SubServiceConfigInput",
4336
+ "ofType": null
4337
+ },
4338
+ "defaultValue": null
4319
4339
  }
4320
4340
  ],
4321
4341
  "interfaces": null,
@@ -12870,6 +12890,47 @@
12870
12890
  "enumValues": null,
12871
12891
  "possibleTypes": null
12872
12892
  },
12893
+ {
12894
+ "kind": "INPUT_OBJECT",
12895
+ "name": "SubServiceConfigInput",
12896
+ "description": null,
12897
+ "fields": null,
12898
+ "inputFields": [
12899
+ {
12900
+ "name": "enabled",
12901
+ "description": null,
12902
+ "type": {
12903
+ "kind": "SCALAR",
12904
+ "name": "Boolean",
12905
+ "ofType": null
12906
+ },
12907
+ "defaultValue": null
12908
+ },
12909
+ {
12910
+ "name": "domain",
12911
+ "description": null,
12912
+ "type": {
12913
+ "kind": "SCALAR",
12914
+ "name": "String",
12915
+ "ofType": null
12916
+ },
12917
+ "defaultValue": null
12918
+ },
12919
+ {
12920
+ "name": "staticRoot",
12921
+ "description": null,
12922
+ "type": {
12923
+ "kind": "SCALAR",
12924
+ "name": "String",
12925
+ "ofType": null
12926
+ },
12927
+ "defaultValue": null
12928
+ }
12929
+ ],
12930
+ "interfaces": null,
12931
+ "enumValues": null,
12932
+ "possibleTypes": null
12933
+ },
12873
12934
  {
12874
12935
  "kind": "INPUT_OBJECT",
12875
12936
  "name": "TagInput",
@@ -13733,6 +13794,16 @@
13733
13794
  "ofType": null
13734
13795
  },
13735
13796
  "defaultValue": null
13797
+ },
13798
+ {
13799
+ "name": "name",
13800
+ "description": null,
13801
+ "type": {
13802
+ "kind": "SCALAR",
13803
+ "name": "String",
13804
+ "ofType": null
13805
+ },
13806
+ "defaultValue": null
13736
13807
  }
13737
13808
  ],
13738
13809
  "interfaces": null,
@@ -18643,6 +18714,18 @@
18643
18714
  },
18644
18715
  "isDeprecated": false,
18645
18716
  "deprecationReason": null
18717
+ },
18718
+ {
18719
+ "name": "subService",
18720
+ "description": null,
18721
+ "args": [],
18722
+ "type": {
18723
+ "kind": "OBJECT",
18724
+ "name": "SubServiceConfig",
18725
+ "ofType": null
18726
+ },
18727
+ "isDeprecated": false,
18728
+ "deprecationReason": null
18646
18729
  }
18647
18730
  ],
18648
18731
  "inputFields": null,
@@ -25387,6 +25470,18 @@
25387
25470
  },
25388
25471
  "isDeprecated": false,
25389
25472
  "deprecationReason": null
25473
+ },
25474
+ {
25475
+ "name": "avatar",
25476
+ "description": null,
25477
+ "args": [],
25478
+ "type": {
25479
+ "kind": "SCALAR",
25480
+ "name": "String",
25481
+ "ofType": null
25482
+ },
25483
+ "isDeprecated": false,
25484
+ "deprecationReason": null
25390
25485
  }
25391
25486
  ],
25392
25487
  "inputFields": null,
@@ -32854,6 +32949,53 @@
32854
32949
  "enumValues": null,
32855
32950
  "possibleTypes": null
32856
32951
  },
32952
+ {
32953
+ "kind": "OBJECT",
32954
+ "name": "SubServiceConfig",
32955
+ "description": null,
32956
+ "fields": [
32957
+ {
32958
+ "name": "enabled",
32959
+ "description": null,
32960
+ "args": [],
32961
+ "type": {
32962
+ "kind": "SCALAR",
32963
+ "name": "Boolean",
32964
+ "ofType": null
32965
+ },
32966
+ "isDeprecated": false,
32967
+ "deprecationReason": null
32968
+ },
32969
+ {
32970
+ "name": "domain",
32971
+ "description": null,
32972
+ "args": [],
32973
+ "type": {
32974
+ "kind": "SCALAR",
32975
+ "name": "String",
32976
+ "ofType": null
32977
+ },
32978
+ "isDeprecated": false,
32979
+ "deprecationReason": null
32980
+ },
32981
+ {
32982
+ "name": "staticRoot",
32983
+ "description": null,
32984
+ "args": [],
32985
+ "type": {
32986
+ "kind": "SCALAR",
32987
+ "name": "String",
32988
+ "ofType": null
32989
+ },
32990
+ "isDeprecated": false,
32991
+ "deprecationReason": null
32992
+ }
32993
+ ],
32994
+ "inputFields": null,
32995
+ "interfaces": [],
32996
+ "enumValues": null,
32997
+ "possibleTypes": null
32998
+ },
32857
32999
  {
32858
33000
  "kind": "OBJECT",
32859
33001
  "name": "TUTM",
@@ -34142,6 +34284,18 @@
34142
34284
  },
34143
34285
  "isDeprecated": false,
34144
34286
  "deprecationReason": null
34287
+ },
34288
+ {
34289
+ "name": "name",
34290
+ "description": null,
34291
+ "args": [],
34292
+ "type": {
34293
+ "kind": "SCALAR",
34294
+ "name": "String",
34295
+ "ofType": null
34296
+ },
34297
+ "isDeprecated": false,
34298
+ "deprecationReason": null
34145
34299
  }
34146
34300
  ],
34147
34301
  "inputFields": null,
package/lib/types.js CHANGED
@@ -756,6 +756,7 @@
756
756
  * @property {number} membersCount
757
757
  * @property {Array<...ABTNodeClient.null>} passports
758
758
  * @property {any} metadata
759
+ * @property {string} avatar
759
760
  */
760
761
 
761
762
  /**
@@ -1131,6 +1132,7 @@
1131
1132
  * @property {...ABTNodeClient.BlockletGatewayInput} gateway
1132
1133
  * @property {...ABTNodeClient.AigneConfigInput} aigne
1133
1134
  * @property {...ABTNodeClient.OrgSettingsInput} org
1135
+ * @property {...ABTNodeClient.SubServiceConfigInput} subService
1134
1136
  */
1135
1137
 
1136
1138
  /**
@@ -2991,6 +2993,16 @@
2991
2993
  * @property {string} did
2992
2994
  */
2993
2995
 
2996
+ /**
2997
+ * Structure of ABTNodeClient.SubServiceConfigInput
2998
+ *
2999
+ * @memberof ABTNodeClient
3000
+ * @typedef {object} ABTNodeClient.SubServiceConfigInput
3001
+ * @property {boolean} enabled
3002
+ * @property {string} domain
3003
+ * @property {string} staticRoot
3004
+ */
3005
+
2994
3006
  /**
2995
3007
  * Structure of ABTNodeClient.TagInput
2996
3008
  *
@@ -3136,6 +3148,7 @@
3136
3148
  * @property {...ABTNodeClient.UserAddressInput} address
3137
3149
  * @property {number} userSessionsCount
3138
3150
  * @property {boolean} isFollowing
3151
+ * @property {string} name
3139
3152
  */
3140
3153
 
3141
3154
  /**
@@ -3894,6 +3907,7 @@
3894
3907
  * @property {any} didConnect
3895
3908
  * @property {any} oauth
3896
3909
  * @property {any} actionConfig
3910
+ * @property {...ABTNodeClient.SubServiceConfig} subService
3897
3911
  */
3898
3912
 
3899
3913
  /**
@@ -4945,6 +4959,7 @@
4945
4959
  * @property {number} membersCount
4946
4960
  * @property {Array<...ABTNodeClient.null>} passports
4947
4961
  * @property {any} metadata
4962
+ * @property {string} avatar
4948
4963
  */
4949
4964
 
4950
4965
  /**
@@ -6998,6 +7013,16 @@
6998
7013
  * @property {number} failed
6999
7014
  */
7000
7015
 
7016
+ /**
7017
+ * Structure of ABTNodeClient.SubServiceConfig
7018
+ *
7019
+ * @memberof ABTNodeClient
7020
+ * @typedef {object} ABTNodeClient.SubServiceConfig
7021
+ * @property {boolean} enabled
7022
+ * @property {string} domain
7023
+ * @property {string} staticRoot
7024
+ */
7025
+
7001
7026
  /**
7002
7027
  * Structure of ABTNodeClient.TUTM
7003
7028
  *
@@ -7179,6 +7204,7 @@
7179
7204
  * @property {...ABTNodeClient.UserAddress} address
7180
7205
  * @property {number} userSessionsCount
7181
7206
  * @property {boolean} isFollowing
7207
+ * @property {string} name
7182
7208
  */
7183
7209
 
7184
7210
  /**