@thiscargo/contracts 0.0.22 → 0.0.23
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/gen/company.ts +0 -1
- package/package.json +1 -1
- package/proto/company.proto +2 -3
package/gen/company.ts
CHANGED
package/package.json
CHANGED
package/proto/company.proto
CHANGED
|
@@ -26,9 +26,8 @@ message CreateCompanyRequest {
|
|
|
26
26
|
string phone = 4;
|
|
27
27
|
string address = 5;
|
|
28
28
|
string bot_token = 6;
|
|
29
|
-
string
|
|
30
|
-
string
|
|
31
|
-
string admin_password = 9;
|
|
29
|
+
string admin_phone = 7;
|
|
30
|
+
string admin_password = 8;
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
message GetCompanyRequest {
|