@a_team/prisma 3.2.5-macos → 3.2.6-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-043bb04ba39cf3d0fedb54a6e1d8bafe610c17e4cf7fdd23511db29cef9dc0b2",
2
+ "name": "prisma-client-f68673ee7a9ca9c9c973a9159be25103c522f2b2a280de9a6f65d1bfdbfe1df3",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -75,14 +75,14 @@ type ClearbitEnrichment {
75
75
  data Json?
76
76
  }
77
77
 
78
- type AppoloEnrichment {
78
+ type ApolloEnrichment {
79
79
  data Json?
80
80
  }
81
81
 
82
82
  type CompanyEnrichment {
83
83
  structured StructuredEnrichment?
84
84
  clearbit ClearbitEnrichment?
85
- apollo AppoloEnrichment?
85
+ apollo ApolloEnrichment?
86
86
  }
87
87
 
88
88
  model Company {
@@ -133,6 +133,8 @@ enum ContractType {
133
133
  TermsOfService
134
134
  MissionAgreement
135
135
  ClientContract
136
+ ServiceOrder
137
+ ScopeOfWork
136
138
  }
137
139
 
138
140
  type ContractParty {
@@ -308,7 +308,9 @@ exports.ContractStatus = exports.$Enums.ContractStatus = {
308
308
  exports.ContractType = exports.$Enums.ContractType = {
309
309
  TermsOfService: 'TermsOfService',
310
310
  MissionAgreement: 'MissionAgreement',
311
- ClientContract: 'ClientContract'
311
+ ClientContract: 'ClientContract',
312
+ ServiceOrder: 'ServiceOrder',
313
+ ScopeOfWork: 'ScopeOfWork'
312
314
  };
313
315
 
314
316
  exports.ContractSource = exports.$Enums.ContractSource = {
package/package.json CHANGED
@@ -1,12 +1,10 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.2.5-macos",
3
+ "version": "3.2.6-linux",
4
4
  "os": [
5
- "darwin"
6
- ],
7
- "cpu": [
8
- "arm64"
5
+ "linux"
9
6
  ],
7
+ "cpu": [],
10
8
  "keywords": [],
11
9
  "scripts": {
12
10
  "build": "rm -rf ./dist && yarn run generate",