@talkplay/shared-types 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -574,7 +574,10 @@ type CreateLegalTermPayload = {
|
|
|
574
574
|
type CreateLegalTermAgreementPayload = {
|
|
575
575
|
ipAddress: string;
|
|
576
576
|
userAgent: string;
|
|
577
|
-
|
|
577
|
+
terms: {
|
|
578
|
+
platformUseTermId: string;
|
|
579
|
+
cancellationTermId: string;
|
|
580
|
+
};
|
|
578
581
|
};
|
|
579
582
|
type CreateLegalTermResponse = LegalTermEntity;
|
|
580
583
|
|
package/dist/index.d.ts
CHANGED
|
@@ -574,7 +574,10 @@ type CreateLegalTermPayload = {
|
|
|
574
574
|
type CreateLegalTermAgreementPayload = {
|
|
575
575
|
ipAddress: string;
|
|
576
576
|
userAgent: string;
|
|
577
|
-
|
|
577
|
+
terms: {
|
|
578
|
+
platformUseTermId: string;
|
|
579
|
+
cancellationTermId: string;
|
|
580
|
+
};
|
|
578
581
|
};
|
|
579
582
|
type CreateLegalTermResponse = LegalTermEntity;
|
|
580
583
|
|