@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/dist/hosted.js CHANGED
@@ -4367,12 +4367,12 @@ var require_object_hash = __commonJS({
4367
4367
 
4368
4368
  // src/generated/public-sdk.contract.ts
4369
4369
  var PUBLIC_SDK_PROTOCOL_VERSION = 1;
4370
- var PUBLIC_SDK_CONTRACT_REVISION = "b98c007dbeaf81bb88ab29f6b4b699e85a4f8b1eb5a36f08701ec1cbd553089f";
4370
+ var PUBLIC_SDK_CONTRACT_REVISION = "8a1f8936cd7f3b2e9d418a0676e02024b3dd54c3d2aa721d698b0c3ea66bbf04";
4371
4371
  var publicSdkContract = {
4372
4372
  "protocolVersion": 1,
4373
4373
  "generatorRevision": 7,
4374
4374
  "wireFormatRevision": 2,
4375
- "typeDefinitionsHash": "908627906b4824f7a5e32ee535b1eba1d97ab5e1a488ecfa380e9fe40a62604d",
4375
+ "typeDefinitionsHash": "4eaa8bae4f5689a813c8707463cc136cdba38f880820b713f27f5a7d68f187a3",
4376
4376
  "wireSchemas": {
4377
4377
  "definitions": {
4378
4378
  "AgentCreateInput_adfabfb0f10c": {
@@ -5161,53 +5161,6 @@ var publicSdkContract = {
5161
5161
  },
5162
5162
  "additionalProperties": false
5163
5163
  },
5164
- "AssistantThreadGoalInput_fe4bc2b37b07": {
5165
- "kind": "object",
5166
- "properties": {
5167
- "doneDefinition": {
5168
- "optional": true,
5169
- "schema": {
5170
- "kind": "ref",
5171
- "ref": "Schema_742bc7c431ff"
5172
- }
5173
- },
5174
- "nonGoals": {
5175
- "optional": true,
5176
- "schema": {
5177
- "kind": "ref",
5178
- "ref": "Schema_5ee6a52ff5b6"
5179
- }
5180
- },
5181
- "objective": {
5182
- "optional": false,
5183
- "schema": {
5184
- "kind": "string"
5185
- }
5186
- },
5187
- "requiredEvidence": {
5188
- "optional": true,
5189
- "schema": {
5190
- "kind": "ref",
5191
- "ref": "Schema_5ee6a52ff5b6"
5192
- }
5193
- },
5194
- "successCriteria": {
5195
- "optional": true,
5196
- "schema": {
5197
- "kind": "ref",
5198
- "ref": "Schema_5ee6a52ff5b6"
5199
- }
5200
- },
5201
- "validationCommands": {
5202
- "optional": true,
5203
- "schema": {
5204
- "kind": "ref",
5205
- "ref": "Schema_5ee6a52ff5b6"
5206
- }
5207
- }
5208
- },
5209
- "additionalProperties": false
5210
- },
5211
5164
  "AssistantThreadTitleInput_6a8402af688a": {
5212
5165
  "kind": "object",
5213
5166
  "properties": {
@@ -7460,19 +7413,6 @@ var publicSdkContract = {
7460
7413
  }
7461
7414
  ]
7462
7415
  },
7463
- "Schema_2d92a93bd683": {
7464
- "kind": "object",
7465
- "properties": {
7466
- "storage": {
7467
- "optional": false,
7468
- "schema": {
7469
- "kind": "ref",
7470
- "ref": "StorageFileTargetRequest_96be149b2e6f"
7471
- }
7472
- }
7473
- },
7474
- "additionalProperties": false
7475
- },
7476
7416
  "Schema_2e3805d9fed2": {
7477
7417
  "kind": "union",
7478
7418
  "anyOf": [
@@ -7718,6 +7658,151 @@ var publicSdkContract = {
7718
7658
  }
7719
7659
  ]
7720
7660
  },
7661
+ "Schema_3a1057726884": {
7662
+ "kind": "object",
7663
+ "properties": {
7664
+ "computeStats": {
7665
+ "optional": true,
7666
+ "schema": {
7667
+ "kind": "ref",
7668
+ "ref": "Schema_84bcf02c1b20"
7669
+ }
7670
+ },
7671
+ "contentTypeHint": {
7672
+ "optional": true,
7673
+ "schema": {
7674
+ "kind": "ref",
7675
+ "ref": "Schema_742bc7c431ff"
7676
+ }
7677
+ },
7678
+ "csv": {
7679
+ "optional": true,
7680
+ "schema": {
7681
+ "kind": "ref",
7682
+ "ref": "Schema_22c31f83e313"
7683
+ }
7684
+ },
7685
+ "groups": {
7686
+ "optional": true,
7687
+ "schema": {
7688
+ "kind": "ref",
7689
+ "ref": "Schema_5ee6a52ff5b6"
7690
+ }
7691
+ },
7692
+ "metadata": {
7693
+ "optional": true,
7694
+ "schema": {
7695
+ "kind": "ref",
7696
+ "ref": "Schema_88fe4ff2677b"
7697
+ }
7698
+ },
7699
+ "name": {
7700
+ "optional": false,
7701
+ "schema": {
7702
+ "kind": "string"
7703
+ }
7704
+ },
7705
+ "namespace": {
7706
+ "optional": true,
7707
+ "schema": {
7708
+ "kind": "ref",
7709
+ "ref": "Schema_742bc7c431ff"
7710
+ }
7711
+ },
7712
+ "parentStorageEntryId": {
7713
+ "optional": true,
7714
+ "schema": {
7715
+ "kind": "ref",
7716
+ "ref": "Schema_742bc7c431ff"
7717
+ }
7718
+ },
7719
+ "refId": {
7720
+ "optional": true,
7721
+ "schema": {
7722
+ "kind": "ref",
7723
+ "ref": "Schema_742bc7c431ff"
7724
+ }
7725
+ },
7726
+ "refType": {
7727
+ "optional": true,
7728
+ "schema": {
7729
+ "kind": "ref",
7730
+ "ref": "Schema_742bc7c431ff"
7731
+ }
7732
+ },
7733
+ "refVer": {
7734
+ "optional": true,
7735
+ "schema": {
7736
+ "kind": "ref",
7737
+ "ref": "Schema_dc4b6520055b"
7738
+ }
7739
+ },
7740
+ "replaceExpectedVersion": {
7741
+ "optional": true,
7742
+ "schema": {
7743
+ "kind": "ref",
7744
+ "ref": "Schema_dc4b6520055b"
7745
+ }
7746
+ },
7747
+ "restricted": {
7748
+ "optional": true,
7749
+ "schema": {
7750
+ "kind": "ref",
7751
+ "ref": "Schema_6b49a924357c"
7752
+ }
7753
+ },
7754
+ "retention": {
7755
+ "optional": true,
7756
+ "schema": {
7757
+ "kind": "ref",
7758
+ "ref": "Schema_a2ac22661472"
7759
+ }
7760
+ },
7761
+ "sheets": {
7762
+ "optional": true,
7763
+ "schema": {
7764
+ "kind": "ref",
7765
+ "ref": "Schema_73457be559dd"
7766
+ }
7767
+ },
7768
+ "sizeHint": {
7769
+ "optional": true,
7770
+ "schema": {
7771
+ "kind": "ref",
7772
+ "ref": "Schema_dc4b6520055b"
7773
+ }
7774
+ },
7775
+ "storageProviderConfigId": {
7776
+ "optional": true,
7777
+ "schema": {
7778
+ "kind": "ref",
7779
+ "ref": "Schema_742bc7c431ff"
7780
+ }
7781
+ },
7782
+ "tier": {
7783
+ "optional": true,
7784
+ "schema": {
7785
+ "kind": "ref",
7786
+ "ref": "Schema_50bdedff18f3"
7787
+ }
7788
+ },
7789
+ "users": {
7790
+ "optional": true,
7791
+ "schema": {
7792
+ "kind": "ref",
7793
+ "ref": "Schema_5ee6a52ff5b6"
7794
+ }
7795
+ },
7796
+ "writeMode": {
7797
+ "optional": true,
7798
+ "schema": {
7799
+ "kind": "ref",
7800
+ "ref": "Schema_f133026ee070"
7801
+ }
7802
+ }
7803
+ },
7804
+ "additionalProperties": false
7805
+ },
7721
7806
  "Schema_3ab6b62c254b": {
7722
7807
  "kind": "union",
7723
7808
  "anyOf": [
@@ -7998,18 +8083,6 @@ var publicSdkContract = {
7998
8083
  },
7999
8084
  "additionalProperties": false
8000
8085
  },
8001
- "Schema_47c075d5681e": {
8002
- "kind": "union",
8003
- "anyOf": [
8004
- {
8005
- "kind": "literal",
8006
- "value": true
8007
- },
8008
- {
8009
- "kind": "undefined"
8010
- }
8011
- ]
8012
- },
8013
8086
  "Schema_4938f4884808": {
8014
8087
  "kind": "union",
8015
8088
  "anyOf": [
@@ -8179,25 +8252,6 @@ var publicSdkContract = {
8179
8252
  }
8180
8253
  ]
8181
8254
  },
8182
- "Schema_54e49e05501b": {
8183
- "kind": "object",
8184
- "properties": {
8185
- "replace": {
8186
- "optional": true,
8187
- "schema": {
8188
- "kind": "ref",
8189
- "ref": "Schema_47c075d5681e"
8190
- }
8191
- },
8192
- "storageEntryId": {
8193
- "optional": false,
8194
- "schema": {
8195
- "kind": "string"
8196
- }
8197
- }
8198
- },
8199
- "additionalProperties": false
8200
- },
8201
8255
  "Schema_55e4dcd76512": {
8202
8256
  "kind": "union",
8203
8257
  "anyOf": [
@@ -9196,6 +9250,32 @@ var publicSdkContract = {
9196
9250
  },
9197
9251
  "additionalProperties": false
9198
9252
  },
9253
+ "Schema_7e7be1471aa7": {
9254
+ "kind": "object",
9255
+ "properties": {
9256
+ "namespace": {
9257
+ "optional": true,
9258
+ "schema": {
9259
+ "kind": "ref",
9260
+ "ref": "Schema_742bc7c431ff"
9261
+ }
9262
+ },
9263
+ "replace": {
9264
+ "optional": false,
9265
+ "schema": {
9266
+ "kind": "literal",
9267
+ "value": true
9268
+ }
9269
+ },
9270
+ "storageEntryId": {
9271
+ "optional": false,
9272
+ "schema": {
9273
+ "kind": "string"
9274
+ }
9275
+ }
9276
+ },
9277
+ "additionalProperties": false
9278
+ },
9199
9279
  "Schema_7e9fcfdded15": {
9200
9280
  "kind": "object",
9201
9281
  "properties": {
@@ -12031,54 +12111,16 @@ var publicSdkContract = {
12031
12111
  },
12032
12112
  "additionalProperties": false
12033
12113
  },
12034
- "SFTPClient_e35c036c0134": {
12114
+ "SFTPExportStorage_5e0995d60078": {
12035
12115
  "kind": "object",
12036
12116
  "properties": {
12037
- "host": {
12038
- "optional": false,
12039
- "schema": {
12040
- "kind": "string"
12041
- }
12042
- },
12043
- "passphrase": {
12117
+ "namespace": {
12044
12118
  "optional": true,
12045
12119
  "schema": {
12046
12120
  "kind": "ref",
12047
12121
  "ref": "Schema_742bc7c431ff"
12048
12122
  }
12049
12123
  },
12050
- "password": {
12051
- "optional": true,
12052
- "schema": {
12053
- "kind": "ref",
12054
- "ref": "Schema_742bc7c431ff"
12055
- }
12056
- },
12057
- "port": {
12058
- "optional": false,
12059
- "schema": {
12060
- "kind": "number"
12061
- }
12062
- },
12063
- "privateKey": {
12064
- "optional": true,
12065
- "schema": {
12066
- "kind": "ref",
12067
- "ref": "Schema_742bc7c431ff"
12068
- }
12069
- },
12070
- "username": {
12071
- "optional": false,
12072
- "schema": {
12073
- "kind": "string"
12074
- }
12075
- }
12076
- },
12077
- "additionalProperties": false
12078
- },
12079
- "SFTPFileSourceRef_2a417973bc7a": {
12080
- "kind": "object",
12081
- "properties": {
12082
12124
  "storageEntryId": {
12083
12125
  "optional": false,
12084
12126
  "schema": {
@@ -12088,16 +12130,16 @@ var publicSdkContract = {
12088
12130
  },
12089
12131
  "additionalProperties": false
12090
12132
  },
12091
- "SFTPFileTargetRef_477d2abe7dc7": {
12133
+ "SFTPImportStorage_0b6f4bb35ef4": {
12092
12134
  "kind": "union",
12093
12135
  "anyOf": [
12094
12136
  {
12095
12137
  "kind": "ref",
12096
- "ref": "Schema_2d92a93bd683"
12138
+ "ref": "Schema_7e7be1471aa7"
12097
12139
  },
12098
12140
  {
12099
12141
  "kind": "ref",
12100
- "ref": "Schema_54e49e05501b"
12142
+ "ref": "Schema_3a1057726884"
12101
12143
  }
12102
12144
  ]
12103
12145
  },
@@ -12542,144 +12584,6 @@ var publicSdkContract = {
12542
12584
  },
12543
12585
  "additionalProperties": false
12544
12586
  },
12545
- "StorageFileTargetRequest_96be149b2e6f": {
12546
- "kind": "object",
12547
- "properties": {
12548
- "computeStats": {
12549
- "optional": true,
12550
- "schema": {
12551
- "kind": "ref",
12552
- "ref": "Schema_84bcf02c1b20"
12553
- }
12554
- },
12555
- "contentTypeHint": {
12556
- "optional": true,
12557
- "schema": {
12558
- "kind": "ref",
12559
- "ref": "Schema_742bc7c431ff"
12560
- }
12561
- },
12562
- "csv": {
12563
- "optional": true,
12564
- "schema": {
12565
- "kind": "ref",
12566
- "ref": "Schema_22c31f83e313"
12567
- }
12568
- },
12569
- "groups": {
12570
- "optional": true,
12571
- "schema": {
12572
- "kind": "ref",
12573
- "ref": "Schema_5ee6a52ff5b6"
12574
- }
12575
- },
12576
- "metadata": {
12577
- "optional": true,
12578
- "schema": {
12579
- "kind": "ref",
12580
- "ref": "Schema_88fe4ff2677b"
12581
- }
12582
- },
12583
- "name": {
12584
- "optional": false,
12585
- "schema": {
12586
- "kind": "string"
12587
- }
12588
- },
12589
- "parentStorageEntryId": {
12590
- "optional": true,
12591
- "schema": {
12592
- "kind": "ref",
12593
- "ref": "Schema_742bc7c431ff"
12594
- }
12595
- },
12596
- "refId": {
12597
- "optional": true,
12598
- "schema": {
12599
- "kind": "ref",
12600
- "ref": "Schema_742bc7c431ff"
12601
- }
12602
- },
12603
- "refType": {
12604
- "optional": true,
12605
- "schema": {
12606
- "kind": "ref",
12607
- "ref": "Schema_742bc7c431ff"
12608
- }
12609
- },
12610
- "refVer": {
12611
- "optional": true,
12612
- "schema": {
12613
- "kind": "ref",
12614
- "ref": "Schema_dc4b6520055b"
12615
- }
12616
- },
12617
- "replaceExpectedVersion": {
12618
- "optional": true,
12619
- "schema": {
12620
- "kind": "ref",
12621
- "ref": "Schema_dc4b6520055b"
12622
- }
12623
- },
12624
- "restricted": {
12625
- "optional": true,
12626
- "schema": {
12627
- "kind": "ref",
12628
- "ref": "Schema_6b49a924357c"
12629
- }
12630
- },
12631
- "retention": {
12632
- "optional": true,
12633
- "schema": {
12634
- "kind": "ref",
12635
- "ref": "Schema_a2ac22661472"
12636
- }
12637
- },
12638
- "sheets": {
12639
- "optional": true,
12640
- "schema": {
12641
- "kind": "ref",
12642
- "ref": "Schema_73457be559dd"
12643
- }
12644
- },
12645
- "sizeHint": {
12646
- "optional": true,
12647
- "schema": {
12648
- "kind": "ref",
12649
- "ref": "Schema_dc4b6520055b"
12650
- }
12651
- },
12652
- "storageProviderConfigId": {
12653
- "optional": true,
12654
- "schema": {
12655
- "kind": "ref",
12656
- "ref": "Schema_742bc7c431ff"
12657
- }
12658
- },
12659
- "tier": {
12660
- "optional": true,
12661
- "schema": {
12662
- "kind": "ref",
12663
- "ref": "Schema_50bdedff18f3"
12664
- }
12665
- },
12666
- "users": {
12667
- "optional": true,
12668
- "schema": {
12669
- "kind": "ref",
12670
- "ref": "Schema_5ee6a52ff5b6"
12671
- }
12672
- },
12673
- "writeMode": {
12674
- "optional": true,
12675
- "schema": {
12676
- "kind": "ref",
12677
- "ref": "Schema_f133026ee070"
12678
- }
12679
- }
12680
- },
12681
- "additionalProperties": false
12682
- },
12683
12587
  "StorageFolderInput_6a0a3fc25c44": {
12684
12588
  "kind": "object",
12685
12589
  "properties": {
@@ -16608,123 +16512,6 @@ var publicSdkContract = {
16608
16512
  ],
16609
16513
  "signatureHash": "8016e2a4bd3a918f7dec2bf151b07d67ffd8cd95b2a34beb3191e9af47d13f09"
16610
16514
  },
16611
- {
16612
- "name": "sftpExec",
16613
- "mode": "remote",
16614
- "overloads": [
16615
- {
16616
- "minArgs": 2,
16617
- "maxArgs": 2,
16618
- "parameters": [
16619
- {
16620
- "name": "commands",
16621
- "optional": false,
16622
- "rest": false,
16623
- "type": "any[]",
16624
- "wireSchema": {
16625
- "kind": "ref",
16626
- "ref": "Array_01b2548a3603"
16627
- }
16628
- },
16629
- {
16630
- "name": "config",
16631
- "optional": false,
16632
- "rest": false,
16633
- "type": "SFTPClient",
16634
- "wireSchema": {
16635
- "kind": "ref",
16636
- "ref": "SFTPClient_e35c036c0134"
16637
- }
16638
- }
16639
- ]
16640
- }
16641
- ],
16642
- "signatureHash": "8740ddbe71fab743e757b704e1a882d914f708c96564f11a584f93c4e5ecb9a3"
16643
- },
16644
- {
16645
- "name": "sftpGet",
16646
- "mode": "remote",
16647
- "overloads": [
16648
- {
16649
- "minArgs": 3,
16650
- "maxArgs": 3,
16651
- "parameters": [
16652
- {
16653
- "name": "target",
16654
- "optional": false,
16655
- "rest": false,
16656
- "type": "SFTPFileTargetRef",
16657
- "wireSchema": {
16658
- "kind": "ref",
16659
- "ref": "SFTPFileTargetRef_477d2abe7dc7"
16660
- }
16661
- },
16662
- {
16663
- "name": "path",
16664
- "optional": false,
16665
- "rest": false,
16666
- "type": "string",
16667
- "wireSchema": {
16668
- "kind": "string"
16669
- }
16670
- },
16671
- {
16672
- "name": "config",
16673
- "optional": false,
16674
- "rest": false,
16675
- "type": "SFTPClient",
16676
- "wireSchema": {
16677
- "kind": "ref",
16678
- "ref": "SFTPClient_e35c036c0134"
16679
- }
16680
- }
16681
- ]
16682
- }
16683
- ],
16684
- "signatureHash": "2fd47a99f9e63c68aea07700cdf11b78a38fb16a084563484ac0d245d011b479"
16685
- },
16686
- {
16687
- "name": "sftpPut",
16688
- "mode": "remote",
16689
- "overloads": [
16690
- {
16691
- "minArgs": 3,
16692
- "maxArgs": 3,
16693
- "parameters": [
16694
- {
16695
- "name": "source",
16696
- "optional": false,
16697
- "rest": false,
16698
- "type": "SFTPFileSourceRef",
16699
- "wireSchema": {
16700
- "kind": "ref",
16701
- "ref": "SFTPFileSourceRef_2a417973bc7a"
16702
- }
16703
- },
16704
- {
16705
- "name": "path",
16706
- "optional": false,
16707
- "rest": false,
16708
- "type": "string",
16709
- "wireSchema": {
16710
- "kind": "string"
16711
- }
16712
- },
16713
- {
16714
- "name": "config",
16715
- "optional": false,
16716
- "rest": false,
16717
- "type": "SFTPClient",
16718
- "wireSchema": {
16719
- "kind": "ref",
16720
- "ref": "SFTPClient_e35c036c0134"
16721
- }
16722
- }
16723
- ]
16724
- }
16725
- ],
16726
- "signatureHash": "3b7fcf9bf883f281a64b722ca8f30f421c643408db943d0c2c6e45de49fbb5cf"
16727
- },
16728
16515
  {
16729
16516
  "name": "throw",
16730
16517
  "mode": "context",
@@ -18441,6 +18228,122 @@ var publicSdkContract = {
18441
18228
  "signatureHash": "39dcdce0b3d405822fa8b28e55a47b74e01bc520a7cb80497c4e32d637d3d062"
18442
18229
  }
18443
18230
  ],
18231
+ "transport": [
18232
+ {
18233
+ "name": "sftpCommands",
18234
+ "mode": "remote",
18235
+ "overloads": [
18236
+ {
18237
+ "minArgs": 2,
18238
+ "maxArgs": 2,
18239
+ "parameters": [
18240
+ {
18241
+ "name": "commands",
18242
+ "optional": false,
18243
+ "rest": false,
18244
+ "type": "any[]",
18245
+ "wireSchema": {
18246
+ "kind": "ref",
18247
+ "ref": "Array_01b2548a3603"
18248
+ }
18249
+ },
18250
+ {
18251
+ "name": "secretNameOrId",
18252
+ "optional": false,
18253
+ "rest": false,
18254
+ "type": "string",
18255
+ "wireSchema": {
18256
+ "kind": "string"
18257
+ }
18258
+ }
18259
+ ]
18260
+ }
18261
+ ],
18262
+ "signatureHash": "9cd76769301576ecb4477d30d5ab5186deaee9278a982bc1eae053f8fce45307"
18263
+ },
18264
+ {
18265
+ "name": "sftpExport",
18266
+ "mode": "remote",
18267
+ "overloads": [
18268
+ {
18269
+ "minArgs": 3,
18270
+ "maxArgs": 3,
18271
+ "parameters": [
18272
+ {
18273
+ "name": "path",
18274
+ "optional": false,
18275
+ "rest": false,
18276
+ "type": "string",
18277
+ "wireSchema": {
18278
+ "kind": "string"
18279
+ }
18280
+ },
18281
+ {
18282
+ "name": "storage",
18283
+ "optional": false,
18284
+ "rest": false,
18285
+ "type": "SFTPExportStorage",
18286
+ "wireSchema": {
18287
+ "kind": "ref",
18288
+ "ref": "SFTPExportStorage_5e0995d60078"
18289
+ }
18290
+ },
18291
+ {
18292
+ "name": "secretNameOrId",
18293
+ "optional": false,
18294
+ "rest": false,
18295
+ "type": "string",
18296
+ "wireSchema": {
18297
+ "kind": "string"
18298
+ }
18299
+ }
18300
+ ]
18301
+ }
18302
+ ],
18303
+ "signatureHash": "bd8303e5ac182c1dc5f2b3e5c3507ac98a41691fcf4be4f0d14b834c77da51b4"
18304
+ },
18305
+ {
18306
+ "name": "sftpImport",
18307
+ "mode": "remote",
18308
+ "overloads": [
18309
+ {
18310
+ "minArgs": 3,
18311
+ "maxArgs": 3,
18312
+ "parameters": [
18313
+ {
18314
+ "name": "path",
18315
+ "optional": false,
18316
+ "rest": false,
18317
+ "type": "string",
18318
+ "wireSchema": {
18319
+ "kind": "string"
18320
+ }
18321
+ },
18322
+ {
18323
+ "name": "storage",
18324
+ "optional": false,
18325
+ "rest": false,
18326
+ "type": "SFTPImportStorage",
18327
+ "wireSchema": {
18328
+ "kind": "ref",
18329
+ "ref": "SFTPImportStorage_0b6f4bb35ef4"
18330
+ }
18331
+ },
18332
+ {
18333
+ "name": "secretNameOrId",
18334
+ "optional": false,
18335
+ "rest": false,
18336
+ "type": "string",
18337
+ "wireSchema": {
18338
+ "kind": "string"
18339
+ }
18340
+ }
18341
+ ]
18342
+ }
18343
+ ],
18344
+ "signatureHash": "b107834a8b8d16acc61cfdf29dce42da8c54d0d04a2973cb7443d48e42b6eb9d"
18345
+ }
18346
+ ],
18444
18347
  "agents": [
18445
18348
  {
18446
18349
  "name": "approveAction",
@@ -18546,28 +18449,6 @@ var publicSdkContract = {
18546
18449
  ],
18547
18450
  "signatureHash": "c90c0e7a893a496fa558821b21cb93a53c502d243b8569ff8bdccf95ed31146f"
18548
18451
  },
18549
- {
18550
- "name": "clearThreadGoal",
18551
- "mode": "remote",
18552
- "overloads": [
18553
- {
18554
- "minArgs": 1,
18555
- "maxArgs": 1,
18556
- "parameters": [
18557
- {
18558
- "name": "assistantThreadId",
18559
- "optional": false,
18560
- "rest": false,
18561
- "type": "string",
18562
- "wireSchema": {
18563
- "kind": "string"
18564
- }
18565
- }
18566
- ]
18567
- }
18568
- ],
18569
- "signatureHash": "00d271dc0e4cba187a344ecdb1a642bc1775baa4840b27c95584acad8f93b515"
18570
- },
18571
18452
  {
18572
18453
  "name": "compactThread",
18573
18454
  "mode": "remote",
@@ -19025,28 +18906,6 @@ var publicSdkContract = {
19025
18906
  ],
19026
18907
  "signatureHash": "99198b4fbb617980dabe4f6c3b1d89821619f752972d9b20e4a47080776689e2"
19027
18908
  },
19028
- {
19029
- "name": "getThreadGoal",
19030
- "mode": "remote",
19031
- "overloads": [
19032
- {
19033
- "minArgs": 1,
19034
- "maxArgs": 1,
19035
- "parameters": [
19036
- {
19037
- "name": "assistantThreadId",
19038
- "optional": false,
19039
- "rest": false,
19040
- "type": "string",
19041
- "wireSchema": {
19042
- "kind": "string"
19043
- }
19044
- }
19045
- ]
19046
- }
19047
- ],
19048
- "signatureHash": "b36dec13996f703923968356941ebcb69aad442f6ed9996b28049a100182ccfe"
19049
- },
19050
18909
  {
19051
18910
  "name": "getThreadShare",
19052
18911
  "mode": "remote",
@@ -19300,28 +19159,6 @@ var publicSdkContract = {
19300
19159
  ],
19301
19160
  "signatureHash": "c3865a09b9f3b856f67236d6ad6d9377f66a0772da10f128f0f4ea30bc7d01c7"
19302
19161
  },
19303
- {
19304
- "name": "pauseThreadGoal",
19305
- "mode": "remote",
19306
- "overloads": [
19307
- {
19308
- "minArgs": 1,
19309
- "maxArgs": 1,
19310
- "parameters": [
19311
- {
19312
- "name": "assistantThreadId",
19313
- "optional": false,
19314
- "rest": false,
19315
- "type": "string",
19316
- "wireSchema": {
19317
- "kind": "string"
19318
- }
19319
- }
19320
- ]
19321
- }
19322
- ],
19323
- "signatureHash": "da74e0ec8c71c5c65e73bfd304975bbed9537a7c6e5952f844e9283e19a209d4"
19324
- },
19325
19162
  {
19326
19163
  "name": "pushInbox",
19327
19164
  "mode": "remote",
@@ -19555,28 +19392,6 @@ var publicSdkContract = {
19555
19392
  ],
19556
19393
  "signatureHash": "63b65fa9730bc8164f39d956a22af1452831d415dc46daf250ae4f9f62d9a928"
19557
19394
  },
19558
- {
19559
- "name": "resumeThreadGoal",
19560
- "mode": "remote",
19561
- "overloads": [
19562
- {
19563
- "minArgs": 1,
19564
- "maxArgs": 1,
19565
- "parameters": [
19566
- {
19567
- "name": "assistantThreadId",
19568
- "optional": false,
19569
- "rest": false,
19570
- "type": "string",
19571
- "wireSchema": {
19572
- "kind": "string"
19573
- }
19574
- }
19575
- ]
19576
- }
19577
- ],
19578
- "signatureHash": "51bd5d9ff98fd1f8e5ce4bc1476acb4a782688538284aa5bcfd914871ee5a7ab"
19579
- },
19580
19395
  {
19581
19396
  "name": "retryMessage",
19582
19397
  "mode": "remote",
@@ -19662,38 +19477,6 @@ var publicSdkContract = {
19662
19477
  ],
19663
19478
  "signatureHash": "52390c52f3da1804feed1b5652b07189bc361ff6ed7f1f3e3bbd8dadaa2a30b2"
19664
19479
  },
19665
- {
19666
- "name": "setThreadGoal",
19667
- "mode": "remote",
19668
- "overloads": [
19669
- {
19670
- "minArgs": 2,
19671
- "maxArgs": 2,
19672
- "parameters": [
19673
- {
19674
- "name": "assistantThreadId",
19675
- "optional": false,
19676
- "rest": false,
19677
- "type": "string",
19678
- "wireSchema": {
19679
- "kind": "string"
19680
- }
19681
- },
19682
- {
19683
- "name": "data",
19684
- "optional": false,
19685
- "rest": false,
19686
- "type": "AssistantThreadGoalInput",
19687
- "wireSchema": {
19688
- "kind": "ref",
19689
- "ref": "AssistantThreadGoalInput_fe4bc2b37b07"
19690
- }
19691
- }
19692
- ]
19693
- }
19694
- ],
19695
- "signatureHash": "f09d308fe1a406dcea9a1d4cf1be0ae5d9215fd8af5bd2fe16a36b773d4d44c2"
19696
- },
19697
19480
  {
19698
19481
  "name": "startRun",
19699
19482
  "mode": "remote",
@@ -20688,11 +20471,11 @@ var publicSdkContract = {
20688
20471
  }
20689
20472
  ]
20690
20473
  },
20691
- "contractRevision": "b98c007dbeaf81bb88ab29f6b4b699e85a4f8b1eb5a36f08701ec1cbd553089f"
20474
+ "contractRevision": "8a1f8936cd7f3b2e9d418a0676e02024b3dd54c3d2aa721d698b0c3ea66bbf04"
20692
20475
  };
20693
20476
 
20694
20477
  // src/contracts.ts
20695
- var SDK_VERSION = "1.5.5";
20478
+ var SDK_VERSION = "1.5.6";
20696
20479
  var PROTOCOL_VERSION = PUBLIC_SDK_PROTOCOL_VERSION;
20697
20480
  var CONTRACT_REVISION = PUBLIC_SDK_CONTRACT_REVISION;
20698
20481
  function namesByMode(surface, mode) {
@@ -20700,6 +20483,7 @@ function namesByMode(surface, mode) {
20700
20483
  }
20701
20484
  var API_REMOTE_METHODS = Object.freeze(namesByMode("api", "remote"));
20702
20485
  var API_CONTEXT_METHODS = Object.freeze(namesByMode("api", "context"));
20486
+ var TRANSPORT_REMOTE_METHODS = Object.freeze(namesByMode("transport", "remote"));
20703
20487
  var STORAGE_REMOTE_METHODS = Object.freeze(namesByMode("storage", "remote"));
20704
20488
  var AGENT_REMOTE_METHODS = Object.freeze(namesByMode("agents", "remote"));
20705
20489
  var LOW_CODE_REMOTE_METHODS = Object.freeze(namesByMode("lowCode", "remote"));
@@ -20707,6 +20491,7 @@ var UTILS_LOCAL_METHODS = Object.freeze(namesByMode("utils", "local"));
20707
20491
  var REMOTE_METHODS = Object.freeze({
20708
20492
  api: new Set(API_REMOTE_METHODS),
20709
20493
  storage: new Set(STORAGE_REMOTE_METHODS),
20494
+ transport: new Set(TRANSPORT_REMOTE_METHODS),
20710
20495
  agents: new Set(AGENT_REMOTE_METHODS),
20711
20496
  lowCode: new Set(LOW_CODE_REMOTE_METHODS)
20712
20497
  });
@@ -22713,6 +22498,11 @@ function createRuntime(transport, options = {}) {
22713
22498
  STORAGE_REMOTE_METHODS,
22714
22499
  batcher
22715
22500
  )),
22501
+ transport: Object.freeze(remoteSurface(
22502
+ "transport",
22503
+ TRANSPORT_REMOTE_METHODS,
22504
+ batcher
22505
+ )),
22716
22506
  agents: Object.freeze(remoteSurface(
22717
22507
  "agents",
22718
22508
  AGENT_REMOTE_METHODS,