@everylanguage/shared-types 1.0.23-dev.20260105.233055.178 → 1.0.23-dev.20260107.130303.184
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.
- package/package.json +1 -1
- package/types/database.d.ts +2 -2
package/package.json
CHANGED
package/types/database.d.ts
CHANGED
|
@@ -8863,7 +8863,7 @@ export type Database = {
|
|
|
8863
8863
|
segment_type: "source" | "target";
|
|
8864
8864
|
share_entity_type: "app" | "chapter" | "playlist" | "verse" | "passage";
|
|
8865
8865
|
subscription_status: "active" | "canceled" | "past_due" | "unpaid" | "incomplete" | "incomplete_expired" | "trialing" | "paused";
|
|
8866
|
-
target_type: "chapter" | "book" | "sermon" | "passage" | "verse" | "podcast" | "film_segment" | "audio_segment";
|
|
8866
|
+
target_type: "chapter" | "book" | "sermon" | "passage" | "verse" | "podcast" | "film_segment" | "audio_segment" | "playlist";
|
|
8867
8867
|
testament: "old" | "new";
|
|
8868
8868
|
text_version_source: "official_translation" | "ai_transcription" | "user_submitted";
|
|
8869
8869
|
transaction_kind: "payment" | "refund" | "adjustment" | "transfer";
|
|
@@ -8968,7 +8968,7 @@ export declare const Constants: {
|
|
|
8968
8968
|
readonly segment_type: readonly ["source", "target"];
|
|
8969
8969
|
readonly share_entity_type: readonly ["app", "chapter", "playlist", "verse", "passage"];
|
|
8970
8970
|
readonly subscription_status: readonly ["active", "canceled", "past_due", "unpaid", "incomplete", "incomplete_expired", "trialing", "paused"];
|
|
8971
|
-
readonly target_type: readonly ["chapter", "book", "sermon", "passage", "verse", "podcast", "film_segment", "audio_segment"];
|
|
8971
|
+
readonly target_type: readonly ["chapter", "book", "sermon", "passage", "verse", "podcast", "film_segment", "audio_segment", "playlist"];
|
|
8972
8972
|
readonly testament: readonly ["old", "new"];
|
|
8973
8973
|
readonly text_version_source: readonly ["official_translation", "ai_transcription", "user_submitted"];
|
|
8974
8974
|
readonly transaction_kind: readonly ["payment", "refund", "adjustment", "transfer"];
|