@a_team/prisma 3.16.3-macos-docker-linux → 3.16.4-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-ce639294be7c246f52acde8a205db5d566b40492007d0e0d7c3df104ae9e6482",
2
+ "name": "prisma-client-ee5ffbc203361ca66bf5531bc8006f1eda5d483a5875fb141dc072eaead59ab0",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -53,6 +53,16 @@ type BillingAccountBillingInfo {
53
53
  contactName String?
54
54
  contactEmail String?
55
55
  tin String?
56
+ address BillingAccountBillingInfoAddress?
57
+ }
58
+
59
+ type BillingAccountBillingInfoAddress {
60
+ line1 String
61
+ city String
62
+ countryCode String
63
+ line2 String?
64
+ postalCode String?
65
+ state String?
56
66
  }
57
67
 
58
68
  type BillingAccountStripeInfo {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.16.3-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.16.4-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {