@lansweeper/multitenant-api-grpc 0.4.83 → 0.5.1

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/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.4.83",
3
+ "version": "0.5.1",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/Lansweeper/lansweeperapis.git"
7
+ },
4
8
  "description": "Multitenant grpc",
5
9
  "main": "gen-proto/index.js",
6
10
  "types": "gen-proto/index.d.ts",
@@ -18,5 +22,6 @@
18
22
  "scripts": {
19
23
  "prepublishOnly": "cp -r ../../shared/limits ./proto"
20
24
  },
21
- "gitHead": "d9e7898e0779a0983d039910965084a26bf419ff"
25
+ "publishConfig": {
26
+ }
22
27
  }
@@ -50,9 +50,10 @@ message PreviewSite {
50
50
  string logo_url = 4;
51
51
  SiteMode mode = 5;
52
52
  PreviewAccount created_by = 6;
53
- string current_subscription_id = 7;
53
+ string current_subscription_id = 7 [deprecated = true];
54
54
  string deleted_on = 8;
55
55
  SiteMetadata metadata = 9;
56
+ Subscription subscription = 10;
56
57
  }
57
58
  message PatchSiteModeRequest {
58
59
  string id = 1;