@a_team/prisma 3.2.9-macos → 3.2.10-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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-d1dab1f03dfc274db3cca9c68b66aeeb5c1ae6ecfd44ba16f4e863d76ce0ca04",
2
+ "name": "prisma-client-f8a44c27b41ae393764f8d6155b6244d1043e9b6e225dd3a26d721d98239ac4d",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -150,12 +150,21 @@ type ContractParty {
150
150
  enum ContractPartyType {
151
151
  BillingCustomer
152
152
  MissionRole
153
+ ATeam
154
+ }
155
+
156
+ type PandadocRecipient {
157
+ id String
158
+ email String
159
+ role String?
153
160
  }
154
161
 
155
162
  type PandadocMetadata {
156
163
  id String
157
164
  hubspotDealId String?
158
165
  hubspotCompanyId String?
166
+ recipients PandadocRecipient[]
167
+ isDocumentSent Boolean @default(false)
159
168
  }
160
169
 
161
170
  enum ContractSource {
@@ -359,7 +359,8 @@ exports.PresetID = exports.$Enums.PresetID = {
359
359
 
360
360
  exports.ContractPartyType = exports.$Enums.ContractPartyType = {
361
361
  BillingCustomer: 'BillingCustomer',
362
- MissionRole: 'MissionRole'
362
+ MissionRole: 'MissionRole',
363
+ ATeam: 'ATeam'
363
364
  };
364
365
 
365
366
  exports.MissionRoleStatus = exports.$Enums.MissionRoleStatus = {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.2.9-macos",
4
- "os": [],
3
+ "version": "3.2.10-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {