@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 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",