@lansweeper/multitenant-api-grpc 0.4.52 → 0.4.54

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,6 @@
1
1
  {
2
2
  "name": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.4.52",
3
+ "version": "0.4.54",
4
4
  "description": "Multitenant grpc",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -18,5 +18,5 @@
18
18
  "scripts": {
19
19
  "prepublishOnly": "cp -r ../../shared/limits ./proto"
20
20
  },
21
- "gitHead": "d133c46276aa65cd4dd085b90a662dfe0f847613"
21
+ "gitHead": "5d250a44524ebd9fdf7fe916d29d85d6829d0380"
22
22
  }
@@ -48,10 +48,15 @@ message Scopes {
48
48
  int32 create_max = 1;
49
49
  }
50
50
 
51
+ message Attachments {
52
+ int32 max_bytes_per_asset = 1;
53
+ }
54
+
51
55
  message SiteLimits {
52
56
  reserved 2;
53
57
  SiteLimitsTiers tier = 1;
54
58
  optional RiskInsights risk_insights = 3;
55
59
  optional Assets assets = 4;
56
60
  Scopes scopes = 5;
61
+ Attachments attachments = 6;
57
62
  }
@@ -12,6 +12,7 @@ message PreviewAccount {
12
12
  string email = 5;
13
13
  string image_url = 6;
14
14
  }
15
+
15
16
  message GetPreviewAccountByIdRequest {
16
17
  string id = 1;
17
18
  }
@@ -116,6 +117,7 @@ message Install {
116
117
  string license = 11;
117
118
  string type = 12 [deprecated = true];
118
119
  InstallType install_type = 13;
120
+ string external_id = 14;
119
121
  }
120
122
  message InstallCredentials {
121
123
  string client_id = 1;