@revoengine/sdk 1.5.5 → 1.5.6
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 +12 -5
- package/dist/{errors-BmtftjgL.d.cts → errors-XTYAxN-H.d.cts} +23 -62
- package/dist/{errors-BmtftjgL.d.ts → errors-XTYAxN-H.d.ts} +23 -62
- package/dist/hosted.cjs +303 -513
- package/dist/hosted.cjs.map +1 -1
- package/dist/hosted.d.cts +2 -2
- package/dist/hosted.d.ts +2 -2
- package/dist/hosted.js +303 -513
- package/dist/hosted.js.map +1 -1
- package/dist/index.cjs +305 -513
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +285 -473
- package/dist/index.d.ts +285 -473
- package/dist/index.js +305 -513
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { f as RevoStandaloneApi, g as RevoUtils, h as RevoStorage, i as
|
|
2
|
-
export { B as BatchFailureMode, C as CONTRACT_REVISION, P as PROTOCOL_VERSION,
|
|
1
|
+
import { f as RevoStandaloneApi, g as RevoUtils, h as RevoStorage, i as RevoTransport, j as RevoAgents, k as RevoExecute, l as RevoBatchController, m as RevoClientOptions } from './errors-XTYAxN-H.cjs';
|
|
2
|
+
export { B as BatchFailureMode, C as CONTRACT_REVISION, P as PROTOCOL_VERSION, n as RevoApi, o as RevoAuthenticationError, p as RevoBatchConfigurationError, q as RevoBatchLimitError, r as RevoBatchLimits, s as RevoBatchOptions, t as RevoConfigurationError, u as RevoError, v as RevoExecuteOptions, w as RevoExecutionDefaults, x as RevoPermissionDeniedError, y as RevoProtocolError, z as RevoRemoteError, R as RevoRuntime, A as RevoRuntimeContextUnavailableError, D as RevoTransportError, E as RuntimeBatchRequest, F as RuntimeBatchResponse, G as RuntimeCall, I as RuntimeCallResult, S as SDK_VERSION, J as SerializedRevoError } from './errors-XTYAxN-H.cjs';
|
|
3
3
|
import 'node:worker_threads';
|
|
4
4
|
|
|
5
5
|
declare const publicSdkContract: {
|
|
6
6
|
readonly protocolVersion: 1;
|
|
7
7
|
readonly generatorRevision: 7;
|
|
8
8
|
readonly wireFormatRevision: 2;
|
|
9
|
-
readonly typeDefinitionsHash: "
|
|
9
|
+
readonly typeDefinitionsHash: "4eaa8bae4f5689a813c8707463cc136cdba38f880820b713f27f5a7d68f187a3";
|
|
10
10
|
readonly wireSchemas: {
|
|
11
11
|
readonly definitions: {
|
|
12
12
|
readonly AgentCreateInput_adfabfb0f10c: {
|
|
@@ -795,53 +795,6 @@ declare const publicSdkContract: {
|
|
|
795
795
|
};
|
|
796
796
|
readonly additionalProperties: false;
|
|
797
797
|
};
|
|
798
|
-
readonly AssistantThreadGoalInput_fe4bc2b37b07: {
|
|
799
|
-
readonly kind: "object";
|
|
800
|
-
readonly properties: {
|
|
801
|
-
readonly doneDefinition: {
|
|
802
|
-
readonly optional: true;
|
|
803
|
-
readonly schema: {
|
|
804
|
-
readonly kind: "ref";
|
|
805
|
-
readonly ref: "Schema_742bc7c431ff";
|
|
806
|
-
};
|
|
807
|
-
};
|
|
808
|
-
readonly nonGoals: {
|
|
809
|
-
readonly optional: true;
|
|
810
|
-
readonly schema: {
|
|
811
|
-
readonly kind: "ref";
|
|
812
|
-
readonly ref: "Schema_5ee6a52ff5b6";
|
|
813
|
-
};
|
|
814
|
-
};
|
|
815
|
-
readonly objective: {
|
|
816
|
-
readonly optional: false;
|
|
817
|
-
readonly schema: {
|
|
818
|
-
readonly kind: "string";
|
|
819
|
-
};
|
|
820
|
-
};
|
|
821
|
-
readonly requiredEvidence: {
|
|
822
|
-
readonly optional: true;
|
|
823
|
-
readonly schema: {
|
|
824
|
-
readonly kind: "ref";
|
|
825
|
-
readonly ref: "Schema_5ee6a52ff5b6";
|
|
826
|
-
};
|
|
827
|
-
};
|
|
828
|
-
readonly successCriteria: {
|
|
829
|
-
readonly optional: true;
|
|
830
|
-
readonly schema: {
|
|
831
|
-
readonly kind: "ref";
|
|
832
|
-
readonly ref: "Schema_5ee6a52ff5b6";
|
|
833
|
-
};
|
|
834
|
-
};
|
|
835
|
-
readonly validationCommands: {
|
|
836
|
-
readonly optional: true;
|
|
837
|
-
readonly schema: {
|
|
838
|
-
readonly kind: "ref";
|
|
839
|
-
readonly ref: "Schema_5ee6a52ff5b6";
|
|
840
|
-
};
|
|
841
|
-
};
|
|
842
|
-
};
|
|
843
|
-
readonly additionalProperties: false;
|
|
844
|
-
};
|
|
845
798
|
readonly AssistantThreadTitleInput_6a8402af688a: {
|
|
846
799
|
readonly kind: "object";
|
|
847
800
|
readonly properties: {
|
|
@@ -2892,19 +2845,6 @@ declare const publicSdkContract: {
|
|
|
2892
2845
|
};
|
|
2893
2846
|
}];
|
|
2894
2847
|
};
|
|
2895
|
-
readonly Schema_2d92a93bd683: {
|
|
2896
|
-
readonly kind: "object";
|
|
2897
|
-
readonly properties: {
|
|
2898
|
-
readonly storage: {
|
|
2899
|
-
readonly optional: false;
|
|
2900
|
-
readonly schema: {
|
|
2901
|
-
readonly kind: "ref";
|
|
2902
|
-
readonly ref: "StorageFileTargetRequest_96be149b2e6f";
|
|
2903
|
-
};
|
|
2904
|
-
};
|
|
2905
|
-
};
|
|
2906
|
-
readonly additionalProperties: false;
|
|
2907
|
-
};
|
|
2908
2848
|
readonly Schema_2e3805d9fed2: {
|
|
2909
2849
|
readonly kind: "union";
|
|
2910
2850
|
readonly anyOf: readonly [{
|
|
@@ -3089,6 +3029,151 @@ declare const publicSdkContract: {
|
|
|
3089
3029
|
readonly kind: "undefined";
|
|
3090
3030
|
}];
|
|
3091
3031
|
};
|
|
3032
|
+
readonly Schema_3a1057726884: {
|
|
3033
|
+
readonly kind: "object";
|
|
3034
|
+
readonly properties: {
|
|
3035
|
+
readonly computeStats: {
|
|
3036
|
+
readonly optional: true;
|
|
3037
|
+
readonly schema: {
|
|
3038
|
+
readonly kind: "ref";
|
|
3039
|
+
readonly ref: "Schema_84bcf02c1b20";
|
|
3040
|
+
};
|
|
3041
|
+
};
|
|
3042
|
+
readonly contentTypeHint: {
|
|
3043
|
+
readonly optional: true;
|
|
3044
|
+
readonly schema: {
|
|
3045
|
+
readonly kind: "ref";
|
|
3046
|
+
readonly ref: "Schema_742bc7c431ff";
|
|
3047
|
+
};
|
|
3048
|
+
};
|
|
3049
|
+
readonly csv: {
|
|
3050
|
+
readonly optional: true;
|
|
3051
|
+
readonly schema: {
|
|
3052
|
+
readonly kind: "ref";
|
|
3053
|
+
readonly ref: "Schema_22c31f83e313";
|
|
3054
|
+
};
|
|
3055
|
+
};
|
|
3056
|
+
readonly groups: {
|
|
3057
|
+
readonly optional: true;
|
|
3058
|
+
readonly schema: {
|
|
3059
|
+
readonly kind: "ref";
|
|
3060
|
+
readonly ref: "Schema_5ee6a52ff5b6";
|
|
3061
|
+
};
|
|
3062
|
+
};
|
|
3063
|
+
readonly metadata: {
|
|
3064
|
+
readonly optional: true;
|
|
3065
|
+
readonly schema: {
|
|
3066
|
+
readonly kind: "ref";
|
|
3067
|
+
readonly ref: "Schema_88fe4ff2677b";
|
|
3068
|
+
};
|
|
3069
|
+
};
|
|
3070
|
+
readonly name: {
|
|
3071
|
+
readonly optional: false;
|
|
3072
|
+
readonly schema: {
|
|
3073
|
+
readonly kind: "string";
|
|
3074
|
+
};
|
|
3075
|
+
};
|
|
3076
|
+
readonly namespace: {
|
|
3077
|
+
readonly optional: true;
|
|
3078
|
+
readonly schema: {
|
|
3079
|
+
readonly kind: "ref";
|
|
3080
|
+
readonly ref: "Schema_742bc7c431ff";
|
|
3081
|
+
};
|
|
3082
|
+
};
|
|
3083
|
+
readonly parentStorageEntryId: {
|
|
3084
|
+
readonly optional: true;
|
|
3085
|
+
readonly schema: {
|
|
3086
|
+
readonly kind: "ref";
|
|
3087
|
+
readonly ref: "Schema_742bc7c431ff";
|
|
3088
|
+
};
|
|
3089
|
+
};
|
|
3090
|
+
readonly refId: {
|
|
3091
|
+
readonly optional: true;
|
|
3092
|
+
readonly schema: {
|
|
3093
|
+
readonly kind: "ref";
|
|
3094
|
+
readonly ref: "Schema_742bc7c431ff";
|
|
3095
|
+
};
|
|
3096
|
+
};
|
|
3097
|
+
readonly refType: {
|
|
3098
|
+
readonly optional: true;
|
|
3099
|
+
readonly schema: {
|
|
3100
|
+
readonly kind: "ref";
|
|
3101
|
+
readonly ref: "Schema_742bc7c431ff";
|
|
3102
|
+
};
|
|
3103
|
+
};
|
|
3104
|
+
readonly refVer: {
|
|
3105
|
+
readonly optional: true;
|
|
3106
|
+
readonly schema: {
|
|
3107
|
+
readonly kind: "ref";
|
|
3108
|
+
readonly ref: "Schema_dc4b6520055b";
|
|
3109
|
+
};
|
|
3110
|
+
};
|
|
3111
|
+
readonly replaceExpectedVersion: {
|
|
3112
|
+
readonly optional: true;
|
|
3113
|
+
readonly schema: {
|
|
3114
|
+
readonly kind: "ref";
|
|
3115
|
+
readonly ref: "Schema_dc4b6520055b";
|
|
3116
|
+
};
|
|
3117
|
+
};
|
|
3118
|
+
readonly restricted: {
|
|
3119
|
+
readonly optional: true;
|
|
3120
|
+
readonly schema: {
|
|
3121
|
+
readonly kind: "ref";
|
|
3122
|
+
readonly ref: "Schema_6b49a924357c";
|
|
3123
|
+
};
|
|
3124
|
+
};
|
|
3125
|
+
readonly retention: {
|
|
3126
|
+
readonly optional: true;
|
|
3127
|
+
readonly schema: {
|
|
3128
|
+
readonly kind: "ref";
|
|
3129
|
+
readonly ref: "Schema_a2ac22661472";
|
|
3130
|
+
};
|
|
3131
|
+
};
|
|
3132
|
+
readonly sheets: {
|
|
3133
|
+
readonly optional: true;
|
|
3134
|
+
readonly schema: {
|
|
3135
|
+
readonly kind: "ref";
|
|
3136
|
+
readonly ref: "Schema_73457be559dd";
|
|
3137
|
+
};
|
|
3138
|
+
};
|
|
3139
|
+
readonly sizeHint: {
|
|
3140
|
+
readonly optional: true;
|
|
3141
|
+
readonly schema: {
|
|
3142
|
+
readonly kind: "ref";
|
|
3143
|
+
readonly ref: "Schema_dc4b6520055b";
|
|
3144
|
+
};
|
|
3145
|
+
};
|
|
3146
|
+
readonly storageProviderConfigId: {
|
|
3147
|
+
readonly optional: true;
|
|
3148
|
+
readonly schema: {
|
|
3149
|
+
readonly kind: "ref";
|
|
3150
|
+
readonly ref: "Schema_742bc7c431ff";
|
|
3151
|
+
};
|
|
3152
|
+
};
|
|
3153
|
+
readonly tier: {
|
|
3154
|
+
readonly optional: true;
|
|
3155
|
+
readonly schema: {
|
|
3156
|
+
readonly kind: "ref";
|
|
3157
|
+
readonly ref: "Schema_50bdedff18f3";
|
|
3158
|
+
};
|
|
3159
|
+
};
|
|
3160
|
+
readonly users: {
|
|
3161
|
+
readonly optional: true;
|
|
3162
|
+
readonly schema: {
|
|
3163
|
+
readonly kind: "ref";
|
|
3164
|
+
readonly ref: "Schema_5ee6a52ff5b6";
|
|
3165
|
+
};
|
|
3166
|
+
};
|
|
3167
|
+
readonly writeMode: {
|
|
3168
|
+
readonly optional: true;
|
|
3169
|
+
readonly schema: {
|
|
3170
|
+
readonly kind: "ref";
|
|
3171
|
+
readonly ref: "Schema_f133026ee070";
|
|
3172
|
+
};
|
|
3173
|
+
};
|
|
3174
|
+
};
|
|
3175
|
+
readonly additionalProperties: false;
|
|
3176
|
+
};
|
|
3092
3177
|
readonly Schema_3ab6b62c254b: {
|
|
3093
3178
|
readonly kind: "union";
|
|
3094
3179
|
readonly anyOf: readonly [{
|
|
@@ -3301,15 +3386,6 @@ declare const publicSdkContract: {
|
|
|
3301
3386
|
};
|
|
3302
3387
|
readonly additionalProperties: false;
|
|
3303
3388
|
};
|
|
3304
|
-
readonly Schema_47c075d5681e: {
|
|
3305
|
-
readonly kind: "union";
|
|
3306
|
-
readonly anyOf: readonly [{
|
|
3307
|
-
readonly kind: "literal";
|
|
3308
|
-
readonly value: true;
|
|
3309
|
-
}, {
|
|
3310
|
-
readonly kind: "undefined";
|
|
3311
|
-
}];
|
|
3312
|
-
};
|
|
3313
3389
|
readonly Schema_4938f4884808: {
|
|
3314
3390
|
readonly kind: "union";
|
|
3315
3391
|
readonly anyOf: readonly [{
|
|
@@ -3452,25 +3528,6 @@ declare const publicSdkContract: {
|
|
|
3452
3528
|
readonly kind: "undefined";
|
|
3453
3529
|
}];
|
|
3454
3530
|
};
|
|
3455
|
-
readonly Schema_54e49e05501b: {
|
|
3456
|
-
readonly kind: "object";
|
|
3457
|
-
readonly properties: {
|
|
3458
|
-
readonly replace: {
|
|
3459
|
-
readonly optional: true;
|
|
3460
|
-
readonly schema: {
|
|
3461
|
-
readonly kind: "ref";
|
|
3462
|
-
readonly ref: "Schema_47c075d5681e";
|
|
3463
|
-
};
|
|
3464
|
-
};
|
|
3465
|
-
readonly storageEntryId: {
|
|
3466
|
-
readonly optional: false;
|
|
3467
|
-
readonly schema: {
|
|
3468
|
-
readonly kind: "string";
|
|
3469
|
-
};
|
|
3470
|
-
};
|
|
3471
|
-
};
|
|
3472
|
-
readonly additionalProperties: false;
|
|
3473
|
-
};
|
|
3474
3531
|
readonly Schema_55e4dcd76512: {
|
|
3475
3532
|
readonly kind: "union";
|
|
3476
3533
|
readonly anyOf: readonly [{
|
|
@@ -4332,6 +4389,32 @@ declare const publicSdkContract: {
|
|
|
4332
4389
|
};
|
|
4333
4390
|
readonly additionalProperties: false;
|
|
4334
4391
|
};
|
|
4392
|
+
readonly Schema_7e7be1471aa7: {
|
|
4393
|
+
readonly kind: "object";
|
|
4394
|
+
readonly properties: {
|
|
4395
|
+
readonly namespace: {
|
|
4396
|
+
readonly optional: true;
|
|
4397
|
+
readonly schema: {
|
|
4398
|
+
readonly kind: "ref";
|
|
4399
|
+
readonly ref: "Schema_742bc7c431ff";
|
|
4400
|
+
};
|
|
4401
|
+
};
|
|
4402
|
+
readonly replace: {
|
|
4403
|
+
readonly optional: false;
|
|
4404
|
+
readonly schema: {
|
|
4405
|
+
readonly kind: "literal";
|
|
4406
|
+
readonly value: true;
|
|
4407
|
+
};
|
|
4408
|
+
};
|
|
4409
|
+
readonly storageEntryId: {
|
|
4410
|
+
readonly optional: false;
|
|
4411
|
+
readonly schema: {
|
|
4412
|
+
readonly kind: "string";
|
|
4413
|
+
};
|
|
4414
|
+
};
|
|
4415
|
+
};
|
|
4416
|
+
readonly additionalProperties: false;
|
|
4417
|
+
};
|
|
4335
4418
|
readonly Schema_7e9fcfdded15: {
|
|
4336
4419
|
readonly kind: "object";
|
|
4337
4420
|
readonly properties: {
|
|
@@ -6779,54 +6862,16 @@ declare const publicSdkContract: {
|
|
|
6779
6862
|
};
|
|
6780
6863
|
readonly additionalProperties: false;
|
|
6781
6864
|
};
|
|
6782
|
-
readonly
|
|
6865
|
+
readonly SFTPExportStorage_5e0995d60078: {
|
|
6783
6866
|
readonly kind: "object";
|
|
6784
6867
|
readonly properties: {
|
|
6785
|
-
readonly
|
|
6786
|
-
readonly optional: false;
|
|
6787
|
-
readonly schema: {
|
|
6788
|
-
readonly kind: "string";
|
|
6789
|
-
};
|
|
6790
|
-
};
|
|
6791
|
-
readonly passphrase: {
|
|
6792
|
-
readonly optional: true;
|
|
6793
|
-
readonly schema: {
|
|
6794
|
-
readonly kind: "ref";
|
|
6795
|
-
readonly ref: "Schema_742bc7c431ff";
|
|
6796
|
-
};
|
|
6797
|
-
};
|
|
6798
|
-
readonly password: {
|
|
6799
|
-
readonly optional: true;
|
|
6800
|
-
readonly schema: {
|
|
6801
|
-
readonly kind: "ref";
|
|
6802
|
-
readonly ref: "Schema_742bc7c431ff";
|
|
6803
|
-
};
|
|
6804
|
-
};
|
|
6805
|
-
readonly port: {
|
|
6806
|
-
readonly optional: false;
|
|
6807
|
-
readonly schema: {
|
|
6808
|
-
readonly kind: "number";
|
|
6809
|
-
};
|
|
6810
|
-
};
|
|
6811
|
-
readonly privateKey: {
|
|
6868
|
+
readonly namespace: {
|
|
6812
6869
|
readonly optional: true;
|
|
6813
6870
|
readonly schema: {
|
|
6814
6871
|
readonly kind: "ref";
|
|
6815
6872
|
readonly ref: "Schema_742bc7c431ff";
|
|
6816
6873
|
};
|
|
6817
6874
|
};
|
|
6818
|
-
readonly username: {
|
|
6819
|
-
readonly optional: false;
|
|
6820
|
-
readonly schema: {
|
|
6821
|
-
readonly kind: "string";
|
|
6822
|
-
};
|
|
6823
|
-
};
|
|
6824
|
-
};
|
|
6825
|
-
readonly additionalProperties: false;
|
|
6826
|
-
};
|
|
6827
|
-
readonly SFTPFileSourceRef_2a417973bc7a: {
|
|
6828
|
-
readonly kind: "object";
|
|
6829
|
-
readonly properties: {
|
|
6830
6875
|
readonly storageEntryId: {
|
|
6831
6876
|
readonly optional: false;
|
|
6832
6877
|
readonly schema: {
|
|
@@ -6836,14 +6881,14 @@ declare const publicSdkContract: {
|
|
|
6836
6881
|
};
|
|
6837
6882
|
readonly additionalProperties: false;
|
|
6838
6883
|
};
|
|
6839
|
-
readonly
|
|
6884
|
+
readonly SFTPImportStorage_0b6f4bb35ef4: {
|
|
6840
6885
|
readonly kind: "union";
|
|
6841
6886
|
readonly anyOf: readonly [{
|
|
6842
6887
|
readonly kind: "ref";
|
|
6843
|
-
readonly ref: "
|
|
6888
|
+
readonly ref: "Schema_7e7be1471aa7";
|
|
6844
6889
|
}, {
|
|
6845
6890
|
readonly kind: "ref";
|
|
6846
|
-
readonly ref: "
|
|
6891
|
+
readonly ref: "Schema_3a1057726884";
|
|
6847
6892
|
}];
|
|
6848
6893
|
};
|
|
6849
6894
|
readonly SortDir_50278c3b1471: {
|
|
@@ -7251,170 +7296,32 @@ declare const publicSdkContract: {
|
|
|
7251
7296
|
readonly ref: "Schema_742bc7c431ff";
|
|
7252
7297
|
};
|
|
7253
7298
|
};
|
|
7254
|
-
readonly recordDelimiter: {
|
|
7255
|
-
readonly optional: true;
|
|
7256
|
-
readonly schema: {
|
|
7257
|
-
readonly kind: "ref";
|
|
7258
|
-
readonly ref: "Schema_6bb3c03423be";
|
|
7259
|
-
};
|
|
7260
|
-
};
|
|
7261
|
-
readonly recordPath: {
|
|
7262
|
-
readonly optional: true;
|
|
7263
|
-
readonly schema: {
|
|
7264
|
-
readonly kind: "ref";
|
|
7265
|
-
readonly ref: "Schema_742bc7c431ff";
|
|
7266
|
-
};
|
|
7267
|
-
};
|
|
7268
|
-
readonly reloadStats: {
|
|
7269
|
-
readonly optional: true;
|
|
7270
|
-
readonly schema: {
|
|
7271
|
-
readonly kind: "ref";
|
|
7272
|
-
readonly ref: "Schema_6b49a924357c";
|
|
7273
|
-
};
|
|
7274
|
-
};
|
|
7275
|
-
readonly separator: {
|
|
7276
|
-
readonly optional: true;
|
|
7277
|
-
readonly schema: {
|
|
7278
|
-
readonly kind: "ref";
|
|
7279
|
-
readonly ref: "Schema_742bc7c431ff";
|
|
7280
|
-
};
|
|
7281
|
-
};
|
|
7282
|
-
};
|
|
7283
|
-
readonly additionalProperties: false;
|
|
7284
|
-
};
|
|
7285
|
-
readonly StorageFileTargetRequest_96be149b2e6f: {
|
|
7286
|
-
readonly kind: "object";
|
|
7287
|
-
readonly properties: {
|
|
7288
|
-
readonly computeStats: {
|
|
7289
|
-
readonly optional: true;
|
|
7290
|
-
readonly schema: {
|
|
7291
|
-
readonly kind: "ref";
|
|
7292
|
-
readonly ref: "Schema_84bcf02c1b20";
|
|
7293
|
-
};
|
|
7294
|
-
};
|
|
7295
|
-
readonly contentTypeHint: {
|
|
7296
|
-
readonly optional: true;
|
|
7297
|
-
readonly schema: {
|
|
7298
|
-
readonly kind: "ref";
|
|
7299
|
-
readonly ref: "Schema_742bc7c431ff";
|
|
7300
|
-
};
|
|
7301
|
-
};
|
|
7302
|
-
readonly csv: {
|
|
7303
|
-
readonly optional: true;
|
|
7304
|
-
readonly schema: {
|
|
7305
|
-
readonly kind: "ref";
|
|
7306
|
-
readonly ref: "Schema_22c31f83e313";
|
|
7307
|
-
};
|
|
7308
|
-
};
|
|
7309
|
-
readonly groups: {
|
|
7310
|
-
readonly optional: true;
|
|
7311
|
-
readonly schema: {
|
|
7312
|
-
readonly kind: "ref";
|
|
7313
|
-
readonly ref: "Schema_5ee6a52ff5b6";
|
|
7314
|
-
};
|
|
7315
|
-
};
|
|
7316
|
-
readonly metadata: {
|
|
7317
|
-
readonly optional: true;
|
|
7318
|
-
readonly schema: {
|
|
7319
|
-
readonly kind: "ref";
|
|
7320
|
-
readonly ref: "Schema_88fe4ff2677b";
|
|
7321
|
-
};
|
|
7322
|
-
};
|
|
7323
|
-
readonly name: {
|
|
7324
|
-
readonly optional: false;
|
|
7325
|
-
readonly schema: {
|
|
7326
|
-
readonly kind: "string";
|
|
7327
|
-
};
|
|
7328
|
-
};
|
|
7329
|
-
readonly parentStorageEntryId: {
|
|
7330
|
-
readonly optional: true;
|
|
7331
|
-
readonly schema: {
|
|
7332
|
-
readonly kind: "ref";
|
|
7333
|
-
readonly ref: "Schema_742bc7c431ff";
|
|
7334
|
-
};
|
|
7335
|
-
};
|
|
7336
|
-
readonly refId: {
|
|
7337
|
-
readonly optional: true;
|
|
7338
|
-
readonly schema: {
|
|
7339
|
-
readonly kind: "ref";
|
|
7340
|
-
readonly ref: "Schema_742bc7c431ff";
|
|
7341
|
-
};
|
|
7342
|
-
};
|
|
7343
|
-
readonly refType: {
|
|
7344
|
-
readonly optional: true;
|
|
7345
|
-
readonly schema: {
|
|
7346
|
-
readonly kind: "ref";
|
|
7347
|
-
readonly ref: "Schema_742bc7c431ff";
|
|
7348
|
-
};
|
|
7349
|
-
};
|
|
7350
|
-
readonly refVer: {
|
|
7351
|
-
readonly optional: true;
|
|
7352
|
-
readonly schema: {
|
|
7353
|
-
readonly kind: "ref";
|
|
7354
|
-
readonly ref: "Schema_dc4b6520055b";
|
|
7355
|
-
};
|
|
7356
|
-
};
|
|
7357
|
-
readonly replaceExpectedVersion: {
|
|
7358
|
-
readonly optional: true;
|
|
7359
|
-
readonly schema: {
|
|
7360
|
-
readonly kind: "ref";
|
|
7361
|
-
readonly ref: "Schema_dc4b6520055b";
|
|
7362
|
-
};
|
|
7363
|
-
};
|
|
7364
|
-
readonly restricted: {
|
|
7365
|
-
readonly optional: true;
|
|
7366
|
-
readonly schema: {
|
|
7367
|
-
readonly kind: "ref";
|
|
7368
|
-
readonly ref: "Schema_6b49a924357c";
|
|
7369
|
-
};
|
|
7370
|
-
};
|
|
7371
|
-
readonly retention: {
|
|
7372
|
-
readonly optional: true;
|
|
7373
|
-
readonly schema: {
|
|
7374
|
-
readonly kind: "ref";
|
|
7375
|
-
readonly ref: "Schema_a2ac22661472";
|
|
7376
|
-
};
|
|
7377
|
-
};
|
|
7378
|
-
readonly sheets: {
|
|
7379
|
-
readonly optional: true;
|
|
7380
|
-
readonly schema: {
|
|
7381
|
-
readonly kind: "ref";
|
|
7382
|
-
readonly ref: "Schema_73457be559dd";
|
|
7383
|
-
};
|
|
7384
|
-
};
|
|
7385
|
-
readonly sizeHint: {
|
|
7386
|
-
readonly optional: true;
|
|
7387
|
-
readonly schema: {
|
|
7388
|
-
readonly kind: "ref";
|
|
7389
|
-
readonly ref: "Schema_dc4b6520055b";
|
|
7390
|
-
};
|
|
7391
|
-
};
|
|
7392
|
-
readonly storageProviderConfigId: {
|
|
7299
|
+
readonly recordDelimiter: {
|
|
7393
7300
|
readonly optional: true;
|
|
7394
7301
|
readonly schema: {
|
|
7395
7302
|
readonly kind: "ref";
|
|
7396
|
-
readonly ref: "
|
|
7303
|
+
readonly ref: "Schema_6bb3c03423be";
|
|
7397
7304
|
};
|
|
7398
7305
|
};
|
|
7399
|
-
readonly
|
|
7306
|
+
readonly recordPath: {
|
|
7400
7307
|
readonly optional: true;
|
|
7401
7308
|
readonly schema: {
|
|
7402
7309
|
readonly kind: "ref";
|
|
7403
|
-
readonly ref: "
|
|
7310
|
+
readonly ref: "Schema_742bc7c431ff";
|
|
7404
7311
|
};
|
|
7405
7312
|
};
|
|
7406
|
-
readonly
|
|
7313
|
+
readonly reloadStats: {
|
|
7407
7314
|
readonly optional: true;
|
|
7408
7315
|
readonly schema: {
|
|
7409
7316
|
readonly kind: "ref";
|
|
7410
|
-
readonly ref: "
|
|
7317
|
+
readonly ref: "Schema_6b49a924357c";
|
|
7411
7318
|
};
|
|
7412
7319
|
};
|
|
7413
|
-
readonly
|
|
7320
|
+
readonly separator: {
|
|
7414
7321
|
readonly optional: true;
|
|
7415
7322
|
readonly schema: {
|
|
7416
7323
|
readonly kind: "ref";
|
|
7417
|
-
readonly ref: "
|
|
7324
|
+
readonly ref: "Schema_742bc7c431ff";
|
|
7418
7325
|
};
|
|
7419
7326
|
};
|
|
7420
7327
|
};
|
|
@@ -11037,103 +10944,6 @@ declare const publicSdkContract: {
|
|
|
11037
10944
|
}];
|
|
11038
10945
|
}];
|
|
11039
10946
|
readonly signatureHash: "8016e2a4bd3a918f7dec2bf151b07d67ffd8cd95b2a34beb3191e9af47d13f09";
|
|
11040
|
-
}, {
|
|
11041
|
-
readonly name: "sftpExec";
|
|
11042
|
-
readonly mode: "remote";
|
|
11043
|
-
readonly overloads: readonly [{
|
|
11044
|
-
readonly minArgs: 2;
|
|
11045
|
-
readonly maxArgs: 2;
|
|
11046
|
-
readonly parameters: readonly [{
|
|
11047
|
-
readonly name: "commands";
|
|
11048
|
-
readonly optional: false;
|
|
11049
|
-
readonly rest: false;
|
|
11050
|
-
readonly type: "any[]";
|
|
11051
|
-
readonly wireSchema: {
|
|
11052
|
-
readonly kind: "ref";
|
|
11053
|
-
readonly ref: "Array_01b2548a3603";
|
|
11054
|
-
};
|
|
11055
|
-
}, {
|
|
11056
|
-
readonly name: "config";
|
|
11057
|
-
readonly optional: false;
|
|
11058
|
-
readonly rest: false;
|
|
11059
|
-
readonly type: "SFTPClient";
|
|
11060
|
-
readonly wireSchema: {
|
|
11061
|
-
readonly kind: "ref";
|
|
11062
|
-
readonly ref: "SFTPClient_e35c036c0134";
|
|
11063
|
-
};
|
|
11064
|
-
}];
|
|
11065
|
-
}];
|
|
11066
|
-
readonly signatureHash: "8740ddbe71fab743e757b704e1a882d914f708c96564f11a584f93c4e5ecb9a3";
|
|
11067
|
-
}, {
|
|
11068
|
-
readonly name: "sftpGet";
|
|
11069
|
-
readonly mode: "remote";
|
|
11070
|
-
readonly overloads: readonly [{
|
|
11071
|
-
readonly minArgs: 3;
|
|
11072
|
-
readonly maxArgs: 3;
|
|
11073
|
-
readonly parameters: readonly [{
|
|
11074
|
-
readonly name: "target";
|
|
11075
|
-
readonly optional: false;
|
|
11076
|
-
readonly rest: false;
|
|
11077
|
-
readonly type: "SFTPFileTargetRef";
|
|
11078
|
-
readonly wireSchema: {
|
|
11079
|
-
readonly kind: "ref";
|
|
11080
|
-
readonly ref: "SFTPFileTargetRef_477d2abe7dc7";
|
|
11081
|
-
};
|
|
11082
|
-
}, {
|
|
11083
|
-
readonly name: "path";
|
|
11084
|
-
readonly optional: false;
|
|
11085
|
-
readonly rest: false;
|
|
11086
|
-
readonly type: "string";
|
|
11087
|
-
readonly wireSchema: {
|
|
11088
|
-
readonly kind: "string";
|
|
11089
|
-
};
|
|
11090
|
-
}, {
|
|
11091
|
-
readonly name: "config";
|
|
11092
|
-
readonly optional: false;
|
|
11093
|
-
readonly rest: false;
|
|
11094
|
-
readonly type: "SFTPClient";
|
|
11095
|
-
readonly wireSchema: {
|
|
11096
|
-
readonly kind: "ref";
|
|
11097
|
-
readonly ref: "SFTPClient_e35c036c0134";
|
|
11098
|
-
};
|
|
11099
|
-
}];
|
|
11100
|
-
}];
|
|
11101
|
-
readonly signatureHash: "2fd47a99f9e63c68aea07700cdf11b78a38fb16a084563484ac0d245d011b479";
|
|
11102
|
-
}, {
|
|
11103
|
-
readonly name: "sftpPut";
|
|
11104
|
-
readonly mode: "remote";
|
|
11105
|
-
readonly overloads: readonly [{
|
|
11106
|
-
readonly minArgs: 3;
|
|
11107
|
-
readonly maxArgs: 3;
|
|
11108
|
-
readonly parameters: readonly [{
|
|
11109
|
-
readonly name: "source";
|
|
11110
|
-
readonly optional: false;
|
|
11111
|
-
readonly rest: false;
|
|
11112
|
-
readonly type: "SFTPFileSourceRef";
|
|
11113
|
-
readonly wireSchema: {
|
|
11114
|
-
readonly kind: "ref";
|
|
11115
|
-
readonly ref: "SFTPFileSourceRef_2a417973bc7a";
|
|
11116
|
-
};
|
|
11117
|
-
}, {
|
|
11118
|
-
readonly name: "path";
|
|
11119
|
-
readonly optional: false;
|
|
11120
|
-
readonly rest: false;
|
|
11121
|
-
readonly type: "string";
|
|
11122
|
-
readonly wireSchema: {
|
|
11123
|
-
readonly kind: "string";
|
|
11124
|
-
};
|
|
11125
|
-
}, {
|
|
11126
|
-
readonly name: "config";
|
|
11127
|
-
readonly optional: false;
|
|
11128
|
-
readonly rest: false;
|
|
11129
|
-
readonly type: "SFTPClient";
|
|
11130
|
-
readonly wireSchema: {
|
|
11131
|
-
readonly kind: "ref";
|
|
11132
|
-
readonly ref: "SFTPClient_e35c036c0134";
|
|
11133
|
-
};
|
|
11134
|
-
}];
|
|
11135
|
-
}];
|
|
11136
|
-
readonly signatureHash: "3b7fcf9bf883f281a64b722ca8f30f421c643408db943d0c2c6e45de49fbb5cf";
|
|
11137
10947
|
}, {
|
|
11138
10948
|
readonly name: "throw";
|
|
11139
10949
|
readonly mode: "context";
|
|
@@ -12553,6 +12363,101 @@ declare const publicSdkContract: {
|
|
|
12553
12363
|
}];
|
|
12554
12364
|
readonly signatureHash: "39dcdce0b3d405822fa8b28e55a47b74e01bc520a7cb80497c4e32d637d3d062";
|
|
12555
12365
|
}];
|
|
12366
|
+
readonly transport: readonly [{
|
|
12367
|
+
readonly name: "sftpCommands";
|
|
12368
|
+
readonly mode: "remote";
|
|
12369
|
+
readonly overloads: readonly [{
|
|
12370
|
+
readonly minArgs: 2;
|
|
12371
|
+
readonly maxArgs: 2;
|
|
12372
|
+
readonly parameters: readonly [{
|
|
12373
|
+
readonly name: "commands";
|
|
12374
|
+
readonly optional: false;
|
|
12375
|
+
readonly rest: false;
|
|
12376
|
+
readonly type: "any[]";
|
|
12377
|
+
readonly wireSchema: {
|
|
12378
|
+
readonly kind: "ref";
|
|
12379
|
+
readonly ref: "Array_01b2548a3603";
|
|
12380
|
+
};
|
|
12381
|
+
}, {
|
|
12382
|
+
readonly name: "secretNameOrId";
|
|
12383
|
+
readonly optional: false;
|
|
12384
|
+
readonly rest: false;
|
|
12385
|
+
readonly type: "string";
|
|
12386
|
+
readonly wireSchema: {
|
|
12387
|
+
readonly kind: "string";
|
|
12388
|
+
};
|
|
12389
|
+
}];
|
|
12390
|
+
}];
|
|
12391
|
+
readonly signatureHash: "9cd76769301576ecb4477d30d5ab5186deaee9278a982bc1eae053f8fce45307";
|
|
12392
|
+
}, {
|
|
12393
|
+
readonly name: "sftpExport";
|
|
12394
|
+
readonly mode: "remote";
|
|
12395
|
+
readonly overloads: readonly [{
|
|
12396
|
+
readonly minArgs: 3;
|
|
12397
|
+
readonly maxArgs: 3;
|
|
12398
|
+
readonly parameters: readonly [{
|
|
12399
|
+
readonly name: "path";
|
|
12400
|
+
readonly optional: false;
|
|
12401
|
+
readonly rest: false;
|
|
12402
|
+
readonly type: "string";
|
|
12403
|
+
readonly wireSchema: {
|
|
12404
|
+
readonly kind: "string";
|
|
12405
|
+
};
|
|
12406
|
+
}, {
|
|
12407
|
+
readonly name: "storage";
|
|
12408
|
+
readonly optional: false;
|
|
12409
|
+
readonly rest: false;
|
|
12410
|
+
readonly type: "SFTPExportStorage";
|
|
12411
|
+
readonly wireSchema: {
|
|
12412
|
+
readonly kind: "ref";
|
|
12413
|
+
readonly ref: "SFTPExportStorage_5e0995d60078";
|
|
12414
|
+
};
|
|
12415
|
+
}, {
|
|
12416
|
+
readonly name: "secretNameOrId";
|
|
12417
|
+
readonly optional: false;
|
|
12418
|
+
readonly rest: false;
|
|
12419
|
+
readonly type: "string";
|
|
12420
|
+
readonly wireSchema: {
|
|
12421
|
+
readonly kind: "string";
|
|
12422
|
+
};
|
|
12423
|
+
}];
|
|
12424
|
+
}];
|
|
12425
|
+
readonly signatureHash: "bd8303e5ac182c1dc5f2b3e5c3507ac98a41691fcf4be4f0d14b834c77da51b4";
|
|
12426
|
+
}, {
|
|
12427
|
+
readonly name: "sftpImport";
|
|
12428
|
+
readonly mode: "remote";
|
|
12429
|
+
readonly overloads: readonly [{
|
|
12430
|
+
readonly minArgs: 3;
|
|
12431
|
+
readonly maxArgs: 3;
|
|
12432
|
+
readonly parameters: readonly [{
|
|
12433
|
+
readonly name: "path";
|
|
12434
|
+
readonly optional: false;
|
|
12435
|
+
readonly rest: false;
|
|
12436
|
+
readonly type: "string";
|
|
12437
|
+
readonly wireSchema: {
|
|
12438
|
+
readonly kind: "string";
|
|
12439
|
+
};
|
|
12440
|
+
}, {
|
|
12441
|
+
readonly name: "storage";
|
|
12442
|
+
readonly optional: false;
|
|
12443
|
+
readonly rest: false;
|
|
12444
|
+
readonly type: "SFTPImportStorage";
|
|
12445
|
+
readonly wireSchema: {
|
|
12446
|
+
readonly kind: "ref";
|
|
12447
|
+
readonly ref: "SFTPImportStorage_0b6f4bb35ef4";
|
|
12448
|
+
};
|
|
12449
|
+
}, {
|
|
12450
|
+
readonly name: "secretNameOrId";
|
|
12451
|
+
readonly optional: false;
|
|
12452
|
+
readonly rest: false;
|
|
12453
|
+
readonly type: "string";
|
|
12454
|
+
readonly wireSchema: {
|
|
12455
|
+
readonly kind: "string";
|
|
12456
|
+
};
|
|
12457
|
+
}];
|
|
12458
|
+
}];
|
|
12459
|
+
readonly signatureHash: "b107834a8b8d16acc61cfdf29dce42da8c54d0d04a2973cb7443d48e42b6eb9d";
|
|
12460
|
+
}];
|
|
12556
12461
|
readonly agents: readonly [{
|
|
12557
12462
|
readonly name: "approveAction";
|
|
12558
12463
|
readonly mode: "remote";
|
|
@@ -12638,23 +12543,6 @@ declare const publicSdkContract: {
|
|
|
12638
12543
|
}];
|
|
12639
12544
|
}];
|
|
12640
12545
|
readonly signatureHash: "c90c0e7a893a496fa558821b21cb93a53c502d243b8569ff8bdccf95ed31146f";
|
|
12641
|
-
}, {
|
|
12642
|
-
readonly name: "clearThreadGoal";
|
|
12643
|
-
readonly mode: "remote";
|
|
12644
|
-
readonly overloads: readonly [{
|
|
12645
|
-
readonly minArgs: 1;
|
|
12646
|
-
readonly maxArgs: 1;
|
|
12647
|
-
readonly parameters: readonly [{
|
|
12648
|
-
readonly name: "assistantThreadId";
|
|
12649
|
-
readonly optional: false;
|
|
12650
|
-
readonly rest: false;
|
|
12651
|
-
readonly type: "string";
|
|
12652
|
-
readonly wireSchema: {
|
|
12653
|
-
readonly kind: "string";
|
|
12654
|
-
};
|
|
12655
|
-
}];
|
|
12656
|
-
}];
|
|
12657
|
-
readonly signatureHash: "00d271dc0e4cba187a344ecdb1a642bc1775baa4840b27c95584acad8f93b515";
|
|
12658
12546
|
}, {
|
|
12659
12547
|
readonly name: "compactThread";
|
|
12660
12548
|
readonly mode: "remote";
|
|
@@ -13021,23 +12909,6 @@ declare const publicSdkContract: {
|
|
|
13021
12909
|
}];
|
|
13022
12910
|
}];
|
|
13023
12911
|
readonly signatureHash: "99198b4fbb617980dabe4f6c3b1d89821619f752972d9b20e4a47080776689e2";
|
|
13024
|
-
}, {
|
|
13025
|
-
readonly name: "getThreadGoal";
|
|
13026
|
-
readonly mode: "remote";
|
|
13027
|
-
readonly overloads: readonly [{
|
|
13028
|
-
readonly minArgs: 1;
|
|
13029
|
-
readonly maxArgs: 1;
|
|
13030
|
-
readonly parameters: readonly [{
|
|
13031
|
-
readonly name: "assistantThreadId";
|
|
13032
|
-
readonly optional: false;
|
|
13033
|
-
readonly rest: false;
|
|
13034
|
-
readonly type: "string";
|
|
13035
|
-
readonly wireSchema: {
|
|
13036
|
-
readonly kind: "string";
|
|
13037
|
-
};
|
|
13038
|
-
}];
|
|
13039
|
-
}];
|
|
13040
|
-
readonly signatureHash: "b36dec13996f703923968356941ebcb69aad442f6ed9996b28049a100182ccfe";
|
|
13041
12912
|
}, {
|
|
13042
12913
|
readonly name: "getThreadShare";
|
|
13043
12914
|
readonly mode: "remote";
|
|
@@ -13236,23 +13107,6 @@ declare const publicSdkContract: {
|
|
|
13236
13107
|
}];
|
|
13237
13108
|
}];
|
|
13238
13109
|
readonly signatureHash: "c3865a09b9f3b856f67236d6ad6d9377f66a0772da10f128f0f4ea30bc7d01c7";
|
|
13239
|
-
}, {
|
|
13240
|
-
readonly name: "pauseThreadGoal";
|
|
13241
|
-
readonly mode: "remote";
|
|
13242
|
-
readonly overloads: readonly [{
|
|
13243
|
-
readonly minArgs: 1;
|
|
13244
|
-
readonly maxArgs: 1;
|
|
13245
|
-
readonly parameters: readonly [{
|
|
13246
|
-
readonly name: "assistantThreadId";
|
|
13247
|
-
readonly optional: false;
|
|
13248
|
-
readonly rest: false;
|
|
13249
|
-
readonly type: "string";
|
|
13250
|
-
readonly wireSchema: {
|
|
13251
|
-
readonly kind: "string";
|
|
13252
|
-
};
|
|
13253
|
-
}];
|
|
13254
|
-
}];
|
|
13255
|
-
readonly signatureHash: "da74e0ec8c71c5c65e73bfd304975bbed9537a7c6e5952f844e9283e19a209d4";
|
|
13256
13110
|
}, {
|
|
13257
13111
|
readonly name: "pushInbox";
|
|
13258
13112
|
readonly mode: "remote";
|
|
@@ -13441,23 +13295,6 @@ declare const publicSdkContract: {
|
|
|
13441
13295
|
}];
|
|
13442
13296
|
}];
|
|
13443
13297
|
readonly signatureHash: "63b65fa9730bc8164f39d956a22af1452831d415dc46daf250ae4f9f62d9a928";
|
|
13444
|
-
}, {
|
|
13445
|
-
readonly name: "resumeThreadGoal";
|
|
13446
|
-
readonly mode: "remote";
|
|
13447
|
-
readonly overloads: readonly [{
|
|
13448
|
-
readonly minArgs: 1;
|
|
13449
|
-
readonly maxArgs: 1;
|
|
13450
|
-
readonly parameters: readonly [{
|
|
13451
|
-
readonly name: "assistantThreadId";
|
|
13452
|
-
readonly optional: false;
|
|
13453
|
-
readonly rest: false;
|
|
13454
|
-
readonly type: "string";
|
|
13455
|
-
readonly wireSchema: {
|
|
13456
|
-
readonly kind: "string";
|
|
13457
|
-
};
|
|
13458
|
-
}];
|
|
13459
|
-
}];
|
|
13460
|
-
readonly signatureHash: "51bd5d9ff98fd1f8e5ce4bc1476acb4a782688538284aa5bcfd914871ee5a7ab";
|
|
13461
13298
|
}, {
|
|
13462
13299
|
readonly name: "retryMessage";
|
|
13463
13300
|
readonly mode: "remote";
|
|
@@ -13526,32 +13363,6 @@ declare const publicSdkContract: {
|
|
|
13526
13363
|
}];
|
|
13527
13364
|
}];
|
|
13528
13365
|
readonly signatureHash: "52390c52f3da1804feed1b5652b07189bc361ff6ed7f1f3e3bbd8dadaa2a30b2";
|
|
13529
|
-
}, {
|
|
13530
|
-
readonly name: "setThreadGoal";
|
|
13531
|
-
readonly mode: "remote";
|
|
13532
|
-
readonly overloads: readonly [{
|
|
13533
|
-
readonly minArgs: 2;
|
|
13534
|
-
readonly maxArgs: 2;
|
|
13535
|
-
readonly parameters: readonly [{
|
|
13536
|
-
readonly name: "assistantThreadId";
|
|
13537
|
-
readonly optional: false;
|
|
13538
|
-
readonly rest: false;
|
|
13539
|
-
readonly type: "string";
|
|
13540
|
-
readonly wireSchema: {
|
|
13541
|
-
readonly kind: "string";
|
|
13542
|
-
};
|
|
13543
|
-
}, {
|
|
13544
|
-
readonly name: "data";
|
|
13545
|
-
readonly optional: false;
|
|
13546
|
-
readonly rest: false;
|
|
13547
|
-
readonly type: "AssistantThreadGoalInput";
|
|
13548
|
-
readonly wireSchema: {
|
|
13549
|
-
readonly kind: "ref";
|
|
13550
|
-
readonly ref: "AssistantThreadGoalInput_fe4bc2b37b07";
|
|
13551
|
-
};
|
|
13552
|
-
}];
|
|
13553
|
-
}];
|
|
13554
|
-
readonly signatureHash: "f09d308fe1a406dcea9a1d4cf1be0ae5d9215fd8af5bd2fe16a36b773d4d44c2";
|
|
13555
13366
|
}, {
|
|
13556
13367
|
readonly name: "startRun";
|
|
13557
13368
|
readonly mode: "remote";
|
|
@@ -14316,17 +14127,18 @@ declare const publicSdkContract: {
|
|
|
14316
14127
|
readonly signatureHash: "5ccc1664071c855d49e7a12bfb3ead64decc64151e44a9351246b28d9eb41862";
|
|
14317
14128
|
}];
|
|
14318
14129
|
};
|
|
14319
|
-
readonly contractRevision: "
|
|
14130
|
+
readonly contractRevision: "8a1f8936cd7f3b2e9d418a0676e02024b3dd54c3d2aa721d698b0c3ea66bbf04";
|
|
14320
14131
|
};
|
|
14321
14132
|
|
|
14322
14133
|
declare class RevoClient {
|
|
14323
14134
|
readonly api: RevoStandaloneApi;
|
|
14324
14135
|
readonly utils: RevoUtils;
|
|
14325
14136
|
readonly storage: RevoStorage;
|
|
14137
|
+
readonly transport: RevoTransport;
|
|
14326
14138
|
readonly agents: RevoAgents;
|
|
14327
14139
|
readonly execute: RevoExecute;
|
|
14328
14140
|
readonly batch: RevoBatchController;
|
|
14329
14141
|
constructor(options?: RevoClientOptions);
|
|
14330
14142
|
}
|
|
14331
14143
|
|
|
14332
|
-
export { RevoAgents, RevoBatchController, RevoClient, RevoClientOptions, RevoExecute, RevoStandaloneApi, RevoStorage, RevoUtils, publicSdkContract };
|
|
14144
|
+
export { RevoAgents, RevoBatchController, RevoClient, RevoClientOptions, RevoExecute, RevoStandaloneApi, RevoStorage, RevoTransport, RevoUtils, publicSdkContract };
|