@pellux/goodvibes-contracts 1.9.0 → 1.10.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.
@@ -1,7 +1,7 @@
1
1
  export declare const FOUNDATION_METADATA: {
2
2
  readonly productId: "goodvibes";
3
- readonly productVersion: "1.9.0";
4
- readonly operatorMethodCount: 412;
3
+ readonly productVersion: "1.10.1";
4
+ readonly operatorMethodCount: 415;
5
5
  readonly operatorEventCount: 32;
6
6
  readonly peerEndpointCount: 6;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  export const FOUNDATION_METADATA = {
2
2
  "productId": "goodvibes",
3
- "productVersion": "1.9.0",
4
- "operatorMethodCount": 412,
3
+ "productVersion": "1.10.1",
4
+ "operatorMethodCount": 415,
5
5
  "operatorEventCount": 32,
6
6
  "peerEndpointCount": 6
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"mock-daemon-fixtures.d.ts","sourceRoot":"","sources":["../../src/generated/mock-daemon-fixtures.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB,EAAE,oBAyrhBlC,CAAC"}
1
+ {"version":3,"file":"mock-daemon-fixtures.d.ts","sourceRoot":"","sources":["../../src/generated/mock-daemon-fixtures.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB,EAAE,oBAyzhBlC,CAAC"}
@@ -5965,6 +5965,44 @@ export const MOCK_DAEMON_FIXTURES = {
5965
5965
  }
5966
5966
  }
5967
5967
  },
5968
+ "ops.memory.get": {
5969
+ "methodId": "ops.memory.get",
5970
+ "http": {
5971
+ "method": "GET",
5972
+ "path": "/api/ops/memory"
5973
+ },
5974
+ "status": 200,
5975
+ "body": {
5976
+ "tier": "normal",
5977
+ "budgetMb": 0,
5978
+ "rssMb": 0,
5979
+ "heapUsedMb": 0,
5980
+ "heapTotalMb": 0,
5981
+ "usedPct": 0,
5982
+ "refusingExpensiveWork": false,
5983
+ "caches": [
5984
+ {
5985
+ "id": "sample",
5986
+ "name": "sample",
5987
+ "entries": 0,
5988
+ "estimatedBytes": 0
5989
+ }
5990
+ ],
5991
+ "pausedJobs": [
5992
+ "sample"
5993
+ ],
5994
+ "tripwire": {
5995
+ "armed": false,
5996
+ "sustainedSec": 0,
5997
+ "rateMbPerSec": 0
5998
+ },
5999
+ "thresholds": {
6000
+ "elevatedPct": 0,
6001
+ "highPct": 0,
6002
+ "criticalPct": 0
6003
+ }
6004
+ }
6005
+ },
5968
6006
  "power.keepAwake.set": {
5969
6007
  "methodId": "power.keepAwake.set",
5970
6008
  "http": {
@@ -6041,6 +6079,96 @@ export const MOCK_DAEMON_FIXTURES = {
6041
6079
  }
6042
6080
  }
6043
6081
  },
6082
+ "voice.local.install": {
6083
+ "methodId": "voice.local.install",
6084
+ "http": {
6085
+ "method": "POST",
6086
+ "path": "/api/voice/local/install"
6087
+ },
6088
+ "status": 200,
6089
+ "body": {
6090
+ "provisioned": false,
6091
+ "platform": "sample",
6092
+ "tts": {
6093
+ "engine": "sample",
6094
+ "state": "provisioned",
6095
+ "binaryPath": "sample",
6096
+ "modelPath": "sample",
6097
+ "reason": "sample"
6098
+ },
6099
+ "stt": {
6100
+ "engine": "sample",
6101
+ "state": "provisioned",
6102
+ "binaryPath": "sample",
6103
+ "modelPath": "sample",
6104
+ "reason": "sample"
6105
+ },
6106
+ "components": [
6107
+ {
6108
+ "id": "sample",
6109
+ "state": "installed",
6110
+ "bytes": 0,
6111
+ "error": "sample"
6112
+ }
6113
+ ],
6114
+ "configured": {
6115
+ "set": [
6116
+ {
6117
+ "key": "sample",
6118
+ "value": "sample"
6119
+ }
6120
+ ],
6121
+ "skipped": [
6122
+ {
6123
+ "key": "sample",
6124
+ "reason": "sample"
6125
+ }
6126
+ ]
6127
+ }
6128
+ }
6129
+ },
6130
+ "voice.local.status": {
6131
+ "methodId": "voice.local.status",
6132
+ "http": {
6133
+ "method": "GET",
6134
+ "path": "/api/voice/local/status"
6135
+ },
6136
+ "status": 200,
6137
+ "body": {
6138
+ "platform": "sample",
6139
+ "state": "not-provisioned",
6140
+ "tts": {
6141
+ "engine": "sample",
6142
+ "binaryPresent": false,
6143
+ "voicePresent": false,
6144
+ "binaryPath": "sample",
6145
+ "modelPath": "sample"
6146
+ },
6147
+ "stt": {
6148
+ "engine": "sample",
6149
+ "supported": false,
6150
+ "state": "not-provisioned",
6151
+ "binaryPresent": false,
6152
+ "modelPresent": false,
6153
+ "binaryPath": "sample",
6154
+ "modelPath": "sample",
6155
+ "reason": "sample"
6156
+ },
6157
+ "offerBytes": 0,
6158
+ "installInProgress": {
6159
+ "startedAt": 0,
6160
+ "components": [
6161
+ {
6162
+ "component": "sample",
6163
+ "phase": "skip",
6164
+ "message": "sample",
6165
+ "bytesTotal": 0,
6166
+ "bytesDone": 0
6167
+ }
6168
+ ]
6169
+ }
6170
+ }
6171
+ },
6044
6172
  "intelligence.snapshot": {
6045
6173
  "methodId": "intelligence.snapshot",
6046
6174
  "http": {
@@ -1 +1 @@
1
- {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../src/generated/operator-contract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBAg7yFtB,CAAC"}
1
+ {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../src/generated/operator-contract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBA67zFtB,CAAC"}