@a_team/prisma 3.22.0-win → 3.22.1-linux

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.
@@ -769,7 +769,7 @@ exports.ProposalTemplate = exports.$Enums.ProposalTemplate = {
769
769
 
770
770
  exports.PlatformRecordedOn = exports.$Enums.PlatformRecordedOn = {
771
771
  Fathom: 'Fathom',
772
- Gong: 'Gong'
772
+ Daily: 'Daily'
773
773
  };
774
774
 
775
775
  exports.GeneratingStatus = exports.$Enums.GeneratingStatus = {
@@ -958,7 +958,7 @@ export type ProposalTemplate = (typeof ProposalTemplate)[keyof typeof ProposalTe
958
958
 
959
959
  export const PlatformRecordedOn: {
960
960
  Fathom: 'Fathom',
961
- Gong: 'Gong'
961
+ Daily: 'Daily'
962
962
  };
963
963
 
964
964
  export type PlatformRecordedOn = (typeof PlatformRecordedOn)[keyof typeof PlatformRecordedOn]