Init @signalapp/types package

Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-07-06 23:19:23 +00:00
committed by GitHub
co-authored by Jamie
parent 18d82c7aef
commit cf28aa58cf
90 changed files with 5100 additions and 126 deletions
+2
View File
@@ -145,6 +145,7 @@ const NODE_PACKAGES = new Set([
'svgo',
'synckit',
'tailwindcss',
'tsdown',
'tsx',
'typescript',
'wait-on',
@@ -206,6 +207,7 @@ const STD_PACKAGES = new Set([
'@indutny/sneequals',
'@internationalized/date',
'@react-types/shared',
'@signalapp/types',
'@signalapp/minimask',
'@signalapp/parchment-cjs',
'@signalapp/quill-cjs',
+4 -1
View File
@@ -1763,7 +1763,10 @@
".storybook/**",
"codemods/**",
"danger/**",
"packages/**",
"packages/types/tsdown.config.mjs",
"packages/lame/**",
"packages/mute-state-change/**",
"packages/windows-ucv/**",
"scripts/**",
"test/test.mjs",
".pnpmfile.mjs",
+664
View File
@@ -3368,6 +3368,670 @@ Signal Desktop makes use of the following open source projects.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.
## @signalapp/types
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.
## @signalapp/windows-ucv
GNU AFFERO GENERAL PUBLIC LICENSE
+1
View File
@@ -121,6 +121,7 @@
"dependencies": {
"@indutny/mac-screen-share": "1.2.5",
"@indutny/simple-windows-notifications": "2.0.21",
"@signalapp/types": "workspace:*",
"@signalapp/libsignal-client": "0.96.3",
"@signalapp/mute-state-change": "workspace:*",
"@signalapp/ringrtc": "2.69.4",
+1 -1
View File
@@ -7,7 +7,7 @@
"type": "object",
"properties": {
"build": {
"$ref": "./node_modules/app-builder-lib/scheme.json"
"$ref": "https://raw.githubusercontent.com/electron-userland/electron-builder/refs/heads/master/packages/app-builder-lib/scheme.json"
}
}
}
+1
View File
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@signalapp/lame",
"description": "LAME MP3 Encoder bindings for Node.js",
"version": "1.0.0",
+1
View File
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@signalapp/mute-state-change",
"description": "ScreenCaptureKit bindings for Node.js",
"version": "1.0.0",
+1
View File
@@ -0,0 +1 @@
dist
+661
View File
@@ -0,0 +1,661 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.
+253
View File
@@ -0,0 +1,253 @@
<!-- Copyright 2014 Signal Messenger, LLC -->
<!-- SPDX-License-Identifier: AGPL-3.0-only -->
# @signalapp/types
This package provides shared opaque and utility types and related helper
functions for use across different Signal libraries and desktop apps.
```ts
import { Aci, SentTimestampMs, DurationSecs } from '@signalapp/types';
export type PinnedMessage = Readonly<{
targetSentTimestamp: SentTimestampMs;
targetAuthorAci: Aci;
pinDuration: DurationSecs;
}>;
```
## API
```ts
import type { Tagged } from 'type-fest';
// Result
type Result<T, E = string> = Result.Ok<T> | Result.Err<E>;
type Result.Ok<T> = Readonly<{ ok: true; value: T; error?: never; }>;
type Result.Err<E = string> = Readonly<{ ok: false; value?: never; error: E; }>;
// Numbers
type Uint8 = Tagged<number, 'Uint8'>;
type Uint16 = Tagged<number, 'Uint16'>;
type Uint32 = Tagged<number, 'Uint32'>;
type BigUint64 = Tagged<bigint, 'BigUint64'>;
type BigUint128 = Tagged<bigint, 'BigUint128'>;
type Int8 = Tagged<number, 'Int8'>;
type Int16 = Tagged<number, 'Int16'>;
type Int32 = Tagged<number, 'Int32'>;
type BigInt64 = Tagged<bigint, 'BigInt64'>;
type BigInt128 = Tagged<bigint, 'BigInt128'>;
type Float16 = Tagged<number, 'Float16'>;
type Float32 = Tagged<number, 'Float32'>;
type Float64 = Tagged<number, 'Float64'>;
// Units
type UnitBytes = Tagged<Float64, 'UnitBytes'>;;
type UnitKilobytes = Tagged<Float64, 'UnitKilobytes'>;
type UnitKibibytes = Tagged<Float64, 'UnitKibibytes'>;
// Datetime
type TimestampMs = Tagged<number, 'TimestampMs'>;
type TimestampSecs = Tagged<number, 'TimestampSecs'>;
type DurationMs = Tagged<Uint32, 'DurationMs'>;
type DurationSecs = Tagged<Uint32, 'DurationSecs'>;
type DurationDays = Tagged<Uint32, 'DurationDays'>;
type PlainTimeHourMin = Tagged<Uint32, 'PlainTimeHourMin'>;
// Encodings
type Bytes = Uint8Array<ArrayBuffer>;
type Bytes.Of<T> = Tagged<Bytes, 'Bytes.Of', T>;
type Base64 = Tagged<string, 'Base64'>;
type Base64.Of<T> = Tagged<Base64, 'Base64.Of', T>;
type Base64Url = Tagged<string, 'Base64Url'>;
type Base64Url.Of<T> = Tagged<Base64Url, 'Base64URL.Of', T>;
type Hex = Tagged<string, 'Hex'>;
type Hex.Of<T> = Tagged<Hex, 'Hex.Of', T>;
type Json = Tagged<string, 'Json'>;
type Json.Of<T extends JsonValue> = Tagged<Json, 'Json.Of', T>;
type JsonPrimitive = null | boolean | number | string;
type JsonArray = Array<JsonValue> | ReadonlyArray<JsonValue>;
type JsonObject = { [Key in string]: JsonValue };
type JsonValue = JsonPrimitive | JsonArray | JsonObject;
type Utf8.Of<T extends string> = Tagged<T, 'Utf8.Of'>;
// Formats
type HexColor = Tagged<`#${string}`, 'HexColor'>;
type HttpUrl = Tagged<string, 'HttpUrl'>;
type LanguageTag = Tagged<string, 'LanguageTag'>;
type MimeType = Tagged<`${string}/${string}`, 'MimeType'>;
type Semver = Tagged<string, 'Semver'>;
type Uuid = Tagged<string, 'Uuid'>;
// Service
type E164 = E164.Decoded;
type E164.Opaque = Tagged<`+${string}`, 'E164'>;
type E164.Encoded = Utf8.Of<E164.Opaque>;
type E164.Decoded = Bytes.Of<E164.Opaque>;
type Aci = Aci.Decoded;
type Aci.Opaque = Tagged<Uuid, 'Aci'>;
type Aci.Decoded = Utf8.Of<Aci.Opaque>;
type Aci.Encoded = Bytes.Of<Aci.Opaque>;
type Pni = Utf8.Of<Pni.Opaque>;
type Pni.Opaque = Tagged<`PNI:${Uuid}`, 'Pni'>;
type Pni.Decoded = Utf8.Of<Pni.Opaque>;
type Pni.Encoded = Bytes.Of<Pni.Opaque>;
type UntaggedPni = UntaggedPni.Decoded;
type UntaggedPni.Opaque = Tagged<Uuid, 'UntaggedPni'>;
type UntaggedPni.Decoded = Utf8.Of<UntaggedPni.Opaque>;
type UntaggedPni.Encoded = Bytes.Of<UntaggedPni.Opaque>;
type ServiceId = ServiceId.Decoded;
type ServiceId.Decoded = Aci | Pni;
type ServiceId.Encoded = Bytes.Of<Decoded>;
type DeviceId = Tagged<Uint32, 'DeviceId'>;
type Address = Address.Decoded;
type Address.Opaque = Tagged<`${ServiceId}.${DeviceId}`, 'Address'>;
type Address.Decoded = Utf8.Of<Address.Opaque>;
type Address.Encoded = Bytes.Of<Address.Opaque>;
type AddressInfo = Tagged<AddressInfo.Params, 'AddressInfo'>;
type AddressInfo.Params = Readonly<{ serviceId: ServiceId; deviceId: DeviceId; }>;
type DistributionId = Utf8.Of<DistributionId.Opaque>;
type DistributionId.Opaque = Tagged<Uuid, 'DistributionId'>;
type DistributionId = DistributionId.Decoded;
type DistributionId.Opaque = Tagged<Uuid, 'DistributionId'>;
type DistributionId.Decoded = Utf8.Of<DistributionId.Opaque>;
type DistributionId.Encoded = Bytes.Of<DistributionId.Opaque>;
type GroupId = GroupId.Decoded;
type GroupId.Opaque = Tagged<unknown, 'GroupId'>;
type GroupId.Decoded = Base64.Of<GroupId.Opaque>;
type GroupId.Encoded = Bytes.Of<GroupId.Opaque>;
type DistributionListId = DistributionListId.Decoded;
type DistributionListId.Opaque = Tagged<Uuid, 'DistributionListId'>;
type DistributionListId.Decoded = Utf8.Of<DistributionListId.Opaque>;
type DistributionListId.Encoded = Bytes.Of<DistributionListId.Opaque>;
type SentTimestampMs = Tagged<TimestampMs, 'SentTimestampMs'>;
type ServerTimestampMs = Tagged<TimestampMs, 'ServerTimestampMs'>;
type ReceivedTimestampMs = Tagged<TimestampMs, 'ReceivedTimestampMs'>;
type StorageManifestVersion = Tagged<BigUint64, 'StorageManifestVersion'>;
type StorageItemKey = StorageItemKey.Decoded;
type StorageItemKey.Opaque = Tagged<unknown, 'StorageItemKey'>;
type StorageItemKey.Decoded = Base64.Of<Opaque>;
type StorageItemKey.Encoded = Bytes.Of<Opaque>;
```
### Schemas
Almost all of these types provide Zod schemas:
```ts
import { Aci, SentTimestampMs, DurationSecs } from '@signalapp/types';
export const PinnedMessageSchema = z.object({
targetSentTimestamp: SentTimestampMs.Schema,
targetAuthorAci: Aci.Schema,
pinDuration: DurationSecs.Schema,
});
```
### Helpers
Types have helpers for casting loosely typed data to strict types:
> Note: You should prefer to use the most specific `from*` method that you can,
> it will generally have less runtime cost checking the type is valid.
```ts
Aci.isValid(input: string): input is Aci; // boolean
Aci.fromUuid(input: Uuid): Aci; // throws if invalid
Aci.fromString(input: string): Aci; // throws if invalid
```
### Encodings
Encodings have special `<Encoding>.Of<T>` types to represent internal opaque
types:
```ts
// Maybe this just represents some random number generation that we should not be aware of
export type MyOpaqueType = Tagged<unknown, 'MyOpaqueType'>;
export function decode(input: Bytes.Of<MyOpaqueType>): Base64.Of<MyOpaqueType> {
return Base64.fromBytes(input);
}
export function encode(input: Bytes.Of<MyOpaqueType>): Base64.Of<MyOpaqueType> {
return Base64.toBytes(input);
}
```
Many of the "service" types use these `<Encoding>.Of` types to wrap their own
internal `Opaque` type with expected encodings along with `encode` and `decode`
helpers:
```ts
export type StorageItemKey = StorageItemKey.Decoded;
export namespace StorageItemKey {
type Opaque = Tagged<unknown, 'StorageItemKey'>;
export type Decoded = Base64.Of<Opaque>;
export type Encoded = Bytes.Of<Opaque>;
export function decode(input: Encoded): StorageItemKey {
return Base64.fromBytes(input);
}
export function encode(input: StorageItemKey): Encoded {
return Base64.toBytes(input);
}
}
```
## Future Ideas
- General:
- [ ] `NonEmpty<T extends { length: number }>`
- [ ] `NonZero<T extends number | bigint>`
- Units:
- [ ] `Dimension`
- [ ] `Width`
- [ ] `Height`
- Formats:
- [ ] `BlurHash`
- [ ] `RegionId`
- [ ] `CurrencyCode`
- [ ] `Email`
- File System:
- [ ] `FileName`
- [ ] `FilePath`
- [ ] `FileExtension`
- Net:
- [ ] `BasicAuth`
- [ ] `IpV4`
- [ ] `IpV6`
- [ ] `IpAddr`
- [ ] `Domain/Hostname`
- [ ] `Protocol`
- [ ] `Port`
- Service:
- [ ] `RegistrationId`
- [ ] `ServerGuid`
- [ ] `ProfileKey`
- [ ] `ProfileKeyVersion
- [ ] `Username`
- [ ] `ReportingToken`
- [ ] `GroupVersion`
- [ ] `MasterKey`
- [ ] `PublicParams`
- [ ] `SecretParams`
- [ ] `GroupInviteLinkPassword`
- [ ] `UserText` / `TrustedText`
+51
View File
@@ -0,0 +1,51 @@
{
"name": "@signalapp/types",
"version": "0.0.0",
"license": "AGPL-3.0-only",
"author": {
"name": "Signal Messenger, LLC",
"email": "support@signal.org"
},
"type": "module",
"sideEffects": false,
"source": "src/index.std.ts",
"main": "dist/index.std.cjs",
"module": "dist/index.std.mjs",
"types": "dist/index.std.d.mts",
"files": [
"dist"
],
"exports": {
".": {
"import": {
"types": "./dist/index.std.d.mts",
"default": "./dist/index.std.mjs"
},
"require": {
"types": "./dist/index.std.d.cts",
"default": "./dist/index.std.cjs"
}
}
},
"engines": {
"node": ">=24.17.0"
},
"scripts": {
"check": "tsgo --noEmit",
"build": "tsdown",
"prepare": "pnpm run build"
},
"dependencies": {
"buffer": "6.0.3",
"semver": "7.7.4",
"type-fest": "5.5.0",
"uuid": "13.0.0",
"zod": "4.3.6"
},
"devDependencies": {
"@arethetypeswrong/core": "0.18.4",
"@typescript/native-preview": "7.0.0-dev.20260515.1",
"publint": "0.3.21",
"tsdown": "0.22.3"
}
}
+51
View File
@@ -0,0 +1,51 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
/**
* A discriminated union representing either success ({@link Result.Ok}) or failure ({@link Result.Err}).
* @public
*/
export type Result<T, E = string> = Result.Ok<T> | Result.Err<E>;
export namespace Result {
/**
* Successful result containing a value.
* @public
*/
export type Ok<T> = Readonly<{
ok: true;
value: T;
error?: never;
}>;
/**
* Failed result containing an error.
* @public
*/
export type Err<E = string> = Readonly<{
ok: false;
value?: never;
error: E;
}>;
/** @public */
export function ok<T>(value: T): Ok<T> {
return { ok: true, value };
}
/** @public */
export function err<E = string>(error: E): Err<E> {
return { ok: false, error };
}
/** @public */
export async function fromPromise<T>(
promise: Promise<T>
): Promise<Result<T, unknown>> {
try {
return ok(await promise);
} catch (error) {
return err(error);
}
}
}
+43
View File
@@ -0,0 +1,43 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import { Result } from '../Result.std.ts';
import { ServiceId } from '../service/ServiceId.std.ts';
import { safeParseNumber } from './numbers.std.ts';
import { Uint32 } from '../numbers/Uint32.std.ts';
import { DeviceId } from '../service/DeviceId.std.ts';
import type { AddressInfo } from '../service/AddressInfo.std.ts';
export function parseAddress(input: string): Result<AddressInfo.Params> {
const parts = input.split('.');
if (parts.length !== 2) {
return Result.err('must have format "<ServiceId>.<DeviceId>"');
}
const [serviceId, deviceIdStr] = parts;
if (serviceId == null || serviceId.length === 0) {
return Result.err('missing service id');
}
if (!ServiceId.isValid(serviceId)) {
return Result.err('invalid service id');
}
if (deviceIdStr == null || deviceIdStr.length === 0) {
return Result.err('missing device id');
}
const deviceId = safeParseNumber(deviceIdStr);
if (deviceId == null) {
return Result.err('device id is not a number');
}
if (!Uint32.isValid(deviceId)) {
return Result.err('device id is not a valid uint32');
}
if (!DeviceId.isValid(deviceId)) {
return Result.err('invalid device id');
}
return Result.ok({ serviceId, deviceId });
}
+49
View File
@@ -0,0 +1,49 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
// oxlint-disable-next-line unicorn/prefer-node-protocol
import { Buffer } from 'buffer';
import type { Bytes } from '../encodings/Bytes.std.ts';
/**
* TODO: Once upgrading to Node 25+ we can replace Buffer with Uint8Array methods.
*/
/** Future: `new TextDecoder().decode(input)` */
export function TextDecoderDecode(input: Bytes): string {
return Buffer.from(input).toString('utf8');
}
/** Future: `new TextEncoder().encode(input)` */
export function TextEncoderEncode(input: string): Bytes {
return Buffer.from(input, 'utf8');
}
/** Future: `input.toBase64()` */
export function Uint8ArrayToBase64(input: Bytes): string {
return Buffer.from(input).toString('base64');
}
/** Future: `Uint8Array.fromBase64(input)` */
export function Uint8ArrayFromBase64(input: string): Bytes {
return Buffer.from(input, 'base64');
}
/** Future: `input.toBase64({ alphabet: 'base64url', omitPadding: true })` */
export function Uint8ArrayToBase64Url(input: Bytes): string {
return Buffer.from(input).toString('base64url');
}
/** Future: `Uint8Array.fromBase64(input, { alphabet: 'base64url' })` */
export function Uint8ArrayFromBase64Url(input: string): Bytes {
return Buffer.from(input, 'base64url');
}
/** Future: `input.toHex()` */
export function Uint8ArrayToHex(input: Bytes): string {
return Buffer.from(input).toString('hex');
}
/** Future: `Uint8Array.fromHex(input)` */
export function Uint8ArrayFromHex(input: string): Bytes {
return Buffer.from(input, 'hex');
}
+30
View File
@@ -0,0 +1,30 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export const MIN_SAFE_DATE = -8_640_000_000_000_000;
export const MAX_SAFE_DATE = 8_640_000_000_000_000;
const MS_PER_SEC = 1000;
const MS_PER_MIN: number = 60 * MS_PER_SEC;
const MS_PER_HOUR: number = 60 * MS_PER_MIN;
const MS_PER_DAY: number = 24 * MS_PER_HOUR;
const SECS_PER_MIN = 60;
const SECS_PER_HOUR: number = 60 * SECS_PER_MIN;
const SECS_PER_DAY: number = 24 * SECS_PER_HOUR;
export const msToSecsInt = (ms: number): number => Math.trunc(ms / MS_PER_SEC);
export const msToDaysInt = (ms: number): number => Math.trunc(ms / MS_PER_DAY);
export const secsToMs = (seconds: number): number => seconds * MS_PER_SEC;
export const secsToDays = (secs: number): number =>
Math.trunc(secs / SECS_PER_DAY);
export const minsToMs = (minutes: number): number => minutes * MS_PER_MIN;
export const minsToSecs = (mins: number): number => mins * SECS_PER_MIN;
export const hoursToMs = (hours: number): number => hours * MS_PER_HOUR;
export const hoursToSecs = (hours: number): number => hours * SECS_PER_HOUR;
export const daysToMs = (days: number): number => days * MS_PER_DAY;
export const daysToSecs = (days: number): number => days * SECS_PER_DAY;
+24
View File
@@ -0,0 +1,24 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
const MAX_SAFE_INTEGER_BIGINT = BigInt(Number.MAX_SAFE_INTEGER);
export function bigIntToNumber(input: bigint): number {
if (input > MAX_SAFE_INTEGER_BIGINT) {
throw new TypeError('must be <= MAX_SAFE_INTEGER');
}
return Number(input);
}
export function safeParseNumber(input: string): number | null {
const trimmed = input.trim();
if (trimmed === '') {
return null;
}
const parsed = Number(input);
if (!Number.isFinite(parsed)) {
return null;
}
return parsed;
}
+13
View File
@@ -0,0 +1,13 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export const PNI_PREFIX = 'PNI:';
const PNI_PREFIX_REGEX = /^PNI:/;
export function stripPniPrefix(input: string): string {
if (!input.startsWith(PNI_PREFIX)) {
throw new TypeError('missing pni prefix');
}
return input.replace(PNI_PREFIX_REGEX, '');
}
@@ -0,0 +1,56 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Uint32 } from '../numbers/Uint32.std.ts';
import type { DurationMs } from './DurationMs.std.ts';
import type { DurationSecs } from './DurationSecs.std.ts';
import { msToDaysInt, secsToDays } from '../_utils/datetime.std.ts';
/**
* Duration in days (bounded to `Uint32` range).
* @public
*/
export type DurationDays = Tagged<Uint32, 'DurationDays'>;
export namespace DurationDays {
/** @public */
export const DAY = 1 as DurationDays;
/** @public */
export const SEVEN_DAYS = (DAY * 7) as DurationDays; // "1 week"
/** @public */
export const TWENTY_EIGHT_DAYS = (DAY * 28) as DurationDays; // "4 weeks"
/** @public */
export const THIRTY_DAYS = (DAY * 30) as DurationDays; // "1 month"
/** @public */
export const Schema: z.ZodMiniType<DurationDays, number> = z.pipe(
Uint32.Schema,
z.custom<DurationDays>()
);
/** @public */
export function isValid(input: number): input is DurationDays {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUint32(input: Uint32): DurationDays {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): DurationDays {
return fromUint32(Uint32.fromNumber(input));
}
/** @public */
export function fromDurationMs(input: DurationMs): DurationDays {
return fromNumber(msToDaysInt(input));
}
/** @public */
export function fromDurationSecs(input: DurationSecs): DurationDays {
return fromNumber(secsToDays(input));
}
}
@@ -0,0 +1,81 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Uint32 } from '../numbers/Uint32.std.ts';
import type { DurationSecs } from './DurationSecs.std.ts';
import type { DurationDays } from './DurationDays.std.ts';
import {
daysToMs,
hoursToMs,
minsToMs,
secsToMs,
} from '../_utils/datetime.std.ts';
/**
* Duration in milliseconds (bounded to `Uint32` range).
* @public
*/
export type DurationMs = Tagged<Uint32, 'DurationMs'>;
export namespace DurationMs {
/** @public */
export const SECOND = 1000 as DurationMs;
/** @public */
export const MINUTE = (1000 * 60) as DurationMs;
/** @public */
export const HOUR = (MINUTE * 60) as DurationMs;
/** @public */
export const DAY = (HOUR * 24) as DurationMs;
/** @public */
export const Schema: z.ZodMiniType<DurationMs, number> = z.pipe(
Uint32.Schema,
z.custom<DurationMs, Uint32>()
);
/** @public */
export function isValid(input: number): input is DurationMs {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUint32(input: Uint32): DurationMs {
return Schema.parse(input);
}
/** @public */
export function fromMilliseconds(input: number): DurationMs {
return fromUint32(Uint32.fromNumber(input));
}
/** @public */
export function fromSeconds(input: number): DurationMs {
return fromMilliseconds(secsToMs(input));
}
/** @public */
export function fromMinutes(input: number): DurationMs {
return fromMilliseconds(minsToMs(input));
}
/** @public */
export function fromHours(input: number): DurationMs {
return fromMilliseconds(hoursToMs(input));
}
/** @public */
export function fromDays(input: number): DurationMs {
return fromMilliseconds(daysToMs(input));
}
/** @public */
export function fromDurationSecs(input: DurationSecs): DurationMs {
return fromMilliseconds(secsToMs(input));
}
/** @public */
export function fromDurationDays(input: DurationDays): DurationMs {
return fromMilliseconds(daysToMs(input));
}
}
@@ -0,0 +1,76 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Uint32 } from '../numbers/Uint32.std.ts';
import type { DurationMs } from './DurationMs.std.ts';
import type { DurationDays } from './DurationDays.std.ts';
import {
daysToSecs,
hoursToSecs,
minsToSecs,
msToSecsInt,
} from '../_utils/datetime.std.ts';
/**
* Duration in seconds (bounded to `Uint32` range).
* @public
*/
export type DurationSecs = Tagged<Uint32, 'DurationSecs'>;
export namespace DurationSecs {
/** @public */
export const SECOND = 1 as DurationSecs;
/** @public */
export const MINUTE = (SECOND * 60) as DurationSecs;
/** @public */
export const HOUR = (MINUTE * 60) as DurationSecs;
/** @public */
export const DAY = (HOUR * 24) as DurationSecs;
/** @public */
export const Schema: z.ZodMiniType<DurationSecs, number> = z.pipe(
Uint32.Schema,
z.custom<DurationSecs>()
);
/** @public */
export function isValid(input: number): input is DurationSecs {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUint32(input: Uint32): DurationSecs {
return Schema.parse(input);
}
/** @public */
export function fromSeconds(input: number): DurationSecs {
return fromUint32(Uint32.fromNumber(input));
}
/** @public */
export function fromMinutes(input: number): DurationSecs {
return fromSeconds(minsToSecs(input));
}
/** @public */
export function fromHours(input: number): DurationSecs {
return fromSeconds(hoursToSecs(input));
}
/** @public */
export function fromDays(input: number): DurationSecs {
return fromSeconds(daysToSecs(input));
}
/** @public */
export function fromDurationMs(input: DurationMs): DurationSecs {
return fromSeconds(msToSecsInt(input));
}
/** @public */
export function fromDurationDays(input: DurationDays): DurationSecs {
return fromSeconds(daysToSecs(input));
}
}
@@ -0,0 +1,51 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Uint32 } from '../numbers/Uint32.std.ts';
const MIN = 0;
const MAX = 2359;
const MINS_MAX = 59;
function getMins(input: number): number {
return input % 100;
}
function isPlainTimeHourMin(input: number): input is PlainTimeHourMin {
return (
Number.isInteger(input) &&
input >= MIN &&
input <= MAX &&
getMins(input) <= MINS_MAX
);
}
/**
* 24-hour clock time as a 4-digit integer (00002359).
* @public
*/
export type PlainTimeHourMin = Tagged<Uint32, 'PlainTimeHourMin'>;
export namespace PlainTimeHourMin {
/** @public */
export const Schema: z.ZodMiniType<PlainTimeHourMin, number> = z.pipe(
Uint32.Schema,
z.custom<PlainTimeHourMin>(isPlainTimeHourMin)
);
/** @public */
export function isValid(input: number): input is PlainTimeHourMin {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUint32(input: Uint32): PlainTimeHourMin {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): PlainTimeHourMin {
return fromUint32(Uint32.fromNumber(input));
}
}
@@ -0,0 +1,55 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import {
MAX_SAFE_DATE,
MIN_SAFE_DATE,
secsToMs,
} from '../_utils/datetime.std.ts';
import type { TimestampSecs } from './TimestampSecs.std.ts';
import { bigIntToNumber } from '../_utils/numbers.std.ts';
/**
* Unix timestamp in milliseconds.
* @public
*/
export type TimestampMs = Tagged<number, 'TimestampMs'>;
export namespace TimestampMs {
/** @public */
export const MIN = MIN_SAFE_DATE as TimestampMs;
/** @public */
export const MAX = MAX_SAFE_DATE as TimestampMs;
/** @public */
export const Schema: z.ZodMiniType<TimestampMs, number> = z.pipe(
z.number().check(z.int(), z.minimum(MIN), z.maximum(MAX)),
z.custom<TimestampMs>()
);
/** @public */
export function isValid(input: number): input is TimestampMs {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): TimestampMs {
return Schema.parse(input);
}
/** @public */
export function fromBigInt(input: bigint): TimestampMs {
return fromNumber(bigIntToNumber(input));
}
/** @public */
export function fromTimestampSecs(input: TimestampSecs): TimestampMs {
return fromNumber(secsToMs(input));
}
/** @public */
export function now(): TimestampMs {
return fromNumber(Date.now());
}
}
@@ -0,0 +1,49 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import {
MAX_SAFE_DATE,
MIN_SAFE_DATE,
msToSecsInt,
} from '../_utils/datetime.std.ts';
import type { TimestampMs } from './TimestampMs.std.ts';
/**
* Unix timestamp in seconds.
* @public
*/
export type TimestampSecs = Tagged<number, 'TimestampSecs'>;
export namespace TimestampSecs {
/** @public */
export const MIN = msToSecsInt(MIN_SAFE_DATE) as TimestampSecs;
/** @public */
export const MAX = msToSecsInt(MAX_SAFE_DATE) as TimestampSecs;
/** @public */
export const Schema: z.ZodMiniType<TimestampSecs, number> = z.pipe(
z.number().check(z.int(), z.minimum(MIN), z.maximum(MAX)),
z.custom<TimestampSecs>()
);
/** @public */
export function isValid(input: number): input is TimestampSecs {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): TimestampSecs {
return Schema.parse(input);
}
/** @public */
export function fromTimestampMs(input: TimestampMs): TimestampSecs {
return fromNumber(msToSecsInt(input));
}
/** @public */
export function now(): TimestampSecs {
return fromNumber(msToSecsInt(Date.now()));
}
}
@@ -0,0 +1,51 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import type { Bytes } from './Bytes.std.ts';
import {
Uint8ArrayFromBase64,
Uint8ArrayToBase64,
} from '../_utils/bytes.std.ts';
/**
* Base64-encoded string.
* @public
*/
export type Base64 = Tagged<string, 'Base64'>;
export namespace Base64 {
/** @public */
export type Of<T> = Tagged<Base64, 'Base64.Of', T>;
/** @public */
export const Schema: z.ZodMiniType<Base64, string> = z.pipe(
z.string().check(z.base64()),
z.custom<Base64>()
);
/** @public */
export function isValid(input: string): input is Base64 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): Base64 {
return Schema.parse(input);
}
/** @public */
export function fromBytes<T>(input: Bytes.Of<T>): Of<T>;
export function fromBytes(input: Bytes): Base64;
export function fromBytes(input: Bytes): Base64 {
return Uint8ArrayToBase64(input) as Base64;
}
/** @public */
export function toBytes<T>(input: Of<T>): Bytes.Of<T>;
export function toBytes(input: Base64): Bytes;
export function toBytes(input: Base64): Bytes {
return Uint8ArrayFromBase64(input);
}
}
@@ -0,0 +1,51 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import type { Bytes } from './Bytes.std.ts';
import {
Uint8ArrayFromBase64Url,
Uint8ArrayToBase64Url,
} from '../_utils/bytes.std.ts';
/**
* Base64URL-encoded string (URL-safe variant using `-` and `_` instead of `+` and `/`).
* @public
*/
export type Base64Url = Tagged<string, 'Base64Url'>;
export namespace Base64Url {
/** @public */
export type Of<T> = Tagged<Base64Url, 'Base64Url.Of', T>;
/** @public */
export const Schema: z.ZodMiniType<Base64Url, string> = z.pipe(
z.string().check(z.base64url()),
z.custom<Base64Url>()
);
/** @public */
export function isValid(input: string): input is Base64Url {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): Base64Url {
return Schema.parse(input);
}
/** @public */
export function fromBytes<T>(input: Bytes.Of<T>): Of<T>;
export function fromBytes(input: Bytes): Base64Url;
export function fromBytes(input: Bytes): Base64Url {
return Uint8ArrayToBase64Url(input) as Base64Url;
}
/** @public */
export function toBytes<T>(input: Of<T>): Bytes.Of<T>;
export function toBytes(input: Base64Url): Bytes;
export function toBytes(input: Base64Url): Bytes {
return Uint8ArrayFromBase64Url(input);
}
}
+35
View File
@@ -0,0 +1,35 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
type MaybeSharedBytes = Uint8Array<ArrayBuffer | SharedArrayBuffer>;
/**
* A `Uint8Array` backed by a standard (non-shared) `ArrayBuffer`.
* @public
*/
export type Bytes = Uint8Array<ArrayBuffer>;
export namespace Bytes {
/** @public */
export type Of<T> = Tagged<Bytes, 'Bytes.Of', T>;
/** @public */
export const Schema: z.ZodMiniType<Bytes, MaybeSharedBytes> = z.pipe(
z.instanceof(Uint8Array),
z.custom<Bytes>(input => {
return input.buffer instanceof ArrayBuffer;
})
);
/** @public */
export function isValid(input: MaybeSharedBytes): input is Bytes {
return Schema.safeParse(input).success;
}
/** @public */
export function fromMaybeSharedBytes(input: MaybeSharedBytes): Bytes {
return Schema.parse(input);
}
}
+48
View File
@@ -0,0 +1,48 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import type { Bytes } from './Bytes.std.ts';
import { Uint8ArrayFromHex, Uint8ArrayToHex } from '../_utils/bytes.std.ts';
/**
* Hexadecimal-encoded string.
* @public
*/
export type Hex = Tagged<string, 'Hex'>;
export namespace Hex {
/** @public */
export type Of<T> = Tagged<Hex, 'Hex.Of', T>;
/** @public */
export const Schema: z.ZodMiniType<Hex, string> = z.pipe(
z.string().check(z.hex()),
z.custom<Hex>()
);
/** @public */
export function isValid(input: string): input is Hex {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): Hex {
return Schema.parse(input);
}
/** @public */
export function fromBytes<T>(input: Bytes.Of<T>): Of<T>;
export function fromBytes(input: Bytes): Hex;
export function fromBytes(input: Bytes): Hex {
return Uint8ArrayToHex(input) as Hex;
}
/** @public */
export function toBytes<T>(input: Of<T>): Bytes.Of<T>;
export function toBytes(input: Hex): Bytes;
export function toBytes(input: Hex): Bytes {
return Uint8ArrayFromHex(input);
}
}
+150
View File
@@ -0,0 +1,150 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* A string containing valid JSON
* @public
*/
export type Json = Tagged<string, 'Json'>;
/**
* A JSON primitive value: `null`, `boolean`, `number`, or `string`.
* @public
*/
export type JsonPrimitive = null | boolean | number | string;
/**
* A JSON array.
* @public
*/
export type JsonArray = Array<JsonValue> | ReadonlyArray<JsonValue>;
/**
* A JSON object with string keys.
* @public
*/
export type JsonObject = { [Key in string]: JsonValue };
/**
* Any valid JSON value.
* @public
*/
export type JsonValue = JsonPrimitive | JsonArray | JsonObject;
export namespace Json {
/** @public */
export type Of<T extends JsonValue> = Tagged<Json, 'Json.Of', T>;
/** @public */
export const Schema: z.ZodMiniType<Json, string> = z.pipe(
z.string().check(
z.superRefine((input, ctx) => {
try {
JSON.parse(input);
} catch (error) {
ctx.issues.push({
code: 'custom',
message: error instanceof Error ? error.message : 'invalid json',
input,
});
}
})
),
z.custom<Json>()
);
/** @public */
export function isValid(input: string): input is Json {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): Json {
return Schema.parse(input);
}
/** @public */
export function stringify<T extends JsonValue>(input: T): Of<T>;
export function stringify(input: JsonValue): Json;
export function stringify(input: JsonValue): Json {
return JSON.stringify(input) as Json;
}
/** @public */
export function parse<T extends JsonValue>(input: Of<T>): T;
export function parse(input: Json): JsonValue;
export function parse(input: Json): JsonValue {
return JSON.parse(input);
}
}
export namespace JsonPrimitive {
/** @public */
export const Schema: z.ZodMiniType<JsonPrimitive> = z.union([
z.null(),
z.boolean(),
z.number(),
z.string(),
]);
/** @public */
export function isValid(input: unknown): input is JsonPrimitive {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUnknown(input: unknown): JsonPrimitive {
return Schema.parse(input);
}
}
export namespace JsonArray {
/** @public */
export const Schema: z.ZodMiniType<JsonArray> = z.array(z.json());
/** @public */
export function isValid(input: unknown): input is JsonArray {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUnknown(input: unknown): JsonArray {
return Schema.parse(input);
}
}
export namespace JsonObject {
/** @public */
export const Schema: z.ZodMiniType<JsonObject> = z.record(
z.string(),
z.json()
);
/** @public */
export function isValid(input: unknown): input is JsonObject {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUnknown(input: unknown): JsonObject {
return Schema.parse(input);
}
}
export namespace JsonValue {
/** @public */
export const Schema: z.ZodMiniType<JsonValue> = z.json();
/** @public */
export function isValid(input: unknown): input is JsonValue {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUnknown(input: unknown): JsonValue {
return Schema.parse(input);
}
}
+20
View File
@@ -0,0 +1,20 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import type { Bytes } from './Bytes.std.ts';
import { TextDecoderDecode, TextEncoderEncode } from '../_utils/bytes.std.ts';
export namespace Utf8 {
/** @public */
export type Of<T extends string> = Tagged<T, 'Utf8.Of'>;
/** @public */
export function fromBytes<T extends string>(input: Bytes.Of<T>): Of<T> {
return TextDecoderDecode(input) as Of<T>;
}
/** @public */
export function toBytes<T extends string>(input: Of<T>): Bytes.Of<T> {
return TextEncoderEncode(input) as Bytes.Of<T>;
}
}
@@ -0,0 +1,28 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* CSS hex color string starting with `#` (e.g., `"#FFFFFF"`).
* @public
*/
export type HexColor = Tagged<`#${string}`, 'HexColor'>;
export namespace HexColor {
/** @public */
export const Schema: z.ZodMiniType<HexColor, string> = z.pipe(
z.string().check(z.startsWith('#')),
z.custom<HexColor>()
);
/** @public */
export function isValid(input: string): input is HexColor {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): HexColor {
return Schema.parse(input);
}
}
+28
View File
@@ -0,0 +1,28 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* HTTP or HTTPS URL.
* @public
*/
export type HttpUrl = Tagged<string, 'HttpUrl'>;
export namespace HttpUrl {
/** @public */
export const Schema: z.ZodMiniType<HttpUrl, string> = z.pipe(
z.string().check(z.httpUrl()),
z.custom<HttpUrl>()
);
/** @public */
export function isValid(input: string): input is HttpUrl {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): HttpUrl {
return Schema.parse(input);
}
}
@@ -0,0 +1,37 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
function isLanguageTag(input: string): input is LanguageTag {
try {
new Intl.Locale(input);
return true;
} catch {
return false;
}
}
/**
* BCP 47 language tag (Ex: `"en-US"`).
* @public
*/
export type LanguageTag = Tagged<string, 'LanguageTag'>;
export namespace LanguageTag {
/** @public */
export const Schema: z.ZodMiniType<LanguageTag, string> = z.pipe(
z.string(),
z.custom<LanguageTag>(isLanguageTag, 'must be valid language tag')
);
/** @public */
export function isValid(input: string): input is LanguageTag {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): LanguageTag {
return Schema.parse(input);
}
}
@@ -0,0 +1,28 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* MIME type string (Ex: `"application/json"`).
* @public
*/
export type MimeType = Tagged<`${string}/${string}`, 'MimeType'>;
export namespace MimeType {
/** @public */
export const Schema: z.ZodMiniType<MimeType, string> = z.pipe(
z.string().check(z.includes('/')),
z.custom<MimeType>()
);
/** @public */
export function isValid(input: string): input is MimeType {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): MimeType {
return Schema.parse(input);
}
}
+33
View File
@@ -0,0 +1,33 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import semverValid from 'semver/functions/valid';
function isSemver(input: string): input is Semver {
return semverValid(input) != null;
}
/**
* Semantic version string (Ex: `"1.2.3"`).
* @public
*/
export type Semver = Tagged<string, 'Semver'>;
export namespace Semver {
/** @public */
export const Schema: z.ZodMiniType<Semver, string> = z.pipe(
z.string(),
z.custom<Semver>(isSemver)
);
/** @public */
export function isValid(input: string): input is Semver {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): Semver {
return Schema.parse(input);
}
}
+43
View File
@@ -0,0 +1,43 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import * as uuid from 'uuid';
function isUuid(input: string): input is Uuid {
return uuid.validate(input);
}
/**
* UUID string (Ex: `"00000000-0000-4000-0000-000000000000"`)
* @public
*/
export type Uuid = Tagged<string, 'Uuid'>;
export namespace Uuid {
/** @public */
export const Schema: z.ZodMiniType<Uuid, string> = z.pipe(
z.string(),
z.custom<Uuid>(isUuid)
);
/** @public */
export function isValid(input: string): input is Uuid {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): Uuid {
return Schema.parse(input);
}
/** @public */
export function createV4(): Uuid {
return uuid.v4() as Uuid;
}
/** @public */
export function createV7(): Uuid {
return uuid.v7() as Uuid;
}
}
+65
View File
@@ -0,0 +1,65 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export { Result } from './Result.std.ts';
export { Uint8 } from './numbers/Uint8.std.ts';
export { Uint16 } from './numbers/Uint16.std.ts';
export { Uint32 } from './numbers/Uint32.std.ts';
export { BigUint64 } from './numbers/BigUint64.std.ts';
export { BigUint128 } from './numbers/BigUint128.std.ts';
export { Int8 } from './numbers/Int8.std.ts';
export { Int16 } from './numbers/Int16.std.ts';
export { Int32 } from './numbers/Int32.std.ts';
export { BigInt64 } from './numbers/BigInt64.std.ts';
export { BigInt128 } from './numbers/BigInt128.std.ts';
export { Float16 } from './numbers/Float16.std.ts';
export { Float32 } from './numbers/Float32.std.ts';
export { Float64 } from './numbers/Float64.std.ts';
export { UnitBytes } from './units/UnitBytes.std.ts';
export { UnitKilobytes } from './units/UnitKilobytes.std.ts';
export { UnitKibibytes } from './units/UnitKibibytes.std.ts';
export { TimestampMs } from './datetime/TimestampMs.std.ts';
export { TimestampSecs } from './datetime/TimestampSecs.std.ts';
export { DurationMs } from './datetime/DurationMs.std.ts';
export { DurationSecs } from './datetime/DurationSecs.std.ts';
export { DurationDays } from './datetime/DurationDays.std.ts';
export { PlainTimeHourMin } from './datetime/PlainTimeHourMin.std.ts';
export { Bytes } from './encodings/Bytes.std.ts';
export { Base64 } from './encodings/Base64.std.ts';
export { Base64Url } from './encodings/Base64Url.std.ts';
export { Hex } from './encodings/Hex.std.ts';
export {
Json,
JsonPrimitive,
JsonArray,
JsonObject,
JsonValue,
} from './encodings/Json.std.ts';
export { HexColor } from './formats/HexColor.std.ts';
export { HttpUrl } from './formats/HttpUrl.std.ts';
export { LanguageTag } from './formats/LanguageTag.std.ts';
export { MimeType } from './formats/MimeType.std.ts';
export { Semver } from './formats/Semver.std.ts';
export { Uuid } from './formats/Uuid.std.ts';
export { E164 } from './service/E164.std.ts';
export { Aci } from './service/Aci.std.ts';
export { Pni } from './service/Pni.std.ts';
export { UntaggedPni } from './service/UntaggedPni.std.ts';
export { ServiceId } from './service/ServiceId.std.ts';
export { DeviceId } from './service/DeviceId.std.ts';
export { Address } from './service/Address.std.ts';
export { AddressInfo } from './service/AddressInfo.std.ts';
export { DistributionId } from './service/DistributionId.std.ts';
export { GroupId } from './service/GroupId.std.ts';
export { DistributionListId } from './service/DistributionListId.std.ts';
export { SentTimestampMs } from './service/SentTimestampMs.std.ts';
export { ServerTimestampMs } from './service/ServerTimestampMs.std.ts';
export { ReceivedTimestampMs } from './service/ReceivedTimestampMs.std.ts';
export { StorageManifestVersion } from './service/StorageManifestVersion.std.ts';
export { StorageItemKey } from './service/StorageItemKey.std.ts';
@@ -0,0 +1,38 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* Signed 128-bit integer
* @public
*/
export type BigInt128 = Tagged<bigint, 'BigInt128'>;
export namespace BigInt128 {
/** @public */
export const MIN = -(2n ** 127n) as BigInt128;
/** @public */
export const MAX = (2n ** 127n - 1n) as BigInt128;
/** @public */
export const Schema: z.ZodMiniType<BigInt128, bigint> = z.pipe(
z.bigint().check(z.minimum(MIN), z.maximum(MAX)),
z.custom<BigInt128>()
);
/** @public */
export function isValid(input: bigint): input is BigInt128 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromBigInt(input: bigint): BigInt128 {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): BigInt128 {
return fromBigInt(BigInt(input));
}
}
@@ -0,0 +1,38 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* Signed 64-bit integer
* @public
*/
export type BigInt64 = Tagged<bigint, 'BigInt64'>;
export namespace BigInt64 {
/** @public */
export const MIN = -(2n ** 63n) as BigInt64;
/** @public */
export const MAX = (2n ** 63n - 1n) as BigInt64;
/** @public */
export const Schema: z.ZodMiniType<BigInt64, bigint> = z.pipe(
z.bigint().check(z.minimum(MIN), z.maximum(MAX)),
z.custom<BigInt64>()
);
/** @public */
export function isValid(input: bigint): input is BigInt64 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromBigInt(input: bigint): BigInt64 {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): BigInt64 {
return fromBigInt(BigInt(input));
}
}
@@ -0,0 +1,38 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* Unsigned 128-bit integer
* @public
*/
export type BigUint128 = Tagged<bigint, 'BigUint128'>;
export namespace BigUint128 {
/** @public */
export const MIN = 0n as BigUint128;
/** @public */
export const MAX = (2n ** 128n - 1n) as BigUint128;
/** @public */
export const Schema: z.ZodMiniType<BigUint128, bigint> = z.pipe(
z.bigint().check(z.minimum(MIN), z.maximum(MAX)),
z.custom<BigUint128>()
);
/** @public */
export function isValid(input: bigint): input is BigUint128 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromBigInt(input: bigint): BigUint128 {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): BigUint128 {
return fromBigInt(BigInt(input));
}
}
@@ -0,0 +1,38 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* Unsigned 64-bit integer
* @public
*/
export type BigUint64 = Tagged<bigint, 'BigUint64'>;
export namespace BigUint64 {
/** @public */
export const MIN = 0n as BigUint64;
/** @public */
export const MAX = (2n ** 64n - 1n) as BigUint64;
/** @public */
export const Schema: z.ZodMiniType<BigUint64, bigint> = z.pipe(
z.bigint().check(z.minimum(MIN), z.maximum(MAX)),
z.custom<BigUint64>()
);
/** @public */
export function isValid(input: bigint): input is BigUint64 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromBigInt(input: bigint): BigUint64 {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): BigUint64 {
return fromBigInt(BigInt(input));
}
}
+32
View File
@@ -0,0 +1,32 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* 16-bit IEEE 754 floating-point number.
* @public
*/
export type Float16 = Tagged<number, 'Float16'>;
export namespace Float16 {
function isFloat16(input: number): boolean {
return Math.f16round(input) === input;
}
/** @public */
export const Schema: z.ZodMiniType<Float16, number> = z.pipe(
z.number(),
z.custom<Float16>(input => isFloat16(input), 'must be valid float16')
);
/** @public */
export function isValid(input: number): input is Float16 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): Float16 {
return Schema.parse(input);
}
}
+32
View File
@@ -0,0 +1,32 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* 32-bit IEEE 754 floating-point number.
* @public
*/
export type Float32 = Tagged<number, 'Float32'>;
export namespace Float32 {
function isFloat32(input: number): boolean {
return Math.fround(input) === input;
}
/** @public */
export const Schema: z.ZodMiniType<Float32, number> = z.pipe(
z.number(),
z.custom<Float32>(input => isFloat32(input), 'must be valid float32')
);
/** @public */
export function isValid(input: number): input is Float32 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): Float32 {
return Schema.parse(input);
}
}
+28
View File
@@ -0,0 +1,28 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
/**
* 64-bit IEEE 754 floating-point number (standard JavaScript `number`).
* @public
*/
export type Float64 = Tagged<number, 'Float64'>;
export namespace Float64 {
/** @public */
export const Schema: z.ZodMiniType<Float64, number> = z.pipe(
z.number(),
z.custom<Float64>()
);
/** @public */
export function isValid(input: number): input is Float64 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): Float64 {
return Schema.parse(input);
}
}
+39
View File
@@ -0,0 +1,39 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { bigIntToNumber } from '../_utils/numbers.std.ts';
/**
* Signed 16-bit integer
* @public
*/
export type Int16 = Tagged<number, 'Int16'>;
export namespace Int16 {
/** @public */
export const MIN = -(2 ** 15) as Int16;
/** @public */
export const MAX = (2 ** 15 - 1) as Int16;
/** @public */
export const Schema: z.ZodMiniType<Int16, number> = z.pipe(
z.number().check(z.int(), z.minimum(MIN), z.maximum(MAX)),
z.custom<Int16>()
);
/** @public */
export function isValid(input: number): input is Int16 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): Int16 {
return Schema.parse(input);
}
/** @public */
export function fromBigInt(input: bigint): Int16 {
return fromNumber(bigIntToNumber(input));
}
}
+39
View File
@@ -0,0 +1,39 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { bigIntToNumber } from '../_utils/numbers.std.ts';
/**
* Signed 32-bit integer
* @public
*/
export type Int32 = Tagged<number, 'Int32'>;
export namespace Int32 {
/** @public */
export const MIN = -(2 ** 31) as Int32;
/** @public */
export const MAX = (2 ** 31 - 1) as Int32;
/** @public */
export const Schema: z.ZodMiniType<Int32, number> = z.pipe(
z.number().check(z.int(), z.minimum(MIN), z.maximum(MAX)),
z.custom<Int32>()
);
/** @public */
export function isValid(input: number): input is Int32 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): Int32 {
return Schema.parse(input);
}
/** @public */
export function fromBigInt(input: bigint): Int32 {
return fromNumber(bigIntToNumber(input));
}
}
+39
View File
@@ -0,0 +1,39 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { bigIntToNumber } from '../_utils/numbers.std.ts';
/**
* Signed 8-bit integer
* @public
*/
export type Int8 = Tagged<number, 'Int8'>;
export namespace Int8 {
/** @public */
export const MIN = -(2 ** 7) as Int8;
/** @public */
export const MAX = (2 ** 7 - 1) as Int8;
/** @public */
export const Schema: z.ZodMiniType<Int8, number> = z.pipe(
z.number().check(z.int(), z.minimum(MIN), z.maximum(MAX)),
z.custom<Int8>()
);
/** @public */
export function isValid(input: number): input is Int8 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): Int8 {
return Schema.parse(input);
}
/** @public */
export function fromBigInt(input: bigint): Int8 {
return fromNumber(bigIntToNumber(input));
}
}
+39
View File
@@ -0,0 +1,39 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { bigIntToNumber } from '../_utils/numbers.std.ts';
/**
* Unsigned 16-bit integer
* @public
*/
export type Uint16 = Tagged<number, 'Uint16'>;
export namespace Uint16 {
/** @public */
export const MIN = 0 as Uint16;
/** @public */
export const MAX = (2 ** 16 - 1) as Uint16;
/** @public */
export const Schema: z.ZodMiniType<Uint16, number> = z.pipe(
z.number().check(z.int(), z.minimum(MIN), z.maximum(MAX)),
z.custom<Uint16>()
);
/** @public */
export function isValid(input: number): input is Uint16 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): Uint16 {
return Schema.parse(input);
}
/** @public */
export function fromBigInt(input: bigint): Uint16 {
return fromNumber(bigIntToNumber(input));
}
}
+39
View File
@@ -0,0 +1,39 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { bigIntToNumber } from '../_utils/numbers.std.ts';
/**
* Unsigned 32-bit integer
* @public
*/
export type Uint32 = Tagged<number, 'Uint32'>;
export namespace Uint32 {
/** @public */
export const MIN = 0 as Uint32;
/** @public */
export const MAX = (2 ** 32 - 1) as Uint32;
/** @public */
export const Schema: z.ZodMiniType<Uint32, number> = z.pipe(
z.number().check(z.int(), z.minimum(MIN), z.maximum(MAX)),
z.custom<Uint32>()
);
/** @public */
export function isValid(input: number): input is Uint32 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): Uint32 {
return Schema.parse(input);
}
/** @public */
export function fromBigInt(input: bigint): Uint32 {
return fromNumber(bigIntToNumber(input));
}
}
+39
View File
@@ -0,0 +1,39 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { bigIntToNumber } from '../_utils/numbers.std.ts';
/**
* Unsigned 8-bit integer
* @public
*/
export type Uint8 = Tagged<number, 'Uint8'>;
export namespace Uint8 {
/** @public */
export const MIN = 0 as Uint8;
/** @public */
export const MAX = (2 ** 8 - 1) as Uint8;
/** @public */
export const Schema: z.ZodMiniType<Uint8, number> = z.pipe(
z.number().check(z.int(), z.minimum(MIN), z.maximum(MAX)),
z.custom<Uint8>()
);
/** @public */
export function isValid(input: number): input is Uint8 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromNumber(input: number): Uint8 {
return Schema.parse(input);
}
/** @public */
export function fromBigInt(input: bigint): Uint8 {
return fromNumber(bigIntToNumber(input));
}
}
+53
View File
@@ -0,0 +1,53 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Uuid } from '../formats/Uuid.std.ts';
import { Utf8 } from '../encodings/Utf8.std.ts';
import type { Bytes } from '../encodings/Bytes.std.ts';
/**
* Account Identifier (ACI) — uniquely identifies a Signal account.
* @public
*/
export type Aci = Aci.Decoded;
export namespace Aci {
type Opaque = Tagged<Uuid, 'Aci'>;
/** @public */
export type Decoded = Utf8.Of<Opaque>;
/** @public */
export type Encoded = Bytes.Of<Opaque>;
/** @public */
export const Schema: z.ZodMiniType<Aci, string> = z.pipe(
Uuid.Schema,
z.custom<Aci>()
);
/** @public */
export function isValid(input: Uuid): input is Aci {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUuid(input: Uuid): Aci {
return Schema.parse(input);
}
/** @public */
export function fromString(input: string): Aci {
return fromUuid(Uuid.fromString(input));
}
/** @public */
export function decode(input: Encoded): Aci {
return Utf8.fromBytes(input);
}
/** @public */
export function encode(input: Aci): Encoded {
return Utf8.toBytes(input);
}
}
+67
View File
@@ -0,0 +1,67 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import type { ServiceId } from './ServiceId.std.ts';
import type { DeviceId } from './DeviceId.std.ts';
import { Utf8 } from '../encodings/Utf8.std.ts';
import type { Bytes } from '../encodings/Bytes.std.ts';
import { parseAddress } from '../_utils/address.std.ts';
import type { AddressInfo } from './AddressInfo.std.ts';
/**
* Address serialized as `"${serviceId}.${deviceId}"`.
* @public
*/
export type Address = Address.Decoded;
export namespace Address {
type Opaque = Tagged<`${ServiceId}.${DeviceId}`, 'Address'>;
/** @public */
export type Decoded = Utf8.Of<Opaque>;
/** @public */
export type Encoded = Bytes.Of<Opaque>;
/** @public */
export const Schema: z.ZodMiniType<Address, string> = z.pipe(
z.string().check(
z.superRefine((input, ctx) => {
const result = parseAddress(input);
if (!result.ok) {
ctx.issues.push({
code: 'custom',
message: result.error,
input,
});
}
})
),
z.custom<Address>()
);
/** @public */
export function isValid(input: string): input is Address {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): Address {
return Schema.parse(input);
}
/** @public */
export function fromAddressInfo(input: AddressInfo): Address {
return `${input.serviceId}.${input.deviceId}` as Address;
}
/** @public */
export function decode(input: Encoded): Address {
return Utf8.fromBytes(input);
}
/** @public */
export function encode(input: Address): Encoded {
return Utf8.toBytes(input);
}
}
@@ -0,0 +1,49 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { parseAddress } from '../_utils/address.std.ts';
import { ServiceId } from './ServiceId.std.ts';
import { DeviceId } from './DeviceId.std.ts';
import type { Address } from './Address.std.ts';
/**
* A service address identifying a specific device by service ID and device ID.
* @public
*/
export type AddressInfo = Tagged<AddressInfo.Params, 'AddressInfo'>;
export namespace AddressInfo {
/** @public */
export type Params = Readonly<{
serviceId: ServiceId;
deviceId: DeviceId;
}>;
const Schema: z.ZodMiniType<AddressInfo, Params> = z.pipe(
z.strictObject({
serviceId: ServiceId.Schema as z.ZodMiniType<ServiceId, ServiceId>,
deviceId: DeviceId.Schema as z.ZodMiniType<DeviceId, DeviceId>,
}),
z.custom<AddressInfo>()
);
/** @public */
export function isValid(input: Params): input is AddressInfo {
return Schema.safeParse(input).success;
}
/** @public */
export function fromParams(input: Params): AddressInfo {
return Schema.parse(input);
}
/** @public */
export function fromAddress(input: Address): AddressInfo {
const result = parseAddress(input);
if (!result.ok) {
throw new TypeError(result.error);
}
return fromParams(result.value);
}
}
@@ -0,0 +1,34 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Uint32 } from '../numbers/Uint32.std.ts';
/**
* Identifies a specific registered device within an account.
* @public
*/
export type DeviceId = Tagged<Uint32, 'DeviceId'>;
export namespace DeviceId {
/** @public */
export const Schema: z.ZodMiniType<DeviceId, number> = z.pipe(
Uint32.Schema,
z.custom<DeviceId>()
);
/** @public */
export function isValid(input: number): input is DeviceId {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUint32(input: Uint32): DeviceId {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): DeviceId {
return fromUint32(Uint32.fromNumber(input));
}
}
@@ -0,0 +1,53 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Uuid } from '../formats/Uuid.std.ts';
import type { Bytes } from '../encodings/Bytes.std.ts';
import { Utf8 } from '../encodings/Utf8.std.ts';
/**
* Sender Key Distribution identifier.
* @public
*/
export type DistributionId = DistributionId.Decoded;
export namespace DistributionId {
type Opaque = Tagged<Uuid, 'DistributionId'>;
/** @public */
export type Decoded = Utf8.Of<Opaque>;
/** @public */
export type Encoded = Bytes.Of<Opaque>;
/** @public */
export const Schema: z.ZodMiniType<DistributionId, string> = z.pipe(
Uuid.Schema,
z.custom<DistributionId>()
);
/** @public */
export function isValid(input: string): input is DistributionId {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUuid(input: Uuid): DistributionId {
return Schema.parse(input);
}
/** @public */
export function fromString(input: string): DistributionId {
return fromUuid(Uuid.fromString(input));
}
/** @public */
export function decode(input: Encoded): DistributionId {
return Utf8.fromBytes(input);
}
/** @public */
export function encode(input: DistributionId): Encoded {
return Utf8.toBytes(input);
}
}
@@ -0,0 +1,53 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Uuid } from '../formats/Uuid.std.ts';
import { Utf8 } from '../encodings/Utf8.std.ts';
import type { Bytes } from '../encodings/Bytes.std.ts';
/**
* Story distribution list identifier.
* @public
*/
export type DistributionListId = DistributionListId.Decoded;
export namespace DistributionListId {
type Opaque = Tagged<Uuid, 'DistributionListId'>;
/** @public */
export type Decoded = Utf8.Of<Opaque>;
/** @public */
export type Encoded = Bytes.Of<Opaque>;
/** @public */
export const Schema: z.ZodMiniType<DistributionListId, string> = z.pipe(
Uuid.Schema,
z.custom<DistributionListId>()
);
/** @public */
export function isValid(input: string): input is DistributionListId {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUuid(input: Uuid): DistributionListId {
return Schema.parse(input);
}
/** @public */
export function fromString(input: string): DistributionListId {
return fromUuid(Uuid.fromString(input));
}
/** @public */
export function decode(input: Encoded): DistributionListId {
return Utf8.fromBytes(input);
}
/** @public */
export function encode(input: DistributionListId): Encoded {
return Utf8.toBytes(input);
}
}
+47
View File
@@ -0,0 +1,47 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Utf8 } from '../encodings/Utf8.std.ts';
import type { Bytes } from '../encodings/Bytes.std.ts';
/**
* International phone number in E.164 format (e.g., `"+12125550123"`).
* @public
*/
export type E164 = E164.Decoded;
export namespace E164 {
type Opaque = Tagged<`+${string}`, 'E164'>;
/** @public */
export type Decoded = Utf8.Of<Opaque>;
/** @public */
export type Encoded = Bytes.Of<Opaque>;
/** @public */
export const Schema: z.ZodMiniType<E164, string> = z.pipe(
z.string().check(z.e164()),
z.custom<E164>()
);
/** @public */
export function isValid(input: string): input is E164 {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): E164 {
return Schema.parse(input);
}
/** @public */
export function decode(input: Encoded): E164 {
return Utf8.fromBytes(input);
}
/** @public */
export function encode(input: E164): Encoded {
return Utf8.toBytes(input);
}
}
+52
View File
@@ -0,0 +1,52 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Base64 } from '../encodings/Base64.std.ts';
import type { Bytes } from '../encodings/Bytes.std.ts';
/**
* Group identifier (Base64-encoded).
* @public
*/
export type GroupId = GroupId.Decoded;
export namespace GroupId {
type Opaque = Tagged<unknown, 'GroupId'>;
/** @public */
export type Decoded = Base64.Of<Opaque>;
/** @public */
export type Encoded = Bytes.Of<Opaque>;
/** @public */
export const Schema: z.ZodMiniType<GroupId, string> = z.pipe(
Base64.Schema,
z.custom<GroupId>()
);
/** @public */
export function isValid(input: string): input is GroupId {
return Schema.safeParse(input).success;
}
/** @public */
export function fromBase64(input: Base64): GroupId {
return Schema.parse(input);
}
/** @public */
export function fromString(input: string): GroupId {
return fromBase64(Base64.fromString(input));
}
/** @public */
export function decode(input: Encoded): GroupId {
return Base64.fromBytes(input);
}
/** @public */
export function encode(input: GroupId): Encoded {
return Base64.toBytes(input);
}
}
+64
View File
@@ -0,0 +1,64 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Uuid } from '../formats/Uuid.std.ts';
import { PNI_PREFIX, stripPniPrefix } from '../_utils/pni.std.ts';
import type { UntaggedPni } from './UntaggedPni.std.ts';
import { Utf8 } from '../encodings/Utf8.std.ts';
import type { Bytes } from '../encodings/Bytes.std.ts';
function isPni(input: string): input is Pni {
return input.startsWith(PNI_PREFIX) && Uuid.isValid(stripPniPrefix(input));
}
/**
* Phone Number Identity (PNI), formatted as `PNI:${uuid}`.
* @public
*/
export type Pni = Pni.Decoded;
export namespace Pni {
type Opaque = Tagged<`PNI:${Uuid}`, 'Pni'>;
/** @public */
export type Decoded = Utf8.Of<Opaque>;
/** @public */
export type Encoded = Bytes.Of<Opaque>;
/** @public */
export const Schema: z.ZodMiniType<Pni, string> = z.pipe(
z.string(),
z.custom<Pni>(input => isPni(input))
);
/** @public */
export function isValid(input: string): input is Pni {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): Pni {
return Schema.parse(input);
}
/** @public */
export function fromUuid(input: Uuid): Pni {
return fromString(`${PNI_PREFIX}${input}`);
}
/** @public */
export function fromUntaggedPni(input: UntaggedPni): Pni {
return fromUuid(input);
}
/** @public */
export function decode(input: Encoded): Pni {
return Utf8.fromBytes(input);
}
/** @public */
export function encode(input: Pni): Encoded {
return Utf8.toBytes(input);
}
}
@@ -0,0 +1,44 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { TimestampMs } from '../datetime/TimestampMs.std.ts';
/**
* When a message was received on this device.
* @public
*/
export type ReceivedTimestampMs = Tagged<TimestampMs, 'ReceivedTimestampMs'>;
export namespace ReceivedTimestampMs {
/** @public */
export const Schema: z.ZodMiniType<ReceivedTimestampMs, number> = z.pipe(
TimestampMs.Schema,
z.custom<ReceivedTimestampMs>()
);
/** @public */
export function isValid(input: number): input is ReceivedTimestampMs {
return Schema.safeParse(input).success;
}
/** @public */
export function fromTimestampMs(input: TimestampMs): ReceivedTimestampMs {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): ReceivedTimestampMs {
return fromTimestampMs(TimestampMs.fromNumber(input));
}
/** @public */
export function fromBigInt(input: bigint): ReceivedTimestampMs {
return fromTimestampMs(TimestampMs.fromBigInt(input));
}
/** @public */
export function now(): ReceivedTimestampMs {
return fromTimestampMs(TimestampMs.now());
}
}
@@ -0,0 +1,44 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { TimestampMs } from '../datetime/TimestampMs.std.ts';
/**
* When a message was sent by the sender.
* @public
*/
export type SentTimestampMs = Tagged<TimestampMs, 'SentTimestampMs'>;
export namespace SentTimestampMs {
/** @public */
export const Schema: z.ZodMiniType<SentTimestampMs, number> = z.pipe(
TimestampMs.Schema,
z.custom<SentTimestampMs>()
);
/** @public */
export function isValid(input: number): input is SentTimestampMs {
return Schema.safeParse(input).success;
}
/** @public */
export function fromTimestampMs(input: TimestampMs): SentTimestampMs {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): SentTimestampMs {
return fromTimestampMs(TimestampMs.fromNumber(input));
}
/** @public */
export function fromBigInt(input: bigint): SentTimestampMs {
return fromTimestampMs(TimestampMs.fromBigInt(input));
}
/** @public */
export function now(): SentTimestampMs {
return fromTimestampMs(TimestampMs.now());
}
}
@@ -0,0 +1,44 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { TimestampMs } from '../datetime/TimestampMs.std.ts';
/**
* Timestamp assigned by the Signal server when a message is processed.
* @public
*/
export type ServerTimestampMs = Tagged<TimestampMs, 'ServerTimestampMs'>;
export namespace ServerTimestampMs {
/** @public */
export const Schema: z.ZodMiniType<ServerTimestampMs, number> = z.pipe(
TimestampMs.Schema,
z.custom<ServerTimestampMs>()
);
/** @public */
export function isValid(input: number): input is ServerTimestampMs {
return Schema.safeParse(input).success;
}
/** @public */
export function fromTimestampMs(input: TimestampMs): ServerTimestampMs {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): ServerTimestampMs {
return fromTimestampMs(TimestampMs.fromNumber(input));
}
/** @public */
export function fromBigInt(input: bigint): ServerTimestampMs {
return fromTimestampMs(TimestampMs.fromBigInt(input));
}
/** @public */
export function now(): ServerTimestampMs {
return fromTimestampMs(TimestampMs.now());
}
}
@@ -0,0 +1,46 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import * as z from 'zod/mini';
import { Aci } from './Aci.std.ts';
import { Pni } from './Pni.std.ts';
import type { Bytes } from '../encodings/Bytes.std.ts';
import { Utf8 } from '../encodings/Utf8.std.ts';
/**
* A service identifier either an {@link Aci} or {@link Pni}.
* @public
*/
export type ServiceId = ServiceId.Decoded;
export namespace ServiceId {
/** @public */
export type Decoded = Aci | Pni;
/** @public */
export type Encoded = Bytes.Of<Decoded>;
/** @public */
export const Schema: z.ZodMiniType<ServiceId, string> = z.pipe(
z.union([Aci.Schema, Pni.Schema]),
z.custom<ServiceId>()
);
/** @public */
export function isValid(input: string): input is ServiceId {
return Schema.safeParse(input).success;
}
/** @public */
export function fromString(input: string): ServiceId {
return Schema.parse(input);
}
/** @public */
export function decode(input: Encoded): ServiceId {
return Utf8.fromBytes(input);
}
/** @public */
export function encode(input: ServiceId): Encoded {
return Utf8.toBytes(input);
}
}
@@ -0,0 +1,47 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Base64 } from '../encodings/Base64.std.ts';
import type { Bytes } from '../encodings/Bytes.std.ts';
/**
* Key identifying an item in Signal's encrypted storage service.
* @public
*/
export type StorageItemKey = StorageItemKey.Decoded;
export namespace StorageItemKey {
type Opaque = Tagged<unknown, 'StorageItemKey'>;
/** @public */
export type Decoded = Base64.Of<Opaque>;
/** @public */
export type Encoded = Bytes.Of<Opaque>;
/** @public */
export const Schema: z.ZodMiniType<StorageItemKey, string> = z.pipe(
Base64.Schema,
z.custom<StorageItemKey>()
);
/** @public */
export function isValid(input: string): input is StorageItemKey {
return Schema.safeParse(input).success;
}
/** @public */
export function fromBase64(input: Base64): StorageItemKey {
return Schema.parse(input);
}
/** @public */
export function decode(input: Encoded): StorageItemKey {
return Base64.fromBytes(input);
}
/** @public */
export function encode(input: StorageItemKey): Encoded {
return Base64.toBytes(input);
}
}
@@ -0,0 +1,37 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { BigUint64 } from '../numbers/BigUint64.std.ts';
/**
* Version number of a Signal storage manifest.
* @public
*/
export type StorageManifestVersion = Tagged<
BigUint64,
'StorageManifestVersion'
>;
export namespace StorageManifestVersion {
/** @public */
export const Schema: z.ZodMiniType<StorageManifestVersion, bigint> = z.pipe(
BigUint64.Schema,
z.custom<StorageManifestVersion>()
);
/** @public */
export function isValid(input: bigint): input is StorageManifestVersion {
return Schema.safeParse(input).success;
}
/** @public */
export function fromBigUint64(input: BigUint64): StorageManifestVersion {
return Schema.parse(input);
}
/** @public */
export function fromBigInt(input: bigint): StorageManifestVersion {
return fromBigUint64(BigUint64.fromBigInt(input));
}
}
@@ -0,0 +1,60 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Uuid } from '../formats/Uuid.std.ts';
import type { Pni } from './Pni.std.ts';
import { stripPniPrefix } from '../_utils/pni.std.ts';
import { Utf8 } from '../encodings/Utf8.std.ts';
import type { Bytes } from '../encodings/Bytes.std.ts';
/**
* PNI UUID without the `PNI:` prefix. Use {@link Pni} when the prefix is required.
* @public
*/
export type UntaggedPni = UntaggedPni.Decoded;
export namespace UntaggedPni {
type Opaque = Tagged<Uuid, 'UntaggedPni'>;
/** @public */
export type Decoded = Utf8.Of<Opaque>;
/** @public */
export type Encoded = Bytes.Of<Opaque>;
/** @public */
export const Schema: z.ZodMiniType<UntaggedPni, string> = z.pipe(
Uuid.Schema,
z.custom<UntaggedPni>()
);
/** @public */
export function isValid(input: string): input is UntaggedPni {
return Schema.safeParse(input).success;
}
/** @public */
export function fromUuid(input: Uuid): UntaggedPni {
return Schema.parse(input);
}
/** @public */
export function fromString(input: string): UntaggedPni {
return fromUuid(Uuid.fromString(input));
}
/** @public */
export function fromPni(input: Pni): UntaggedPni {
return fromString(stripPniPrefix(input));
}
/** @public */
export function decode(input: Encoded): UntaggedPni {
return Utf8.fromBytes(input);
}
/** @public */
export function encode(input: UntaggedPni): Encoded {
return Utf8.toBytes(input);
}
}
+51
View File
@@ -0,0 +1,51 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Float64 } from '../numbers/Float64.std.ts';
import type { UnitKibibytes } from './UnitKibibytes.std.ts';
import type { UnitKilobytes } from './UnitKilobytes.std.ts';
/**
* File or data size measured in bytes.
* @public
*/
export type UnitBytes = Tagged<Float64, 'UnitBytes'>;
export namespace UnitBytes {
/** @public */
export const KILOBYTE = 1000 as UnitBytes; // 10^3
/** @public */
export const KIBIBYTE = 1024 as UnitBytes; // 2^10
/** @public */
export const Schema: z.ZodMiniType<UnitBytes, number> = z.pipe(
Float64.Schema,
z.custom<UnitBytes>()
);
/** @public */
export function isValid(input: number): input is UnitBytes {
return Schema.safeParse(input).success;
}
/** @public */
export function fromFloat64(input: Float64): UnitBytes {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): UnitBytes {
return fromFloat64(Float64.fromNumber(input));
}
/** @public */
export function fromUnitKibibytes(input: UnitKibibytes): UnitBytes {
return fromNumber(input * KIBIBYTE);
}
/** @public */
export function fromUnitKilobytes(input: UnitKilobytes): UnitBytes {
return fromNumber(input * KILOBYTE);
}
}
@@ -0,0 +1,46 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Float64 } from '../numbers/Float64.std.ts';
import { UnitBytes } from './UnitBytes.std.ts';
import type { UnitKilobytes } from './UnitKilobytes.std.ts';
/**
* File or data size measured in kibibytes (1 KiB = 1,024 bytes).
* @public
*/
export type UnitKibibytes = Tagged<Float64, 'UnitKibibytes'>;
export namespace UnitKibibytes {
/** @public */
export const Schema: z.ZodMiniType<UnitKibibytes, number> = z.pipe(
Float64.Schema,
z.custom<UnitKibibytes>()
);
/** @public */
export function isValid(input: number): input is UnitKibibytes {
return Schema.safeParse(input).success;
}
/** @public */
export function fromFloat64(input: Float64): UnitKibibytes {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): UnitKibibytes {
return fromFloat64(Float64.fromNumber(input));
}
/** @public */
export function fromUnitBytes(input: UnitBytes): UnitKibibytes {
return fromNumber(input / UnitBytes.KIBIBYTE);
}
/** @public */
export function fromUnitKilobytes(input: UnitKilobytes): UnitKibibytes {
return fromUnitBytes(UnitBytes.fromUnitKilobytes(input));
}
}
@@ -0,0 +1,46 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Tagged } from 'type-fest';
import * as z from 'zod/mini';
import { Float64 } from '../numbers/Float64.std.ts';
import { UnitBytes } from './UnitBytes.std.ts';
import type { UnitKibibytes } from './UnitKibibytes.std.ts';
/**
* File or data size measured in kilobytes (1 KB = 1,000 bytes).
* @public
*/
export type UnitKilobytes = Tagged<Float64, 'UnitKilobytes'>;
export namespace UnitKilobytes {
/** @public */
export const Schema: z.ZodMiniType<UnitKilobytes, number> = z.pipe(
Float64.Schema,
z.custom<UnitKilobytes>()
);
/** @public */
export function isValid(input: number): input is UnitKilobytes {
return Schema.safeParse(input).success;
}
/** @public */
export function fromFloat64(input: Float64): UnitKilobytes {
return Schema.parse(input);
}
/** @public */
export function fromNumber(input: number): UnitKilobytes {
return fromFloat64(Float64.fromNumber(input));
}
/** @public */
export function fromUnitBytes(input: UnitBytes): UnitKilobytes {
return fromNumber(input / UnitBytes.KILOBYTE);
}
/** @public */
export function fromUnitKibibytes(input: UnitKibibytes): UnitKilobytes {
return fromUnitBytes(UnitBytes.fromUnitKibibytes(input));
}
}
+51
View File
@@ -0,0 +1,51 @@
{
"include": ["./src"],
"compilerOptions": {
"target": "ES2025",
"lib": ["ESNext"],
"module": "esnext",
"rootDir": "./src",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"rewriteRelativeImportExtensions": true,
"resolvePackageJsonExports": true,
"resolvePackageJsonImports": true,
"noUncheckedSideEffectImports": true,
"resolveJsonModule": true,
"declaration": true,
"declarationMap": true,
"inlineSourceMap": true,
"noEmit": false,
"outDir": "./dist",
"isolatedModules": true,
"verbatimModuleSyntax": true,
"isolatedDeclarations": true,
"forceConsistentCasingInFileNames": true,
"erasableSyntaxOnly": false,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": true,
"strictBuiltinIteratorReturn": true,
"noImplicitThis": true,
"useUnknownInCatchVariables": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"exactOptionalPropertyTypes": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"allowUnusedLabels": false,
"allowUnreachableCode": false,
"skipLibCheck": false
}
}
+17
View File
@@ -0,0 +1,17 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import { defineConfig } from 'tsdown';
export default defineConfig({
entry: 'src/index.std.ts',
outDir: 'dist',
dts: true,
sourcemap: true,
format: {
esm: {},
cjs: {},
},
publint: true,
attw: true,
});
+1 -1
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@signalapp/windows-ucv",
"version": "1.0.1",
"private": true,
"description": "Windows User Consent Verification",
"main": "dist/index.js",
"types": "dist/index.d.ts",
+602 -18
View File
File diff suppressed because it is too large Load Diff
@@ -5,10 +5,10 @@ import { memo, useCallback, useMemo, useState } from 'react';
import { AxoDialog } from '../../../axo/AxoDialog.dom.tsx';
import type { LocalizerType } from '../../../types/I18N.std.ts';
import { AxoRadioGroup } from '../../../axo/AxoRadioGroup.dom.tsx';
import { DurationInSeconds } from '../../../util/durations/duration-in-seconds.std.ts';
import { strictAssert } from '../../../util/assert.std.ts';
import { AxoAlertDialog } from '../../../axo/AxoAlertDialog.dom.tsx';
import { isInternalFeaturesEnabled } from '../../../util/isInternalFeaturesEnabled.dom.ts';
import { DurationSecs } from '@signalapp/types';
enum DurationOption {
TIME_24_HOURS = 'TIME_24_HOURS',
@@ -18,12 +18,12 @@ enum DurationOption {
DEBUG_10_SECONDS = 'DEBUG_10_SECONDS',
}
const DURATION_OPTIONS: Record<DurationOption, DurationInSeconds | null> = {
[DurationOption.TIME_24_HOURS]: DurationInSeconds.fromHours(24),
[DurationOption.TIME_7_DAYS]: DurationInSeconds.fromDays(7),
[DurationOption.TIME_30_DAYS]: DurationInSeconds.fromDays(30),
const DURATION_OPTIONS: Record<DurationOption, DurationSecs | null> = {
[DurationOption.TIME_24_HOURS]: DurationSecs.fromHours(24),
[DurationOption.TIME_7_DAYS]: DurationSecs.fromDays(7),
[DurationOption.TIME_30_DAYS]: DurationSecs.fromDays(30),
[DurationOption.FOREVER]: null,
[DurationOption.DEBUG_10_SECONDS]: DurationInSeconds.fromSeconds(10),
[DurationOption.DEBUG_10_SECONDS]: DurationSecs.fromSeconds(10),
};
enum Step {
@@ -48,7 +48,7 @@ export type PinMessageDialogProps = Readonly<{
onSeenPinMessageDisappearingMessagesWarning: () => void;
onPinnedMessageAdd: (
messageId: string,
duration: DurationInSeconds | null
duration: DurationSecs | null
) => void;
}>;
+13 -7
View File
@@ -3,6 +3,12 @@
import { z } from 'zod';
import type PQueue from 'p-queue';
import {
DurationSecs,
ReceivedTimestampMs,
SentTimestampMs,
TimestampMs,
} from '@signalapp/types';
import { createLogger } from '../logging/log.std.ts';
import * as durations from '../util/durations/index.std.ts';
@@ -207,9 +213,9 @@ const pinMessageJobDataSchema = z.object({
conversationId: z.string(),
targetMessageId: z.string(),
targetAuthorAci: aciSchema,
targetSentTimestamp: z.number(),
pinDurationSeconds: z.number().nullable(),
pinnedAt: z.number(),
targetSentTimestamp: SentTimestampMs.Schema,
pinDurationSeconds: z.nullable(DurationSecs.Schema),
pinnedAt: TimestampMs.Schema,
});
export type PinMessageJobData = z.infer<typeof pinMessageJobDataSchema>;
@@ -239,10 +245,10 @@ const resendRequestJobDataSchema = z.object({
groupId: z.string().optional(),
plaintext: z.string(),
receivedAtCounter: z.number(),
receivedAtDate: z.number(),
receivedAtDate: ReceivedTimestampMs.Schema,
senderAci: aciSchema,
senderDevice: z.number(),
timestamp: z.number(),
timestamp: SentTimestampMs.Schema,
});
export type ResendRequestJobData = z.infer<typeof resendRequestJobDataSchema>;
@@ -290,8 +296,8 @@ const unpinMessageJobDataSchema = z.object({
conversationId: z.string(),
targetMessageId: z.string(),
targetAuthorAci: aciSchema,
targetSentTimestamp: z.number(),
unpinnedAt: z.number(),
targetSentTimestamp: SentTimestampMs.Schema,
unpinnedAt: TimestampMs.Schema,
isSyncOnly: z.boolean(),
});
export type UnpinMessageJobData = z.infer<typeof unpinMessageJobDataSchema>;
@@ -17,6 +17,11 @@ import { drop } from '../util/drop.std.ts';
import type { AppendPinnedMessageResult } from '../sql/server/pinnedMessages.std.ts';
import * as Errors from '../types/errors.std.ts';
import { isGiftBadge } from '../state/selectors/message.preload.ts';
import type {
DurationSecs,
ReceivedTimestampMs,
SentTimestampMs,
} from '@signalapp/types';
const { AccessRequired } = Proto.AccessControl;
const { Role } = Proto.Member;
@@ -26,10 +31,10 @@ const parentLog = createLogger('PinnedMessages');
export type PinnedMessageAddProps = Readonly<{
targetSentTimestamp: number;
targetAuthorAci: AciString;
pinDuration: DurationInSeconds | null;
pinDuration: DurationSecs | null;
pinnedByAci: AciString;
sentAtTimestamp: number;
receivedAtTimestamp: number;
sentAtTimestamp: SentTimestampMs;
receivedAtTimestamp: ReceivedTimestampMs;
expireTimer: DurationInSeconds | null;
expirationStartTimestamp: number | null;
}>;
+4 -3
View File
@@ -169,6 +169,7 @@ import type { ThemeType } from '../../util/preload.preload.ts';
import { toNumber } from '../../util/toNumber.std.ts';
import { isKnownProtoEnumMember } from '../../util/isKnownProtoEnumMember.std.ts';
import { Emoji } from '../../axo/emoji.std.ts';
import { TimestampMs } from '@signalapp/types';
const { isNumber } = lodash;
@@ -1856,11 +1857,11 @@ export class BackupImportStream extends Writable {
strictAssert(pinnedAtTimestamp, 'Missing PinDetails.pinnedAtTimestamp');
strictAssert(pinExpiry, 'Missing PinDetails.pinExpiry');
const pinnedAt = toNumber(pinnedAtTimestamp);
const pinnedAt = TimestampMs.fromBigInt(pinnedAtTimestamp);
let expiresAt: number | null;
let expiresAt: TimestampMs | null;
if (pinExpiry.pinExpiresAtTimestamp != null) {
expiresAt = toNumber(pinExpiry.pinExpiresAtTimestamp);
expiresAt = TimestampMs.fromBigInt(pinExpiry.pinExpiresAtTimestamp);
} else {
strictAssert(
pinExpiry.pinNeverExpires,
@@ -10,6 +10,7 @@ import {
} from '../../jobs/conversationJobQueue.preload.ts';
import { getPinnedMessageTarget } from '../../util/getPinMessageTarget.preload.ts';
import { drop } from '../../util/drop.std.ts';
import { TimestampMs } from '@signalapp/types';
export const pinnedMessagesCleanupService = createExpiringEntityCleanupService({
logPrefix: 'PinnedMessages',
@@ -31,7 +32,7 @@ export const pinnedMessagesCleanupService = createExpiringEntityCleanupService({
cleanupExpiredEntities: async () => {
const deletedPinnedMessages =
await DataWriter.deleteAllExpiredPinnedMessagesBefore(Date.now());
const unpinnedAt = Date.now();
const unpinnedAt = TimestampMs.now();
const deletedPinnedMessagesIds = [];
const changedConversationIds = new Set<string>();
@@ -53,7 +54,7 @@ export const pinnedMessagesCleanupService = createExpiringEntityCleanupService({
},
});
async function sendUnpinSync(targetMessageId: string, unpinnedAt: number) {
async function sendUnpinSync(targetMessageId: string, unpinnedAt: TimestampMs) {
const target = await getPinnedMessageTarget(targetMessageId);
if (target == null) {
return;
+3 -2
View File
@@ -8,6 +8,7 @@ import { aciSchema } from '../types/ServiceId.std.ts';
import { safeParseStrict } from '../util/schemas.std.ts';
import { HOUR } from '../util/durations/index.std.ts';
import type { StorageInterface } from '../types/Storage.d.ts';
import { ReceivedTimestampMs, SentTimestampMs } from '@signalapp/types';
const { groupBy } = lodash;
@@ -16,8 +17,8 @@ const log = createLogger('retryPlaceholders');
const retryItemSchema = z
.object({
conversationId: z.string(),
sentAt: z.number(),
receivedAt: z.number(),
sentAt: SentTimestampMs.Schema,
receivedAt: ReceivedTimestampMs.Schema,
receivedAtCounter: z.number(),
senderAci: aciSchema,
wasOpened: z.boolean().optional(),
+8 -3
View File
@@ -80,6 +80,11 @@ import type {
import { sqlFragment, sqlId, sqlJoin } from './util.std.ts';
import type { MIMEType } from '../types/MIME.std.ts';
import type { Emoji } from '../axo/emoji.std.ts';
import type {
ReceivedTimestampMs,
SentTimestampMs,
ServerTimestampMs,
} from '@signalapp/types';
export type ReadableDB = Database & { __readable_db: never };
export type WritableDB = ReadableDB & { __writable_db: never };
@@ -444,12 +449,12 @@ export type StickerPackRefType = Readonly<{
export type UnprocessedType = {
id: string;
timestamp: number;
timestamp: SentTimestampMs;
/*
* A client generated date used for removing old envelopes from the table
* on startup.
*/
receivedAtDate: number;
receivedAtDate: ReceivedTimestampMs;
receivedAtCounter: number;
attempts: number;
type: number;
@@ -463,7 +468,7 @@ export type UnprocessedType = {
destinationServiceId: ServiceIdString;
updatedPni: PniString | undefined;
serverGuid: string;
serverTimestamp: number;
serverTimestamp: ServerTimestampMs;
urgent: boolean;
story: boolean;
reportingToken: Uint8Array<ArrayBuffer> | undefined;
+8 -3
View File
@@ -261,6 +261,11 @@ import {
} from '../../util/Conversation.preload.ts';
import type { Emoji } from '../../axo/emoji.std.ts';
import { isSignalConversation } from '../../util/isSignalConversation.dom.ts';
import {
type DurationSecs,
SentTimestampMs,
TimestampMs,
} from '@signalapp/types';
const { chunk, difference, fromPairs, omit, orderBy, pick, values, without } =
lodash;
@@ -5183,7 +5188,7 @@ function onPinnedMessagesChanged(
function onPinnedMessageAdd(
targetMessageId: string,
pinDurationSeconds: DurationInSeconds | null
pinDurationSeconds: DurationSecs | null
): StateThunk {
return async dispatch => {
const target = await getPinnedMessageTarget(targetMessageId);
@@ -5196,7 +5201,7 @@ function onPinnedMessageAdd(
);
strictAssert(targetConversation != null, 'Missing target conversation');
const pinnedAt = Date.now();
const pinnedAt = SentTimestampMs.now();
await conversationJobQueue.add({
type: conversationQueueJobEnum.enum.PinMessage,
@@ -5242,7 +5247,7 @@ function onPinnedMessageRemove(targetMessageId: string): StateThunk {
await conversationJobQueue.add({
type: conversationQueueJobEnum.enum.UnpinMessage,
...target,
unpinnedAt: Date.now(),
unpinnedAt: TimestampMs.now(),
isSyncOnly: false,
});
await DataWriter.deletePinnedMessageByMessageId(targetMessageId);
@@ -33,12 +33,21 @@ import {
} from '../SignalProtocolStore.preload.ts';
import { Address } from '../types/Address.std.ts';
import { QualifiedAddress } from '../types/QualifiedAddress.std.ts';
import type { IdentityKeyType, KeyPairType } from '../textsecure/Types.d.ts';
import type {
IdentityKeyType,
KeyPairType,
UnprocessedType,
} from '../textsecure/Types.d.ts';
import { itemStorage } from '../textsecure/Storage.preload.ts';
import {
generateAci,
generatePni,
} from '../test-helpers/serviceIdUtils.std.ts';
import {
ReceivedTimestampMs,
SentTimestampMs,
ServerTimestampMs,
} from '@signalapp/types';
const { clone } = lodash;
@@ -54,7 +63,7 @@ describe('SignalProtocolStore', () => {
const NOW = Date.now();
const unprocessedDefaults = {
const unprocessedDefaults: Omit<UnprocessedType, 'id' | 'receivedAtDate'> = {
type: 1,
messageAgeSec: 1,
source: undefined,
@@ -68,12 +77,12 @@ describe('SignalProtocolStore', () => {
urgent: false,
receivedAtCounter: 0,
serverGuid: generateUuid(),
serverTimestamp: 1,
serverTimestamp: ServerTimestampMs.fromNumber(1),
attempts: 0,
isEncrypted: true,
content: Buffer.from('content'),
timestamp: NOW,
timestamp: SentTimestampMs.fromNumber(NOW),
};
function getSessionRecord(isOpen?: boolean): SessionRecord {
@@ -1302,7 +1311,7 @@ describe('SignalProtocolStore', () => {
id: '2-two',
content: Buffer.from('second'),
receivedAtDate: Date.now() + 2,
receivedAtDate: ReceivedTimestampMs.fromNumber(Date.now() + 2),
},
{ zone }
);
@@ -1360,7 +1369,7 @@ describe('SignalProtocolStore', () => {
id: '2-two',
content: Buffer.from('second'),
receivedAtDate: 2,
receivedAtDate: ReceivedTimestampMs.fromNumber(2),
},
{ zone }
);
@@ -1500,7 +1509,9 @@ describe('SignalProtocolStore', () => {
content: Buffer.from('old envelope'),
receivedAtCounter: -1,
receivedAtDate: NOW - 2 * durations.MONTH,
receivedAtDate: ReceivedTimestampMs.fromNumber(
NOW - 2 * durations.MONTH
),
}),
store.addUnprocessed({
...unprocessedDefaults,
@@ -1508,7 +1519,7 @@ describe('SignalProtocolStore', () => {
content: Buffer.from('second'),
receivedAtCounter: 1,
receivedAtDate: NOW + 2,
receivedAtDate: ReceivedTimestampMs.fromNumber(NOW + 2),
}),
store.addUnprocessed({
...unprocessedDefaults,
@@ -1516,7 +1527,7 @@ describe('SignalProtocolStore', () => {
content: Buffer.from('third'),
receivedAtCounter: 2,
receivedAtDate: NOW + 3,
receivedAtDate: ReceivedTimestampMs.fromNumber(NOW + 3),
}),
store.addUnprocessed({
...unprocessedDefaults,
@@ -1524,7 +1535,7 @@ describe('SignalProtocolStore', () => {
content: Buffer.from('first'),
receivedAtCounter: 0,
receivedAtDate: NOW + 1,
receivedAtDate: ReceivedTimestampMs.fromNumber(NOW + 1),
}),
]);
@@ -1547,7 +1558,7 @@ describe('SignalProtocolStore', () => {
id,
receivedAtDate: NOW + 1,
receivedAtDate: ReceivedTimestampMs.fromNumber(NOW + 1),
});
await store.removeUnprocessed(id);
@@ -1564,7 +1575,7 @@ describe('SignalProtocolStore', () => {
id: '1-one',
attempts: 10,
receivedAtDate: NOW + 1,
receivedAtDate: ReceivedTimestampMs.fromNumber(NOW + 1),
});
const items = await store.getUnprocessedByIdsAndIncrementAttempts(
@@ -11,6 +11,7 @@ import {
STORAGE_KEY,
} from '../../services/retryPlaceholders.std.ts';
import { generateAci } from '../../test-helpers/serviceIdUtils.std.ts';
import { ReceivedTimestampMs, SentTimestampMs } from '@signalapp/types';
describe('RetryPlaceholders', () => {
const NOW = 1_000_000;
@@ -40,8 +41,8 @@ describe('RetryPlaceholders', () => {
function getDefaultItem(): RetryItemType {
return {
conversationId: 'conversation-id',
sentAt: NOW - 10,
receivedAt: NOW - 5,
sentAt: SentTimestampMs.fromNumber(NOW - 10),
receivedAt: ReceivedTimestampMs.fromNumber(NOW - 5),
receivedAtCounter: 4,
senderAci: generateAci(),
};
@@ -113,11 +114,11 @@ describe('RetryPlaceholders', () => {
it('returns soonest expiration given a list, and after add', async () => {
const older = {
...getDefaultItem(),
receivedAt: NOW,
receivedAt: ReceivedTimestampMs.fromNumber(NOW),
};
const newer = {
...getDefaultItem(),
receivedAt: NOW + 10,
receivedAt: ReceivedTimestampMs.fromNumber(NOW + 10),
};
const items: Array<RetryItemType> = [older, newer];
await storage.put(STORAGE_KEY, items);
@@ -129,7 +130,7 @@ describe('RetryPlaceholders', () => {
const oldest = {
...getDefaultItem(),
receivedAt: NOW - 5,
receivedAt: ReceivedTimestampMs.fromNumber(NOW - 5),
};
await placeholders.add(oldest);
@@ -142,11 +143,11 @@ describe('RetryPlaceholders', () => {
it('does nothing if no item expired', async () => {
const older = {
...getDefaultItem(),
receivedAt: NOW + 10,
receivedAt: ReceivedTimestampMs.fromNumber(NOW + 10),
};
const newer = {
...getDefaultItem(),
receivedAt: NOW + 15,
receivedAt: ReceivedTimestampMs.fromNumber(NOW + 15),
};
const items: Array<RetryItemType> = [older, newer];
await storage.put(STORAGE_KEY, items);
@@ -160,11 +161,11 @@ describe('RetryPlaceholders', () => {
it('removes just one if expired', async () => {
const older = {
...getDefaultItem(),
receivedAt: getDeltaIntoPast() - 1000,
receivedAt: ReceivedTimestampMs.fromNumber(getDeltaIntoPast() - 1000),
};
const newer = {
...getDefaultItem(),
receivedAt: NOW + 15,
receivedAt: ReceivedTimestampMs.fromNumber(NOW + 15),
};
const items: Array<RetryItemType> = [older, newer];
await storage.put(STORAGE_KEY, items);
@@ -179,11 +180,11 @@ describe('RetryPlaceholders', () => {
it('removes all if expired', async () => {
const older = {
...getDefaultItem(),
receivedAt: getDeltaIntoPast() - 1000,
receivedAt: ReceivedTimestampMs.fromNumber(getDeltaIntoPast() - 1000),
};
const newer = {
...getDefaultItem(),
receivedAt: getDeltaIntoPast() - 900,
receivedAt: ReceivedTimestampMs.fromNumber(getDeltaIntoPast() - 900),
};
const items: Array<RetryItemType> = [older, newer];
await storage.put(STORAGE_KEY, items);
@@ -225,17 +226,17 @@ describe('RetryPlaceholders', () => {
const convo1a = {
...getDefaultItem(),
conversationId: 'conversation-id-1',
receivedAt: NOW - 5,
receivedAt: ReceivedTimestampMs.fromNumber(NOW - 5),
};
const convo1b = {
...getDefaultItem(),
conversationId: 'conversation-id-1',
receivedAt: NOW - 4,
receivedAt: ReceivedTimestampMs.fromNumber(NOW - 4),
};
const convo2a = {
...getDefaultItem(),
conversationId: 'conversation-id-2',
receivedAt: NOW + 15,
receivedAt: ReceivedTimestampMs.fromNumber(NOW + 15),
};
const items: Array<RetryItemType> = [convo1a, convo1b, convo2a];
await storage.put(STORAGE_KEY, items);
@@ -265,7 +266,7 @@ describe('RetryPlaceholders', () => {
const convo2b = {
...getDefaultItem(),
conversationId: 'conversation-id-2',
receivedAt: NOW + 16,
receivedAt: ReceivedTimestampMs.fromNumber(NOW + 16),
};
await placeholders.add(convo2b);
@@ -300,17 +301,17 @@ describe('RetryPlaceholders', () => {
describe('#findByMessageAndRemove', () => {
it('does nothing if no item matching message found', async () => {
const sentAt = NOW - 20;
const sentAt = SentTimestampMs.fromNumber(NOW - 20);
const older = {
...getDefaultItem(),
conversationId: 'conversation-id-1',
sentAt: NOW - 10,
sentAt: SentTimestampMs.fromNumber(NOW - 10),
};
const newer = {
...getDefaultItem(),
conversationId: 'conversation-id-1',
sentAt: NOW - 11,
sentAt: SentTimestampMs.fromNumber(NOW - 11),
};
const items: Array<RetryItemType> = [older, newer];
await storage.put(STORAGE_KEY, items);
@@ -324,12 +325,12 @@ describe('RetryPlaceholders', () => {
assert.strictEqual(2, placeholders.getCount());
});
it('removes the item matching message', async () => {
const sentAt = NOW - 20;
const sentAt = SentTimestampMs.fromNumber(NOW - 20);
const older = {
...getDefaultItem(),
conversationId: 'conversation-id-1',
sentAt: NOW - 10,
sentAt: SentTimestampMs.fromNumber(NOW - 10),
};
const newer = {
...getDefaultItem(),
@@ -15,6 +15,7 @@ import type {
PinnedMessage,
PinnedMessageParams,
} from '../../../types/PinnedMessage.std.ts';
import { TimestampMs } from '@signalapp/types';
function setupData(db: WritableDB) {
insertData(db, 'conversations', [{ id: 'c1' }, { id: 'c2' }]);
@@ -39,8 +40,8 @@ function getParams(
return {
messageId,
conversationId,
pinnedAt,
expiresAt,
pinnedAt: TimestampMs.fromNumber(pinnedAt),
expiresAt: expiresAt != null ? TimestampMs.fromNumber(expiresAt) : null,
};
}
@@ -131,7 +132,7 @@ describe('sql/server/pinnedMessages', () => {
const pin1 = getParams('c1', 'c1-m1', 1);
const pin2 = getParams('c1', 'c1-m2', 2);
const pin3 = getParams('c1', 'c1-m3', 3);
const updated = { ...pin3, pinnedAt: 4 };
const updated = { ...pin3, pinnedAt: TimestampMs.fromNumber(4) };
const row1 = expectInserted(appendPinnedMessage(db, 3, pin1));
const row2 = expectInserted(appendPinnedMessage(db, 3, pin2));
+18 -6
View File
@@ -175,6 +175,12 @@ import {
} from '../types/MessageRequestResponseEvent.std.ts';
import { toNumber } from '../util/toNumber.std.ts';
import {
TimestampMs,
ReceivedTimestampMs,
SentTimestampMs,
ServerTimestampMs,
} from '@signalapp/types';
const { isBoolean, isNumber, isString, noop } = lodash;
@@ -404,7 +410,9 @@ export default class MessageReceiver
const plaintext = request.body;
const decoded = Proto.Envelope.decode(plaintext);
const serverTimestamp = toNumber(decoded.serverTimestamp) ?? 0;
const serverTimestamp = ServerTimestampMs.fromBigInt(
decoded.serverTimestamp ?? 0n
);
const ourAci = this.#storage.user.getCheckedAci();
@@ -415,7 +423,7 @@ export default class MessageReceiver
// from logs
id: getGuid().replace(/-/g, '.'),
receivedAtCounter: incrementMessageCounter(),
receivedAtDate: Date.now(),
receivedAtDate: ReceivedTimestampMs.now(),
// Calculate the message age (time on server).
messageAgeSec: this.#calculateMessageAge(
request.timestamp,
@@ -444,7 +452,7 @@ export default class MessageReceiver
decoded.updatedPni,
'MessageReceiver.handleRequest.updatedPni'
),
timestamp: toNumber(decoded.clientTimestamp) ?? 0,
timestamp: SentTimestampMs.fromBigInt(decoded.clientTimestamp ?? 0n),
content: content ?? new Uint8Array(0),
serverGuid:
(Bytes.isNotEmpty(decoded.serverGuidBinary)
@@ -2111,7 +2119,7 @@ export default class MessageReceiver
envelopeId: envelope.id,
destinationE164: destinationE164 ?? '',
destinationServiceId,
timestamp: toNumber(timestamp),
timestamp: SentTimestampMs.fromBigInt(timestamp),
serverTimestamp: envelope.serverTimestamp,
device: envelope.sourceDevice,
unidentifiedStatus,
@@ -2119,7 +2127,9 @@ export default class MessageReceiver
isRecipientUpdate,
receivedAtCounter: envelope.receivedAtCounter,
receivedAtDate: envelope.receivedAtDate,
expirationStartTimestamp: toNumber(expirationStartTimestamp) ?? 0,
expirationStartTimestamp: TimestampMs.fromBigInt(
expirationStartTimestamp ?? 0n
),
},
this.#removeFromCache.bind(this, envelope)
);
@@ -3201,7 +3211,9 @@ export default class MessageReceiver
isRecipientUpdate,
receivedAtCounter: envelope.receivedAtCounter,
receivedAtDate: envelope.receivedAtDate,
expirationStartTimestamp: toNumber(expirationStartTimestamp) ?? 0,
expirationStartTimestamp: TimestampMs.fromBigInt(
expirationStartTimestamp ?? 0n
),
},
this.#removeFromCache.bind(this, envelope)
);
+11 -5
View File
@@ -18,6 +18,12 @@ import type { AnyPaymentEvent } from '../types/Payment.std.ts';
import type { RawBodyRange } from '../types/BodyRange.std.ts';
import type { StoryMessageRecipientsType } from '../types/Stories.std.ts';
import type { Emoji } from '../axo/emoji.std.ts';
import type {
DurationSecs,
ReceivedTimestampMs,
SentTimestampMs,
ServerTimestampMs,
} from '@signalapp/types';
export type {
IdentityKeyType,
@@ -86,7 +92,7 @@ export type SessionResetsType = Record<string, number>;
export type ProcessedEnvelope = Readonly<{
id: string;
receivedAtCounter: number;
receivedAtDate: number;
receivedAtDate: ReceivedTimestampMs;
messageAgeSec: number;
// Mostly from Proto.Envelope except for null/undefined
@@ -96,10 +102,10 @@ export type ProcessedEnvelope = Readonly<{
sourceDevice: number | undefined;
destinationServiceId: ServiceIdString;
updatedPni: PniString | undefined;
timestamp: number;
timestamp: SentTimestampMs;
content: Uint8Array<ArrayBuffer>;
serverGuid: string;
serverTimestamp: number;
serverTimestamp: ServerTimestampMs;
groupId: string | undefined;
urgent: boolean;
story: boolean;
@@ -189,8 +195,8 @@ export type ProcessedReaction = {
export type ProcessedPinMessage = Readonly<{
targetAuthorAci: AciString;
targetSentTimestamp: number;
pinDuration: DurationInSeconds | null;
targetSentTimestamp: SentTimestampMs;
pinDuration: DurationSecs | null;
}>;
export type ProcessedPollCreate = {
+15 -9
View File
@@ -24,6 +24,12 @@ import type {
} from '../types/CallDisposition.std.ts';
import type { CallLinkUpdateSyncType } from '../types/CallLink.std.ts';
import { isAciString } from '../util/isAciString.std.ts';
import type {
ReceivedTimestampMs,
SentTimestampMs,
ServerTimestampMs,
TimestampMs,
} from '@signalapp/types';
export class EmptyEvent extends Event {
constructor() {
@@ -173,10 +179,10 @@ export type DecryptionErrorEventData = Readonly<{
contentHint: number | undefined;
groupId: string | undefined;
receivedAtCounter: number;
receivedAtDate: number;
receivedAtDate: ReceivedTimestampMs;
senderDevice: number;
senderAci: AciString;
timestamp: number;
timestamp: SentTimestampMs;
}>;
export class DecryptionErrorEvent extends ConfirmableEvent {
@@ -227,15 +233,15 @@ export type SentEventData = Readonly<{
envelopeId: string;
destinationE164?: string;
destinationServiceId?: ServiceIdString;
timestamp: number;
serverTimestamp: number;
timestamp: SentTimestampMs;
serverTimestamp: ServerTimestampMs;
device: number | undefined;
unidentifiedStatus: ProcessedSent['unidentifiedStatus'];
message: ProcessedDataMessage;
isRecipientUpdate: boolean;
receivedAtCounter: number;
receivedAtDate: number;
expirationStartTimestamp?: number;
receivedAtDate: ReceivedTimestampMs;
expirationStartTimestamp?: TimestampMs;
storyDistributionListId?: StoryDistributionIdString;
}>;
@@ -276,13 +282,13 @@ export type MessageEventData = Readonly<{
sourceAci: AciString;
sourceDevice?: number;
destinationServiceId: ServiceIdString;
timestamp: number;
timestamp: SentTimestampMs;
serverGuid: string;
serverTimestamp: number;
serverTimestamp: ServerTimestampMs;
unidentifiedDeliveryReceived: boolean;
message: ProcessedDataMessage;
receivedAtCounter: number;
receivedAtDate: number;
receivedAtDate: ReceivedTimestampMs;
}>;
export class MessageEvent extends ConfirmableEvent {
+7 -4
View File
@@ -57,6 +57,7 @@ import { createLogger } from '../logging/log.std.ts';
import { toNumber } from '../util/toNumber.std.ts';
import { Emoji } from '../axo/emoji.std.ts';
import { DurationSecs, SentTimestampMs } from '@signalapp/types';
const { isNumber } = lodash;
@@ -359,13 +360,15 @@ function processPinMessage(
return undefined;
}
const targetSentTimestamp = toNumber(pinMessage.targetSentTimestamp);
strictAssert(targetSentTimestamp, 'Missing targetSentTimestamp');
strictAssert(pinMessage.targetSentTimestamp, 'Missing targetSentTimestamp');
const targetSentTimestamp = SentTimestampMs.fromBigInt(
pinMessage.targetSentTimestamp
);
const targetAuthorAci = fromAciUuidBytes(pinMessage.targetAuthorAciBinary);
strictAssert(targetAuthorAci, 'Missing targetAuthorAciBinary');
let pinDuration: DurationInSeconds | null;
let pinDuration: DurationSecs | null;
if (pinMessage.pinDuration?.pinDurationForever) {
pinDuration = null;
} else {
@@ -373,7 +376,7 @@ function processPinMessage(
pinMessage.pinDuration?.pinDurationSeconds,
'Missing pinDurationSeconds'
);
pinDuration = DurationInSeconds.fromSeconds(
pinDuration = DurationSecs.fromSeconds(
pinMessage.pinDuration.pinDurationSeconds
);
}
+10 -5
View File
@@ -1,6 +1,11 @@
// Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type {
DurationSecs,
SentTimestampMs,
TimestampMs,
} from '@signalapp/types';
import type { AciString } from '@signalapp/mock-server/src/types.js';
import type { ReadonlyMessageAttributesType } from '../model-types.d.ts';
@@ -10,8 +15,8 @@ export type PinnedMessage = Readonly<{
id: PinnedMessageId;
conversationId: string;
messageId: string;
pinnedAt: number;
expiresAt: number | null;
pinnedAt: TimestampMs;
expiresAt: TimestampMs | null;
}>;
export type PinnedMessageParams = Omit<PinnedMessage, 'id'>;
@@ -23,11 +28,11 @@ export type PinnedMessagePreloadData = Readonly<{
export type SendPinMessageType = Readonly<{
targetAuthorAci: AciString;
targetSentTimestamp: number;
pinDurationSeconds: number | null;
targetSentTimestamp: SentTimestampMs;
pinDurationSeconds: DurationSecs | null;
}>;
export type SendUnpinMessageType = Readonly<{
targetAuthorAci: AciString;
targetSentTimestamp: number;
targetSentTimestamp: SentTimestampMs;
}>;
+8 -5
View File
@@ -1,6 +1,7 @@
// Copyright 2026 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import { SentTimestampMs } from '@signalapp/types';
import { createLogger } from '../logging/log.std.ts';
import { isIncoming } from '../messages/helpers.std.ts';
import type { ReadonlyMessageAttributesType } from '../model-types.d.ts';
@@ -17,7 +18,7 @@ export type PinnedMessageTarget = Readonly<{
conversationId: string;
targetMessageId: string;
targetAuthorAci: AciString;
targetSentTimestamp: number;
targetSentTimestamp: SentTimestampMs;
}>;
function getMessageAuthorAci(
@@ -44,9 +45,11 @@ export async function getPinnedMessageTarget(
conversationId: message.conversationId,
targetMessageId: message.id,
targetAuthorAci: getMessageAuthorAci(message),
targetSentTimestamp: getMessageSentTimestamp(message, {
includeEdits: true,
log,
}),
targetSentTimestamp: SentTimestampMs.fromNumber(
getMessageSentTimestamp(message, {
includeEdits: true,
log,
})
),
};
}
+8 -6
View File
@@ -1,15 +1,17 @@
// Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import { DurationInSeconds } from './durations/duration-in-seconds.std.ts';
import { DurationMs, type DurationSecs, TimestampMs } from '@signalapp/types';
export function getPinnedMessageExpiresAt(
receivedAtTimestamp: number,
pinDuration: DurationInSeconds | null
): number | null {
pinnedAt: TimestampMs,
pinDuration: DurationSecs | null
): TimestampMs | null {
if (pinDuration == null) {
return null;
}
const pinDurationMs = DurationInSeconds.toMillis(pinDuration);
return receivedAtTimestamp + pinDurationMs;
const pinDurationMs = DurationMs.fromDurationSecs(pinDuration);
return TimestampMs.fromNumber(pinnedAt + pinDurationMs);
}