@blocklet/server-js 1.16.52-beta-20250928-042319-ff3f0e04 → 1.16.52-beta-20251002-030549-0f91dab2

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.
@@ -9734,6 +9734,47 @@
9734
9734
  "ofType": null
9735
9735
  },
9736
9736
  "defaultValue": null
9737
+ },
9738
+ {
9739
+ "name": "moveTo",
9740
+ "description": null,
9741
+ "type": {
9742
+ "kind": "SCALAR",
9743
+ "name": "Uint32",
9744
+ "ofType": null
9745
+ },
9746
+ "defaultValue": null
9747
+ }
9748
+ ],
9749
+ "interfaces": null,
9750
+ "enumValues": null,
9751
+ "possibleTypes": null
9752
+ },
9753
+ {
9754
+ "kind": "INPUT_OBJECT",
9755
+ "name": "RequestTaggingInput",
9756
+ "description": null,
9757
+ "fields": null,
9758
+ "inputFields": [
9759
+ {
9760
+ "name": "teamDid",
9761
+ "description": null,
9762
+ "type": {
9763
+ "kind": "SCALAR",
9764
+ "name": "String",
9765
+ "ofType": null
9766
+ },
9767
+ "defaultValue": null
9768
+ },
9769
+ {
9770
+ "name": "tagging",
9771
+ "description": null,
9772
+ "type": {
9773
+ "kind": "INPUT_OBJECT",
9774
+ "name": "TaggingInput",
9775
+ "ofType": null
9776
+ },
9777
+ "defaultValue": null
9737
9778
  }
9738
9779
  ],
9739
9780
  "interfaces": null,
@@ -11960,6 +12001,115 @@
11960
12001
  "ofType": null
11961
12002
  },
11962
12003
  "defaultValue": null
12004
+ },
12005
+ {
12006
+ "name": "slug",
12007
+ "description": null,
12008
+ "type": {
12009
+ "kind": "SCALAR",
12010
+ "name": "String",
12011
+ "ofType": null
12012
+ },
12013
+ "defaultValue": null
12014
+ },
12015
+ {
12016
+ "name": "type",
12017
+ "description": null,
12018
+ "type": {
12019
+ "kind": "SCALAR",
12020
+ "name": "String",
12021
+ "ofType": null
12022
+ },
12023
+ "defaultValue": null
12024
+ },
12025
+ {
12026
+ "name": "componentDid",
12027
+ "description": null,
12028
+ "type": {
12029
+ "kind": "SCALAR",
12030
+ "name": "String",
12031
+ "ofType": null
12032
+ },
12033
+ "defaultValue": null
12034
+ },
12035
+ {
12036
+ "name": "parentId",
12037
+ "description": null,
12038
+ "type": {
12039
+ "kind": "SCALAR",
12040
+ "name": "Uint32",
12041
+ "ofType": null
12042
+ },
12043
+ "defaultValue": null
12044
+ },
12045
+ {
12046
+ "name": "createdBy",
12047
+ "description": null,
12048
+ "type": {
12049
+ "kind": "SCALAR",
12050
+ "name": "String",
12051
+ "ofType": null
12052
+ },
12053
+ "defaultValue": null
12054
+ },
12055
+ {
12056
+ "name": "updatedBy",
12057
+ "description": null,
12058
+ "type": {
12059
+ "kind": "SCALAR",
12060
+ "name": "String",
12061
+ "ofType": null
12062
+ },
12063
+ "defaultValue": null
12064
+ }
12065
+ ],
12066
+ "interfaces": null,
12067
+ "enumValues": null,
12068
+ "possibleTypes": null
12069
+ },
12070
+ {
12071
+ "kind": "INPUT_OBJECT",
12072
+ "name": "TaggingInput",
12073
+ "description": null,
12074
+ "fields": null,
12075
+ "inputFields": [
12076
+ {
12077
+ "name": "tagId",
12078
+ "description": null,
12079
+ "type": {
12080
+ "kind": "SCALAR",
12081
+ "name": "Uint32",
12082
+ "ofType": null
12083
+ },
12084
+ "defaultValue": null
12085
+ },
12086
+ {
12087
+ "name": "taggableType",
12088
+ "description": null,
12089
+ "type": {
12090
+ "kind": "SCALAR",
12091
+ "name": "String",
12092
+ "ofType": null
12093
+ },
12094
+ "defaultValue": null
12095
+ },
12096
+ {
12097
+ "name": "taggableIds",
12098
+ "description": null,
12099
+ "type": {
12100
+ "kind": "LIST",
12101
+ "name": null,
12102
+ "ofType": {
12103
+ "kind": "NON_NULL",
12104
+ "name": null,
12105
+ "ofType": {
12106
+ "kind": "SCALAR",
12107
+ "name": "String",
12108
+ "ofType": null
12109
+ }
12110
+ }
12111
+ },
12112
+ "defaultValue": null
11963
12113
  }
11964
12114
  ],
11965
12115
  "interfaces": null,
@@ -29182,6 +29332,49 @@
29182
29332
  "enumValues": null,
29183
29333
  "possibleTypes": null
29184
29334
  },
