@babelforce/babelconnect-sdk 0.14.0 → 0.15.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.
|
@@ -650,6 +650,14 @@ export declare class FeatureAccount extends Message<FeatureAccount> {
|
|
|
650
650
|
* @generated from field: bool allow_account_switch = 4;
|
|
651
651
|
*/
|
|
652
652
|
allowAccountSwitch: boolean;
|
|
653
|
+
/**
|
|
654
|
+
* Agents may change their own presence via the status picker. When false
|
|
655
|
+
* the picker is locked: still visible, shows the current status, but not
|
|
656
|
+
* interactive. Defaults to allowed.
|
|
657
|
+
*
|
|
658
|
+
* @generated from field: bool allow_status_change = 5;
|
|
659
|
+
*/
|
|
660
|
+
allowStatusChange: boolean;
|
|
653
661
|
constructor(data?: PartialMessage<FeatureAccount>);
|
|
654
662
|
static readonly runtime: typeof proto3;
|
|
655
663
|
static readonly typeName = "babelconnect.v1.FeatureAccount";
|
|
@@ -921,6 +921,14 @@ export class FeatureAccount extends Message {
|
|
|
921
921
|
* @generated from field: bool allow_account_switch = 4;
|
|
922
922
|
*/
|
|
923
923
|
allowAccountSwitch = false;
|
|
924
|
+
/**
|
|
925
|
+
* Agents may change their own presence via the status picker. When false
|
|
926
|
+
* the picker is locked: still visible, shows the current status, but not
|
|
927
|
+
* interactive. Defaults to allowed.
|
|
928
|
+
*
|
|
929
|
+
* @generated from field: bool allow_status_change = 5;
|
|
930
|
+
*/
|
|
931
|
+
allowStatusChange = false;
|
|
924
932
|
constructor(data) {
|
|
925
933
|
super();
|
|
926
934
|
proto3.util.initPartial(data, this);
|
|
@@ -932,6 +940,7 @@ export class FeatureAccount extends Message {
|
|
|
932
940
|
{ no: 2, name: "allow_device_switch", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
933
941
|
{ no: 3, name: "show_status", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
934
942
|
{ no: 4, name: "allow_account_switch", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
943
|
+
{ no: 5, name: "allow_status_change", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
935
944
|
]);
|
|
936
945
|
static fromBinary(bytes, options) {
|
|
937
946
|
return new FeatureAccount().fromBinary(bytes, options);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.
|
|
1
|
+
export declare const SDK_VERSION = "0.15.0";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babelforce/babelconnect-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "TypeScript SDK for babelconnect — server-authoritative agent state over gRPC-web, native WebRTC audio, and an embeddable widget (iframe + postMessage) for the Flutter web app.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://babelforce.github.io/babelconnect-sdk/",
|