Skip to content

[PM-39979] Item-type Send backend integration work - #1377

Closed
mcamirault wants to merge 1 commit into
mainfrom
tools/pm-39979/item-send-support
Closed

[PM-39979] Item-type Send backend integration work#1377
mcamirault wants to merge 1 commit into
mainfrom
tools/pm-39979/item-send-support

Conversation

@mcamirault

@mcamirault mcamirault commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-39979

📔 Objective

This PR adds support for creating and editing Item-type Sends in the SDK, which will be used for the integration work starting with this clients PR

🚨 Breaking Changes

None,
None,
Some(Box::new(bitwarden_api_api::models::SendDataModel {
encryption_version: Some(SendEncryptionType::V1.into()),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎨 It might be nice to define the encryption type being used as a const at the top of the file. This would make it simpler to change down the road.

r#type: input.r#type,
file: input.file,
text: input.text,
// TODO - Use the `data` field when implementing item-type Send support

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ Is this still a TODO?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if creating these item-type Sends via the CLI is a desired feature, but if it is I think it'll be a follow-on to the current work.

@mcamirault mcamirault closed this Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants