@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.cjs
CHANGED
|
@@ -4387,12 +4387,12 @@ module.exports = __toCommonJS(src_exports);
|
|
|
4387
4387
|
|
|
4388
4388
|
// src/generated/public-sdk.contract.ts
|
|
4389
4389
|
var PUBLIC_SDK_PROTOCOL_VERSION = 1;
|
|
4390
|
-
var PUBLIC_SDK_CONTRACT_REVISION = "
|
|
4390
|
+
var PUBLIC_SDK_CONTRACT_REVISION = "8a1f8936cd7f3b2e9d418a0676e02024b3dd54c3d2aa721d698b0c3ea66bbf04";
|
|
4391
4391
|
var publicSdkContract = {
|
|
4392
4392
|
"protocolVersion": 1,
|
|
4393
4393
|
"generatorRevision": 7,
|
|
4394
4394
|
"wireFormatRevision": 2,
|
|
4395
|
-
"typeDefinitionsHash": "
|
|
4395
|
+
"typeDefinitionsHash": "4eaa8bae4f5689a813c8707463cc136cdba38f880820b713f27f5a7d68f187a3",
|
|
4396
4396
|
"wireSchemas": {
|
|
4397
4397
|
"definitions": {
|
|
4398
4398
|
"AgentCreateInput_adfabfb0f10c": {
|
|
@@ -5181,53 +5181,6 @@ var publicSdkContract = {
|
|
|
5181
5181
|
},
|
|
5182
5182
|
"additionalProperties": false
|
|
5183
5183
|
},
|
|
5184
|
-
"AssistantThreadGoalInput_fe4bc2b37b07": {
|
|
5185
|
-
"kind": "object",
|
|
5186
|
-
"properties": {
|
|
5187
|
-
"doneDefinition": {
|
|
5188
|
-
"optional": true,
|
|
5189
|
-
"schema": {
|
|
5190
|
-
"kind": "ref",
|
|
5191
|
-
"ref": "Schema_742bc7c431ff"
|
|
5192
|
-
}
|
|
5193
|
-
},
|
|
5194
|
-
"nonGoals": {
|
|
5195
|
-
"optional": true,
|
|
5196
|
-
"schema": {
|
|
5197
|
-
"kind": "ref",
|
|
5198
|
-
"ref": "Schema_5ee6a52ff5b6"
|
|
5199
|
-
}
|
|
5200
|
-
},
|
|
5201
|
-
"objective": {
|
|
5202
|
-
"optional": false,
|
|
5203
|
-
"schema": {
|
|
5204
|
-
"kind": "string"
|
|
5205
|
-
}
|
|
5206
|
-
},
|
|
5207
|
-
"requiredEvidence": {
|
|
5208
|
-
"optional": true,
|
|
5209
|
-
"schema": {
|
|
5210
|
-
"kind": "ref",
|
|
5211
|
-
"ref": "Schema_5ee6a52ff5b6"
|
|
5212
|
-
}
|
|
5213
|
-
},
|
|
5214
|
-
"successCriteria": {
|
|
5215
|
-
"optional": true,
|
|
5216
|
-
"schema": {
|
|
5217
|
-
"kind": "ref",
|
|
5218
|
-
"ref": "Schema_5ee6a52ff5b6"
|
|
5219
|
-
}
|
|
5220
|
-
},
|
|
5221
|
-
"validationCommands": {
|
|
5222
|
-
"optional": true,
|
|
5223
|
-
"schema": {
|
|
5224
|
-
"kind": "ref",
|
|
5225
|
-
"ref": "Schema_5ee6a52ff5b6"
|
|
5226
|
-
}
|
|
5227
|
-
}
|
|
5228
|
-
},
|
|
5229
|
-
"additionalProperties": false
|
|
5230
|
-
},
|
|
5231
5184
|
"AssistantThreadTitleInput_6a8402af688a": {
|
|
5232
5185
|
"kind": "object",
|
|
5233
5186
|
"properties": {
|
|
@@ -7480,19 +7433,6 @@ var publicSdkContract = {
|
|
|
7480
7433
|
}
|
|
7481
7434
|
]
|
|
7482
7435
|
},
|
|
7483
|
-
"Schema_2d92a93bd683": {
|
|
7484
|
-
"kind": "object",
|
|
7485
|
-
"properties": {
|
|
7486
|
-
"storage": {
|
|
7487
|
-
"optional": false,
|
|
7488
|
-
"schema": {
|
|
7489
|
-
"kind": "ref",
|
|
7490
|
-
"ref": "StorageFileTargetRequest_96be149b2e6f"
|
|
7491
|
-
}
|
|
7492
|
-
}
|
|
7493
|
-
},
|
|
7494
|
-
"additionalProperties": false
|
|
7495
|
-
},
|
|
7496
7436
|
"Schema_2e3805d9fed2": {
|
|
7497
7437
|
"kind": "union",
|
|
7498
7438
|
"anyOf": [
|
|
@@ -7738,6 +7678,151 @@ var publicSdkContract = {
|
|
|
7738
7678
|
}
|
|
7739
7679
|
]
|
|
7740
7680
|
},
|
|
7681
|
+
"Schema_3a1057726884": {
|
|
7682
|
+
"kind": "object",
|
|
7683
|
+
"properties": {
|
|
7684
|
+
"computeStats": {
|
|
7685
|
+
"optional": true,
|
|
7686
|
+
"schema": {
|
|
7687
|
+
"kind": "ref",
|
|
7688
|
+
"ref": "Schema_84bcf02c1b20"
|
|
7689
|
+
}
|
|
7690
|
+
},
|
|
7691
|
+
"contentTypeHint": {
|
|
7692
|
+
"optional": true,
|
|
7693
|
+
"schema": {
|
|
7694
|
+
"kind": "ref",
|
|
7695
|
+
"ref": "Schema_742bc7c431ff"
|
|
7696
|
+
}
|
|
7697
|
+
},
|
|
7698
|
+
"csv": {
|
|
7699
|
+
"optional": true,
|
|
7700
|
+
"schema": {
|
|
7701
|
+
"kind": "ref",
|
|
7702
|
+
"ref": "Schema_22c31f83e313"
|
|
7703
|
+
}
|
|
7704
|
+
},
|
|
7705
|
+
"groups": {
|
|
7706
|
+
"optional": true,
|
|
7707
|
+
"schema": {
|
|
7708
|
+
"kind": "ref",
|
|
7709
|
+
"ref": "Schema_5ee6a52ff5b6"
|
|
7710
|
+
}
|
|
7711
|
+
},
|
|
7712
|
+
"metadata": {
|
|
7713
|
+
"optional": true,
|
|
7714
|
+
"schema": {
|
|
7715
|
+
"kind": "ref",
|
|
7716
|
+
"ref": "Schema_88fe4ff2677b"
|
|
7717
|
+
}
|
|
7718
|
+
},
|
|
7719
|
+
"name": {
|
|
7720
|
+
"optional": false,
|
|
7721
|
+
"schema": {
|
|
7722
|
+
"kind": "string"
|
|
7723
|
+
}
|
|
7724
|
+
},
|
|
7725
|
+
"namespace": {
|
|
7726
|
+
"optional": true,
|
|
7727
|
+
"schema": {
|
|
7728
|
+
"kind": "ref",
|
|
7729
|
+
"ref": "Schema_742bc7c431ff"
|
|
7730
|
+
}
|
|
7731
|
+
},
|
|
7732
|
+
"parentStorageEntryId": {
|
|
7733
|
+
"optional": true,
|
|
7734
|
+
"schema": {
|
|
7735
|
+
"kind": "ref",
|
|
7736
|
+
"ref": "Schema_742bc7c431ff"
|
|
7737
|
+
}
|
|
7738
|
+
},
|
|
7739
|
+
"refId": {
|
|
7740
|
+
"optional": true,
|
|
7741
|
+
"schema": {
|
|
7742
|
+
"kind": "ref",
|
|
7743
|
+
"ref": "Schema_742bc7c431ff"
|
|
7744
|
+
}
|
|
7745
|
+
},
|
|
7746
|
+
"refType": {
|
|
7747
|
+
"optional": true,
|
|
7748
|
+
"schema": {
|
|
7749
|
+
"kind": "ref",
|
|
7750
|
+
"ref": "Schema_742bc7c431ff"
|
|
7751
|
+
}
|
|
7752
|
+
},
|
|
7753
|
+
"refVer": {
|
|
7754
|
+
"optional": true,
|
|
7755
|
+
"schema": {
|
|
7756
|
+
"kind": "ref",
|
|
7757
|
+
"ref": "Schema_dc4b6520055b"
|
|
7758
|
+
}
|
|
7759
|
+
},
|
|
7760
|
+
"replaceExpectedVersion": {
|
|
7761
|
+
"optional": true,
|
|
7762
|
+
"schema": {
|
|
7763
|
+
"kind": "ref",
|
|
7764
|
+
"ref": "Schema_dc4b6520055b"
|
|
7765
|
+
}
|
|
7766
|
+
},
|
|
7767
|
+
"restricted": {
|
|
7768
|
+
"optional": true,
|
|
7769
|
+
"schema": {
|
|
7770
|
+
"kind": "ref",
|
|
7771
|
+
"ref": "Schema_6b49a924357c"
|
|
7772
|
+
}
|
|
7773
|
+
},
|
|
7774
|
+
"retention": {
|
|
7775
|
+
"optional": true,
|
|
7776
|
+
"schema": {
|
|
7777
|
+
"kind": "ref",
|
|
7778
|
+
"ref": "Schema_a2ac22661472"
|
|
7779
|
+
}
|
|
7780
|
+
},
|
|
7781
|
+
"sheets": {
|
|
7782
|
+
"optional": true,
|
|
7783
|
+
"schema": {
|
|
7784
|
+
"kind": "ref",
|
|
7785
|
+
"ref": "Schema_73457be559dd"
|
|
7786
|
+
}
|
|
7787
|
+
},
|
|
7788
|
+
"sizeHint": {
|
|
7789
|
+
"optional": true,
|
|
7790
|
+
"schema": {
|
|
7791
|
+
"kind": "ref",
|
|
7792
|
+
"ref": "Schema_dc4b6520055b"
|
|
7793
|
+
}
|
|
7794
|
+
},
|
|
7795
|
+
"storageProviderConfigId": {
|
|
7796
|
+
"optional": true,
|
|
7797
|
+
"schema": {
|
|
7798
|
+
"kind": "ref",
|
|
7799
|
+
"ref": "Schema_742bc7c431ff"
|
|
7800
|
+
}
|
|
7801
|
+
},
|
|
7802
|
+
"tier": {
|
|
7803
|
+
"optional": true,
|
|
7804
|
+
"schema": {
|
|
7805
|
+
"kind": "ref",
|
|
7806
|
+
"ref": "Schema_50bdedff18f3"
|
|
7807
|
+
}
|
|
7808
|
+
},
|
|
7809
|
+
"users": {
|
|
7810
|
+
"optional": true,
|
|
7811
|
+
"schema": {
|
|
7812
|
+
"kind": "ref",
|
|
7813
|
+
"ref": "Schema_5ee6a52ff5b6"
|
|
7814
|
+
}
|
|
7815
|
+
},
|
|
7816
|
+
"writeMode": {
|
|
7817
|
+
"optional": true,
|
|
7818
|
+
"schema": {
|
|
7819
|
+
"kind": "ref",
|
|
7820
|
+
"ref": "Schema_f133026ee070"
|
|
7821
|
+
}
|
|
7822
|
+
}
|
|
7823
|
+
},
|
|
7824
|
+
"additionalProperties": false
|
|
7825
|
+
},
|
|
7741
7826
|
"Schema_3ab6b62c254b": {
|
|
7742
7827
|
"kind": "union",
|
|
7743
7828
|
"anyOf": [
|
|
@@ -8018,18 +8103,6 @@ var publicSdkContract = {
|
|
|
8018
8103
|
},
|
|
8019
8104
|
"additionalProperties": false
|
|
8020
8105
|
},
|
|
8021
|
-
"Schema_47c075d5681e": {
|
|
8022
|
-
"kind": "union",
|
|
8023
|
-
"anyOf": [
|
|
8024
|
-
{
|
|
8025
|
-
"kind": "literal",
|
|
8026
|
-
"value": true
|
|
8027
|
-
},
|
|
8028
|
-
{
|
|
8029
|
-
"kind": "undefined"
|
|
8030
|
-
}
|
|
8031
|
-
]
|
|
8032
|
-
},
|
|
8033
8106
|
"Schema_4938f4884808": {
|
|
8034
8107
|
"kind": "union",
|
|
8035
8108
|
"anyOf": [
|
|
@@ -8199,25 +8272,6 @@ var publicSdkContract = {
|
|
|
8199
8272
|
}
|
|
8200
8273
|
]
|
|
8201
8274
|
},
|
|
8202
|
-
"Schema_54e49e05501b": {
|
|
8203
|
-
"kind": "object",
|
|
8204
|
-
"properties": {
|
|
8205
|
-
"replace": {
|
|
8206
|
-
"optional": true,
|
|
8207
|
-
"schema": {
|
|
8208
|
-
"kind": "ref",
|
|
8209
|
-
"ref": "Schema_47c075d5681e"
|
|
8210
|
-
}
|
|
8211
|
-
},
|
|
8212
|
-
"storageEntryId": {
|
|
8213
|
-
"optional": false,
|
|
8214
|
-
"schema": {
|
|
8215
|
-
"kind": "string"
|
|
8216
|
-
}
|
|
8217
|
-
}
|
|
8218
|
-
},
|
|
8219
|
-
"additionalProperties": false
|
|
8220
|
-
},
|
|
8221
8275
|
"Schema_55e4dcd76512": {
|
|
8222
8276
|
"kind": "union",
|
|
8223
8277
|
"anyOf": [
|
|
@@ -9216,6 +9270,32 @@ var publicSdkContract = {
|
|
|
9216
9270
|
},
|
|
9217
9271
|
"additionalProperties": false
|
|
9218
9272
|
},
|
|
9273
|
+
"Schema_7e7be1471aa7": {
|
|
9274
|
+
"kind": "object",
|
|
9275
|
+
"properties": {
|
|
9276
|
+
"namespace": {
|
|
9277
|
+
"optional": true,
|
|
9278
|
+
"schema": {
|
|
9279
|
+
"kind": "ref",
|
|
9280
|
+
"ref": "Schema_742bc7c431ff"
|
|
9281
|
+
}
|
|
9282
|
+
},
|
|
9283
|
+
"replace": {
|
|
9284
|
+
"optional": false,
|
|
9285
|
+
"schema": {
|
|
9286
|
+
"kind": "literal",
|
|
9287
|
+
"value": true
|
|
9288
|
+
}
|
|
9289
|
+
},
|
|
9290
|
+
"storageEntryId": {
|
|
9291
|
+
"optional": false,
|
|
9292
|
+
"schema": {
|
|
9293
|
+
"kind": "string"
|
|
9294
|
+
}
|
|
9295
|
+
}
|
|
9296
|
+
},
|
|
9297
|
+
"additionalProperties": false
|
|
9298
|
+
},
|
|
9219
9299
|
"Schema_7e9fcfdded15": {
|
|
9220
9300
|
"kind": "object",
|
|
9221
9301
|
"properties": {
|
|
@@ -12051,54 +12131,16 @@ var publicSdkContract = {
|
|
|
12051
12131
|
},
|
|
12052
12132
|
"additionalProperties": false
|
|
12053
12133
|
},
|
|
12054
|
-
"
|
|
12134
|
+
"SFTPExportStorage_5e0995d60078": {
|
|
12055
12135
|
"kind": "object",
|
|
12056
12136
|
"properties": {
|
|
12057
|
-
"
|
|
12058
|
-
"optional": false,
|
|
12059
|
-
"schema": {
|
|
12060
|
-
"kind": "string"
|
|
12061
|
-
}
|
|
12062
|
-
},
|
|
12063
|
-
"passphrase": {
|
|
12137
|
+
"namespace": {
|
|
12064
12138
|
"optional": true,
|
|
12065
12139
|
"schema": {
|
|
12066
12140
|
"kind": "ref",
|
|
12067
12141
|
"ref": "Schema_742bc7c431ff"
|
|
12068
12142
|
}
|
|
12069
12143
|
},
|
|
12070
|
-
"password": {
|
|
12071
|
-
"optional": true,
|
|
12072
|
-
"schema": {
|
|
12073
|
-
"kind": "ref",
|
|
12074
|
-
"ref": "Schema_742bc7c431ff"
|
|
12075
|
-
}
|
|
12076
|
-
},
|
|
12077
|
-
"port": {
|
|
12078
|
-
"optional": false,
|
|
12079
|
-
"schema": {
|
|
12080
|
-
"kind": "number"
|
|
12081
|
-
}
|
|
12082
|
-
},
|
|
12083
|
-
"privateKey": {
|
|
12084
|
-
"optional": true,
|
|
12085
|
-
"schema": {
|
|
12086
|
-
"kind": "ref",
|
|
12087
|
-
"ref": "Schema_742bc7c431ff"
|
|
12088
|
-
}
|
|
12089
|
-
},
|
|
12090
|
-
"username": {
|
|
12091
|
-
"optional": false,
|
|
12092
|
-
"schema": {
|
|
12093
|
-
"kind": "string"
|
|
12094
|
-
}
|
|
12095
|
-
}
|
|
12096
|
-
},
|
|
12097
|
-
"additionalProperties": false
|
|
12098
|
-
},
|
|
12099
|
-
"SFTPFileSourceRef_2a417973bc7a": {
|
|
12100
|
-
"kind": "object",
|
|
12101
|
-
"properties": {
|
|
12102
12144
|
"storageEntryId": {
|
|
12103
12145
|
"optional": false,
|
|
12104
12146
|
"schema": {
|
|
@@ -12108,16 +12150,16 @@ var publicSdkContract = {
|
|
|
12108
12150
|
},
|
|
12109
12151
|
"additionalProperties": false
|
|
12110
12152
|
},
|
|
12111
|
-
"
|
|
12153
|
+
"SFTPImportStorage_0b6f4bb35ef4": {
|
|
12112
12154
|
"kind": "union",
|
|
12113
12155
|
"anyOf": [
|
|
12114
12156
|
{
|
|
12115
12157
|
"kind": "ref",
|
|
12116
|
-
"ref": "
|
|
12158
|
+
"ref": "Schema_7e7be1471aa7"
|
|
12117
12159
|
},
|
|
12118
12160
|
{
|
|
12119
12161
|
"kind": "ref",
|
|
12120
|
-
"ref": "
|
|
12162
|
+
"ref": "Schema_3a1057726884"
|
|
12121
12163
|
}
|
|
12122
12164
|
]
|
|
12123
12165
|
},
|
|
@@ -12562,144 +12604,6 @@ var publicSdkContract = {
|
|
|
12562
12604
|
},
|
|
12563
12605
|
"additionalProperties": false
|
|
12564
12606
|
},
|
|
12565
|
-
"StorageFileTargetRequest_96be149b2e6f": {
|
|
12566
|
-
"kind": "object",
|
|
12567
|
-
"properties": {
|
|
12568
|
-
"computeStats": {
|
|
12569
|
-
"optional": true,
|
|
12570
|
-
"schema": {
|
|
12571
|
-
"kind": "ref",
|
|
12572
|
-
"ref": "Schema_84bcf02c1b20"
|
|
12573
|
-
}
|
|
12574
|
-
},
|
|
12575
|
-
"contentTypeHint": {
|
|
12576
|
-
"optional": true,
|
|
12577
|
-
"schema": {
|
|
12578
|
-
"kind": "ref",
|
|
12579
|
-
"ref": "Schema_742bc7c431ff"
|
|
12580
|
-
}
|
|
12581
|
-
},
|
|
12582
|
-
"csv": {
|
|
12583
|
-
"optional": true,
|
|
12584
|
-
"schema": {
|
|
12585
|
-
"kind": "ref",
|
|
12586
|
-
"ref": "Schema_22c31f83e313"
|
|
12587
|
-
}
|
|
12588
|
-
},
|
|
12589
|
-
"groups": {
|
|
12590
|
-
"optional": true,
|
|
12591
|
-
"schema": {
|
|
12592
|
-
"kind": "ref",
|
|
12593
|
-
"ref": "Schema_5ee6a52ff5b6"
|
|
12594
|
-
}
|
|
12595
|
-
},
|
|
12596
|
-
"metadata": {
|
|
12597
|
-
"optional": true,
|
|
12598
|
-
"schema": {
|
|
12599
|
-
"kind": "ref",
|
|
12600
|
-
"ref": "Schema_88fe4ff2677b"
|
|
12601
|
-
}
|
|
12602
|
-
},
|
|
12603
|
-
"name": {
|
|
12604
|
-
"optional": false,
|
|
12605
|
-
"schema": {
|
|
12606
|
-
"kind": "string"
|
|
12607
|
-
}
|
|
12608
|
-
},
|
|
12609
|
-
"parentStorageEntryId": {
|
|
12610
|
-
"optional": true,
|
|
12611
|
-
"schema": {
|
|
12612
|
-
"kind": "ref",
|
|
12613
|
-
"ref": "Schema_742bc7c431ff"
|
|
12614
|
-
}
|
|
12615
|
-
},
|
|
12616
|
-
"refId": {
|
|
12617
|
-
"optional": true,
|
|
12618
|
-
"schema": {
|
|
12619
|
-
"kind": "ref",
|
|
12620
|
-
"ref": "Schema_742bc7c431ff"
|
|
12621
|
-
}
|
|
12622
|
-
},
|
|
12623
|
-
"refType": {
|
|
12624
|
-
"optional": true,
|
|
12625
|
-
"schema": {
|
|
12626
|
-
"kind": "ref",
|
|
12627
|
-
"ref": "Schema_742bc7c431ff"
|
|
12628
|
-
}
|
|
12629
|
-
},
|
|
12630
|
-
"refVer": {
|
|
12631
|
-
"optional": true,
|
|
12632
|
-
"schema": {
|
|
12633
|
-
"kind": "ref",
|
|
12634
|
-
"ref": "Schema_dc4b6520055b"
|
|
12635
|
-
}
|
|
12636
|
-
},
|
|
12637
|
-
"replaceExpectedVersion": {
|
|
12638
|
-
"optional": true,
|
|
12639
|
-
"schema": {
|
|
12640
|
-
"kind": "ref",
|
|
12641
|
-
"ref": "Schema_dc4b6520055b"
|
|
12642
|
-
}
|
|
12643
|
-
},
|
|
12644
|
-
"restricted": {
|
|
12645
|
-
"optional": true,
|
|
12646
|
-
"schema": {
|
|
12647
|
-
"kind": "ref",
|
|
12648
|
-
"ref": "Schema_6b49a924357c"
|
|
12649
|
-
}
|
|
12650
|
-
},
|
|
12651
|
-
"retention": {
|
|
12652
|
-
"optional": true,
|
|
12653
|
-
"schema": {
|
|
12654
|
-
"kind": "ref",
|
|
12655
|
-
"ref": "Schema_a2ac22661472"
|
|
12656
|
-
}
|
|
12657
|
-
},
|
|
12658
|
-
"sheets": {
|
|
12659
|
-
"optional": true,
|
|
12660
|
-
"schema": {
|
|
12661
|
-
"kind": "ref",
|
|
12662
|
-
"ref": "Schema_73457be559dd"
|
|
12663
|
-
}
|
|
12664
|
-
},
|
|
12665
|
-
"sizeHint": {
|
|
12666
|
-
"optional": true,
|
|
12667
|
-
"schema": {
|
|
12668
|
-
"kind": "ref",
|
|
12669
|
-
"ref": "Schema_dc4b6520055b"
|
|
12670
|
-
}
|
|
12671
|
-
},
|
|
12672
|
-
"storageProviderConfigId": {
|
|
12673
|
-
"optional": true,
|
|
12674
|
-
"schema": {
|
|
12675
|
-
"kind": "ref",
|
|
12676
|
-
"ref": "Schema_742bc7c431ff"
|
|
12677
|
-
}
|
|
12678
|
-
},
|
|
12679
|
-
"tier": {
|
|
12680
|
-
"optional": true,
|
|
12681
|
-
"schema": {
|
|
12682
|
-
"kind": "ref",
|
|
12683
|
-
"ref": "Schema_50bdedff18f3"
|
|
12684
|
-
}
|
|
12685
|
-
},
|
|
12686
|
-
"users": {
|
|
12687
|
-
"optional": true,
|
|
12688
|
-
"schema": {
|
|
12689
|
-
"kind": "ref",
|
|
12690
|
-
"ref": "Schema_5ee6a52ff5b6"
|
|
12691
|
-
}
|
|
12692
|
-
},
|
|
12693
|
-
"writeMode": {
|
|
12694
|
-
"optional": true,
|
|
12695
|
-
"schema": {
|
|
12696
|
-
"kind": "ref",
|
|
12697
|
-
"ref": "Schema_f133026ee070"
|
|
12698
|
-
}
|
|
12699
|
-
}
|
|
12700
|
-
},
|
|
12701
|
-
"additionalProperties": false
|
|
12702
|
-
},
|
|
12703
12607
|
"StorageFolderInput_6a0a3fc25c44": {
|
|
12704
12608
|
"kind": "object",
|
|
12705
12609
|
"properties": {
|
|
@@ -16628,123 +16532,6 @@ var publicSdkContract = {
|
|
|
16628
16532
|
],
|
|
16629
16533
|
"signatureHash": "8016e2a4bd3a918f7dec2bf151b07d67ffd8cd95b2a34beb3191e9af47d13f09"
|
|
16630
16534
|
},
|
|
16631
|
-
{
|
|
16632
|
-
"name": "sftpExec",
|
|
16633
|
-
"mode": "remote",
|
|
16634
|
-
"overloads": [
|
|
16635
|
-
{
|
|
16636
|
-
"minArgs": 2,
|
|
16637
|
-
"maxArgs": 2,
|
|
16638
|
-
"parameters": [
|
|
16639
|
-
{
|
|
16640
|
-
"name": "commands",
|
|
16641
|
-
"optional": false,
|
|
16642
|
-
"rest": false,
|
|
16643
|
-
"type": "any[]",
|
|
16644
|
-
"wireSchema": {
|
|
16645
|
-
"kind": "ref",
|
|
16646
|
-
"ref": "Array_01b2548a3603"
|
|
16647
|
-
}
|
|
16648
|
-
},
|
|
16649
|
-
{
|
|
16650
|
-
"name": "config",
|
|
16651
|
-
"optional": false,
|
|
16652
|
-
"rest": false,
|
|
16653
|
-
"type": "SFTPClient",
|
|
16654
|
-
"wireSchema": {
|
|
16655
|
-
"kind": "ref",
|
|
16656
|
-
"ref": "SFTPClient_e35c036c0134"
|
|
16657
|
-
}
|
|
16658
|
-
}
|
|
16659
|
-
]
|
|
16660
|
-
}
|
|
16661
|
-
],
|
|
16662
|
-
"signatureHash": "8740ddbe71fab743e757b704e1a882d914f708c96564f11a584f93c4e5ecb9a3"
|
|
16663
|
-
},
|
|
16664
|
-
{
|
|
16665
|
-
"name": "sftpGet",
|
|
16666
|
-
"mode": "remote",
|
|
16667
|
-
"overloads": [
|
|
16668
|
-
{
|
|
16669
|
-
"minArgs": 3,
|
|
16670
|
-
"maxArgs": 3,
|
|
16671
|
-
"parameters": [
|
|
16672
|
-
{
|
|
16673
|
-
"name": "target",
|
|
16674
|
-
"optional": false,
|
|
16675
|
-
"rest": false,
|
|
16676
|
-
"type": "SFTPFileTargetRef",
|
|
16677
|
-
"wireSchema": {
|
|
16678
|
-
"kind": "ref",
|
|
16679
|
-
"ref": "SFTPFileTargetRef_477d2abe7dc7"
|
|
16680
|
-
}
|
|
16681
|
-
},
|
|
16682
|
-
{
|
|
16683
|
-
"name": "path",
|
|
16684
|
-
"optional": false,
|
|
16685
|
-
"rest": false,
|
|
16686
|
-
"type": "string",
|
|
16687
|
-
"wireSchema": {
|
|
16688
|
-
"kind": "string"
|
|
16689
|
-
}
|
|
16690
|
-
},
|
|
16691
|
-
{
|
|
16692
|
-
"name": "config",
|
|
16693
|
-
"optional": false,
|
|
16694
|
-
"rest": false,
|
|
16695
|
-
"type": "SFTPClient",
|
|
16696
|
-
"wireSchema": {
|
|
16697
|
-
"kind": "ref",
|
|
16698
|
-
"ref": "SFTPClient_e35c036c0134"
|
|
16699
|
-
}
|
|
16700
|
-
}
|
|
16701
|
-
]
|
|
16702
|
-
}
|
|
16703
|
-
],
|
|
16704
|
-
"signatureHash": "2fd47a99f9e63c68aea07700cdf11b78a38fb16a084563484ac0d245d011b479"
|
|
16705
|
-
},
|
|
16706
|
-
{
|
|
16707
|
-
"name": "sftpPut",
|
|
16708
|
-
"mode": "remote",
|
|
16709
|
-
"overloads": [
|
|
16710
|
-
{
|
|
16711
|
-
"minArgs": 3,
|
|
16712
|
-
"maxArgs": 3,
|
|
16713
|
-
"parameters": [
|
|
16714
|
-
{
|
|
16715
|
-
"name": "source",
|
|
16716
|
-
"optional": false,
|
|
16717
|
-
"rest": false,
|
|
16718
|
-
"type": "SFTPFileSourceRef",
|
|
16719
|
-
"wireSchema": {
|
|
16720
|
-
"kind": "ref",
|
|
16721
|
-
"ref": "SFTPFileSourceRef_2a417973bc7a"
|
|
16722
|
-
}
|
|
16723
|
-
},
|
|
16724
|
-
{
|
|
16725
|
-
"name": "path",
|
|
16726
|
-
"optional": false,
|
|
16727
|
-
"rest": false,
|
|
16728
|
-
"type": "string",
|
|
16729
|
-
"wireSchema": {
|
|
16730
|
-
"kind": "string"
|
|
16731
|
-
}
|
|
16732
|
-
},
|
|
16733
|
-
{
|
|
16734
|
-
"name": "config",
|
|
16735
|
-
"optional": false,
|
|
16736
|
-
"rest": false,
|
|
16737
|
-
"type": "SFTPClient",
|
|
16738
|
-
"wireSchema": {
|
|
16739
|
-
"kind": "ref",
|
|
16740
|
-
"ref": "SFTPClient_e35c036c0134"
|
|
16741
|
-
}
|
|
16742
|
-
}
|
|
16743
|
-
]
|
|
16744
|
-
}
|
|
16745
|
-
],
|
|
16746
|
-
"signatureHash": "3b7fcf9bf883f281a64b722ca8f30f421c643408db943d0c2c6e45de49fbb5cf"
|
|
16747
|
-
},
|
|
16748
16535
|
{
|
|
16749
16536
|
"name": "throw",
|
|
16750
16537
|
"mode": "context",
|
|
@@ -18461,6 +18248,122 @@ var publicSdkContract = {
|
|
|
18461
18248
|
"signatureHash": "39dcdce0b3d405822fa8b28e55a47b74e01bc520a7cb80497c4e32d637d3d062"
|
|
18462
18249
|
}
|
|
18463
18250
|
],
|
|
18251
|
+
"transport": [
|
|
18252
|
+
{
|
|
18253
|
+
"name": "sftpCommands",
|
|
18254
|
+
"mode": "remote",
|
|
18255
|
+
"overloads": [
|
|
18256
|
+
{
|
|
18257
|
+
"minArgs": 2,
|
|
18258
|
+
"maxArgs": 2,
|
|
18259
|
+
"parameters": [
|
|
18260
|
+
{
|
|
18261
|
+
"name": "commands",
|
|
18262
|
+
"optional": false,
|
|
18263
|
+
"rest": false,
|
|
18264
|
+
"type": "any[]",
|
|
18265
|
+
"wireSchema": {
|
|
18266
|
+
"kind": "ref",
|
|
18267
|
+
"ref": "Array_01b2548a3603"
|
|
18268
|
+
}
|
|
18269
|
+
},
|
|
18270
|
+
{
|
|
18271
|
+
"name": "secretNameOrId",
|
|
18272
|
+
"optional": false,
|
|
18273
|
+
"rest": false,
|
|
18274
|
+
"type": "string",
|
|
18275
|
+
"wireSchema": {
|
|
18276
|
+
"kind": "string"
|
|
18277
|
+
}
|
|
18278
|
+
}
|
|
18279
|
+
]
|
|
18280
|
+
}
|
|
18281
|
+
],
|
|
18282
|
+
"signatureHash": "9cd76769301576ecb4477d30d5ab5186deaee9278a982bc1eae053f8fce45307"
|
|
18283
|
+
},
|
|
18284
|
+
{
|
|
18285
|
+
"name": "sftpExport",
|
|
18286
|
+
"mode": "remote",
|
|
18287
|
+
"overloads": [
|
|
18288
|
+
{
|
|
18289
|
+
"minArgs": 3,
|
|
18290
|
+
"maxArgs": 3,
|
|
18291
|
+
"parameters": [
|
|
18292
|
+
{
|
|
18293
|
+
"name": "path",
|
|
18294
|
+
"optional": false,
|
|
18295
|
+
"rest": false,
|
|
18296
|
+
"type": "string",
|
|
18297
|
+
"wireSchema": {
|
|
18298
|
+
"kind": "string"
|
|
18299
|
+
}
|
|
18300
|
+
},
|
|
18301
|
+
{
|
|
18302
|
+
"name": "storage",
|
|
18303
|
+
"optional": false,
|
|
18304
|
+
"rest": false,
|
|
18305
|
+
"type": "SFTPExportStorage",
|
|
18306
|
+
"wireSchema": {
|
|
18307
|
+
"kind": "ref",
|
|
18308
|
+
"ref": "SFTPExportStorage_5e0995d60078"
|
|
18309
|
+
}
|
|
18310
|
+
},
|
|
18311
|
+
{
|
|
18312
|
+
"name": "secretNameOrId",
|
|
18313
|
+
"optional": false,
|
|
18314
|
+
"rest": false,
|
|
18315
|
+
"type": "string",
|
|
18316
|
+
"wireSchema": {
|
|
18317
|
+
"kind": "string"
|
|
18318
|
+
}
|
|
18319
|
+
}
|
|
18320
|
+
]
|
|
18321
|
+
}
|
|
18322
|
+
],
|
|
18323
|
+
"signatureHash": "bd8303e5ac182c1dc5f2b3e5c3507ac98a41691fcf4be4f0d14b834c77da51b4"
|
|
18324
|
+
},
|
|
18325
|
+
{
|
|
18326
|
+
"name": "sftpImport",
|
|
18327
|
+
"mode": "remote",
|
|
18328
|
+
"overloads": [
|
|
18329
|
+
{
|
|
18330
|
+
"minArgs": 3,
|
|
18331
|
+
"maxArgs": 3,
|
|
18332
|
+
"parameters": [
|
|
18333
|
+
{
|
|
18334
|
+
"name": "path",
|
|
18335
|
+
"optional": false,
|
|
18336
|
+
"rest": false,
|
|
18337
|
+
"type": "string",
|
|
18338
|
+
"wireSchema": {
|
|
18339
|
+
"kind": "string"
|
|
18340
|
+
}
|
|
18341
|
+
},
|
|
18342
|
+
{
|
|
18343
|
+
"name": "storage",
|
|
18344
|
+
"optional": false,
|
|
18345
|
+
"rest": false,
|
|
18346
|
+
"type": "SFTPImportStorage",
|
|
18347
|
+
"wireSchema": {
|
|
18348
|
+
"kind": "ref",
|
|
18349
|
+
"ref": "SFTPImportStorage_0b6f4bb35ef4"
|
|
18350
|
+
}
|
|
18351
|
+
},
|
|
18352
|
+
{
|
|
18353
|
+
"name": "secretNameOrId",
|
|
18354
|
+
"optional": false,
|
|
18355
|
+
"rest": false,
|
|
18356
|
+
"type": "string",
|
|
18357
|
+
"wireSchema": {
|
|
18358
|
+
"kind": "string"
|
|
18359
|
+
}
|
|
18360
|
+
}
|
|
18361
|
+
]
|
|
18362
|
+
}
|
|
18363
|
+
],
|
|
18364
|
+
"signatureHash": "b107834a8b8d16acc61cfdf29dce42da8c54d0d04a2973cb7443d48e42b6eb9d"
|
|
18365
|
+
}
|
|
18366
|
+
],
|
|
18464
18367
|
"agents": [
|
|
18465
18368
|
{
|
|
18466
18369
|
"name": "approveAction",
|
|
@@ -18566,28 +18469,6 @@ var publicSdkContract = {
|
|
|
18566
18469
|
],
|
|
18567
18470
|
"signatureHash": "c90c0e7a893a496fa558821b21cb93a53c502d243b8569ff8bdccf95ed31146f"
|
|
18568
18471
|
},
|
|
18569
|
-
{
|
|
18570
|
-
"name": "clearThreadGoal",
|
|
18571
|
-
"mode": "remote",
|
|
18572
|
-
"overloads": [
|
|
18573
|
-
{
|
|
18574
|
-
"minArgs": 1,
|
|
18575
|
-
"maxArgs": 1,
|
|
18576
|
-
"parameters": [
|
|
18577
|
-
{
|
|
18578
|
-
"name": "assistantThreadId",
|
|
18579
|
-
"optional": false,
|
|
18580
|
-
"rest": false,
|
|
18581
|
-
"type": "string",
|
|
18582
|
-
"wireSchema": {
|
|
18583
|
-
"kind": "string"
|
|
18584
|
-
}
|
|
18585
|
-
}
|
|
18586
|
-
]
|
|
18587
|
-
}
|
|
18588
|
-
],
|
|
18589
|
-
"signatureHash": "00d271dc0e4cba187a344ecdb1a642bc1775baa4840b27c95584acad8f93b515"
|
|
18590
|
-
},
|
|
18591
18472
|
{
|
|
18592
18473
|
"name": "compactThread",
|
|
18593
18474
|
"mode": "remote",
|
|
@@ -19045,28 +18926,6 @@ var publicSdkContract = {
|
|
|
19045
18926
|
],
|
|
19046
18927
|
"signatureHash": "99198b4fbb617980dabe4f6c3b1d89821619f752972d9b20e4a47080776689e2"
|
|
19047
18928
|
},
|
|
19048
|
-
{
|
|
19049
|
-
"name": "getThreadGoal",
|
|
19050
|
-
"mode": "remote",
|
|
19051
|
-
"overloads": [
|
|
19052
|
-
{
|
|
19053
|
-
"minArgs": 1,
|
|
19054
|
-
"maxArgs": 1,
|
|
19055
|
-
"parameters": [
|
|
19056
|
-
{
|
|
19057
|
-
"name": "assistantThreadId",
|
|
19058
|
-
"optional": false,
|
|
19059
|
-
"rest": false,
|
|
19060
|
-
"type": "string",
|
|
19061
|
-
"wireSchema": {
|
|
19062
|
-
"kind": "string"
|
|
19063
|
-
}
|
|
19064
|
-
}
|
|
19065
|
-
]
|
|
19066
|
-
}
|
|
19067
|
-
],
|
|
19068
|
-
"signatureHash": "b36dec13996f703923968356941ebcb69aad442f6ed9996b28049a100182ccfe"
|
|
19069
|
-
},
|
|
19070
18929
|
{
|
|
19071
18930
|
"name": "getThreadShare",
|
|
19072
18931
|
"mode": "remote",
|
|
@@ -19320,28 +19179,6 @@ var publicSdkContract = {
|
|
|
19320
19179
|
],
|
|
19321
19180
|
"signatureHash": "c3865a09b9f3b856f67236d6ad6d9377f66a0772da10f128f0f4ea30bc7d01c7"
|
|
19322
19181
|
},
|
|
19323
|
-
{
|
|
19324
|
-
"name": "pauseThreadGoal",
|
|
19325
|
-
"mode": "remote",
|
|
19326
|
-
"overloads": [
|
|
19327
|
-
{
|
|
19328
|
-
"minArgs": 1,
|
|
19329
|
-
"maxArgs": 1,
|
|
19330
|
-
"parameters": [
|
|
19331
|
-
{
|
|
19332
|
-
"name": "assistantThreadId",
|
|
19333
|
-
"optional": false,
|
|
19334
|
-
"rest": false,
|
|
19335
|
-
"type": "string",
|
|
19336
|
-
"wireSchema": {
|
|
19337
|
-
"kind": "string"
|
|
19338
|
-
}
|
|
19339
|
-
}
|
|
19340
|
-
]
|
|
19341
|
-
}
|
|
19342
|
-
],
|
|
19343
|
-
"signatureHash": "da74e0ec8c71c5c65e73bfd304975bbed9537a7c6e5952f844e9283e19a209d4"
|
|
19344
|
-
},
|
|
19345
19182
|
{
|
|
19346
19183
|
"name": "pushInbox",
|
|
19347
19184
|
"mode": "remote",
|
|
@@ -19575,28 +19412,6 @@ var publicSdkContract = {
|
|
|
19575
19412
|
],
|
|
19576
19413
|
"signatureHash": "63b65fa9730bc8164f39d956a22af1452831d415dc46daf250ae4f9f62d9a928"
|
|
19577
19414
|
},
|
|
19578
|
-
{
|
|
19579
|
-
"name": "resumeThreadGoal",
|
|
19580
|
-
"mode": "remote",
|
|
19581
|
-
"overloads": [
|
|
19582
|
-
{
|
|
19583
|
-
"minArgs": 1,
|
|
19584
|
-
"maxArgs": 1,
|
|
19585
|
-
"parameters": [
|
|
19586
|
-
{
|
|
19587
|
-
"name": "assistantThreadId",
|
|
19588
|
-
"optional": false,
|
|
19589
|
-
"rest": false,
|
|
19590
|
-
"type": "string",
|
|
19591
|
-
"wireSchema": {
|
|
19592
|
-
"kind": "string"
|
|
19593
|
-
}
|
|
19594
|
-
}
|
|
19595
|
-
]
|
|
19596
|
-
}
|
|
19597
|
-
],
|
|
19598
|
-
"signatureHash": "51bd5d9ff98fd1f8e5ce4bc1476acb4a782688538284aa5bcfd914871ee5a7ab"
|
|
19599
|
-
},
|
|
19600
19415
|
{
|
|
19601
19416
|
"name": "retryMessage",
|
|
19602
19417
|
"mode": "remote",
|
|
@@ -19682,38 +19497,6 @@ var publicSdkContract = {
|
|
|
19682
19497
|
],
|
|
19683
19498
|
"signatureHash": "52390c52f3da1804feed1b5652b07189bc361ff6ed7f1f3e3bbd8dadaa2a30b2"
|
|
19684
19499
|
},
|
|
19685
|
-
{
|
|
19686
|
-
"name": "setThreadGoal",
|
|
19687
|
-
"mode": "remote",
|
|
19688
|
-
"overloads": [
|
|
19689
|
-
{
|
|
19690
|
-
"minArgs": 2,
|
|
19691
|
-
"maxArgs": 2,
|
|
19692
|
-
"parameters": [
|
|
19693
|
-
{
|
|
19694
|
-
"name": "assistantThreadId",
|
|
19695
|
-
"optional": false,
|
|
19696
|
-
"rest": false,
|
|
19697
|
-
"type": "string",
|
|
19698
|
-
"wireSchema": {
|
|
19699
|
-
"kind": "string"
|
|
19700
|
-
}
|
|
19701
|
-
},
|
|
19702
|
-
{
|
|
19703
|
-
"name": "data",
|
|
19704
|
-
"optional": false,
|
|
19705
|
-
"rest": false,
|
|
19706
|
-
"type": "AssistantThreadGoalInput",
|
|
19707
|
-
"wireSchema": {
|
|
19708
|
-
"kind": "ref",
|
|
19709
|
-
"ref": "AssistantThreadGoalInput_fe4bc2b37b07"
|
|
19710
|
-
}
|
|
19711
|
-
}
|
|
19712
|
-
]
|
|
19713
|
-
}
|
|
19714
|
-
],
|
|
19715
|
-
"signatureHash": "f09d308fe1a406dcea9a1d4cf1be0ae5d9215fd8af5bd2fe16a36b773d4d44c2"
|
|
19716
|
-
},
|
|
19717
19500
|
{
|
|
19718
19501
|
"name": "startRun",
|
|
19719
19502
|
"mode": "remote",
|
|
@@ -20708,11 +20491,11 @@ var publicSdkContract = {
|
|
|
20708
20491
|
}
|
|
20709
20492
|
]
|
|
20710
20493
|
},
|
|
20711
|
-
"contractRevision": "
|
|
20494
|
+
"contractRevision": "8a1f8936cd7f3b2e9d418a0676e02024b3dd54c3d2aa721d698b0c3ea66bbf04"
|
|
20712
20495
|
};
|
|
20713
20496
|
|
|
20714
20497
|
// src/contracts.ts
|
|
20715
|
-
var SDK_VERSION = "1.5.
|
|
20498
|
+
var SDK_VERSION = "1.5.6";
|
|
20716
20499
|
var PROTOCOL_VERSION = PUBLIC_SDK_PROTOCOL_VERSION;
|
|
20717
20500
|
var CONTRACT_REVISION = PUBLIC_SDK_CONTRACT_REVISION;
|
|
20718
20501
|
function namesByMode(surface, mode) {
|
|
@@ -20720,6 +20503,7 @@ function namesByMode(surface, mode) {
|
|
|
20720
20503
|
}
|
|
20721
20504
|
var API_REMOTE_METHODS = Object.freeze(namesByMode("api", "remote"));
|
|
20722
20505
|
var API_CONTEXT_METHODS = Object.freeze(namesByMode("api", "context"));
|
|
20506
|
+
var TRANSPORT_REMOTE_METHODS = Object.freeze(namesByMode("transport", "remote"));
|
|
20723
20507
|
var STORAGE_REMOTE_METHODS = Object.freeze(namesByMode("storage", "remote"));
|
|
20724
20508
|
var AGENT_REMOTE_METHODS = Object.freeze(namesByMode("agents", "remote"));
|
|
20725
20509
|
var LOW_CODE_REMOTE_METHODS = Object.freeze(namesByMode("lowCode", "remote"));
|
|
@@ -20727,6 +20511,7 @@ var UTILS_LOCAL_METHODS = Object.freeze(namesByMode("utils", "local"));
|
|
|
20727
20511
|
var REMOTE_METHODS = Object.freeze({
|
|
20728
20512
|
api: new Set(API_REMOTE_METHODS),
|
|
20729
20513
|
storage: new Set(STORAGE_REMOTE_METHODS),
|
|
20514
|
+
transport: new Set(TRANSPORT_REMOTE_METHODS),
|
|
20730
20515
|
agents: new Set(AGENT_REMOTE_METHODS),
|
|
20731
20516
|
lowCode: new Set(LOW_CODE_REMOTE_METHODS)
|
|
20732
20517
|
});
|
|
@@ -22718,6 +22503,11 @@ function createRuntime(transport, options = {}) {
|
|
|
22718
22503
|
STORAGE_REMOTE_METHODS,
|
|
22719
22504
|
batcher
|
|
22720
22505
|
)),
|
|
22506
|
+
transport: Object.freeze(remoteSurface(
|
|
22507
|
+
"transport",
|
|
22508
|
+
TRANSPORT_REMOTE_METHODS,
|
|
22509
|
+
batcher
|
|
22510
|
+
)),
|
|
22721
22511
|
agents: Object.freeze(remoteSurface(
|
|
22722
22512
|
"agents",
|
|
22723
22513
|
AGENT_REMOTE_METHODS,
|
|
@@ -23088,6 +22878,7 @@ var RevoClient = class {
|
|
|
23088
22878
|
api;
|
|
23089
22879
|
utils;
|
|
23090
22880
|
storage;
|
|
22881
|
+
transport;
|
|
23091
22882
|
agents;
|
|
23092
22883
|
execute;
|
|
23093
22884
|
batch;
|
|
@@ -23099,6 +22890,7 @@ var RevoClient = class {
|
|
|
23099
22890
|
this.api = runtime.api;
|
|
23100
22891
|
this.utils = runtime.utils;
|
|
23101
22892
|
this.storage = runtime.storage;
|
|
22893
|
+
this.transport = runtime.transport;
|
|
23102
22894
|
this.agents = runtime.agents;
|
|
23103
22895
|
this.execute = runtime.execute;
|
|
23104
22896
|
this.batch = runtime.batch;
|