@avaprotocol/sdk-js 1.3.4 → 1.3.5-dev.2
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/index.d.mts +32 -26
- package/dist/index.d.ts +32 -26
- package/dist/index.js +160 -141
- package/dist/index.mjs +159 -140
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6897,233 +6897,233 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
6897
6897
|
"../../grpc_codegen/avs_grpc_pb.js"(exports) {
|
|
6898
6898
|
"use strict";
|
|
6899
6899
|
var grpc = __require("@grpc/grpc-js");
|
|
6900
|
-
var
|
|
6900
|
+
var avs_pb21 = require_avs_pb();
|
|
6901
6901
|
var google_protobuf_wrappers_pb = __require("google-protobuf/google/protobuf/wrappers_pb.js");
|
|
6902
6902
|
var google_protobuf_timestamp_pb = __require("google-protobuf/google/protobuf/timestamp_pb.js");
|
|
6903
6903
|
function serialize_aggregator_CreateOrUpdateSecretReq(arg) {
|
|
6904
|
-
if (!(arg instanceof
|
|
6904
|
+
if (!(arg instanceof avs_pb21.CreateOrUpdateSecretReq)) {
|
|
6905
6905
|
throw new Error("Expected argument of type aggregator.CreateOrUpdateSecretReq");
|
|
6906
6906
|
}
|
|
6907
6907
|
return Buffer.from(arg.serializeBinary());
|
|
6908
6908
|
}
|
|
6909
6909
|
function deserialize_aggregator_CreateOrUpdateSecretReq(buffer_arg) {
|
|
6910
|
-
return
|
|
6910
|
+
return avs_pb21.CreateOrUpdateSecretReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
6911
6911
|
}
|
|
6912
6912
|
function serialize_aggregator_CreateTaskReq(arg) {
|
|
6913
|
-
if (!(arg instanceof
|
|
6913
|
+
if (!(arg instanceof avs_pb21.CreateTaskReq)) {
|
|
6914
6914
|
throw new Error("Expected argument of type aggregator.CreateTaskReq");
|
|
6915
6915
|
}
|
|
6916
6916
|
return Buffer.from(arg.serializeBinary());
|
|
6917
6917
|
}
|
|
6918
6918
|
function deserialize_aggregator_CreateTaskReq(buffer_arg) {
|
|
6919
|
-
return
|
|
6919
|
+
return avs_pb21.CreateTaskReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
6920
6920
|
}
|
|
6921
6921
|
function serialize_aggregator_CreateTaskResp(arg) {
|
|
6922
|
-
if (!(arg instanceof
|
|
6922
|
+
if (!(arg instanceof avs_pb21.CreateTaskResp)) {
|
|
6923
6923
|
throw new Error("Expected argument of type aggregator.CreateTaskResp");
|
|
6924
6924
|
}
|
|
6925
6925
|
return Buffer.from(arg.serializeBinary());
|
|
6926
6926
|
}
|
|
6927
6927
|
function deserialize_aggregator_CreateTaskResp(buffer_arg) {
|
|
6928
|
-
return
|
|
6928
|
+
return avs_pb21.CreateTaskResp.deserializeBinary(new Uint8Array(buffer_arg));
|
|
6929
6929
|
}
|
|
6930
6930
|
function serialize_aggregator_DeleteSecretReq(arg) {
|
|
6931
|
-
if (!(arg instanceof
|
|
6931
|
+
if (!(arg instanceof avs_pb21.DeleteSecretReq)) {
|
|
6932
6932
|
throw new Error("Expected argument of type aggregator.DeleteSecretReq");
|
|
6933
6933
|
}
|
|
6934
6934
|
return Buffer.from(arg.serializeBinary());
|
|
6935
6935
|
}
|
|
6936
6936
|
function deserialize_aggregator_DeleteSecretReq(buffer_arg) {
|
|
6937
|
-
return
|
|
6937
|
+
return avs_pb21.DeleteSecretReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
6938
6938
|
}
|
|
6939
6939
|
function serialize_aggregator_Execution(arg) {
|
|
6940
|
-
if (!(arg instanceof
|
|
6940
|
+
if (!(arg instanceof avs_pb21.Execution)) {
|
|
6941
6941
|
throw new Error("Expected argument of type aggregator.Execution");
|
|
6942
6942
|
}
|
|
6943
6943
|
return Buffer.from(arg.serializeBinary());
|
|
6944
6944
|
}
|
|
6945
6945
|
function deserialize_aggregator_Execution(buffer_arg) {
|
|
6946
|
-
return
|
|
6946
|
+
return avs_pb21.Execution.deserializeBinary(new Uint8Array(buffer_arg));
|
|
6947
6947
|
}
|
|
6948
6948
|
function serialize_aggregator_ExecutionReq(arg) {
|
|
6949
|
-
if (!(arg instanceof
|
|
6949
|
+
if (!(arg instanceof avs_pb21.ExecutionReq)) {
|
|
6950
6950
|
throw new Error("Expected argument of type aggregator.ExecutionReq");
|
|
6951
6951
|
}
|
|
6952
6952
|
return Buffer.from(arg.serializeBinary());
|
|
6953
6953
|
}
|
|
6954
6954
|
function deserialize_aggregator_ExecutionReq(buffer_arg) {
|
|
6955
|
-
return
|
|
6955
|
+
return avs_pb21.ExecutionReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
6956
6956
|
}
|
|
6957
6957
|
function serialize_aggregator_ExecutionStatusResp(arg) {
|
|
6958
|
-
if (!(arg instanceof
|
|
6958
|
+
if (!(arg instanceof avs_pb21.ExecutionStatusResp)) {
|
|
6959
6959
|
throw new Error("Expected argument of type aggregator.ExecutionStatusResp");
|
|
6960
6960
|
}
|
|
6961
6961
|
return Buffer.from(arg.serializeBinary());
|
|
6962
6962
|
}
|
|
6963
6963
|
function deserialize_aggregator_ExecutionStatusResp(buffer_arg) {
|
|
6964
|
-
return
|
|
6964
|
+
return avs_pb21.ExecutionStatusResp.deserializeBinary(new Uint8Array(buffer_arg));
|
|
6965
6965
|
}
|
|
6966
6966
|
function serialize_aggregator_GetKeyReq(arg) {
|
|
6967
|
-
if (!(arg instanceof
|
|
6967
|
+
if (!(arg instanceof avs_pb21.GetKeyReq)) {
|
|
6968
6968
|
throw new Error("Expected argument of type aggregator.GetKeyReq");
|
|
6969
6969
|
}
|
|
6970
6970
|
return Buffer.from(arg.serializeBinary());
|
|
6971
6971
|
}
|
|
6972
6972
|
function deserialize_aggregator_GetKeyReq(buffer_arg) {
|
|
6973
|
-
return
|
|
6973
|
+
return avs_pb21.GetKeyReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
6974
6974
|
}
|
|
6975
6975
|
function serialize_aggregator_GetWalletReq(arg) {
|
|
6976
|
-
if (!(arg instanceof
|
|
6976
|
+
if (!(arg instanceof avs_pb21.GetWalletReq)) {
|
|
6977
6977
|
throw new Error("Expected argument of type aggregator.GetWalletReq");
|
|
6978
6978
|
}
|
|
6979
6979
|
return Buffer.from(arg.serializeBinary());
|
|
6980
6980
|
}
|
|
6981
6981
|
function deserialize_aggregator_GetWalletReq(buffer_arg) {
|
|
6982
|
-
return
|
|
6982
|
+
return avs_pb21.GetWalletReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
6983
6983
|
}
|
|
6984
6984
|
function serialize_aggregator_GetWalletResp(arg) {
|
|
6985
|
-
if (!(arg instanceof
|
|
6985
|
+
if (!(arg instanceof avs_pb21.GetWalletResp)) {
|
|
6986
6986
|
throw new Error("Expected argument of type aggregator.GetWalletResp");
|
|
6987
6987
|
}
|
|
6988
6988
|
return Buffer.from(arg.serializeBinary());
|
|
6989
6989
|
}
|
|
6990
6990
|
function deserialize_aggregator_GetWalletResp(buffer_arg) {
|
|
6991
|
-
return
|
|
6991
|
+
return avs_pb21.GetWalletResp.deserializeBinary(new Uint8Array(buffer_arg));
|
|
6992
6992
|
}
|
|
6993
6993
|
function serialize_aggregator_IdReq(arg) {
|
|
6994
|
-
if (!(arg instanceof
|
|
6994
|
+
if (!(arg instanceof avs_pb21.IdReq)) {
|
|
6995
6995
|
throw new Error("Expected argument of type aggregator.IdReq");
|
|
6996
6996
|
}
|
|
6997
6997
|
return Buffer.from(arg.serializeBinary());
|
|
6998
6998
|
}
|
|
6999
6999
|
function deserialize_aggregator_IdReq(buffer_arg) {
|
|
7000
|
-
return
|
|
7000
|
+
return avs_pb21.IdReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7001
7001
|
}
|
|
7002
7002
|
function serialize_aggregator_KeyResp(arg) {
|
|
7003
|
-
if (!(arg instanceof
|
|
7003
|
+
if (!(arg instanceof avs_pb21.KeyResp)) {
|
|
7004
7004
|
throw new Error("Expected argument of type aggregator.KeyResp");
|
|
7005
7005
|
}
|
|
7006
7006
|
return Buffer.from(arg.serializeBinary());
|
|
7007
7007
|
}
|
|
7008
7008
|
function deserialize_aggregator_KeyResp(buffer_arg) {
|
|
7009
|
-
return
|
|
7009
|
+
return avs_pb21.KeyResp.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7010
7010
|
}
|
|
7011
7011
|
function serialize_aggregator_ListExecutionsReq(arg) {
|
|
7012
|
-
if (!(arg instanceof
|
|
7012
|
+
if (!(arg instanceof avs_pb21.ListExecutionsReq)) {
|
|
7013
7013
|
throw new Error("Expected argument of type aggregator.ListExecutionsReq");
|
|
7014
7014
|
}
|
|
7015
7015
|
return Buffer.from(arg.serializeBinary());
|
|
7016
7016
|
}
|
|
7017
7017
|
function deserialize_aggregator_ListExecutionsReq(buffer_arg) {
|
|
7018
|
-
return
|
|
7018
|
+
return avs_pb21.ListExecutionsReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7019
7019
|
}
|
|
7020
7020
|
function serialize_aggregator_ListExecutionsResp(arg) {
|
|
7021
|
-
if (!(arg instanceof
|
|
7021
|
+
if (!(arg instanceof avs_pb21.ListExecutionsResp)) {
|
|
7022
7022
|
throw new Error("Expected argument of type aggregator.ListExecutionsResp");
|
|
7023
7023
|
}
|
|
7024
7024
|
return Buffer.from(arg.serializeBinary());
|
|
7025
7025
|
}
|
|
7026
7026
|
function deserialize_aggregator_ListExecutionsResp(buffer_arg) {
|
|
7027
|
-
return
|
|
7027
|
+
return avs_pb21.ListExecutionsResp.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7028
7028
|
}
|
|
7029
7029
|
function serialize_aggregator_ListSecretsReq(arg) {
|
|
7030
|
-
if (!(arg instanceof
|
|
7030
|
+
if (!(arg instanceof avs_pb21.ListSecretsReq)) {
|
|
7031
7031
|
throw new Error("Expected argument of type aggregator.ListSecretsReq");
|
|
7032
7032
|
}
|
|
7033
7033
|
return Buffer.from(arg.serializeBinary());
|
|
7034
7034
|
}
|
|
7035
7035
|
function deserialize_aggregator_ListSecretsReq(buffer_arg) {
|
|
7036
|
-
return
|
|
7036
|
+
return avs_pb21.ListSecretsReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7037
7037
|
}
|
|
7038
7038
|
function serialize_aggregator_ListSecretsResp(arg) {
|
|
7039
|
-
if (!(arg instanceof
|
|
7039
|
+
if (!(arg instanceof avs_pb21.ListSecretsResp)) {
|
|
7040
7040
|
throw new Error("Expected argument of type aggregator.ListSecretsResp");
|
|
7041
7041
|
}
|
|
7042
7042
|
return Buffer.from(arg.serializeBinary());
|
|
7043
7043
|
}
|
|
7044
7044
|
function deserialize_aggregator_ListSecretsResp(buffer_arg) {
|
|
7045
|
-
return
|
|
7045
|
+
return avs_pb21.ListSecretsResp.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7046
7046
|
}
|
|
7047
7047
|
function serialize_aggregator_ListTasksReq(arg) {
|
|
7048
|
-
if (!(arg instanceof
|
|
7048
|
+
if (!(arg instanceof avs_pb21.ListTasksReq)) {
|
|
7049
7049
|
throw new Error("Expected argument of type aggregator.ListTasksReq");
|
|
7050
7050
|
}
|
|
7051
7051
|
return Buffer.from(arg.serializeBinary());
|
|
7052
7052
|
}
|
|
7053
7053
|
function deserialize_aggregator_ListTasksReq(buffer_arg) {
|
|
7054
|
-
return
|
|
7054
|
+
return avs_pb21.ListTasksReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7055
7055
|
}
|
|
7056
7056
|
function serialize_aggregator_ListTasksResp(arg) {
|
|
7057
|
-
if (!(arg instanceof
|
|
7057
|
+
if (!(arg instanceof avs_pb21.ListTasksResp)) {
|
|
7058
7058
|
throw new Error("Expected argument of type aggregator.ListTasksResp");
|
|
7059
7059
|
}
|
|
7060
7060
|
return Buffer.from(arg.serializeBinary());
|
|
7061
7061
|
}
|
|
7062
7062
|
function deserialize_aggregator_ListTasksResp(buffer_arg) {
|
|
7063
|
-
return
|
|
7063
|
+
return avs_pb21.ListTasksResp.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7064
7064
|
}
|
|
7065
7065
|
function serialize_aggregator_ListWalletReq(arg) {
|
|
7066
|
-
if (!(arg instanceof
|
|
7066
|
+
if (!(arg instanceof avs_pb21.ListWalletReq)) {
|
|
7067
7067
|
throw new Error("Expected argument of type aggregator.ListWalletReq");
|
|
7068
7068
|
}
|
|
7069
7069
|
return Buffer.from(arg.serializeBinary());
|
|
7070
7070
|
}
|
|
7071
7071
|
function deserialize_aggregator_ListWalletReq(buffer_arg) {
|
|
7072
|
-
return
|
|
7072
|
+
return avs_pb21.ListWalletReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7073
7073
|
}
|
|
7074
7074
|
function serialize_aggregator_ListWalletResp(arg) {
|
|
7075
|
-
if (!(arg instanceof
|
|
7075
|
+
if (!(arg instanceof avs_pb21.ListWalletResp)) {
|
|
7076
7076
|
throw new Error("Expected argument of type aggregator.ListWalletResp");
|
|
7077
7077
|
}
|
|
7078
7078
|
return Buffer.from(arg.serializeBinary());
|
|
7079
7079
|
}
|
|
7080
7080
|
function deserialize_aggregator_ListWalletResp(buffer_arg) {
|
|
7081
|
-
return
|
|
7081
|
+
return avs_pb21.ListWalletResp.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7082
7082
|
}
|
|
7083
7083
|
function serialize_aggregator_NonceRequest(arg) {
|
|
7084
|
-
if (!(arg instanceof
|
|
7084
|
+
if (!(arg instanceof avs_pb21.NonceRequest)) {
|
|
7085
7085
|
throw new Error("Expected argument of type aggregator.NonceRequest");
|
|
7086
7086
|
}
|
|
7087
7087
|
return Buffer.from(arg.serializeBinary());
|
|
7088
7088
|
}
|
|
7089
7089
|
function deserialize_aggregator_NonceRequest(buffer_arg) {
|
|
7090
|
-
return
|
|
7090
|
+
return avs_pb21.NonceRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7091
7091
|
}
|
|
7092
7092
|
function serialize_aggregator_NonceResp(arg) {
|
|
7093
|
-
if (!(arg instanceof
|
|
7093
|
+
if (!(arg instanceof avs_pb21.NonceResp)) {
|
|
7094
7094
|
throw new Error("Expected argument of type aggregator.NonceResp");
|
|
7095
7095
|
}
|
|
7096
7096
|
return Buffer.from(arg.serializeBinary());
|
|
7097
7097
|
}
|
|
7098
7098
|
function deserialize_aggregator_NonceResp(buffer_arg) {
|
|
7099
|
-
return
|
|
7099
|
+
return avs_pb21.NonceResp.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7100
7100
|
}
|
|
7101
7101
|
function serialize_aggregator_Task(arg) {
|
|
7102
|
-
if (!(arg instanceof
|
|
7102
|
+
if (!(arg instanceof avs_pb21.Task)) {
|
|
7103
7103
|
throw new Error("Expected argument of type aggregator.Task");
|
|
7104
7104
|
}
|
|
7105
7105
|
return Buffer.from(arg.serializeBinary());
|
|
7106
7106
|
}
|
|
7107
7107
|
function deserialize_aggregator_Task(buffer_arg) {
|
|
7108
|
-
return
|
|
7108
|
+
return avs_pb21.Task.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7109
7109
|
}
|
|
7110
7110
|
function serialize_aggregator_UserTriggerTaskReq(arg) {
|
|
7111
|
-
if (!(arg instanceof
|
|
7111
|
+
if (!(arg instanceof avs_pb21.UserTriggerTaskReq)) {
|
|
7112
7112
|
throw new Error("Expected argument of type aggregator.UserTriggerTaskReq");
|
|
7113
7113
|
}
|
|
7114
7114
|
return Buffer.from(arg.serializeBinary());
|
|
7115
7115
|
}
|
|
7116
7116
|
function deserialize_aggregator_UserTriggerTaskReq(buffer_arg) {
|
|
7117
|
-
return
|
|
7117
|
+
return avs_pb21.UserTriggerTaskReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7118
7118
|
}
|
|
7119
7119
|
function serialize_aggregator_UserTriggerTaskResp(arg) {
|
|
7120
|
-
if (!(arg instanceof
|
|
7120
|
+
if (!(arg instanceof avs_pb21.UserTriggerTaskResp)) {
|
|
7121
7121
|
throw new Error("Expected argument of type aggregator.UserTriggerTaskResp");
|
|
7122
7122
|
}
|
|
7123
7123
|
return Buffer.from(arg.serializeBinary());
|
|
7124
7124
|
}
|
|
7125
7125
|
function deserialize_aggregator_UserTriggerTaskResp(buffer_arg) {
|
|
7126
|
-
return
|
|
7126
|
+
return avs_pb21.UserTriggerTaskResp.deserializeBinary(new Uint8Array(buffer_arg));
|
|
7127
7127
|
}
|
|
7128
7128
|
function serialize_google_protobuf_BoolValue(arg) {
|
|
7129
7129
|
if (!(arg instanceof google_protobuf_wrappers_pb.BoolValue)) {
|
|
@@ -7140,8 +7140,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7140
7140
|
path: "/aggregator.Aggregator/GetKey",
|
|
7141
7141
|
requestStream: false,
|
|
7142
7142
|
responseStream: false,
|
|
7143
|
-
requestType:
|
|
7144
|
-
responseType:
|
|
7143
|
+
requestType: avs_pb21.GetKeyReq,
|
|
7144
|
+
responseType: avs_pb21.KeyResp,
|
|
7145
7145
|
requestSerialize: serialize_aggregator_GetKeyReq,
|
|
7146
7146
|
requestDeserialize: deserialize_aggregator_GetKeyReq,
|
|
7147
7147
|
responseSerialize: serialize_aggregator_KeyResp,
|
|
@@ -7152,8 +7152,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7152
7152
|
path: "/aggregator.Aggregator/GetNonce",
|
|
7153
7153
|
requestStream: false,
|
|
7154
7154
|
responseStream: false,
|
|
7155
|
-
requestType:
|
|
7156
|
-
responseType:
|
|
7155
|
+
requestType: avs_pb21.NonceRequest,
|
|
7156
|
+
responseType: avs_pb21.NonceResp,
|
|
7157
7157
|
requestSerialize: serialize_aggregator_NonceRequest,
|
|
7158
7158
|
requestDeserialize: deserialize_aggregator_NonceRequest,
|
|
7159
7159
|
responseSerialize: serialize_aggregator_NonceResp,
|
|
@@ -7163,8 +7163,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7163
7163
|
path: "/aggregator.Aggregator/GetWallet",
|
|
7164
7164
|
requestStream: false,
|
|
7165
7165
|
responseStream: false,
|
|
7166
|
-
requestType:
|
|
7167
|
-
responseType:
|
|
7166
|
+
requestType: avs_pb21.GetWalletReq,
|
|
7167
|
+
responseType: avs_pb21.GetWalletResp,
|
|
7168
7168
|
requestSerialize: serialize_aggregator_GetWalletReq,
|
|
7169
7169
|
requestDeserialize: deserialize_aggregator_GetWalletReq,
|
|
7170
7170
|
responseSerialize: serialize_aggregator_GetWalletResp,
|
|
@@ -7174,8 +7174,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7174
7174
|
path: "/aggregator.Aggregator/ListWallets",
|
|
7175
7175
|
requestStream: false,
|
|
7176
7176
|
responseStream: false,
|
|
7177
|
-
requestType:
|
|
7178
|
-
responseType:
|
|
7177
|
+
requestType: avs_pb21.ListWalletReq,
|
|
7178
|
+
responseType: avs_pb21.ListWalletResp,
|
|
7179
7179
|
requestSerialize: serialize_aggregator_ListWalletReq,
|
|
7180
7180
|
requestDeserialize: deserialize_aggregator_ListWalletReq,
|
|
7181
7181
|
responseSerialize: serialize_aggregator_ListWalletResp,
|
|
@@ -7186,8 +7186,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7186
7186
|
path: "/aggregator.Aggregator/CreateTask",
|
|
7187
7187
|
requestStream: false,
|
|
7188
7188
|
responseStream: false,
|
|
7189
|
-
requestType:
|
|
7190
|
-
responseType:
|
|
7189
|
+
requestType: avs_pb21.CreateTaskReq,
|
|
7190
|
+
responseType: avs_pb21.CreateTaskResp,
|
|
7191
7191
|
requestSerialize: serialize_aggregator_CreateTaskReq,
|
|
7192
7192
|
requestDeserialize: deserialize_aggregator_CreateTaskReq,
|
|
7193
7193
|
responseSerialize: serialize_aggregator_CreateTaskResp,
|
|
@@ -7197,8 +7197,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7197
7197
|
path: "/aggregator.Aggregator/ListTasks",
|
|
7198
7198
|
requestStream: false,
|
|
7199
7199
|
responseStream: false,
|
|
7200
|
-
requestType:
|
|
7201
|
-
responseType:
|
|
7200
|
+
requestType: avs_pb21.ListTasksReq,
|
|
7201
|
+
responseType: avs_pb21.ListTasksResp,
|
|
7202
7202
|
requestSerialize: serialize_aggregator_ListTasksReq,
|
|
7203
7203
|
requestDeserialize: deserialize_aggregator_ListTasksReq,
|
|
7204
7204
|
responseSerialize: serialize_aggregator_ListTasksResp,
|
|
@@ -7208,8 +7208,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7208
7208
|
path: "/aggregator.Aggregator/GetTask",
|
|
7209
7209
|
requestStream: false,
|
|
7210
7210
|
responseStream: false,
|
|
7211
|
-
requestType:
|
|
7212
|
-
responseType:
|
|
7211
|
+
requestType: avs_pb21.IdReq,
|
|
7212
|
+
responseType: avs_pb21.Task,
|
|
7213
7213
|
requestSerialize: serialize_aggregator_IdReq,
|
|
7214
7214
|
requestDeserialize: deserialize_aggregator_IdReq,
|
|
7215
7215
|
responseSerialize: serialize_aggregator_Task,
|
|
@@ -7219,8 +7219,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7219
7219
|
path: "/aggregator.Aggregator/ListExecutions",
|
|
7220
7220
|
requestStream: false,
|
|
7221
7221
|
responseStream: false,
|
|
7222
|
-
requestType:
|
|
7223
|
-
responseType:
|
|
7222
|
+
requestType: avs_pb21.ListExecutionsReq,
|
|
7223
|
+
responseType: avs_pb21.ListExecutionsResp,
|
|
7224
7224
|
requestSerialize: serialize_aggregator_ListExecutionsReq,
|
|
7225
7225
|
requestDeserialize: deserialize_aggregator_ListExecutionsReq,
|
|
7226
7226
|
responseSerialize: serialize_aggregator_ListExecutionsResp,
|
|
@@ -7230,8 +7230,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7230
7230
|
path: "/aggregator.Aggregator/GetExecution",
|
|
7231
7231
|
requestStream: false,
|
|
7232
7232
|
responseStream: false,
|
|
7233
|
-
requestType:
|
|
7234
|
-
responseType:
|
|
7233
|
+
requestType: avs_pb21.ExecutionReq,
|
|
7234
|
+
responseType: avs_pb21.Execution,
|
|
7235
7235
|
requestSerialize: serialize_aggregator_ExecutionReq,
|
|
7236
7236
|
requestDeserialize: deserialize_aggregator_ExecutionReq,
|
|
7237
7237
|
responseSerialize: serialize_aggregator_Execution,
|
|
@@ -7241,8 +7241,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7241
7241
|
path: "/aggregator.Aggregator/GetExecutionStatus",
|
|
7242
7242
|
requestStream: false,
|
|
7243
7243
|
responseStream: false,
|
|
7244
|
-
requestType:
|
|
7245
|
-
responseType:
|
|
7244
|
+
requestType: avs_pb21.ExecutionReq,
|
|
7245
|
+
responseType: avs_pb21.ExecutionStatusResp,
|
|
7246
7246
|
requestSerialize: serialize_aggregator_ExecutionReq,
|
|
7247
7247
|
requestDeserialize: deserialize_aggregator_ExecutionReq,
|
|
7248
7248
|
responseSerialize: serialize_aggregator_ExecutionStatusResp,
|
|
@@ -7252,7 +7252,7 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7252
7252
|
path: "/aggregator.Aggregator/CancelTask",
|
|
7253
7253
|
requestStream: false,
|
|
7254
7254
|
responseStream: false,
|
|
7255
|
-
requestType:
|
|
7255
|
+
requestType: avs_pb21.IdReq,
|
|
7256
7256
|
responseType: google_protobuf_wrappers_pb.BoolValue,
|
|
7257
7257
|
requestSerialize: serialize_aggregator_IdReq,
|
|
7258
7258
|
requestDeserialize: deserialize_aggregator_IdReq,
|
|
@@ -7263,7 +7263,7 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7263
7263
|
path: "/aggregator.Aggregator/DeleteTask",
|
|
7264
7264
|
requestStream: false,
|
|
7265
7265
|
responseStream: false,
|
|
7266
|
-
requestType:
|
|
7266
|
+
requestType: avs_pb21.IdReq,
|
|
7267
7267
|
responseType: google_protobuf_wrappers_pb.BoolValue,
|
|
7268
7268
|
requestSerialize: serialize_aggregator_IdReq,
|
|
7269
7269
|
requestDeserialize: deserialize_aggregator_IdReq,
|
|
@@ -7274,8 +7274,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7274
7274
|
path: "/aggregator.Aggregator/TriggerTask",
|
|
7275
7275
|
requestStream: false,
|
|
7276
7276
|
responseStream: false,
|
|
7277
|
-
requestType:
|
|
7278
|
-
responseType:
|
|
7277
|
+
requestType: avs_pb21.UserTriggerTaskReq,
|
|
7278
|
+
responseType: avs_pb21.UserTriggerTaskResp,
|
|
7279
7279
|
requestSerialize: serialize_aggregator_UserTriggerTaskReq,
|
|
7280
7280
|
requestDeserialize: deserialize_aggregator_UserTriggerTaskReq,
|
|
7281
7281
|
responseSerialize: serialize_aggregator_UserTriggerTaskResp,
|
|
@@ -7288,7 +7288,7 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7288
7288
|
path: "/aggregator.Aggregator/CreateSecret",
|
|
7289
7289
|
requestStream: false,
|
|
7290
7290
|
responseStream: false,
|
|
7291
|
-
requestType:
|
|
7291
|
+
requestType: avs_pb21.CreateOrUpdateSecretReq,
|
|
7292
7292
|
responseType: google_protobuf_wrappers_pb.BoolValue,
|
|
7293
7293
|
requestSerialize: serialize_aggregator_CreateOrUpdateSecretReq,
|
|
7294
7294
|
requestDeserialize: deserialize_aggregator_CreateOrUpdateSecretReq,
|
|
@@ -7299,7 +7299,7 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7299
7299
|
path: "/aggregator.Aggregator/DeleteSecret",
|
|
7300
7300
|
requestStream: false,
|
|
7301
7301
|
responseStream: false,
|
|
7302
|
-
requestType:
|
|
7302
|
+
requestType: avs_pb21.DeleteSecretReq,
|
|
7303
7303
|
responseType: google_protobuf_wrappers_pb.BoolValue,
|
|
7304
7304
|
requestSerialize: serialize_aggregator_DeleteSecretReq,
|
|
7305
7305
|
requestDeserialize: deserialize_aggregator_DeleteSecretReq,
|
|
@@ -7312,8 +7312,8 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7312
7312
|
path: "/aggregator.Aggregator/ListSecrets",
|
|
7313
7313
|
requestStream: false,
|
|
7314
7314
|
responseStream: false,
|
|
7315
|
-
requestType:
|
|
7316
|
-
responseType:
|
|
7315
|
+
requestType: avs_pb21.ListSecretsReq,
|
|
7316
|
+
responseType: avs_pb21.ListSecretsResp,
|
|
7317
7317
|
requestSerialize: serialize_aggregator_ListSecretsReq,
|
|
7318
7318
|
requestDeserialize: deserialize_aggregator_ListSecretsReq,
|
|
7319
7319
|
responseSerialize: serialize_aggregator_ListSecretsResp,
|
|
@@ -7325,7 +7325,7 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7325
7325
|
path: "/aggregator.Aggregator/UpdateSecret",
|
|
7326
7326
|
requestStream: false,
|
|
7327
7327
|
responseStream: false,
|
|
7328
|
-
requestType:
|
|
7328
|
+
requestType: avs_pb21.CreateOrUpdateSecretReq,
|
|
7329
7329
|
responseType: google_protobuf_wrappers_pb.BoolValue,
|
|
7330
7330
|
requestSerialize: serialize_aggregator_CreateOrUpdateSecretReq,
|
|
7331
7331
|
requestDeserialize: deserialize_aggregator_CreateOrUpdateSecretReq,
|
|
@@ -7339,7 +7339,7 @@ var require_avs_grpc_pb = __commonJS({
|
|
|
7339
7339
|
|
|
7340
7340
|
// src/index.ts
|
|
7341
7341
|
var import_avs_grpc_pb = __toESM(require_avs_grpc_pb());
|
|
7342
|
-
var
|
|
7342
|
+
var avs_pb20 = __toESM(require_avs_pb());
|
|
7343
7343
|
import _4 from "lodash";
|
|
7344
7344
|
import { credentials, Metadata } from "@grpc/grpc-js";
|
|
7345
7345
|
import { Timestamp } from "google-protobuf/google/protobuf/timestamp_pb";
|
|
@@ -8233,26 +8233,6 @@ var Execution3 = class _Execution {
|
|
|
8233
8233
|
};
|
|
8234
8234
|
var execution_default = Execution3;
|
|
8235
8235
|
|
|
8236
|
-
// src/models/secret.ts
|
|
8237
|
-
var avs_pb20 = __toESM(require_avs_pb());
|
|
8238
|
-
var Secret = class {
|
|
8239
|
-
constructor(props) {
|
|
8240
|
-
this.name = props.name;
|
|
8241
|
-
this.secret = props.secret;
|
|
8242
|
-
this.workflowId = props.workflowId;
|
|
8243
|
-
this.orgId = props.orgId;
|
|
8244
|
-
}
|
|
8245
|
-
toRequest() {
|
|
8246
|
-
const request = new avs_pb20.CreateOrUpdateSecretReq();
|
|
8247
|
-
request.setName(this.name);
|
|
8248
|
-
request.setSecret(this.secret);
|
|
8249
|
-
request.setOrgId(this.orgId);
|
|
8250
|
-
request.setWorkflowId(this.workflowId);
|
|
8251
|
-
return request;
|
|
8252
|
-
}
|
|
8253
|
-
};
|
|
8254
|
-
var secret_default = Secret;
|
|
8255
|
-
|
|
8256
8236
|
// src/index.ts
|
|
8257
8237
|
var BaseClient = class {
|
|
8258
8238
|
constructor(opts) {
|
|
@@ -8281,7 +8261,7 @@ var BaseClient = class {
|
|
|
8281
8261
|
}
|
|
8282
8262
|
}
|
|
8283
8263
|
/**
|
|
8284
|
-
* The API key could retrieve a wallet
|
|
8264
|
+
* The API key could retrieve a wallet's authKey by skipping its signature verification
|
|
8285
8265
|
* @param chainId - The chain id
|
|
8286
8266
|
* @param address - The address of the EOA wallet
|
|
8287
8267
|
* @param issuedAt - The issued at timestamp
|
|
@@ -8296,7 +8276,7 @@ var BaseClient = class {
|
|
|
8296
8276
|
expiredAt,
|
|
8297
8277
|
apiKey
|
|
8298
8278
|
}) {
|
|
8299
|
-
const request = new
|
|
8279
|
+
const request = new avs_pb20.GetKeyReq();
|
|
8300
8280
|
request.setChainId(chainId);
|
|
8301
8281
|
request.setOwner(address);
|
|
8302
8282
|
const issueTs = Timestamp.fromDate(issuedAt);
|
|
@@ -8323,7 +8303,7 @@ var BaseClient = class {
|
|
|
8323
8303
|
expiredAt,
|
|
8324
8304
|
signature
|
|
8325
8305
|
}) {
|
|
8326
|
-
const request = new
|
|
8306
|
+
const request = new avs_pb20.GetKeyReq();
|
|
8327
8307
|
request.setChainId(chainId);
|
|
8328
8308
|
request.setOwner(address);
|
|
8329
8309
|
const issueTs = Timestamp.fromDate(issuedAt);
|
|
@@ -8346,7 +8326,7 @@ var BaseClient = class {
|
|
|
8346
8326
|
this.authKey = authKey;
|
|
8347
8327
|
}
|
|
8348
8328
|
/**
|
|
8349
|
-
* Get the auth key if it
|
|
8329
|
+
* Get the auth key if it's set in the client
|
|
8350
8330
|
* @returns {string | undefined} - The auth key
|
|
8351
8331
|
*/
|
|
8352
8332
|
getAuthKey() {
|
|
@@ -8360,7 +8340,7 @@ var BaseClient = class {
|
|
|
8360
8340
|
this.factoryAddress = address;
|
|
8361
8341
|
}
|
|
8362
8342
|
/**
|
|
8363
|
-
* Get the factory address if it
|
|
8343
|
+
* Get the factory address if it's set in the client
|
|
8364
8344
|
* @returns {string | undefined} - The factory address
|
|
8365
8345
|
*/
|
|
8366
8346
|
getFactoryAddress() {
|
|
@@ -8402,7 +8382,7 @@ var Client = class extends BaseClient {
|
|
|
8402
8382
|
* @returns {Promise<SmartWallet[]>} - The list of SmartWallet objects
|
|
8403
8383
|
*/
|
|
8404
8384
|
async getWallets(options) {
|
|
8405
|
-
const request = new
|
|
8385
|
+
const request = new avs_pb20.ListWalletReq();
|
|
8406
8386
|
const result = await this.sendGrpcRequest("listWallets", request, options);
|
|
8407
8387
|
return result.getItemsList().map((item) => item.toObject());
|
|
8408
8388
|
}
|
|
@@ -8414,7 +8394,7 @@ var Client = class extends BaseClient {
|
|
|
8414
8394
|
* @returns {Promise<SmartWallet>} - The added SmartWallet object
|
|
8415
8395
|
*/
|
|
8416
8396
|
async getWallet({ salt, factoryAddress }, options) {
|
|
8417
|
-
const request = new
|
|
8397
|
+
const request = new avs_pb20.GetWalletReq();
|
|
8418
8398
|
request.setSalt(salt);
|
|
8419
8399
|
if (factoryAddress) {
|
|
8420
8400
|
request.setFactoryAddress(factoryAddress);
|
|
@@ -8456,7 +8436,7 @@ var Client = class extends BaseClient {
|
|
|
8456
8436
|
* @returns {Promise<{ cursor: string; result: Workflow[] }>} - The list of Workflow objects
|
|
8457
8437
|
*/
|
|
8458
8438
|
async getWorkflows(addresses, options) {
|
|
8459
|
-
const request = new
|
|
8439
|
+
const request = new avs_pb20.ListTasksReq();
|
|
8460
8440
|
for (const a of addresses) {
|
|
8461
8441
|
request.addSmartWalletAddress(a);
|
|
8462
8442
|
}
|
|
@@ -8481,7 +8461,7 @@ var Client = class extends BaseClient {
|
|
|
8481
8461
|
* @returns {Promise<{ cursor: string; result: Execution[] }>} - The list of Executions
|
|
8482
8462
|
*/
|
|
8483
8463
|
async getExecutions(workflows, options) {
|
|
8484
|
-
const request = new
|
|
8464
|
+
const request = new avs_pb20.ListExecutionsReq();
|
|
8485
8465
|
request.setTaskIdsList(workflows);
|
|
8486
8466
|
if (options?.cursor && options?.cursor != "") {
|
|
8487
8467
|
request.setCursor(options.cursor);
|
|
@@ -8502,7 +8482,7 @@ var Client = class extends BaseClient {
|
|
|
8502
8482
|
* @returns {Promise<Execution>} - The result execution if it is existed
|
|
8503
8483
|
*/
|
|
8504
8484
|
async getExecution(taskId, executionId, options) {
|
|
8505
|
-
const request = new
|
|
8485
|
+
const request = new avs_pb20.ExecutionReq();
|
|
8506
8486
|
request.setTaskId(taskId);
|
|
8507
8487
|
request.setExecutionId(executionId);
|
|
8508
8488
|
const result = await this.sendGrpcRequest("getExecution", request, options);
|
|
@@ -8519,7 +8499,7 @@ var Client = class extends BaseClient {
|
|
|
8519
8499
|
* @returns {Promise<ExecutionStatus>} - The result execution if it is existed
|
|
8520
8500
|
*/
|
|
8521
8501
|
async getExecutionStatus(taskId, executionId, options) {
|
|
8522
|
-
const request = new
|
|
8502
|
+
const request = new avs_pb20.ExecutionReq();
|
|
8523
8503
|
request.setTaskId(taskId);
|
|
8524
8504
|
request.setExecutionId(executionId);
|
|
8525
8505
|
const result = await this.sendGrpcRequest("getExecutionStatus", request, options);
|
|
@@ -8532,7 +8512,7 @@ var Client = class extends BaseClient {
|
|
|
8532
8512
|
* @returns {Promise<Workflow>} - The Workflow object
|
|
8533
8513
|
*/
|
|
8534
8514
|
async getWorkflow(id, options) {
|
|
8535
|
-
const request = new
|
|
8515
|
+
const request = new avs_pb20.IdReq();
|
|
8536
8516
|
request.setId(id);
|
|
8537
8517
|
const result = await this.sendGrpcRequest(
|
|
8538
8518
|
"getTask",
|
|
@@ -8554,7 +8534,7 @@ var Client = class extends BaseClient {
|
|
|
8554
8534
|
data,
|
|
8555
8535
|
isBlocking = false
|
|
8556
8536
|
}, options) {
|
|
8557
|
-
const request = new
|
|
8537
|
+
const request = new avs_pb20.UserTriggerTaskReq();
|
|
8558
8538
|
request.setTaskId(id);
|
|
8559
8539
|
request.setTriggerMetadata(new metadata_default(data).toRequest());
|
|
8560
8540
|
request.setIsBlocking(isBlocking);
|
|
@@ -8568,7 +8548,7 @@ var Client = class extends BaseClient {
|
|
|
8568
8548
|
* @returns {Promise<boolean>} - Whether the workflow was successfully canceled
|
|
8569
8549
|
*/
|
|
8570
8550
|
async cancelWorkflow(id, options) {
|
|
8571
|
-
const request = new
|
|
8551
|
+
const request = new avs_pb20.IdReq();
|
|
8572
8552
|
request.setId(id);
|
|
8573
8553
|
const result = await this.sendGrpcRequest(
|
|
8574
8554
|
"cancelTask",
|
|
@@ -8584,7 +8564,7 @@ var Client = class extends BaseClient {
|
|
|
8584
8564
|
* @returns {Promise<boolean>} - Whether the workflow was successfully deleted
|
|
8585
8565
|
*/
|
|
8586
8566
|
async deleteWorkflow(id, options) {
|
|
8587
|
-
const request = new
|
|
8567
|
+
const request = new avs_pb20.IdReq();
|
|
8588
8568
|
request.setId(id);
|
|
8589
8569
|
const result = await this.sendGrpcRequest(
|
|
8590
8570
|
"deleteTask",
|
|
@@ -8593,39 +8573,78 @@ var Client = class extends BaseClient {
|
|
|
8593
8573
|
);
|
|
8594
8574
|
return result.getValue();
|
|
8595
8575
|
}
|
|
8596
|
-
async createSecret(
|
|
8597
|
-
const request =
|
|
8576
|
+
async createSecret(name, value, options) {
|
|
8577
|
+
const request = new avs_pb20.CreateOrUpdateSecretReq();
|
|
8578
|
+
request.setName(name);
|
|
8579
|
+
request.setSecret(value);
|
|
8580
|
+
if (options?.workflowId) {
|
|
8581
|
+
request.setWorkflowId(options.workflowId);
|
|
8582
|
+
}
|
|
8583
|
+
if (options?.orgId) {
|
|
8584
|
+
request.setOrgId(options.orgId);
|
|
8585
|
+
}
|
|
8598
8586
|
const result = await this.sendGrpcRequest("createSecret", request, options);
|
|
8599
8587
|
return result.getValue();
|
|
8600
8588
|
}
|
|
8601
|
-
|
|
8602
|
-
|
|
8603
|
-
|
|
8604
|
-
|
|
8589
|
+
/**
|
|
8590
|
+
* Update an existing secret; the secret is updated in the user scope by default, derived from the auth key.
|
|
8591
|
+
* @param secret - The secret object containing updated information
|
|
8592
|
+
* @param options - Request options, including workflowId and orgId for scoping
|
|
8593
|
+
* @returns {Promise<boolean>} - Whether the secret was successfully updated
|
|
8594
|
+
*/
|
|
8595
|
+
async updateSecret(name, value, options) {
|
|
8596
|
+
const request = new avs_pb20.CreateOrUpdateSecretReq();
|
|
8597
|
+
request.setName(name);
|
|
8598
|
+
request.setSecret(value);
|
|
8599
|
+
if (options?.workflowId) {
|
|
8600
|
+
request.setWorkflowId(options.workflowId);
|
|
8601
|
+
}
|
|
8602
|
+
if (options?.orgId) {
|
|
8603
|
+
request.setOrgId(options.orgId);
|
|
8604
|
+
}
|
|
8605
|
+
const result = await this.sendGrpcRequest("updateSecret", request, options);
|
|
8606
|
+
return result.getValue();
|
|
8607
|
+
}
|
|
8608
|
+
/**
|
|
8609
|
+
* Retrieve a list of secrets; secrets can be filtered by workflowId or orgId.
|
|
8610
|
+
* @param params - Parameters for listing secrets
|
|
8611
|
+
* @param options - Request options, including workflowId and orgId for filtering
|
|
8612
|
+
* @returns {Promise<ListSecretResponse[]>} - The list of secrets
|
|
8613
|
+
*/
|
|
8614
|
+
async listSecrets(options) {
|
|
8615
|
+
const request = new avs_pb20.ListSecretsReq();
|
|
8616
|
+
if (options?.workflowId) {
|
|
8617
|
+
request.setWorkflowId(options.workflowId);
|
|
8618
|
+
}
|
|
8619
|
+
if (options?.orgId) {
|
|
8605
8620
|
}
|
|
8606
8621
|
const result = await this.sendGrpcRequest("listSecrets", request, options);
|
|
8607
|
-
return result.getItemsList().map((item) => {
|
|
8608
|
-
|
|
8609
|
-
|
|
8610
|
-
|
|
8611
|
-
|
|
8612
|
-
};
|
|
8613
|
-
});
|
|
8622
|
+
return result.getItemsList().map((item) => ({
|
|
8623
|
+
name: item.getName(),
|
|
8624
|
+
workflowId: item.getWorkflowId(),
|
|
8625
|
+
orgId: item.getOrgId()
|
|
8626
|
+
}));
|
|
8614
8627
|
}
|
|
8615
|
-
|
|
8616
|
-
|
|
8617
|
-
|
|
8618
|
-
|
|
8619
|
-
|
|
8628
|
+
/**
|
|
8629
|
+
* Delete a secret by its name; by default, the secret is deleted from the user scope, derived from the auth key
|
|
8630
|
+
* @param name - The name of the secret
|
|
8631
|
+
* @param options - Request options
|
|
8632
|
+
* @param options.workflowId - The workflow id; if specified, the secret will be deleted from the workflow scope
|
|
8633
|
+
* @param options.orgId - The organization id; if specified, the secret will be deleted from the organization scope
|
|
8634
|
+
* @returns {Promise<boolean>} - Whether the secret was successfully deleted
|
|
8635
|
+
*/
|
|
8636
|
+
async deleteSecret(name, options) {
|
|
8637
|
+
const request = new avs_pb20.DeleteSecretReq();
|
|
8638
|
+
request.setName(name);
|
|
8639
|
+
if (options?.workflowId) {
|
|
8640
|
+
request.setWorkflowId(options.workflowId);
|
|
8641
|
+
}
|
|
8642
|
+
if (options?.orgId) {
|
|
8643
|
+
request.setOrgId(options.orgId);
|
|
8620
8644
|
}
|
|
8621
8645
|
const result = await this.sendGrpcRequest("deleteSecret", request, options);
|
|
8622
8646
|
return result.getValue();
|
|
8623
8647
|
}
|
|
8624
|
-
async updateSecret(secret, options) {
|
|
8625
|
-
const request = secret.toRequest();
|
|
8626
|
-
const result = await this.sendGrpcRequest("updateSecret", request, options);
|
|
8627
|
-
return result.getValue();
|
|
8628
|
-
}
|
|
8629
8648
|
};
|
|
8630
8649
|
export {
|
|
8631
8650
|
AUTH_KEY_HEADER,
|
|
@@ -8648,7 +8667,7 @@ export {
|
|
|
8648
8667
|
interface_default2 as Node,
|
|
8649
8668
|
factory_default2 as NodeFactory,
|
|
8650
8669
|
restApi_default as RestAPINode,
|
|
8651
|
-
|
|
8670
|
+
step_default as Step,
|
|
8652
8671
|
interface_default as Trigger,
|
|
8653
8672
|
factory_default as TriggerFactory,
|
|
8654
8673
|
TriggerType,
|