@talkplay/shared-types 1.0.5 → 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,7 +574,6 @@ type CreateLegalTermPayload = {
574
574
  type CreateLegalTermAgreementPayload = {
575
575
  ipAddress: string;
576
576
  userAgent: string;
577
- termId: string;
578
577
  };
579
578
  type CreateLegalTermResponse = LegalTermEntity;
580
579
 
package/dist/index.d.ts CHANGED
@@ -574,7 +574,6 @@ type CreateLegalTermPayload = {
574
574
  type CreateLegalTermAgreementPayload = {
575
575
  ipAddress: string;
576
576
  userAgent: string;
577
- termId: string;
578
577
  };
579
578
  type CreateLegalTermResponse = LegalTermEntity;
580
579
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",