29335
+ {
29336
+ "kind": "OBJECT",
29337
+ "name": "ResponseTagging",
29338
+ "description": null,
29339
+ "fields": [
29340
+ {
29341
+ "name": "code",
29342
+ "description": null,
29343
+ "args": [],
29344
+ "type": {
29345
+ "kind": "ENUM",
29346
+ "name": "StatusCode",
29347
+ "ofType": null
29348
+ },
29349
+ "isDeprecated": false,
29350
+ "deprecationReason": null
29351
+ },
29352
+ {
29353
+ "name": "tagging",
29354
+ "description": null,
29355
+ "args": [],
29356
+ "type": {
29357
+ "kind": "LIST",
29358
+ "name": null,
29359
+ "ofType": {
29360
+ "kind": "NON_NULL",
29361
+ "name": null,
29362
+ "ofType": {
29363
+ "kind": "OBJECT",
29364
+ "name": "Tagging",
29365
+ "ofType": null
29366
+ }
29367
+ }
29368
+ },
29369
+ "isDeprecated": false,
29370
+ "deprecationReason": null
29371
+ }
29372
+ ],
29373
+ "inputFields": null,
29374
+ "interfaces": [],
29375
+ "enumValues": null,
29376
+ "possibleTypes": null
29377
+ },
29185
29378
  {
29186
29379
  "kind": "OBJECT",
29187
29380
  "name": "ResponseTags",
@@ -30965,6 +31158,133 @@
30965
31158
  },
30966
31159
  "isDeprecated": false,
30967
31160
  "deprecationReason": null
31161
+ },
31162
+ {
31163
+ "name": "slug",
31164
+ "description": null,
31165
+ "args": [],
31166
+ "type": {
31167
+ "kind": "SCALAR",
31168
+ "name": "String",
31169
+ "ofType": null
31170
+ },
31171
+ "isDeprecated": false,
31172
+ "deprecationReason": null
31173
+ },
31174
+ {
31175
+ "name": "type",
31176
+ "description": null,
31177
+ "args": [],
31178
+ "type": {
31179
+ "kind": "SCALAR",
31180
+ "name": "String",
31181
+ "ofType": null
31182
+ },
31183
+ "isDeprecated": false,
31184
+ "deprecationReason": null
31185
+ },
31186
+ {
31187
+ "name": "componentDid",
31188
+ "description": null,
31189
+ "args": [],
31190
+ "type": {
31191
+ "kind": "SCALAR",
31192
+ "name": "String",
31193
+ "ofType": null
31194
+ },
31195
+ "isDeprecated": false,
31196
+ "deprecationReason": null
31197
+ },
31198
+ {
31199
+ "name": "parentId",
31200
+ "description": null,
31201
+ "args": [],
31202
+ "type": {
31203
+ "kind": "SCALAR",
31204
+ "name": "Uint32",
31205
+ "ofType": null
31206
+ },
31207
+ "isDeprecated": false,
31208
+ "deprecationReason": null
31209
+ },
31210
+ {
31211
+ "name": "createdBy",
31212
+ "description": null,
31213
+ "args": [],
31214
+ "type": {
31215
+ "kind": "SCALAR",
31216
+ "name": "String",
31217
+ "ofType": null
31218
+ },
31219
+ "isDeprecated": false,
31220
+ "deprecationReason": null
31221
+ },
31222
+ {
31223
+ "name": "updatedBy",
31224
+ "description": null,
31225
+ "args": [],
31226
+ "type": {
31227
+ "kind": "SCALAR",
31228
+ "name": "String",
31229
+ "ofType": null
31230
+ },
31231
+ "isDeprecated": false,
31232
+ "deprecationReason": null
31233
+ }
31234
+ ],
31235
+ "inputFields": null,
31236
+ "interfaces": [],
31237
+ "enumValues": null,
31238
+ "possibleTypes": null
31239
+ },
31240
+ {
31241
+ "kind": "OBJECT",
31242
+ "name": "Tagging",
31243
+ "description": null,
31244
+ "fields": [
31245
+ {
31246
+ "name": "tagId",
31247
+ "description": null,
31248
+ "args": [],
31249
+ "type": {
31250
+ "kind": "SCALAR",
31251
+ "name": "Uint32",
31252
+ "ofType": null
31253
+ },
31254
+ "isDeprecated": false,
31255
+ "deprecationReason": null
31256
+ },
31257
+ {
31258
+ "name": "taggableType",
31259
+ "description": null,
31260
+ "args": [],
31261
+ "type": {
31262
+ "kind": "SCALAR",
31263
+ "name": "String",
31264
+ "ofType": null
31265
+ },
31266
+ "isDeprecated": false,
31267
+ "deprecationReason": null
31268
+ },
31269
+ {
31270
+ "name": "taggableIds",
31271
+ "description": null,
31272
+ "args": [],
31273
+ "type": {
31274
+ "kind": "LIST",
31275
+ "name": null,
31276
+ "ofType": {
31277
+ "kind": "NON_NULL",
31278
+ "name": null,
31279
+ "ofType": {
31280
+ "kind": "SCALAR",
31281
+ "name": "String",
31282
+ "ofType": null
31283
+ }
31284
+ }
31285
+ },
31286
+ "isDeprecated": false,
31287
+ "deprecationReason": null
30968
31288
  }
30969
31289
  ],
30970
31290
  "inputFields": null,
@@ -36004,6 +36324,29 @@
36004
36324
  "isDeprecated": false,
36005
36325
  "deprecationReason": null
36006
36326
  },
