@pellux/goodvibes-contracts 0.33.9 → 0.33.11

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.
@@ -1,6 +1,6 @@
1
1
  export declare const FOUNDATION_METADATA: {
2
2
  readonly productId: "goodvibes";
3
- readonly productVersion: "0.33.9";
3
+ readonly productVersion: "0.33.11";
4
4
  readonly operatorMethodCount: 264;
5
5
  readonly operatorEventCount: 30;
6
6
  readonly peerEndpointCount: 6;
@@ -1,6 +1,6 @@
1
1
  export const FOUNDATION_METADATA = {
2
2
  "productId": "goodvibes",
3
- "productVersion": "0.33.9",
3
+ "productVersion": "0.33.11",
4
4
  "operatorMethodCount": 264,
5
5
  "operatorEventCount": 30,
6
6
  "peerEndpointCount": 6
@@ -1 +1 @@
1
- {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../src/generated/operator-contract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBAm5mEtB,CAAC"}
1
+ {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../src/generated/operator-contract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBA+pnEtB,CAAC"}
@@ -3,7 +3,7 @@ export const OPERATOR_CONTRACT = {
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "0.33.9"
6
+ "version": "0.33.11"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -20157,7 +20157,7 @@ export const OPERATOR_CONTRACT = {
20157
20157
  {
20158
20158
  "id": "companion.chat.messages.create",
20159
20159
  "title": "Send Companion Chat Message",
20160
- "description": "Post a user message to a companion-chat session. Accepts either `body` or `content` in the payload; `body` wins when both are provided.",
20160
+ "description": "Post a user message to a companion-chat session. Accepts either `body` or `content` in the payload; `body` wins when both are provided. Attachments reference artifacts created through `artifacts.create`.",
20161
20161
  "category": "companion",
20162
20162
  "source": "builtin",
20163
20163
  "access": "authenticated",
@@ -20181,6 +20181,29 @@ export const OPERATOR_CONTRACT = {
20181
20181
  "content": {
20182
20182
  "type": "string"
20183
20183
  },
20184
+ "attachments": {
20185
+ "type": "array",
20186
+ "items": {
20187
+ "type": "object",
20188
+ "properties": {
20189
+ "artifactId": {
20190
+ "type": "string"
20191
+ },
20192
+ "label": {
20193
+ "type": "string"
20194
+ },
20195
+ "metadata": {
20196
+ "type": "object",
20197
+ "properties": {},
20198
+ "additionalProperties": false
20199
+ }
20200
+ },
20201
+ "required": [
20202
+ "artifactId"
20203
+ ],
20204
+ "additionalProperties": false
20205
+ }
20206
+ },
20184
20207
  "metadata": {
20185
20208
  "type": "object",
20186
20209
  "properties": {},
@@ -20260,6 +20283,91 @@ export const OPERATOR_CONTRACT = {
20260
20283
  "content": {
20261
20284
  "type": "string"
20262
20285
  },
20286
+ "attachments": {
20287
+ "type": "array",
20288
+ "items": {
20289
+ "type": "object",
20290
+ "properties": {
20291
+ "id": {
20292
+ "type": "string"
20293
+ },
20294
+ "artifactId": {
20295
+ "type": "string"
20296
+ },
20297
+ "kind": {
20298
+ "type": "string"
20299
+ },
20300
+ "mimeType": {
20301
+ "type": "string"
20302
+ },
20303
+ "filename": {
20304
+ "type": "string"
20305
+ },
20306
+ "sizeBytes": {
20307
+ "type": "number"
20308
+ },
20309
+ "sha256": {
20310
+ "type": "string"
20311
+ },
20312
+ "createdAt": {
20313
+ "type": "number"
20314
+ },
20315
+ "expiresAt": {
20316
+ "type": "number"
20317
+ },
20318
+ "sourceUri": {
20319
+ "type": "string"
20320
+ },
20321
+ "acquisitionMode": {
20322
+ "type": "string"
20323
+ },
20324
+ "fetchMode": {
20325
+ "type": "string"
20326
+ },
20327
+ "label": {
20328
+ "type": "string"
20329
+ },
20330
+ "metadata": {
20331
+ "type": "object",
20332
+ "additionalProperties": {
20333
+ "anyOf": [
20334
+ {
20335
+ "type": "string"
20336
+ },
20337
+ {
20338
+ "type": "number"
20339
+ },
20340
+ {
20341
+ "type": "boolean"
20342
+ },
20343
+ {
20344
+ "type": "null"
20345
+ },
20346
+ {
20347
+ "type": "object",
20348
+ "additionalProperties": {}
20349
+ },
20350
+ {
20351
+ "type": "array",
20352
+ "items": {}
20353
+ }
20354
+ ]
20355
+ }
20356
+ }
20357
+ },
20358
+ "required": [
20359
+ "id",
20360
+ "artifactId",
20361
+ "kind",
20362
+ "mimeType",
20363
+ "sizeBytes",
20364
+ "sha256",
20365
+ "createdAt",
20366
+ "metadata"
20367
+ ],
20368
+ "additionalProperties": true
20369
+ }
20370
+ },
20263
20371
  "createdAt": {
20264
20372
  "type": "number"
20265
20373
  }
@@ -20269,6 +20377,7 @@ export const OPERATOR_CONTRACT = {
20269
20377
  "sessionId",
20270
20378
  "role",
20271
20379
  "content",
20380
+ "attachments",
20272
20381
  "createdAt"
20273
20382
  ],
20274
20383
  "additionalProperties": false
@@ -20614,6 +20723,91 @@ export const OPERATOR_CONTRACT = {
20614
20723
  "content": {
20615
20724
  "type": "string"
20616
20725
  },
20726
+ "attachments": {
20727
+ "type": "array",
20728
+ "items": {
20729
+ "type": "object",
20730
+ "properties": {
20731
+ "id": {
20732
+ "type": "string"
20733
+ },
20734
+ "artifactId": {
20735
+ "type": "string"
20736
+ },
20737
+ "kind": {
20738
+ "type": "string"
20739
+ },
20740
+ "mimeType": {
20741
+ "type": "string"
20742
+ },
20743
+ "filename": {
20744
+ "type": "string"
20745
+ },
20746
+ "sizeBytes": {
20747
+ "type": "number"
20748
+ },
20749
+ "sha256": {
20750
+ "type": "string"
20751
+ },
20752
+ "createdAt": {
20753
+ "type": "number"
20754
+ },
20755
+ "expiresAt": {
20756
+ "type": "number"
20757
+ },
20758
+ "sourceUri": {
20759
+ "type": "string"
20760
+ },
20761
+ "acquisitionMode": {
20762
+ "type": "string"
20763
+ },
20764
+ "fetchMode": {
20765
+ "type": "string"
20766
+ },
20767
+ "label": {
20768
+ "type": "string"
20769
+ },
20770
+ "metadata": {
20771
+ "type": "object",
20772
+ "additionalProperties": {
20773
+ "anyOf": [
20774
+ {
20775
+ "type": "string"
20776
+ },
20777
+ {
20778
+ "type": "number"
20779
+ },
20780
+ {
20781
+ "type": "boolean"
20782
+ },
20783
+ {
20784
+ "type": "null"
20785
+ },
20786
+ {
20787
+ "type": "object",
20788
+ "additionalProperties": {}
20789
+ },
20790
+ {
20791
+ "type": "array",
20792
+ "items": {}
20793
+ }
20794
+ ]
20795
+ }
20796
+ }
20797
+ },
20798
+ "required": [
20799
+ "id",
20800
+ "artifactId",
20801
+ "kind",
20802
+ "mimeType",
20803
+ "sizeBytes",
20804
+ "sha256",
20805
+ "createdAt",
20806
+ "metadata"
20807
+ ],
20808
+ "additionalProperties": true
20809
+ }
20810
+ },
20617
20811
  "createdAt": {
20618
20812
  "type": "number"
20619
20813
  }
@@ -20623,6 +20817,7 @@ export const OPERATOR_CONTRACT = {
20623
20817
  "sessionId",
20624
20818
  "role",
20625
20819
  "content",
20820
+ "attachments",
20626
20821
  "createdAt"
20627
20822
  ],
20628
20823
  "additionalProperties": false
@@ -34126,6 +34321,12 @@ export const OPERATOR_CONTRACT = {
34126
34321
  },
34127
34322
  "sourceId": {
34128
34323
  "type": "string"
34324
+ },
34325
+ "knowledgeSpaceId": {
34326
+ "type": "string"
34327
+ },
34328
+ "includeAllSpaces": {
34329
+ "type": "boolean"
34129
34330
  }
34130
34331
  },
34131
34332
  "additionalProperties": false
@@ -36397,6 +36598,12 @@ export const OPERATOR_CONTRACT = {
36397
36598
  "properties": {
36398
36599
  "limit": {
36399
36600
  "type": "number"
36601
+ },
36602
+ "knowledgeSpaceId": {
36603
+ "type": "string"
36604
+ },
36605
+ "includeAllSpaces": {
36606
+ "type": "boolean"
36400
36607
  }
36401
36608
  },
36402
36609
  "additionalProperties": false
@@ -36508,6 +36715,12 @@ export const OPERATOR_CONTRACT = {
36508
36715
  "properties": {
36509
36716
  "id": {
36510
36717
  "type": "string"
36718
+ },
36719
+ "knowledgeSpaceId": {
36720
+ "type": "string"
36721
+ },
36722
+ "includeAllSpaces": {
36723
+ "type": "boolean"
36511
36724
  }
36512
36725
  },
36513
36726
  "required": [
@@ -38375,6 +38588,12 @@ export const OPERATOR_CONTRACT = {
38375
38588
  "limit": {
38376
38589
  "type": "number"
38377
38590
  },
38591
+ "knowledgeSpaceId": {
38592
+ "type": "string"
38593
+ },
38594
+ "includeAllSpaces": {
38595
+ "type": "boolean"
38596
+ },
38378
38597
  "includeSources": {
38379
38598
  "type": "boolean"
38380
38599
  },
@@ -38939,6 +39158,12 @@ export const OPERATOR_CONTRACT = {
38939
39158
  "properties": {
38940
39159
  "limit": {
38941
39160
  "type": "number"
39161
+ },
39162
+ "knowledgeSpaceId": {
39163
+ "type": "string"
39164
+ },
39165
+ "includeAllSpaces": {
39166
+ "type": "boolean"
38942
39167
  }
38943
39168
  },
38944
39169
  "additionalProperties": false
@@ -39123,6 +39348,12 @@ export const OPERATOR_CONTRACT = {
39123
39348
  "standard",
39124
39349
  "detailed"
39125
39350
  ]
39351
+ },
39352
+ "knowledgeSpaceId": {
39353
+ "type": "string"
39354
+ },
39355
+ "includeAllSpaces": {
39356
+ "type": "boolean"
39126
39357
  }
39127
39358
  },
39128
39359
  "required": [
@@ -39289,6 +39520,12 @@ export const OPERATOR_CONTRACT = {
39289
39520
  },
39290
39521
  "limit": {
39291
39522
  "type": "number"
39523
+ },
39524
+ "knowledgeSpaceId": {
39525
+ "type": "string"
39526
+ },
39527
+ "includeAllSpaces": {
39528
+ "type": "boolean"
39292
39529
  }
39293
39530
  },
39294
39531
  "required": [
@@ -39774,6 +40011,12 @@ export const OPERATOR_CONTRACT = {
39774
40011
  },
39775
40012
  "limit": {
39776
40013
  "type": "number"
40014
+ },
40015
+ "knowledgeSpaceId": {
40016
+ "type": "string"
40017
+ },
40018
+ "includeAllSpaces": {
40019
+ "type": "boolean"
39777
40020
  }
39778
40021
  },
39779
40022
  "required": [
@@ -41262,6 +41505,12 @@ export const OPERATOR_CONTRACT = {
41262
41505
  "properties": {
41263
41506
  "limit": {
41264
41507
  "type": "number"
41508
+ },
41509
+ "knowledgeSpaceId": {
41510
+ "type": "string"
41511
+ },
41512
+ "includeAllSpaces": {
41513
+ "type": "boolean"
41265
41514
  }
41266
41515
  },
41267
41516
  "additionalProperties": false
@@ -42266,6 +42515,12 @@ export const OPERATOR_CONTRACT = {
42266
42515
  "limit": {
42267
42516
  "type": "number"
42268
42517
  },
42518
+ "knowledgeSpaceId": {
42519
+ "type": "string"
42520
+ },
42521
+ "includeAllSpaces": {
42522
+ "type": "boolean"
42523
+ },
42269
42524
  "includeSources": {
42270
42525
  "type": "boolean"
42271
42526
  },
@@ -42763,6 +43018,12 @@ export const OPERATOR_CONTRACT = {
42763
43018
  "properties": {
42764
43019
  "limit": {
42765
43020
  "type": "number"
43021
+ },
43022
+ "knowledgeSpaceId": {
43023
+ "type": "string"
43024
+ },
43025
+ "includeAllSpaces": {
43026
+ "type": "boolean"
42766
43027
  }
42767
43028
  },
42768
43029
  "additionalProperties": false
@@ -42913,7 +43174,14 @@ export const OPERATOR_CONTRACT = {
42913
43174
  },
42914
43175
  "inputSchema": {
42915
43176
  "type": "object",
42916
- "properties": {},
43177
+ "properties": {
43178
+ "knowledgeSpaceId": {
43179
+ "type": "string"
43180
+ },
43181
+ "includeAllSpaces": {
43182
+ "type": "boolean"
43183
+ }
43184
+ },
42917
43185
  "additionalProperties": false
42918
43186
  },
42919
43187
  "outputSchema": {
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import { PEER_ENDPOINT_IDS } from './generated/peer-endpoint-ids.js';
4
4
  export type { ContractHttpDefinition, DistributedPeerKind, DistributedWorkStatus, DistributedWorkType, GatewayEventTransport, GatewayMethodAccess, GatewayMethodSource, GatewayMethodTransport, JsonSchema, OperatorContractManifest, OperatorEventCoverageContract, OperatorEventContract, OperatorMethodContract, OperatorSchemaCoverageContract, PeerContractManifest, PeerEndpointContract, } from './types.js';
5
5
  export { DISTRIBUTED_WORK_TYPES } from './types.js';
6
6
  export { FOUNDATION_METADATA } from './generated/foundation-metadata.js';
7
- export type { CompanionChatMessage, CompanionChatMessageRole, CompanionChatSession, CompanionChatSessionsListTotals, CompanionChatSessionStatus, JsonPrimitive, JsonValue, SharedSessionConversationRouteOutput, OperatorEventPayload, OperatorEventPayloadMap, OperatorMethodInput, OperatorMethodInputMap, OperatorMethodOutput, OperatorMethodOutputMap, OperatorStreamMethodId, OperatorTypedEventId, OperatorTypedMethodId, PeerEndpointInput, PeerEndpointInputMap, PeerEndpointOutput, PeerEndpointOutputMap, PeerTypedEndpointId, RuntimeDomainEventPayload, RuntimeDomainEventPayloadMap, RuntimeDomainEventType, RuntimeEventTypedDomain, } from './generated/foundation-client-types.js';
7
+ export type { CompanionChatMessage, CompanionChatMessageRole, CompanionChatSession, CompanionChatSessionsListTotals, CompanionChatSessionStatus, JsonPrimitive, JsonValue, KnowledgeSpaceScopeInput, SharedSessionConversationRouteOutput, OperatorEventPayload, OperatorEventPayloadMap, OperatorMethodInput, OperatorMethodInputMap, OperatorMethodOutput, OperatorMethodOutputMap, OperatorStreamMethodId, OperatorTypedEventId, OperatorTypedMethodId, PeerEndpointInput, PeerEndpointInputMap, PeerEndpointOutput, PeerEndpointOutputMap, PeerTypedEndpointId, RuntimeDomainEventPayload, RuntimeDomainEventPayloadMap, RuntimeDomainEventType, RuntimeEventTypedDomain, } from './generated/foundation-client-types.js';
8
8
  export { OPERATOR_CONTRACT } from './generated/operator-contract.js';
9
9
  export { OPERATOR_METHOD_IDS } from './generated/operator-method-ids.js';
10
10
  export type { OperatorMethodId } from './generated/operator-method-ids.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,wBAAwB,EACxB,sBAAsB,EACtB,oBAAoB,EACpB,oBAAoB,EACrB,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,YAAY,EACV,sBAAsB,EACtB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,mBAAmB,EACnB,sBAAsB,EACtB,UAAU,EACV,wBAAwB,EACxB,6BAA6B,EAC7B,qBAAqB,EACrB,sBAAsB,EACtB,8BAA8B,EAC9B,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,YAAY,EACV,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACpB,+BAA+B,EAC/B,0BAA0B,EAC1B,aAAa,EACb,SAAS,EACT,oCAAoC,EACpC,oBAAoB,EACpB,uBAAuB,EACvB,mBAAmB,EACnB,sBAAsB,EACtB,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,iBAAiB,EACjB,oBAAoB,EACpB,kBAAkB,EAClB,qBAAqB,EACrB,mBAAmB,EACnB,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,uBAAuB,GACxB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,YAAY,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,YAAY,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AACnG,YAAY,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAEnG,wBAAgB,mBAAmB,IAAI,wBAAwB,CAE9D;AAED,wBAAgB,eAAe,IAAI,oBAAoB,CAEtD;AAuCD,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB,GAAG,SAAS,CAEtF;AAED,wBAAgB,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,oBAAoB,GAAG,SAAS,CAEpF;AAED,wBAAgB,mBAAmB,IAAI,SAAS,sBAAsB,EAAE,CAEvE;AAED,wBAAgB,iBAAiB,IAAI,SAAS,oBAAoB,EAAE,CAEnE;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAG/F;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAG3F;AAGD,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,wBAAwB,EACxB,sBAAsB,EACtB,oBAAoB,EACpB,oBAAoB,EACrB,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,YAAY,EACV,sBAAsB,EACtB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,mBAAmB,EACnB,sBAAsB,EACtB,UAAU,EACV,wBAAwB,EACxB,6BAA6B,EAC7B,qBAAqB,EACrB,sBAAsB,EACtB,8BAA8B,EAC9B,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,YAAY,EACV,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACpB,+BAA+B,EAC/B,0BAA0B,EAC1B,aAAa,EACb,SAAS,EACT,wBAAwB,EACxB,oCAAoC,EACpC,oBAAoB,EACpB,uBAAuB,EACvB,mBAAmB,EACnB,sBAAsB,EACtB,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,iBAAiB,EACjB,oBAAoB,EACpB,kBAAkB,EAClB,qBAAqB,EACrB,mBAAmB,EACnB,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,uBAAuB,GACxB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,YAAY,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,YAAY,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AACnG,YAAY,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAEnG,wBAAgB,mBAAmB,IAAI,wBAAwB,CAE9D;AAED,wBAAgB,eAAe,IAAI,oBAAoB,CAEtD;AAuCD,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB,GAAG,SAAS,CAEtF;AAED,wBAAgB,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,oBAAoB,GAAG,SAAS,CAEpF;AAED,wBAAgB,mBAAmB,IAAI,SAAS,sBAAsB,EAAE,CAEvE;AAED,wBAAgB,iBAAiB,IAAI,SAAS,oBAAoB,EAAE,CAEnE;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAG/F;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAG3F;AAGD,cAAc,wBAAwB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pellux/goodvibes-contracts",
3
- "version": "0.33.9",
3
+ "version": "0.33.11",
4
4
  "engines": {
5
5
  "bun": "1.3.10",
6
6
  "node": ">=22.0.0"