@pellux/goodvibes-sdk 0.25.8 → 0.25.11
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/README.md +4 -0
- package/dist/_internal/contracts/artifacts/operator-contract.json +178 -6
- package/dist/_internal/contracts/generated/foundation-client-types.d.ts +16 -1
- package/dist/_internal/contracts/generated/foundation-client-types.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/foundation-metadata.d.ts +2 -2
- package/dist/_internal/contracts/generated/foundation-metadata.js +2 -2
- package/dist/_internal/contracts/generated/operator-contract.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-contract.js +178 -6
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.js +1 -0
- package/dist/_internal/daemon/context.d.ts +1 -0
- package/dist/_internal/daemon/context.d.ts.map +1 -1
- package/dist/_internal/daemon/integration-route-types.d.ts +1 -0
- package/dist/_internal/daemon/integration-route-types.d.ts.map +1 -1
- package/dist/_internal/daemon/integration-routes.d.ts +1 -1
- package/dist/_internal/daemon/integration-routes.d.ts.map +1 -1
- package/dist/_internal/daemon/integration-routes.js +3 -0
- package/dist/_internal/daemon/operator.d.ts +1 -1
- package/dist/_internal/daemon/operator.d.ts.map +1 -1
- package/dist/_internal/daemon/operator.js +2 -0
- package/dist/_internal/daemon/runtime-route-types.d.ts +1 -1
- package/dist/_internal/daemon/runtime-route-types.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/discord/index.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/discord/index.js +4 -5
- package/dist/_internal/platform/adapters/github/index.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/github/index.js +4 -5
- package/dist/_internal/platform/adapters/google-chat/index.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/google-chat/index.js +7 -5
- package/dist/_internal/platform/adapters/helpers.d.ts +2 -1
- package/dist/_internal/platform/adapters/helpers.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/helpers.js +3 -34
- package/dist/_internal/platform/adapters/homeassistant/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/homeassistant/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/homeassistant/index.js +177 -0
- package/dist/_internal/platform/adapters/index.d.ts +1 -0
- package/dist/_internal/platform/adapters/index.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/index.js +1 -0
- package/dist/_internal/platform/adapters/mattermost/index.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/mattermost/index.js +6 -2
- package/dist/_internal/platform/adapters/slack/index.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/slack/index.js +4 -5
- package/dist/_internal/platform/adapters/telegram/index.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/telegram/index.js +7 -5
- package/dist/_internal/platform/adapters/types.d.ts +1 -1
- package/dist/_internal/platform/adapters/types.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/webhook/index.d.ts.map +1 -1
- package/dist/_internal/platform/adapters/webhook/index.js +4 -1
- package/dist/_internal/platform/automation/types.d.ts +1 -1
- package/dist/_internal/platform/automation/types.d.ts.map +1 -1
- package/dist/_internal/platform/batch/manager.d.ts.map +1 -1
- package/dist/_internal/platform/batch/manager.js +4 -0
- package/dist/_internal/platform/batch/types.d.ts +4 -0
- package/dist/_internal/platform/batch/types.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/accounts.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/accounts.js +22 -0
- package/dist/_internal/platform/channels/builtin/contracts.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/contracts.js +9 -0
- package/dist/_internal/platform/channels/builtin/descriptors.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/descriptors.js +9 -2
- package/dist/_internal/platform/channels/builtin/homeassistant.d.ts +64 -0
- package/dist/_internal/platform/channels/builtin/homeassistant.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin/homeassistant.js +380 -0
- package/dist/_internal/platform/channels/builtin/plugins.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/plugins.js +2 -1
- package/dist/_internal/platform/channels/builtin/presentation.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/presentation.js +4 -0
- package/dist/_internal/platform/channels/builtin/setup-schema.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/setup-schema.js +46 -0
- package/dist/_internal/platform/channels/builtin/shared.d.ts +1 -1
- package/dist/_internal/platform/channels/builtin/shared.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/shared.js +2 -0
- package/dist/_internal/platform/channels/builtin/surfaces.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/surfaces.js +1 -0
- package/dist/_internal/platform/channels/builtin/targets.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/targets.js +24 -0
- package/dist/_internal/platform/channels/builtin-runtime.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin-runtime.js +6 -0
- package/dist/_internal/platform/channels/delivery/strategies-core.d.ts +1 -0
- package/dist/_internal/platform/channels/delivery/strategies-core.d.ts.map +1 -1
- package/dist/_internal/platform/channels/delivery/strategies-core.js +41 -1
- package/dist/_internal/platform/channels/delivery-router.d.ts.map +1 -1
- package/dist/_internal/platform/channels/delivery-router.js +2 -1
- package/dist/_internal/platform/channels/reply-pipeline.d.ts.map +1 -1
- package/dist/_internal/platform/channels/reply-pipeline.js +9 -0
- package/dist/_internal/platform/channels/route-manager.d.ts.map +1 -1
- package/dist/_internal/platform/channels/route-manager.js +1 -0
- package/dist/_internal/platform/channels/surface-registry.d.ts.map +1 -1
- package/dist/_internal/platform/channels/surface-registry.js +4 -0
- package/dist/_internal/platform/channels/types.d.ts +1 -1
- package/dist/_internal/platform/channels/types.d.ts.map +1 -1
- package/dist/_internal/platform/cloudflare/client.d.ts +3 -0
- package/dist/_internal/platform/cloudflare/client.d.ts.map +1 -0
- package/dist/_internal/platform/cloudflare/client.js +9 -0
- package/dist/_internal/platform/cloudflare/config.d.ts +8 -0
- package/dist/_internal/platform/cloudflare/config.d.ts.map +1 -0
- package/dist/_internal/platform/cloudflare/config.js +48 -0
- package/dist/_internal/platform/cloudflare/constants.d.ts +18 -0
- package/dist/_internal/platform/cloudflare/constants.d.ts.map +1 -0
- package/dist/_internal/platform/cloudflare/constants.js +36 -0
- package/dist/_internal/platform/cloudflare/discovery.d.ts +23 -0
- package/dist/_internal/platform/cloudflare/discovery.d.ts.map +1 -0
- package/dist/_internal/platform/cloudflare/discovery.js +57 -0
- package/dist/_internal/platform/cloudflare/index.d.ts +6 -0
- package/dist/_internal/platform/cloudflare/index.d.ts.map +1 -0
- package/dist/_internal/platform/cloudflare/index.js +4 -0
- package/dist/_internal/platform/cloudflare/manager.d.ts +30 -0
- package/dist/_internal/platform/cloudflare/manager.d.ts.map +1 -0
- package/dist/_internal/platform/cloudflare/manager.js +674 -0
- package/dist/_internal/platform/cloudflare/resources.d.ts +79 -0
- package/dist/_internal/platform/cloudflare/resources.d.ts.map +1 -0
- package/dist/_internal/platform/cloudflare/resources.js +353 -0
- package/dist/_internal/platform/cloudflare/types.d.ts +694 -0
- package/dist/_internal/platform/cloudflare/types.d.ts.map +1 -0
- package/dist/_internal/platform/cloudflare/types.js +10 -0
- package/dist/_internal/platform/cloudflare/utils.d.ts +14 -0
- package/dist/_internal/platform/cloudflare/utils.d.ts.map +1 -0
- package/dist/_internal/platform/cloudflare/utils.js +216 -0
- package/dist/_internal/platform/cloudflare/worker-source.d.ts +2 -0
- package/dist/_internal/platform/cloudflare/worker-source.d.ts.map +1 -0
- package/dist/_internal/platform/cloudflare/worker-source.js +165 -0
- package/dist/_internal/platform/companion/companion-chat-manager.d.ts +24 -4
- package/dist/_internal/platform/companion/companion-chat-manager.d.ts.map +1 -1
- package/dist/_internal/platform/companion/companion-chat-manager.js +128 -78
- package/dist/_internal/platform/config/schema-domain-runtime.d.ts +24 -0
- package/dist/_internal/platform/config/schema-domain-runtime.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema-domain-runtime.js +169 -0
- package/dist/_internal/platform/config/schema-domain-surfaces.d.ts +11 -0
- package/dist/_internal/platform/config/schema-domain-surfaces.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema-domain-surfaces.js +59 -0
- package/dist/_internal/platform/config/schema-types.d.ts +38 -2
- package/dist/_internal/platform/config/schema-types.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/gateway-utils.d.ts +37 -0
- package/dist/_internal/platform/control-plane/gateway-utils.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/gateway-utils.js +97 -0
- package/dist/_internal/platform/control-plane/gateway.d.ts +4 -9
- package/dist/_internal/platform/control-plane/gateway.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/gateway.js +26 -61
- package/dist/_internal/platform/control-plane/method-catalog-runtime.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-runtime.js +11 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-admin.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-admin.js +3 -2
- package/dist/_internal/platform/control-plane/operator-contract-schemas-control.d.ts +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-control.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-control.js +26 -0
- package/dist/_internal/platform/control-plane/routes/operator.d.ts +1 -1
- package/dist/_internal/platform/control-plane/routes/operator.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/routes/operator.js +2 -0
- package/dist/_internal/platform/control-plane/types.d.ts +1 -1
- package/dist/_internal/platform/control-plane/types.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/control-plane.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/control-plane.js +50 -6
- package/dist/_internal/platform/daemon/facade-composition.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/facade-composition.js +30 -2
- package/dist/_internal/platform/daemon/facade-types.d.ts +1 -1
- package/dist/_internal/platform/daemon/facade-types.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/cloudflare-routes.d.ts +7 -0
- package/dist/_internal/platform/daemon/http/cloudflare-routes.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/http/cloudflare-routes.js +201 -0
- package/dist/_internal/platform/daemon/http/router.d.ts +3 -3
- package/dist/_internal/platform/daemon/http/router.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/router.js +22 -16
- package/dist/_internal/platform/daemon/http/runtime-route-types.d.ts +1 -1
- package/dist/_internal/platform/daemon/http/runtime-route-types.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http-listener.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http-listener.js +4 -8
- package/dist/_internal/platform/daemon/surface-actions.d.ts +1 -1
- package/dist/_internal/platform/daemon/surface-actions.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/surface-delivery.d.ts +1 -1
- package/dist/_internal/platform/daemon/surface-delivery.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/surface-delivery.js +1 -0
- package/dist/_internal/platform/daemon/surface-policy.d.ts +1 -1
- package/dist/_internal/platform/daemon/surface-policy.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/surface-policy.js +8 -0
- package/dist/_internal/platform/daemon/types.d.ts +2 -2
- package/dist/_internal/platform/daemon/types.d.ts.map +1 -1
- package/dist/_internal/platform/integrations/homeassistant.d.ts +58 -0
- package/dist/_internal/platform/integrations/homeassistant.d.ts.map +1 -0
- package/dist/_internal/platform/integrations/homeassistant.js +174 -0
- package/dist/_internal/platform/integrations/index.d.ts +2 -0
- package/dist/_internal/platform/integrations/index.d.ts.map +1 -1
- package/dist/_internal/platform/integrations/index.js +1 -0
- package/dist/_internal/platform/runtime/events/control-plane.d.ts +1 -1
- package/dist/_internal/platform/runtime/events/control-plane.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/events/control-plane.js +1 -0
- package/dist/_internal/platform/runtime/events/routes.d.ts +1 -1
- package/dist/_internal/platform/runtime/events/routes.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/events/routes.js +1 -0
- package/dist/_internal/platform/runtime/feature-flags/flags.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/feature-flags/flags.js +9 -0
- package/dist/_internal/platform/runtime/feature-flags/gates.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/feature-flags/gates.js +2 -0
- package/dist/_internal/platform/runtime/index.d.ts +2 -0
- package/dist/_internal/platform/runtime/index.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/index.js +1 -0
- package/dist/_internal/platform/runtime/integration/helpers.d.ts +4 -0
- package/dist/_internal/platform/runtime/integration/helpers.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/integration/helpers.js +4 -0
- package/dist/_internal/platform/runtime/security-settings.d.ts +19 -0
- package/dist/_internal/platform/runtime/security-settings.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/security-settings.js +187 -0
- package/dist/_internal/platform/runtime/services.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/services.js +1 -0
- package/dist/_internal/platform/security/user-auth.d.ts +1 -1
- package/dist/_internal/platform/security/user-auth.d.ts.map +1 -1
- package/dist/_internal/platform/security/user-auth.js +18 -3
- package/dist/_internal/platform/tools/edit/core.d.ts.map +1 -1
- package/dist/_internal/platform/tools/edit/core.js +4 -47
- package/dist/_internal/platform/tools/exec/runtime.d.ts.map +1 -1
- package/dist/_internal/platform/tools/exec/runtime.js +7 -1
- package/dist/_internal/platform/tools/exec/schema.d.ts +1 -0
- package/dist/_internal/platform/tools/exec/schema.d.ts.map +1 -1
- package/dist/_internal/platform/tools/exec/schema.js +1 -0
- package/dist/_internal/platform/tools/fetch/runtime.d.ts.map +1 -1
- package/dist/_internal/platform/tools/fetch/runtime.js +140 -19
- package/dist/_internal/platform/tools/fetch/schema.d.ts +1 -0
- package/dist/_internal/platform/tools/fetch/schema.d.ts.map +1 -1
- package/dist/_internal/platform/tools/fetch/schema.js +1 -0
- package/dist/_internal/platform/tools/find/executor.d.ts.map +1 -1
- package/dist/_internal/platform/tools/find/executor.js +7 -1
- package/dist/_internal/platform/tools/find/schema.d.ts.map +1 -1
- package/dist/_internal/platform/tools/find/schema.js +2 -0
- package/dist/_internal/platform/tools/read/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/read/index.js +7 -1
- package/dist/_internal/platform/tools/read/schema.d.ts +1 -0
- package/dist/_internal/platform/tools/read/schema.d.ts.map +1 -1
- package/dist/_internal/platform/tools/read/schema.js +1 -0
- package/dist/_internal/platform/tools/shared/process-manager.d.ts +2 -0
- package/dist/_internal/platform/tools/shared/process-manager.d.ts.map +1 -1
- package/dist/_internal/platform/tools/shared/process-manager.js +67 -5
- package/dist/_internal/platform/tools/write/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/write/index.js +3 -36
- package/dist/_internal/platform/utils/concurrency.d.ts +3 -0
- package/dist/_internal/platform/utils/concurrency.d.ts.map +1 -0
- package/dist/_internal/platform/utils/concurrency.js +17 -0
- package/dist/_internal/platform/utils/logger.d.ts.map +1 -1
- package/dist/_internal/platform/utils/logger.js +19 -1
- package/dist/_internal/platform/utils/request-body.d.ts +4 -0
- package/dist/_internal/platform/utils/request-body.d.ts.map +1 -0
- package/dist/_internal/platform/utils/request-body.js +45 -0
- package/dist/_internal/platform/version.js +1 -1
- package/dist/workers.d.ts +9 -0
- package/dist/workers.d.ts.map +1 -1
- package/dist/workers.js +67 -3
- package/package.json +2 -1
|
@@ -3,7 +3,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
3
3
|
"product": {
|
|
4
4
|
"id": "goodvibes",
|
|
5
5
|
"surface": "operator",
|
|
6
|
-
"version": "0.25.
|
|
6
|
+
"version": "0.25.11"
|
|
7
7
|
},
|
|
8
8
|
"auth": {
|
|
9
9
|
"modes": [
|
|
@@ -2819,7 +2819,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
2819
2819
|
"items": {
|
|
2820
2820
|
"type": "object",
|
|
2821
2821
|
"properties": {
|
|
2822
|
-
"
|
|
2822
|
+
"tokenFingerprint": {
|
|
2823
2823
|
"type": "string"
|
|
2824
2824
|
},
|
|
2825
2825
|
"username": {
|
|
@@ -2830,7 +2830,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
2830
2830
|
}
|
|
2831
2831
|
},
|
|
2832
2832
|
"required": [
|
|
2833
|
-
"
|
|
2833
|
+
"tokenFingerprint",
|
|
2834
2834
|
"username",
|
|
2835
2835
|
"expiresAt"
|
|
2836
2836
|
],
|
|
@@ -3185,6 +3185,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
3185
3185
|
"discord",
|
|
3186
3186
|
"ntfy",
|
|
3187
3187
|
"webhook",
|
|
3188
|
+
"homeassistant",
|
|
3188
3189
|
"telegram",
|
|
3189
3190
|
"google-chat",
|
|
3190
3191
|
"signal",
|
|
@@ -3287,6 +3288,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
3287
3288
|
"discord",
|
|
3288
3289
|
"ntfy",
|
|
3289
3290
|
"webhook",
|
|
3291
|
+
"homeassistant",
|
|
3290
3292
|
"telegram",
|
|
3291
3293
|
"google-chat",
|
|
3292
3294
|
"signal",
|
|
@@ -3359,6 +3361,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
3359
3361
|
"discord",
|
|
3360
3362
|
"ntfy",
|
|
3361
3363
|
"webhook",
|
|
3364
|
+
"homeassistant",
|
|
3362
3365
|
"telegram",
|
|
3363
3366
|
"google-chat",
|
|
3364
3367
|
"signal",
|
|
@@ -3555,6 +3558,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
3555
3558
|
"discord",
|
|
3556
3559
|
"ntfy",
|
|
3557
3560
|
"webhook",
|
|
3561
|
+
"homeassistant",
|
|
3558
3562
|
"telegram",
|
|
3559
3563
|
"google-chat",
|
|
3560
3564
|
"signal",
|
|
@@ -3670,6 +3674,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
3670
3674
|
"discord",
|
|
3671
3675
|
"ntfy",
|
|
3672
3676
|
"webhook",
|
|
3677
|
+
"homeassistant",
|
|
3673
3678
|
"telegram",
|
|
3674
3679
|
"google-chat",
|
|
3675
3680
|
"signal",
|
|
@@ -3861,6 +3866,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
3861
3866
|
"discord",
|
|
3862
3867
|
"ntfy",
|
|
3863
3868
|
"webhook",
|
|
3869
|
+
"homeassistant",
|
|
3864
3870
|
"telegram",
|
|
3865
3871
|
"google-chat",
|
|
3866
3872
|
"signal",
|
|
@@ -4509,6 +4515,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
4509
4515
|
"discord",
|
|
4510
4516
|
"ntfy",
|
|
4511
4517
|
"webhook",
|
|
4518
|
+
"homeassistant",
|
|
4512
4519
|
"telegram",
|
|
4513
4520
|
"google-chat",
|
|
4514
4521
|
"signal",
|
|
@@ -4603,6 +4610,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
4603
4610
|
"discord",
|
|
4604
4611
|
"ntfy",
|
|
4605
4612
|
"webhook",
|
|
4613
|
+
"homeassistant",
|
|
4606
4614
|
"telegram",
|
|
4607
4615
|
"google-chat",
|
|
4608
4616
|
"signal",
|
|
@@ -4655,6 +4663,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
4655
4663
|
"discord",
|
|
4656
4664
|
"ntfy",
|
|
4657
4665
|
"webhook",
|
|
4666
|
+
"homeassistant",
|
|
4658
4667
|
"telegram",
|
|
4659
4668
|
"google-chat",
|
|
4660
4669
|
"signal",
|
|
@@ -4963,6 +4972,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
4963
4972
|
"discord",
|
|
4964
4973
|
"ntfy",
|
|
4965
4974
|
"webhook",
|
|
4975
|
+
"homeassistant",
|
|
4966
4976
|
"telegram",
|
|
4967
4977
|
"google-chat",
|
|
4968
4978
|
"signal",
|
|
@@ -5159,6 +5169,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
5159
5169
|
"discord",
|
|
5160
5170
|
"ntfy",
|
|
5161
5171
|
"webhook",
|
|
5172
|
+
"homeassistant",
|
|
5162
5173
|
"telegram",
|
|
5163
5174
|
"google-chat",
|
|
5164
5175
|
"signal",
|
|
@@ -5252,6 +5263,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
5252
5263
|
"discord",
|
|
5253
5264
|
"ntfy",
|
|
5254
5265
|
"webhook",
|
|
5266
|
+
"homeassistant",
|
|
5255
5267
|
"telegram",
|
|
5256
5268
|
"google-chat",
|
|
5257
5269
|
"signal",
|
|
@@ -5304,6 +5316,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
5304
5316
|
"discord",
|
|
5305
5317
|
"ntfy",
|
|
5306
5318
|
"webhook",
|
|
5319
|
+
"homeassistant",
|
|
5307
5320
|
"telegram",
|
|
5308
5321
|
"google-chat",
|
|
5309
5322
|
"signal",
|
|
@@ -5452,6 +5465,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
5452
5465
|
"discord",
|
|
5453
5466
|
"ntfy",
|
|
5454
5467
|
"webhook",
|
|
5468
|
+
"homeassistant",
|
|
5455
5469
|
"telegram",
|
|
5456
5470
|
"google-chat",
|
|
5457
5471
|
"signal",
|
|
@@ -5930,6 +5944,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
5930
5944
|
"discord",
|
|
5931
5945
|
"ntfy",
|
|
5932
5946
|
"webhook",
|
|
5947
|
+
"homeassistant",
|
|
5933
5948
|
"telegram",
|
|
5934
5949
|
"google-chat",
|
|
5935
5950
|
"signal",
|
|
@@ -6126,6 +6141,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
6126
6141
|
"discord",
|
|
6127
6142
|
"ntfy",
|
|
6128
6143
|
"webhook",
|
|
6144
|
+
"homeassistant",
|
|
6129
6145
|
"telegram",
|
|
6130
6146
|
"google-chat",
|
|
6131
6147
|
"signal",
|
|
@@ -6219,6 +6235,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
6219
6235
|
"discord",
|
|
6220
6236
|
"ntfy",
|
|
6221
6237
|
"webhook",
|
|
6238
|
+
"homeassistant",
|
|
6222
6239
|
"telegram",
|
|
6223
6240
|
"google-chat",
|
|
6224
6241
|
"signal",
|
|
@@ -6271,6 +6288,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
6271
6288
|
"discord",
|
|
6272
6289
|
"ntfy",
|
|
6273
6290
|
"webhook",
|
|
6291
|
+
"homeassistant",
|
|
6274
6292
|
"telegram",
|
|
6275
6293
|
"google-chat",
|
|
6276
6294
|
"signal",
|
|
@@ -6419,6 +6437,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
6419
6437
|
"discord",
|
|
6420
6438
|
"ntfy",
|
|
6421
6439
|
"webhook",
|
|
6440
|
+
"homeassistant",
|
|
6422
6441
|
"telegram",
|
|
6423
6442
|
"google-chat",
|
|
6424
6443
|
"signal",
|
|
@@ -6761,6 +6780,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
6761
6780
|
"discord",
|
|
6762
6781
|
"ntfy",
|
|
6763
6782
|
"webhook",
|
|
6783
|
+
"homeassistant",
|
|
6764
6784
|
"telegram",
|
|
6765
6785
|
"google-chat",
|
|
6766
6786
|
"signal",
|
|
@@ -6855,6 +6875,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
6855
6875
|
"discord",
|
|
6856
6876
|
"ntfy",
|
|
6857
6877
|
"webhook",
|
|
6878
|
+
"homeassistant",
|
|
6858
6879
|
"telegram",
|
|
6859
6880
|
"google-chat",
|
|
6860
6881
|
"signal",
|
|
@@ -6907,6 +6928,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
6907
6928
|
"discord",
|
|
6908
6929
|
"ntfy",
|
|
6909
6930
|
"webhook",
|
|
6931
|
+
"homeassistant",
|
|
6910
6932
|
"telegram",
|
|
6911
6933
|
"google-chat",
|
|
6912
6934
|
"signal",
|
|
@@ -7212,6 +7234,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
7212
7234
|
"discord",
|
|
7213
7235
|
"ntfy",
|
|
7214
7236
|
"webhook",
|
|
7237
|
+
"homeassistant",
|
|
7215
7238
|
"telegram",
|
|
7216
7239
|
"google-chat",
|
|
7217
7240
|
"signal",
|
|
@@ -7408,6 +7431,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
7408
7431
|
"discord",
|
|
7409
7432
|
"ntfy",
|
|
7410
7433
|
"webhook",
|
|
7434
|
+
"homeassistant",
|
|
7411
7435
|
"telegram",
|
|
7412
7436
|
"google-chat",
|
|
7413
7437
|
"signal",
|
|
@@ -7501,6 +7525,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
7501
7525
|
"discord",
|
|
7502
7526
|
"ntfy",
|
|
7503
7527
|
"webhook",
|
|
7528
|
+
"homeassistant",
|
|
7504
7529
|
"telegram",
|
|
7505
7530
|
"google-chat",
|
|
7506
7531
|
"signal",
|
|
@@ -7553,6 +7578,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
7553
7578
|
"discord",
|
|
7554
7579
|
"ntfy",
|
|
7555
7580
|
"webhook",
|
|
7581
|
+
"homeassistant",
|
|
7556
7582
|
"telegram",
|
|
7557
7583
|
"google-chat",
|
|
7558
7584
|
"signal",
|
|
@@ -7701,6 +7727,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
7701
7727
|
"discord",
|
|
7702
7728
|
"ntfy",
|
|
7703
7729
|
"webhook",
|
|
7730
|
+
"homeassistant",
|
|
7704
7731
|
"telegram",
|
|
7705
7732
|
"google-chat",
|
|
7706
7733
|
"signal",
|
|
@@ -8101,6 +8128,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
8101
8128
|
"discord",
|
|
8102
8129
|
"ntfy",
|
|
8103
8130
|
"webhook",
|
|
8131
|
+
"homeassistant",
|
|
8104
8132
|
"telegram",
|
|
8105
8133
|
"google-chat",
|
|
8106
8134
|
"signal",
|
|
@@ -8203,6 +8231,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
8203
8231
|
"discord",
|
|
8204
8232
|
"ntfy",
|
|
8205
8233
|
"webhook",
|
|
8234
|
+
"homeassistant",
|
|
8206
8235
|
"telegram",
|
|
8207
8236
|
"google-chat",
|
|
8208
8237
|
"signal",
|
|
@@ -8275,6 +8304,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
8275
8304
|
"discord",
|
|
8276
8305
|
"ntfy",
|
|
8277
8306
|
"webhook",
|
|
8307
|
+
"homeassistant",
|
|
8278
8308
|
"telegram",
|
|
8279
8309
|
"google-chat",
|
|
8280
8310
|
"signal",
|
|
@@ -8471,6 +8501,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
8471
8501
|
"discord",
|
|
8472
8502
|
"ntfy",
|
|
8473
8503
|
"webhook",
|
|
8504
|
+
"homeassistant",
|
|
8474
8505
|
"telegram",
|
|
8475
8506
|
"google-chat",
|
|
8476
8507
|
"signal",
|
|
@@ -8586,6 +8617,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
8586
8617
|
"discord",
|
|
8587
8618
|
"ntfy",
|
|
8588
8619
|
"webhook",
|
|
8620
|
+
"homeassistant",
|
|
8589
8621
|
"telegram",
|
|
8590
8622
|
"google-chat",
|
|
8591
8623
|
"signal",
|
|
@@ -8777,6 +8809,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
8777
8809
|
"discord",
|
|
8778
8810
|
"ntfy",
|
|
8779
8811
|
"webhook",
|
|
8812
|
+
"homeassistant",
|
|
8780
8813
|
"telegram",
|
|
8781
8814
|
"google-chat",
|
|
8782
8815
|
"signal",
|
|
@@ -9087,6 +9120,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
9087
9120
|
"discord",
|
|
9088
9121
|
"ntfy",
|
|
9089
9122
|
"webhook",
|
|
9123
|
+
"homeassistant",
|
|
9090
9124
|
"telegram",
|
|
9091
9125
|
"google-chat",
|
|
9092
9126
|
"signal",
|
|
@@ -9189,6 +9223,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
9189
9223
|
"discord",
|
|
9190
9224
|
"ntfy",
|
|
9191
9225
|
"webhook",
|
|
9226
|
+
"homeassistant",
|
|
9192
9227
|
"telegram",
|
|
9193
9228
|
"google-chat",
|
|
9194
9229
|
"signal",
|
|
@@ -9261,6 +9296,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
9261
9296
|
"discord",
|
|
9262
9297
|
"ntfy",
|
|
9263
9298
|
"webhook",
|
|
9299
|
+
"homeassistant",
|
|
9264
9300
|
"telegram",
|
|
9265
9301
|
"google-chat",
|
|
9266
9302
|
"signal",
|
|
@@ -9457,6 +9493,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
9457
9493
|
"discord",
|
|
9458
9494
|
"ntfy",
|
|
9459
9495
|
"webhook",
|
|
9496
|
+
"homeassistant",
|
|
9460
9497
|
"telegram",
|
|
9461
9498
|
"google-chat",
|
|
9462
9499
|
"signal",
|
|
@@ -9572,6 +9609,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
9572
9609
|
"discord",
|
|
9573
9610
|
"ntfy",
|
|
9574
9611
|
"webhook",
|
|
9612
|
+
"homeassistant",
|
|
9575
9613
|
"telegram",
|
|
9576
9614
|
"google-chat",
|
|
9577
9615
|
"signal",
|
|
@@ -9763,6 +9801,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
9763
9801
|
"discord",
|
|
9764
9802
|
"ntfy",
|
|
9765
9803
|
"webhook",
|
|
9804
|
+
"homeassistant",
|
|
9766
9805
|
"telegram",
|
|
9767
9806
|
"google-chat",
|
|
9768
9807
|
"signal",
|
|
@@ -10004,6 +10043,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
10004
10043
|
"discord",
|
|
10005
10044
|
"ntfy",
|
|
10006
10045
|
"webhook",
|
|
10046
|
+
"homeassistant",
|
|
10007
10047
|
"telegram",
|
|
10008
10048
|
"google-chat",
|
|
10009
10049
|
"signal",
|
|
@@ -10165,6 +10205,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
10165
10205
|
"discord",
|
|
10166
10206
|
"ntfy",
|
|
10167
10207
|
"webhook",
|
|
10208
|
+
"homeassistant",
|
|
10168
10209
|
"telegram",
|
|
10169
10210
|
"google-chat",
|
|
10170
10211
|
"signal",
|
|
@@ -10267,6 +10308,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
10267
10308
|
"discord",
|
|
10268
10309
|
"ntfy",
|
|
10269
10310
|
"webhook",
|
|
10311
|
+
"homeassistant",
|
|
10270
10312
|
"telegram",
|
|
10271
10313
|
"google-chat",
|
|
10272
10314
|
"signal",
|
|
@@ -10339,6 +10381,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
10339
10381
|
"discord",
|
|
10340
10382
|
"ntfy",
|
|
10341
10383
|
"webhook",
|
|
10384
|
+
"homeassistant",
|
|
10342
10385
|
"telegram",
|
|
10343
10386
|
"google-chat",
|
|
10344
10387
|
"signal",
|
|
@@ -10535,6 +10578,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
10535
10578
|
"discord",
|
|
10536
10579
|
"ntfy",
|
|
10537
10580
|
"webhook",
|
|
10581
|
+
"homeassistant",
|
|
10538
10582
|
"telegram",
|
|
10539
10583
|
"google-chat",
|
|
10540
10584
|
"signal",
|
|
@@ -10650,6 +10694,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
10650
10694
|
"discord",
|
|
10651
10695
|
"ntfy",
|
|
10652
10696
|
"webhook",
|
|
10697
|
+
"homeassistant",
|
|
10653
10698
|
"telegram",
|
|
10654
10699
|
"google-chat",
|
|
10655
10700
|
"signal",
|
|
@@ -10841,6 +10886,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
10841
10886
|
"discord",
|
|
10842
10887
|
"ntfy",
|
|
10843
10888
|
"webhook",
|
|
10889
|
+
"homeassistant",
|
|
10844
10890
|
"telegram",
|
|
10845
10891
|
"google-chat",
|
|
10846
10892
|
"signal",
|
|
@@ -11152,6 +11198,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
11152
11198
|
"discord",
|
|
11153
11199
|
"ntfy",
|
|
11154
11200
|
"webhook",
|
|
11201
|
+
"homeassistant",
|
|
11155
11202
|
"telegram",
|
|
11156
11203
|
"google-chat",
|
|
11157
11204
|
"signal",
|
|
@@ -11254,6 +11301,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
11254
11301
|
"discord",
|
|
11255
11302
|
"ntfy",
|
|
11256
11303
|
"webhook",
|
|
11304
|
+
"homeassistant",
|
|
11257
11305
|
"telegram",
|
|
11258
11306
|
"google-chat",
|
|
11259
11307
|
"signal",
|
|
@@ -11326,6 +11374,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
11326
11374
|
"discord",
|
|
11327
11375
|
"ntfy",
|
|
11328
11376
|
"webhook",
|
|
11377
|
+
"homeassistant",
|
|
11329
11378
|
"telegram",
|
|
11330
11379
|
"google-chat",
|
|
11331
11380
|
"signal",
|
|
@@ -11522,6 +11571,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
11522
11571
|
"discord",
|
|
11523
11572
|
"ntfy",
|
|
11524
11573
|
"webhook",
|
|
11574
|
+
"homeassistant",
|
|
11525
11575
|
"telegram",
|
|
11526
11576
|
"google-chat",
|
|
11527
11577
|
"signal",
|
|
@@ -11637,6 +11687,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
11637
11687
|
"discord",
|
|
11638
11688
|
"ntfy",
|
|
11639
11689
|
"webhook",
|
|
11690
|
+
"homeassistant",
|
|
11640
11691
|
"telegram",
|
|
11641
11692
|
"google-chat",
|
|
11642
11693
|
"signal",
|
|
@@ -11828,6 +11879,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
11828
11879
|
"discord",
|
|
11829
11880
|
"ntfy",
|
|
11830
11881
|
"webhook",
|
|
11882
|
+
"homeassistant",
|
|
11831
11883
|
"telegram",
|
|
11832
11884
|
"google-chat",
|
|
11833
11885
|
"signal",
|
|
@@ -12137,6 +12189,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
12137
12189
|
"discord",
|
|
12138
12190
|
"ntfy",
|
|
12139
12191
|
"webhook",
|
|
12192
|
+
"homeassistant",
|
|
12140
12193
|
"telegram",
|
|
12141
12194
|
"google-chat",
|
|
12142
12195
|
"signal",
|
|
@@ -12231,6 +12284,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
12231
12284
|
"discord",
|
|
12232
12285
|
"ntfy",
|
|
12233
12286
|
"webhook",
|
|
12287
|
+
"homeassistant",
|
|
12234
12288
|
"telegram",
|
|
12235
12289
|
"google-chat",
|
|
12236
12290
|
"signal",
|
|
@@ -12283,6 +12337,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
12283
12337
|
"discord",
|
|
12284
12338
|
"ntfy",
|
|
12285
12339
|
"webhook",
|
|
12340
|
+
"homeassistant",
|
|
12286
12341
|
"telegram",
|
|
12287
12342
|
"google-chat",
|
|
12288
12343
|
"signal",
|
|
@@ -12564,6 +12619,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
12564
12619
|
"discord",
|
|
12565
12620
|
"ntfy",
|
|
12566
12621
|
"webhook",
|
|
12622
|
+
"homeassistant",
|
|
12567
12623
|
"telegram",
|
|
12568
12624
|
"google-chat",
|
|
12569
12625
|
"signal",
|
|
@@ -12760,6 +12816,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
12760
12816
|
"discord",
|
|
12761
12817
|
"ntfy",
|
|
12762
12818
|
"webhook",
|
|
12819
|
+
"homeassistant",
|
|
12763
12820
|
"telegram",
|
|
12764
12821
|
"google-chat",
|
|
12765
12822
|
"signal",
|
|
@@ -12853,6 +12910,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
12853
12910
|
"discord",
|
|
12854
12911
|
"ntfy",
|
|
12855
12912
|
"webhook",
|
|
12913
|
+
"homeassistant",
|
|
12856
12914
|
"telegram",
|
|
12857
12915
|
"google-chat",
|
|
12858
12916
|
"signal",
|
|
@@ -12905,6 +12963,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
12905
12963
|
"discord",
|
|
12906
12964
|
"ntfy",
|
|
12907
12965
|
"webhook",
|
|
12966
|
+
"homeassistant",
|
|
12908
12967
|
"telegram",
|
|
12909
12968
|
"google-chat",
|
|
12910
12969
|
"signal",
|
|
@@ -13053,6 +13112,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
13053
13112
|
"discord",
|
|
13054
13113
|
"ntfy",
|
|
13055
13114
|
"webhook",
|
|
13115
|
+
"homeassistant",
|
|
13056
13116
|
"telegram",
|
|
13057
13117
|
"google-chat",
|
|
13058
13118
|
"signal",
|
|
@@ -13519,6 +13579,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
13519
13579
|
"discord",
|
|
13520
13580
|
"ntfy",
|
|
13521
13581
|
"webhook",
|
|
13582
|
+
"homeassistant",
|
|
13522
13583
|
"telegram",
|
|
13523
13584
|
"google-chat",
|
|
13524
13585
|
"signal",
|
|
@@ -13715,6 +13776,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
13715
13776
|
"discord",
|
|
13716
13777
|
"ntfy",
|
|
13717
13778
|
"webhook",
|
|
13779
|
+
"homeassistant",
|
|
13718
13780
|
"telegram",
|
|
13719
13781
|
"google-chat",
|
|
13720
13782
|
"signal",
|
|
@@ -13808,6 +13870,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
13808
13870
|
"discord",
|
|
13809
13871
|
"ntfy",
|
|
13810
13872
|
"webhook",
|
|
13873
|
+
"homeassistant",
|
|
13811
13874
|
"telegram",
|
|
13812
13875
|
"google-chat",
|
|
13813
13876
|
"signal",
|
|
@@ -13860,6 +13923,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
13860
13923
|
"discord",
|
|
13861
13924
|
"ntfy",
|
|
13862
13925
|
"webhook",
|
|
13926
|
+
"homeassistant",
|
|
13863
13927
|
"telegram",
|
|
13864
13928
|
"google-chat",
|
|
13865
13929
|
"signal",
|
|
@@ -14008,6 +14072,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
14008
14072
|
"discord",
|
|
14009
14073
|
"ntfy",
|
|
14010
14074
|
"webhook",
|
|
14075
|
+
"homeassistant",
|
|
14011
14076
|
"telegram",
|
|
14012
14077
|
"google-chat",
|
|
14013
14078
|
"signal",
|
|
@@ -14216,6 +14281,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
14216
14281
|
"discord",
|
|
14217
14282
|
"ntfy",
|
|
14218
14283
|
"webhook",
|
|
14284
|
+
"homeassistant",
|
|
14219
14285
|
"telegram",
|
|
14220
14286
|
"google-chat",
|
|
14221
14287
|
"signal",
|
|
@@ -14318,6 +14384,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
14318
14384
|
"discord",
|
|
14319
14385
|
"ntfy",
|
|
14320
14386
|
"webhook",
|
|
14387
|
+
"homeassistant",
|
|
14321
14388
|
"telegram",
|
|
14322
14389
|
"google-chat",
|
|
14323
14390
|
"signal",
|
|
@@ -14390,6 +14457,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
14390
14457
|
"discord",
|
|
14391
14458
|
"ntfy",
|
|
14392
14459
|
"webhook",
|
|
14460
|
+
"homeassistant",
|
|
14393
14461
|
"telegram",
|
|
14394
14462
|
"google-chat",
|
|
14395
14463
|
"signal",
|
|
@@ -14586,6 +14654,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
14586
14654
|
"discord",
|
|
14587
14655
|
"ntfy",
|
|
14588
14656
|
"webhook",
|
|
14657
|
+
"homeassistant",
|
|
14589
14658
|
"telegram",
|
|
14590
14659
|
"google-chat",
|
|
14591
14660
|
"signal",
|
|
@@ -14701,6 +14770,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
14701
14770
|
"discord",
|
|
14702
14771
|
"ntfy",
|
|
14703
14772
|
"webhook",
|
|
14773
|
+
"homeassistant",
|
|
14704
14774
|
"telegram",
|
|
14705
14775
|
"google-chat",
|
|
14706
14776
|
"signal",
|
|
@@ -14892,6 +14962,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
14892
14962
|
"discord",
|
|
14893
14963
|
"ntfy",
|
|
14894
14964
|
"webhook",
|
|
14965
|
+
"homeassistant",
|
|
14895
14966
|
"telegram",
|
|
14896
14967
|
"google-chat",
|
|
14897
14968
|
"signal",
|
|
@@ -23784,6 +23855,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
23784
23855
|
"discord",
|
|
23785
23856
|
"ntfy",
|
|
23786
23857
|
"webhook",
|
|
23858
|
+
"homeassistant",
|
|
23787
23859
|
"telegram",
|
|
23788
23860
|
"google-chat",
|
|
23789
23861
|
"signal",
|
|
@@ -23944,6 +24016,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
23944
24016
|
"discord",
|
|
23945
24017
|
"ntfy",
|
|
23946
24018
|
"webhook",
|
|
24019
|
+
"homeassistant",
|
|
23947
24020
|
"telegram",
|
|
23948
24021
|
"google-chat",
|
|
23949
24022
|
"signal",
|
|
@@ -39370,6 +39443,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
39370
39443
|
"discord",
|
|
39371
39444
|
"ntfy",
|
|
39372
39445
|
"webhook",
|
|
39446
|
+
"homeassistant",
|
|
39373
39447
|
"telegram",
|
|
39374
39448
|
"google-chat",
|
|
39375
39449
|
"signal",
|
|
@@ -39587,6 +39661,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
39587
39661
|
"discord",
|
|
39588
39662
|
"ntfy",
|
|
39589
39663
|
"webhook",
|
|
39664
|
+
"homeassistant",
|
|
39590
39665
|
"telegram",
|
|
39591
39666
|
"google-chat",
|
|
39592
39667
|
"signal",
|
|
@@ -39813,6 +39888,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
39813
39888
|
"discord",
|
|
39814
39889
|
"ntfy",
|
|
39815
39890
|
"webhook",
|
|
39891
|
+
"homeassistant",
|
|
39816
39892
|
"telegram",
|
|
39817
39893
|
"google-chat",
|
|
39818
39894
|
"signal",
|
|
@@ -39988,6 +40064,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
39988
40064
|
"discord",
|
|
39989
40065
|
"ntfy",
|
|
39990
40066
|
"webhook",
|
|
40067
|
+
"homeassistant",
|
|
39991
40068
|
"telegram",
|
|
39992
40069
|
"google-chat",
|
|
39993
40070
|
"signal",
|
|
@@ -46548,6 +46625,101 @@ export const OPERATOR_CONTRACT = {
|
|
|
46548
46625
|
},
|
|
46549
46626
|
"invokable": true
|
|
46550
46627
|
},
|
|
46628
|
+
{
|
|
46629
|
+
"id": "security.settings",
|
|
46630
|
+
"title": "Security Settings Report",
|
|
46631
|
+
"description": "Return security-relevant settings, defaults, current state, and enablement tradeoffs.",
|
|
46632
|
+
"category": "settings",
|
|
46633
|
+
"source": "builtin",
|
|
46634
|
+
"access": "authenticated",
|
|
46635
|
+
"transport": [
|
|
46636
|
+
"http",
|
|
46637
|
+
"ws"
|
|
46638
|
+
],
|
|
46639
|
+
"scopes": [
|
|
46640
|
+
"read:settings"
|
|
46641
|
+
],
|
|
46642
|
+
"http": {
|
|
46643
|
+
"method": "GET",
|
|
46644
|
+
"path": "/api/security-settings"
|
|
46645
|
+
},
|
|
46646
|
+
"inputSchema": {
|
|
46647
|
+
"type": "object",
|
|
46648
|
+
"properties": {},
|
|
46649
|
+
"additionalProperties": false
|
|
46650
|
+
},
|
|
46651
|
+
"outputSchema": {
|
|
46652
|
+
"type": "object",
|
|
46653
|
+
"properties": {
|
|
46654
|
+
"settings": {
|
|
46655
|
+
"type": "array",
|
|
46656
|
+
"items": {
|
|
46657
|
+
"type": "object",
|
|
46658
|
+
"properties": {
|
|
46659
|
+
"key": {
|
|
46660
|
+
"type": "string"
|
|
46661
|
+
},
|
|
46662
|
+
"type": {
|
|
46663
|
+
"type": "string",
|
|
46664
|
+
"enum": [
|
|
46665
|
+
"feature-flag",
|
|
46666
|
+
"configuration"
|
|
46667
|
+
]
|
|
46668
|
+
},
|
|
46669
|
+
"defaultState": {
|
|
46670
|
+
"type": "string"
|
|
46671
|
+
},
|
|
46672
|
+
"currentState": {
|
|
46673
|
+
"type": "string"
|
|
46674
|
+
},
|
|
46675
|
+
"securityRelevant": {
|
|
46676
|
+
"type": "boolean"
|
|
46677
|
+
},
|
|
46678
|
+
"summary": {
|
|
46679
|
+
"type": "string"
|
|
46680
|
+
},
|
|
46681
|
+
"insecureWhen": {
|
|
46682
|
+
"type": "string"
|
|
46683
|
+
},
|
|
46684
|
+
"enablementEffect": {
|
|
46685
|
+
"type": "string"
|
|
46686
|
+
},
|
|
46687
|
+
"enablementRequirements": {
|
|
46688
|
+
"type": "array",
|
|
46689
|
+
"items": {
|
|
46690
|
+
"type": "string"
|
|
46691
|
+
}
|
|
46692
|
+
},
|
|
46693
|
+
"compatibilityNotes": {
|
|
46694
|
+
"type": "array",
|
|
46695
|
+
"items": {
|
|
46696
|
+
"type": "string"
|
|
46697
|
+
}
|
|
46698
|
+
}
|
|
46699
|
+
},
|
|
46700
|
+
"required": [
|
|
46701
|
+
"key",
|
|
46702
|
+
"type",
|
|
46703
|
+
"defaultState",
|
|
46704
|
+
"currentState",
|
|
46705
|
+
"securityRelevant",
|
|
46706
|
+
"summary",
|
|
46707
|
+
"insecureWhen",
|
|
46708
|
+
"enablementEffect",
|
|
46709
|
+
"enablementRequirements",
|
|
46710
|
+
"compatibilityNotes"
|
|
46711
|
+
],
|
|
46712
|
+
"additionalProperties": false
|
|
46713
|
+
}
|
|
46714
|
+
}
|
|
46715
|
+
},
|
|
46716
|
+
"required": [
|
|
46717
|
+
"settings"
|
|
46718
|
+
],
|
|
46719
|
+
"additionalProperties": false
|
|
46720
|
+
},
|
|
46721
|
+
"invokable": true
|
|
46722
|
+
},
|
|
46551
46723
|
{
|
|
46552
46724
|
"id": "settings.snapshot",
|
|
46553
46725
|
"title": "Settings Snapshot",
|
|
@@ -54978,10 +55150,10 @@ export const OPERATOR_CONTRACT = {
|
|
|
54978
55150
|
}
|
|
54979
55151
|
],
|
|
54980
55152
|
"schemaCoverage": {
|
|
54981
|
-
"methods":
|
|
54982
|
-
"typedInputs":
|
|
55153
|
+
"methods": 224,
|
|
55154
|
+
"typedInputs": 224,
|
|
54983
55155
|
"genericInputs": 0,
|
|
54984
|
-
"typedOutputs":
|
|
55156
|
+
"typedOutputs": 224,
|
|
54985
55157
|
"genericOutputs": 0
|
|
54986
55158
|
},
|
|
54987
55159
|
"eventCoverage": {
|