@xmtp/node-bindings 0.0.35 → 0.0.37

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.
Binary file
package/dist/index.d.ts CHANGED
@@ -63,8 +63,6 @@ export declare class Conversation {
63
63
  groupImageUrlSquare(): string
64
64
  updateGroupDescription(groupDescription: string): Promise<void>
65
65
  groupDescription(): string
66
- updateGroupPinnedFrameUrl(pinnedFrameUrl: string): Promise<void>
67
- groupPinnedFrameUrl(): string
68
66
  stream(callback: (err: null | Error, result: Message | undefined) => void): StreamCloser
69
67
  createdAtNs(): number
70
68
  isActive(): boolean
@@ -177,7 +175,6 @@ export interface CreateGroupOptions {
177
175
  groupName?: string
178
176
  groupImageUrlSquare?: string
179
177
  groupDescription?: string
180
- groupPinnedFrameUrl?: string
181
178
  customPermissionPolicySet?: PermissionPolicySet
182
179
  messageDisappearingSettings?: MessageDisappearingSettings
183
180
  }
@@ -301,8 +298,7 @@ export interface MessageDisappearingSettings {
301
298
  export declare const enum MetadataField {
302
299
  GroupName = 0,
303
300
  Description = 1,
304
- ImageUrlSquare = 2,
305
- PinnedFrameUrl = 3
301
+ ImageUrlSquare = 2
306
302
  }
307
303
 
308
304
  export declare const enum PermissionLevel {
@@ -328,7 +324,6 @@ export interface PermissionPolicySet {
328
324
  updateGroupNamePolicy: PermissionPolicy
329
325
  updateGroupDescriptionPolicy: PermissionPolicy
330
326
  updateGroupImageUrlSquarePolicy: PermissionPolicy
331
- updateGroupPinnedFrameUrlPolicy: PermissionPolicy
332
327
  updateMessageDisappearingPolicy: PermissionPolicy
333
328
  }
334
329
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",
@@ -38,7 +38,7 @@
38
38
  "devDependencies": {
39
39
  "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
40
40
  "@napi-rs/cli": "^3.0.0-alpha.64",
41
- "@types/node": "^22.12.0",
41
+ "@types/node": "^22.13.0",
42
42
  "@types/uuid": "^10.0.0",
43
43
  "fast-glob": "^3.3.3",
44
44
  "prettier": "^3.4.2",