@towns-labs/proto 3.4.1 → 4.0.0
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/dist/gen/apps_pb.d.ts +1 -1
- package/package.json +1 -1
package/dist/gen/apps_pb.d.ts
CHANGED
|
@@ -684,7 +684,7 @@ export type AppServiceResponse_StatusResponse = Message<"river.AppServiceRespons
|
|
|
684
684
|
fallbackKey: string;
|
|
685
685
|
/**
|
|
686
686
|
* Optional metadata used to identify the client SDK version.
|
|
687
|
-
* Example: "javascript:@towns-labs/
|
|
687
|
+
* Example: "javascript:@towns-labs/app-framework:0.0.1"
|
|
688
688
|
*
|
|
689
689
|
* @generated from field: optional string client_version = 4;
|
|
690
690
|
*/
|