@talkplay/shared-types 1.0.3 → 1.0.4

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
@@ -607,6 +607,7 @@ type CreateRadioPayload = {
607
607
  wppNumber: string;
608
608
  address: Omit<AddressEntity, "id">;
609
609
  payment: PaymentPayload;
610
+ legal: CreateLegalTermAgreementPayload;
610
611
  director: Pick<RadioUserEntity, "name" | "email" | "birthDate" | "password"> & {
611
612
  passwordConfirmation: string;
612
613
  };
package/dist/index.d.ts CHANGED
@@ -607,6 +607,7 @@ type CreateRadioPayload = {
607
607
  wppNumber: string;
608
608
  address: Omit<AddressEntity, "id">;
609
609
  payment: PaymentPayload;
610
+ legal: CreateLegalTermAgreementPayload;
610
611
  director: Pick<RadioUserEntity, "name" | "email" | "birthDate" | "password"> & {
611
612
  passwordConfirmation: string;
612
613
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",