36327
+ {
36328
+ "name": "getTag",
36329
+ "description": null,
36330
+ "args": [
36331
+ {
36332
+ "name": "input",
36333
+ "description": null,
36334
+ "type": {
36335
+ "kind": "INPUT_OBJECT",
36336
+ "name": "RequestTagInput",
36337
+ "ofType": null
36338
+ },
36339
+ "defaultValue": null
36340
+ }
36341
+ ],
36342
+ "type": {
36343
+ "kind": "OBJECT",
36344
+ "name": "ResponseTag",
36345
+ "ofType": null
36346
+ },
36347
+ "isDeprecated": false,
36348
+ "deprecationReason": null
36349
+ },
36007
36350
  {
36008
36351
  "name": "createTag",
36009
36352
  "description": null,
@@ -36073,6 +36416,52 @@
36073
36416
  "isDeprecated": false,
36074
36417
  "deprecationReason": null
36075
36418
  },
36419
+ {
36420
+ "name": "createTagging",
36421
+ "description": null,
36422
+ "args": [
36423
+ {
36424
+ "name": "input",
36425
+ "description": null,
36426
+ "type": {
36427
+ "kind": "INPUT_OBJECT",
36428
+ "name": "RequestTaggingInput",
36429
+ "ofType": null
36430
+ },
36431
+ "defaultValue": null
36432
+ }
36433
+ ],
36434
+ "type": {
36435
+ "kind": "OBJECT",
36436
+ "name": "ResponseTagging",
36437
+ "ofType": null
36438
+ },
36439
+ "isDeprecated": false,
36440
+ "deprecationReason": null
36441
+ },
36442
+ {
36443
+ "name": "deleteTagging",
36444
+ "description": null,
36445
+ "args": [
36446
+ {
36447
+ "name": "input",
36448
+ "description": null,
36449
+ "type": {
36450
+ "kind": "INPUT_OBJECT",
36451
+ "name": "RequestTaggingInput",
36452
+ "ofType": null
36453
+ },
36454
+ "defaultValue": null
36455
+ }
36456
+ ],
36457
+ "type": {
36458
+ "kind": "OBJECT",
36459
+ "name": "ResponseTagging",
36460
+ "ofType": null
36461
+ },
36462
+ "isDeprecated": false,
36463
+ "deprecationReason": null
36464
+ },
36076
36465
  {
36077
36466
  "name": "readNotifications",
36078
36467
  "description": null,
package/dist/types.js CHANGED
@@ -189,9 +189,12 @@
189
189
  * // hasPermission,
190
190
  * // addBlockletStore,
191
191
  * // deleteBlockletStore,
192
+ * // getTag,
192
193
  * // createTag,
193
194
  * // updateTag,
194
195
  * // deleteTag,
196
+ * // createTagging,
197
+ * // deleteTagging,
195
198
  * // readNotifications,
196
199
  * // unreadNotifications,
197
200
  * // addRoutingSite,
@@ -2319,6 +2322,16 @@
2319
2322
  * @typedef {object} ABTNodeClient.RequestTagInput
2320
2323
  * @property {string} teamDid
2321
2324
  * @property {...ABTNodeClient.TagInput} tag
2325
+ * @property {number} moveTo
2326
+ */
2327
+
2328
+ /**
2329
+ * Structure of ABTNodeClient.RequestTaggingInput
2330
+ *
2331
+ * @memberof ABTNodeClient
2332
+ * @typedef {object} ABTNodeClient.RequestTaggingInput
2333
+ * @property {string} teamDid
2334
+ * @property {...ABTNodeClient.TaggingInput} tagging
2322
2335
  */
2323
2336
 
2324
2337
  /**
@@ -2805,6 +2818,22 @@
2805
2818
  * @property {string} color
2806
2819
  * @property {number} createdAt
2807
2820
  * @property {number} updatedAt
2821
+ * @property {string} slug
2822
+ * @property {string} type
2823
+ * @property {string} componentDid
2824
+ * @property {number} parentId
2825
+ * @property {string} createdBy
2826
+ * @property {string} updatedBy
2827
+ */
2828
+
2829
+ /**
2830
+ * Structure of ABTNodeClient.TaggingInput
2831
+ *
2832
+ * @memberof ABTNodeClient
2833
+ * @typedef {object} ABTNodeClient.TaggingInput
2834
+ * @property {number} tagId
2835
+ * @property {string} taggableType
2836
+ * @property {Array<...ABTNodeClient.null>} taggableIds
2808
2837
  */
2809
2838
 
2810
2839
  /**
@@ -4312,9 +4341,12 @@
4312
4341
  * @property {...ABTNodeClient.BooleanResponse} hasPermission
4313
4342
  * @property {...ABTNodeClient.GeneralResponse} addBlockletStore
4314
4343
  * @property {...ABTNodeClient.GeneralResponse} deleteBlockletStore
4344
+ * @property {...ABTNodeClient.ResponseTag} getTag
4315
4345
  * @property {...ABTNodeClient.ResponseTag} createTag
4316
4346
  * @property {...ABTNodeClient.ResponseTag} updateTag
4317
4347
  * @property {...ABTNodeClient.ResponseTag} deleteTag
4348
+ * @property {...ABTNodeClient.ResponseTagging} createTagging
4349
+ * @property {...ABTNodeClient.ResponseTagging} deleteTagging
4318
4350
  * @property {...ABTNodeClient.ResponseReadNotifications} readNotifications
4319
4351
  * @property {...ABTNodeClient.ResponseReadNotifications} unreadNotifications
4320
4352
  * @property {...ABTNodeClient.ResponseRoutingSite} addRoutingSite
@@ -6254,7 +6286,12 @@
6254
6286
  "tag": {
6255
6287
  "title": "abc",
6256
6288
  "description": "abc",
6257
- "color": "abc"
6289
+ "color": "abc",
6290
+ "slug": "abc",
6291
+ "type": "abc",
6292
+ "componentDid": "abc",
6293
+ "createdBy": "abc",
6294
+ "updatedBy": "abc"
6258
6295
  }
6259
6296
  }
6260
6297
  * ```
@@ -6265,6 +6302,15 @@
6265
6302
  * @property {...ABTNodeClient.Tag} tag
6266
6303
  */
6267
6304
 
6305
+ /**
6306
+ * Structure of ABTNodeClient.ResponseTagging
6307
+ *
6308
+ * @memberof ABTNodeClient
6309
+ * @typedef {object} ABTNodeClient.ResponseTagging
6310
+ * @property {...ABTNodeClient.StatusCode} code
6311
+ * @property {Array<...ABTNodeClient.null>} tagging
6312
+ */
6313
+
6268
6314
  /**
6269
6315
  * Structure of ABTNodeClient.ResponseTags
6270
6316
  *
@@ -6645,6 +6691,22 @@
6645
6691
  * @property {string} color
6646
6692
  * @property {number} createdAt
6647
6693
  * @property {number} updatedAt
6694
+ * @property {string} slug
6695
+ * @property {string} type
6696
+ * @property {string} componentDid
6697
+ * @property {number} parentId
6698
+ * @property {string} createdBy
6699
+ * @property {string} updatedBy
6700
+ */
6701
+
6702
+ /**
6703
+ * Structure of ABTNodeClient.Tagging
6704
+ *
6705
+ * @memberof ABTNodeClient
6706
+ * @typedef {object} ABTNodeClient.Tagging
6707
+ * @property {number} tagId
6708
+ * @property {string} taggableType
6709
+ * @property {Array<...ABTNodeClient.null>} taggableIds
6648
6710
  */
6649
6711
 
6650
6712
  /**
@@ -9025,6 +9087,19 @@
9025
9087
  * @property {...ABTNodeClient.RequestDeleteBlockletStoreInput} input
9026
9088
  */
9027
9089
 
9090
+ /**
9091
+ * Structure of ABTNodeClient.GetTagParams
9092
+ *
9093
+ * Checkout the following snippet for the format of GetTagParams:
9094
+ * ```json
9095
+ {}
9096
+ * ```
9097
+ *
9098
+ * @memberof ABTNodeClient
9099
+ * @typedef {object} ABTNodeClient.GetTagParams
9100
+ * @property {...ABTNodeClient.RequestTagInput} input
9101
+ */
9102
+
9028
9103
  /**
9029
9104
  * Structure of ABTNodeClient.CreateTagParams
9030
9105
  *
@@ -9064,6 +9139,32 @@
9064
9139
  * @property {...ABTNodeClient.RequestTagInput} input
9065
9140
  */
9066
9141
 
9142
+ /**
9143
+ * Structure of ABTNodeClient.CreateTaggingParams
9144
+ *
9145
+ * Checkout the following snippet for the format of CreateTaggingParams:
9146
+ * ```json
9147
+ {}
9148
+ * ```
9149
+ *
9150
+ * @memberof ABTNodeClient
9151
+ * @typedef {object} ABTNodeClient.CreateTaggingParams
9152
+ * @property {...ABTNodeClient.RequestTaggingInput} input
9153
+ */
9154
+
9155
+ /**
9156
+ * Structure of ABTNodeClient.DeleteTaggingParams
9157
+ *
9158
+ * Checkout the following snippet for the format of DeleteTaggingParams:
9159
+ * ```json
9160
+ {}
9161
+ * ```
9162
+ *
9163
+ * @memberof ABTNodeClient
9164
+ * @typedef {object} ABTNodeClient.DeleteTaggingParams
9165
+ * @property {...ABTNodeClient.RequestTaggingInput} input
9166
+ */
9167
+
9067
9168
  /**
9068
9169
  * Structure of ABTNodeClient.ReadNotificationsParams
9069
9170
  *
@@ -11389,6 +11490,16 @@
11389
11490
  * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format
11390
11491
  */
11391
11492
 
11493
+ /**
11494
+ * getTag
11495
+ *
11496
+ * @name ABTNodeClient#getTag
11497
+ * @param {ABTNodeClient.GetTagParams} params
11498
+ * @function
11499
+ * @memberof ABTNodeClient
11500
+ * @returns {Promise<ABTNodeClient.ResponseTag>} Checkout {@link ABTNodeClient.ResponseTag} for resolved data format
11501
+ */
11502
+
11392
11503
  /**
11393
11504
  * createTag
11394
11505
  *
@@ -11419,6 +11530,26 @@
11419
11530
  * @returns {Promise<ABTNodeClient.ResponseTag>} Checkout {@link ABTNodeClient.ResponseTag} for resolved data format
11420
11531
  */
11421
11532
 
11533
+ /**
11534
+ * createTagging
11535
+ *
11536
+ * @name ABTNodeClient#createTagging
11537
+ * @param {ABTNodeClient.CreateTaggingParams} params
11538
+ * @function
11539
+ * @memberof ABTNodeClient
11540
+ * @returns {Promise<ABTNodeClient.ResponseTagging>} Checkout {@link ABTNodeClient.ResponseTagging} for resolved data format
11541
+ */
11542
+
11543
+ /**
11544
+ * deleteTagging
11545
+ *
11546
+ * @name ABTNodeClient#deleteTagging
11547
+ * @param {ABTNodeClient.DeleteTaggingParams} params
11548
+ * @function
11549
+ * @memberof ABTNodeClient
11550
+ * @returns {Promise<ABTNodeClient.ResponseTagging>} Checkout {@link ABTNodeClient.ResponseTagging} for resolved data format
11551
+ */
11552
+
11422
11553
  /**
11423
11554
  * readNotifications
11424
11555
  *