Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
172 changes: 172 additions & 0 deletions apps/api/openapi.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,163 @@
}
}
},
"/shared-notes/share/{share_id}": {
"get": {
"tags": [
"shared-notes"
],
"operationId": "read_stable_shared_note",
"parameters": [
{
"name": "share_id",
"in": "path",
"description": "Stable session share ID",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Stable shared note",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StableSharedNoteSnapshot"
}
}
}
},
"404": {
"description": "Shared note unavailable"
},
"502": {
"description": "Shared note service unavailable"
}
}
}
},
"/shared-notes/share/{share_id}/attachments/{attachment_id}/download": {
"post": {
"tags": [
"shared-notes"
],
"operationId": "download_stable_shared_attachment",
"parameters": [
{
"name": "share_id",
"in": "path",
"description": "Stable session share ID",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "attachment_id",
"in": "path",
"description": "Published attachment ID",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Short-lived stable-link attachment download",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SharedAttachmentDownload"
}
}
}
},
"404": {
"description": "Shared attachment unavailable"
},
"502": {
"description": "Shared attachment service unavailable"
}
}
}
},
"/shared-notes/share/{share_id}/handoff": {
"post": {
"tags": [
"shared-notes"
],
"operationId": "create_stable_shared_note_handoff",
"parameters": [
{
"name": "share_id",
"in": "path",
"description": "Stable session share ID",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "One-time desktop handoff",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SharedNoteHandoff"
}
}
}
},
"404": {
"description": "Shared note unavailable"
},
"502": {
"description": "Shared note service unavailable"
}
}
}
},
"/shared-notes/share/{share_id}/preview": {
"get": {
"tags": [
"shared-notes"
],
"operationId": "read_stable_shared_note_preview",
"parameters": [
{
"name": "share_id",
"in": "path",
"description": "Stable session share ID",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Stable shared note preview",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SharedNotePreview"
}
}
}
},
"404": {
"description": "Shared note unavailable"
},
"502": {
"description": "Shared note service unavailable"
}
}
}
},
"/shared-notes/{share_id}/recap/email": {
"post": {
"tags": [
Expand Down Expand Up @@ -10927,6 +11084,21 @@
}
}
},
"StableSharedNoteSnapshot": {
"type": "object",
"required": [
"accessScope",
"snapshot"
],
"properties": {
"accessScope": {
"type": "string"
},
"snapshot": {
"$ref": "#/components/schemas/SharedNoteSnapshot"
}
}
},
"StartTrialReason": {
"type": "string",
"enum": [
Expand Down
4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/af/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/af/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/am/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/am/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/ar/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/ar/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/as/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/as/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/az/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/az/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/ba/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/ba/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/be/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/be/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/bg/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/bg/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/bn/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/bn/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/bo/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/bo/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/br/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/br/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/bs/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/bs/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/ca/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/ca/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/cs/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/cs/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/cy/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/cy/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/da/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/da/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/de/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/el/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr ""
msgid "Replace all"
msgstr ""

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr ""

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/el/messages.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions apps/desktop/src/i18n/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3509,10 +3509,6 @@ msgstr "Replace"
msgid "Replace all"
msgstr "Replace all"

#: src/session-sharing/management-panel.tsx
msgid "Replace link & copy"
msgstr "Replace link & copy"

#: src/settings/todo/github.tsx
msgid "Replace repository"
msgstr "Replace repository"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/i18n/locales/en/messages.ts

Large diffs are not rendered by default.

Loading
Loading