@talkplay/shared-types 1.0.38 → 1.0.39

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
@@ -733,6 +733,7 @@ type UpdateRadioPayload = Partial<{
733
733
  comercialEmail: string;
734
734
  financialEmail: string;
735
735
  wppNumber: string;
736
+ isActive: boolean;
736
737
  address: Omit<AddressEntity, "id">;
737
738
  }>;
738
739
 
package/dist/index.d.ts CHANGED
@@ -733,6 +733,7 @@ type UpdateRadioPayload = Partial<{
733
733
  comercialEmail: string;
734
734
  financialEmail: string;
735
735
  wppNumber: string;
736
+ isActive: boolean;
736
737
  address: Omit<AddressEntity, "id">;
737
738
  }>;
738
739
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",