@talkplay/shared-types 1.0.6 → 1.0.7
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 +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -574,10 +574,6 @@ type CreateLegalTermPayload = {
|
|
|
574
574
|
type CreateLegalTermAgreementPayload = {
|
|
575
575
|
ipAddress: string;
|
|
576
576
|
userAgent: string;
|
|
577
|
-
terms: {
|
|
578
|
-
platformUseTermId: string;
|
|
579
|
-
cancellationTermId: string;
|
|
580
|
-
};
|
|
581
577
|
};
|
|
582
578
|
type CreateLegalTermResponse = LegalTermEntity;
|
|
583
579
|
|
package/dist/index.d.ts
CHANGED
|
@@ -574,10 +574,6 @@ type CreateLegalTermPayload = {
|
|
|
574
574
|
type CreateLegalTermAgreementPayload = {
|
|
575
575
|
ipAddress: string;
|
|
576
576
|
userAgent: string;
|
|
577
|
-
terms: {
|
|
578
|
-
platformUseTermId: string;
|
|
579
|
-
cancellationTermId: string;
|
|
580
|
-
};
|
|
581
577
|
};
|
|
582
578
|
type CreateLegalTermResponse = LegalTermEntity;
|
|
583
579
|
|