@salesforce/lds-adapters-platform-slack-bridge 1.354.0-dev14 → 1.354.0-dev16
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/es/es2018/platform-slack-bridge.js +470 -13
- package/dist/es/es2018/types/src/generated/adapters/getSlackConversation.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSlackbridgeConversationMessages.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationHistoryOutputRepresentation.d.ts +12 -3
- package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationInfoOutputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/SlackBridgeMessageOutputRepresentation.d.ts +12 -3
- package/package.json +3 -3
- package/sfdc/index.js +471 -14
- package/src/raml/api.raml +44 -2
|
@@ -1817,7 +1817,7 @@ function equals$o(existing, incoming) {
|
|
|
1817
1817
|
}
|
|
1818
1818
|
|
|
1819
1819
|
const TTL$4 = 900000;
|
|
1820
|
-
const VERSION$n = "
|
|
1820
|
+
const VERSION$n = "898110c1fd3651e7f407ba56cf0ca85a";
|
|
1821
1821
|
function validate$n(obj, path = 'SlackBridgeConversationInfoOutputRepresentation') {
|
|
1822
1822
|
const v_error = (() => {
|
|
1823
1823
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -2244,6 +2244,34 @@ function validate$n(obj, path = 'SlackBridgeConversationInfoOutputRepresentation
|
|
|
2244
2244
|
message += '\n' + obj_lastRead_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
2245
2245
|
return new TypeError(message);
|
|
2246
2246
|
}
|
|
2247
|
+
if (obj.latest !== undefined) {
|
|
2248
|
+
const obj_latest = obj.latest;
|
|
2249
|
+
const path_latest = path + '.latest';
|
|
2250
|
+
let obj_latest_union0 = null;
|
|
2251
|
+
const obj_latest_union0_error = (() => {
|
|
2252
|
+
if (typeof obj_latest !== 'string') {
|
|
2253
|
+
return new TypeError('Expected "string" but received "' + typeof obj_latest + '" (at "' + path_latest + '")');
|
|
2254
|
+
}
|
|
2255
|
+
})();
|
|
2256
|
+
if (obj_latest_union0_error != null) {
|
|
2257
|
+
obj_latest_union0 = obj_latest_union0_error.message;
|
|
2258
|
+
}
|
|
2259
|
+
let obj_latest_union1 = null;
|
|
2260
|
+
const obj_latest_union1_error = (() => {
|
|
2261
|
+
if (obj_latest !== null) {
|
|
2262
|
+
return new TypeError('Expected "null" but received "' + typeof obj_latest + '" (at "' + path_latest + '")');
|
|
2263
|
+
}
|
|
2264
|
+
})();
|
|
2265
|
+
if (obj_latest_union1_error != null) {
|
|
2266
|
+
obj_latest_union1 = obj_latest_union1_error.message;
|
|
2267
|
+
}
|
|
2268
|
+
if (obj_latest_union0 && obj_latest_union1) {
|
|
2269
|
+
let message = 'Object doesn\'t match union (at "' + path_latest + '")';
|
|
2270
|
+
message += '\n' + obj_latest_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
2271
|
+
message += '\n' + obj_latest_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
2272
|
+
return new TypeError(message);
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
2247
2275
|
const obj_name = obj.name;
|
|
2248
2276
|
const path_name = path + '.name';
|
|
2249
2277
|
if (typeof obj_name !== 'string') {
|
|
@@ -2332,6 +2360,62 @@ function validate$n(obj, path = 'SlackBridgeConversationInfoOutputRepresentation
|
|
|
2332
2360
|
message += '\n' + obj_shouldCacheCustomEmoji_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
2333
2361
|
return new TypeError(message);
|
|
2334
2362
|
}
|
|
2363
|
+
if (obj.unreadCount !== undefined) {
|
|
2364
|
+
const obj_unreadCount = obj.unreadCount;
|
|
2365
|
+
const path_unreadCount = path + '.unreadCount';
|
|
2366
|
+
let obj_unreadCount_union0 = null;
|
|
2367
|
+
const obj_unreadCount_union0_error = (() => {
|
|
2368
|
+
if (typeof obj_unreadCount !== 'number' || (typeof obj_unreadCount === 'number' && Math.floor(obj_unreadCount) !== obj_unreadCount)) {
|
|
2369
|
+
return new TypeError('Expected "integer" but received "' + typeof obj_unreadCount + '" (at "' + path_unreadCount + '")');
|
|
2370
|
+
}
|
|
2371
|
+
})();
|
|
2372
|
+
if (obj_unreadCount_union0_error != null) {
|
|
2373
|
+
obj_unreadCount_union0 = obj_unreadCount_union0_error.message;
|
|
2374
|
+
}
|
|
2375
|
+
let obj_unreadCount_union1 = null;
|
|
2376
|
+
const obj_unreadCount_union1_error = (() => {
|
|
2377
|
+
if (obj_unreadCount !== null) {
|
|
2378
|
+
return new TypeError('Expected "null" but received "' + typeof obj_unreadCount + '" (at "' + path_unreadCount + '")');
|
|
2379
|
+
}
|
|
2380
|
+
})();
|
|
2381
|
+
if (obj_unreadCount_union1_error != null) {
|
|
2382
|
+
obj_unreadCount_union1 = obj_unreadCount_union1_error.message;
|
|
2383
|
+
}
|
|
2384
|
+
if (obj_unreadCount_union0 && obj_unreadCount_union1) {
|
|
2385
|
+
let message = 'Object doesn\'t match union (at "' + path_unreadCount + '")';
|
|
2386
|
+
message += '\n' + obj_unreadCount_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
2387
|
+
message += '\n' + obj_unreadCount_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
2388
|
+
return new TypeError(message);
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
if (obj.unreadCountDisplay !== undefined) {
|
|
2392
|
+
const obj_unreadCountDisplay = obj.unreadCountDisplay;
|
|
2393
|
+
const path_unreadCountDisplay = path + '.unreadCountDisplay';
|
|
2394
|
+
let obj_unreadCountDisplay_union0 = null;
|
|
2395
|
+
const obj_unreadCountDisplay_union0_error = (() => {
|
|
2396
|
+
if (typeof obj_unreadCountDisplay !== 'number' || (typeof obj_unreadCountDisplay === 'number' && Math.floor(obj_unreadCountDisplay) !== obj_unreadCountDisplay)) {
|
|
2397
|
+
return new TypeError('Expected "integer" but received "' + typeof obj_unreadCountDisplay + '" (at "' + path_unreadCountDisplay + '")');
|
|
2398
|
+
}
|
|
2399
|
+
})();
|
|
2400
|
+
if (obj_unreadCountDisplay_union0_error != null) {
|
|
2401
|
+
obj_unreadCountDisplay_union0 = obj_unreadCountDisplay_union0_error.message;
|
|
2402
|
+
}
|
|
2403
|
+
let obj_unreadCountDisplay_union1 = null;
|
|
2404
|
+
const obj_unreadCountDisplay_union1_error = (() => {
|
|
2405
|
+
if (obj_unreadCountDisplay !== null) {
|
|
2406
|
+
return new TypeError('Expected "null" but received "' + typeof obj_unreadCountDisplay + '" (at "' + path_unreadCountDisplay + '")');
|
|
2407
|
+
}
|
|
2408
|
+
})();
|
|
2409
|
+
if (obj_unreadCountDisplay_union1_error != null) {
|
|
2410
|
+
obj_unreadCountDisplay_union1 = obj_unreadCountDisplay_union1_error.message;
|
|
2411
|
+
}
|
|
2412
|
+
if (obj_unreadCountDisplay_union0 && obj_unreadCountDisplay_union1) {
|
|
2413
|
+
let message = 'Object doesn\'t match union (at "' + path_unreadCountDisplay + '")';
|
|
2414
|
+
message += '\n' + obj_unreadCountDisplay_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
2415
|
+
message += '\n' + obj_unreadCountDisplay_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
2416
|
+
return new TypeError(message);
|
|
2417
|
+
}
|
|
2418
|
+
}
|
|
2335
2419
|
if (obj.url !== undefined) {
|
|
2336
2420
|
const obj_url = obj.url;
|
|
2337
2421
|
const path_url = path + '.url';
|
|
@@ -2430,6 +2514,11 @@ const select$K = function SlackBridgeConversationInfoOutputRepresentationSelect(
|
|
|
2430
2514
|
name: 'lastRead',
|
|
2431
2515
|
kind: 'Scalar'
|
|
2432
2516
|
},
|
|
2517
|
+
{
|
|
2518
|
+
name: 'latest',
|
|
2519
|
+
kind: 'Scalar',
|
|
2520
|
+
required: false
|
|
2521
|
+
},
|
|
2433
2522
|
{
|
|
2434
2523
|
name: 'name',
|
|
2435
2524
|
kind: 'Scalar'
|
|
@@ -2449,6 +2538,16 @@ const select$K = function SlackBridgeConversationInfoOutputRepresentationSelect(
|
|
|
2449
2538
|
name: 'shouldCacheCustomEmoji',
|
|
2450
2539
|
kind: 'Scalar'
|
|
2451
2540
|
},
|
|
2541
|
+
{
|
|
2542
|
+
name: 'unreadCount',
|
|
2543
|
+
kind: 'Scalar',
|
|
2544
|
+
required: false
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
name: 'unreadCountDisplay',
|
|
2548
|
+
kind: 'Scalar',
|
|
2549
|
+
required: false
|
|
2550
|
+
},
|
|
2452
2551
|
{
|
|
2453
2552
|
name: 'url',
|
|
2454
2553
|
kind: 'Scalar',
|
|
@@ -2561,6 +2660,19 @@ function equals$n(existing, incoming) {
|
|
|
2561
2660
|
if (!(existing_lastRead === incoming_lastRead)) {
|
|
2562
2661
|
return false;
|
|
2563
2662
|
}
|
|
2663
|
+
const existing_latest = existing.latest;
|
|
2664
|
+
const incoming_latest = incoming.latest;
|
|
2665
|
+
// if at least one of these optionals is defined
|
|
2666
|
+
if (existing_latest !== undefined || incoming_latest !== undefined) {
|
|
2667
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
2668
|
+
// not equal
|
|
2669
|
+
if (existing_latest === undefined || incoming_latest === undefined) {
|
|
2670
|
+
return false;
|
|
2671
|
+
}
|
|
2672
|
+
if (!(existing_latest === incoming_latest)) {
|
|
2673
|
+
return false;
|
|
2674
|
+
}
|
|
2675
|
+
}
|
|
2564
2676
|
const existing_numOfMembers = existing.numOfMembers;
|
|
2565
2677
|
const incoming_numOfMembers = incoming.numOfMembers;
|
|
2566
2678
|
if (!(existing_numOfMembers === incoming_numOfMembers)) {
|
|
@@ -2587,6 +2699,32 @@ function equals$n(existing, incoming) {
|
|
|
2587
2699
|
if (!(existing_shouldCacheCustomEmoji === incoming_shouldCacheCustomEmoji)) {
|
|
2588
2700
|
return false;
|
|
2589
2701
|
}
|
|
2702
|
+
const existing_unreadCount = existing.unreadCount;
|
|
2703
|
+
const incoming_unreadCount = incoming.unreadCount;
|
|
2704
|
+
// if at least one of these optionals is defined
|
|
2705
|
+
if (existing_unreadCount !== undefined || incoming_unreadCount !== undefined) {
|
|
2706
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
2707
|
+
// not equal
|
|
2708
|
+
if (existing_unreadCount === undefined || incoming_unreadCount === undefined) {
|
|
2709
|
+
return false;
|
|
2710
|
+
}
|
|
2711
|
+
if (!(existing_unreadCount === incoming_unreadCount)) {
|
|
2712
|
+
return false;
|
|
2713
|
+
}
|
|
2714
|
+
}
|
|
2715
|
+
const existing_unreadCountDisplay = existing.unreadCountDisplay;
|
|
2716
|
+
const incoming_unreadCountDisplay = incoming.unreadCountDisplay;
|
|
2717
|
+
// if at least one of these optionals is defined
|
|
2718
|
+
if (existing_unreadCountDisplay !== undefined || incoming_unreadCountDisplay !== undefined) {
|
|
2719
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
2720
|
+
// not equal
|
|
2721
|
+
if (existing_unreadCountDisplay === undefined || incoming_unreadCountDisplay === undefined) {
|
|
2722
|
+
return false;
|
|
2723
|
+
}
|
|
2724
|
+
if (!(existing_unreadCountDisplay === incoming_unreadCountDisplay)) {
|
|
2725
|
+
return false;
|
|
2726
|
+
}
|
|
2727
|
+
}
|
|
2590
2728
|
return true;
|
|
2591
2729
|
}
|
|
2592
2730
|
const ingest$h = function SlackBridgeConversationInfoOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
@@ -4252,7 +4390,7 @@ function getTypeCacheKeys$g(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
4252
4390
|
});
|
|
4253
4391
|
}
|
|
4254
4392
|
|
|
4255
|
-
const VERSION$h = "
|
|
4393
|
+
const VERSION$h = "57fae23c7ffb8f67218b25919d2c8e3c";
|
|
4256
4394
|
function validate$h(obj, path = 'SlackBridgeMessageOutputRepresentation') {
|
|
4257
4395
|
const v_error = (() => {
|
|
4258
4396
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -4338,6 +4476,34 @@ function validate$h(obj, path = 'SlackBridgeMessageOutputRepresentation') {
|
|
|
4338
4476
|
return new TypeError('Expected "object" but received "' + typeof obj_files_item + '" (at "' + path_files_item + '")');
|
|
4339
4477
|
}
|
|
4340
4478
|
}
|
|
4479
|
+
if (obj.icon !== undefined) {
|
|
4480
|
+
const obj_icon = obj.icon;
|
|
4481
|
+
const path_icon = path + '.icon';
|
|
4482
|
+
let obj_icon_union0 = null;
|
|
4483
|
+
const obj_icon_union0_error = (() => {
|
|
4484
|
+
if (typeof obj_icon !== 'string') {
|
|
4485
|
+
return new TypeError('Expected "string" but received "' + typeof obj_icon + '" (at "' + path_icon + '")');
|
|
4486
|
+
}
|
|
4487
|
+
})();
|
|
4488
|
+
if (obj_icon_union0_error != null) {
|
|
4489
|
+
obj_icon_union0 = obj_icon_union0_error.message;
|
|
4490
|
+
}
|
|
4491
|
+
let obj_icon_union1 = null;
|
|
4492
|
+
const obj_icon_union1_error = (() => {
|
|
4493
|
+
if (obj_icon !== null) {
|
|
4494
|
+
return new TypeError('Expected "null" but received "' + typeof obj_icon + '" (at "' + path_icon + '")');
|
|
4495
|
+
}
|
|
4496
|
+
})();
|
|
4497
|
+
if (obj_icon_union1_error != null) {
|
|
4498
|
+
obj_icon_union1 = obj_icon_union1_error.message;
|
|
4499
|
+
}
|
|
4500
|
+
if (obj_icon_union0 && obj_icon_union1) {
|
|
4501
|
+
let message = 'Object doesn\'t match union (at "' + path_icon + '")';
|
|
4502
|
+
message += '\n' + obj_icon_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
4503
|
+
message += '\n' + obj_icon_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
4504
|
+
return new TypeError(message);
|
|
4505
|
+
}
|
|
4506
|
+
}
|
|
4341
4507
|
const obj_includesCustomEmoji = obj.includesCustomEmoji;
|
|
4342
4508
|
const path_includesCustomEmoji = path + '.includesCustomEmoji';
|
|
4343
4509
|
let obj_includesCustomEmoji_union0 = null;
|
|
@@ -4364,6 +4530,34 @@ function validate$h(obj, path = 'SlackBridgeMessageOutputRepresentation') {
|
|
|
4364
4530
|
message += '\n' + obj_includesCustomEmoji_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
4365
4531
|
return new TypeError(message);
|
|
4366
4532
|
}
|
|
4533
|
+
if (obj.isBeyondFreeLimit !== undefined) {
|
|
4534
|
+
const obj_isBeyondFreeLimit = obj.isBeyondFreeLimit;
|
|
4535
|
+
const path_isBeyondFreeLimit = path + '.isBeyondFreeLimit';
|
|
4536
|
+
let obj_isBeyondFreeLimit_union0 = null;
|
|
4537
|
+
const obj_isBeyondFreeLimit_union0_error = (() => {
|
|
4538
|
+
if (typeof obj_isBeyondFreeLimit !== 'boolean') {
|
|
4539
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_isBeyondFreeLimit + '" (at "' + path_isBeyondFreeLimit + '")');
|
|
4540
|
+
}
|
|
4541
|
+
})();
|
|
4542
|
+
if (obj_isBeyondFreeLimit_union0_error != null) {
|
|
4543
|
+
obj_isBeyondFreeLimit_union0 = obj_isBeyondFreeLimit_union0_error.message;
|
|
4544
|
+
}
|
|
4545
|
+
let obj_isBeyondFreeLimit_union1 = null;
|
|
4546
|
+
const obj_isBeyondFreeLimit_union1_error = (() => {
|
|
4547
|
+
if (obj_isBeyondFreeLimit !== null) {
|
|
4548
|
+
return new TypeError('Expected "null" but received "' + typeof obj_isBeyondFreeLimit + '" (at "' + path_isBeyondFreeLimit + '")');
|
|
4549
|
+
}
|
|
4550
|
+
})();
|
|
4551
|
+
if (obj_isBeyondFreeLimit_union1_error != null) {
|
|
4552
|
+
obj_isBeyondFreeLimit_union1 = obj_isBeyondFreeLimit_union1_error.message;
|
|
4553
|
+
}
|
|
4554
|
+
if (obj_isBeyondFreeLimit_union0 && obj_isBeyondFreeLimit_union1) {
|
|
4555
|
+
let message = 'Object doesn\'t match union (at "' + path_isBeyondFreeLimit + '")';
|
|
4556
|
+
message += '\n' + obj_isBeyondFreeLimit_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
4557
|
+
message += '\n' + obj_isBeyondFreeLimit_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
4558
|
+
return new TypeError(message);
|
|
4559
|
+
}
|
|
4560
|
+
}
|
|
4367
4561
|
const obj_isBroadcast = obj.isBroadcast;
|
|
4368
4562
|
const path_isBroadcast = path + '.isBroadcast';
|
|
4369
4563
|
let obj_isBroadcast_union0 = null;
|
|
@@ -4564,8 +4758,29 @@ function validate$h(obj, path = 'SlackBridgeMessageOutputRepresentation') {
|
|
|
4564
4758
|
}
|
|
4565
4759
|
const obj_slackUserId = obj.slackUserId;
|
|
4566
4760
|
const path_slackUserId = path + '.slackUserId';
|
|
4567
|
-
|
|
4568
|
-
|
|
4761
|
+
let obj_slackUserId_union0 = null;
|
|
4762
|
+
const obj_slackUserId_union0_error = (() => {
|
|
4763
|
+
if (typeof obj_slackUserId !== 'string') {
|
|
4764
|
+
return new TypeError('Expected "string" but received "' + typeof obj_slackUserId + '" (at "' + path_slackUserId + '")');
|
|
4765
|
+
}
|
|
4766
|
+
})();
|
|
4767
|
+
if (obj_slackUserId_union0_error != null) {
|
|
4768
|
+
obj_slackUserId_union0 = obj_slackUserId_union0_error.message;
|
|
4769
|
+
}
|
|
4770
|
+
let obj_slackUserId_union1 = null;
|
|
4771
|
+
const obj_slackUserId_union1_error = (() => {
|
|
4772
|
+
if (obj_slackUserId !== null) {
|
|
4773
|
+
return new TypeError('Expected "null" but received "' + typeof obj_slackUserId + '" (at "' + path_slackUserId + '")');
|
|
4774
|
+
}
|
|
4775
|
+
})();
|
|
4776
|
+
if (obj_slackUserId_union1_error != null) {
|
|
4777
|
+
obj_slackUserId_union1 = obj_slackUserId_union1_error.message;
|
|
4778
|
+
}
|
|
4779
|
+
if (obj_slackUserId_union0 && obj_slackUserId_union1) {
|
|
4780
|
+
let message = 'Object doesn\'t match union (at "' + path_slackUserId + '")';
|
|
4781
|
+
message += '\n' + obj_slackUserId_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
4782
|
+
message += '\n' + obj_slackUserId_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
4783
|
+
return new TypeError(message);
|
|
4569
4784
|
}
|
|
4570
4785
|
const obj_subtype = obj.subtype;
|
|
4571
4786
|
const path_subtype = path + '.subtype';
|
|
@@ -4650,6 +4865,34 @@ function validate$h(obj, path = 'SlackBridgeMessageOutputRepresentation') {
|
|
|
4650
4865
|
if (typeof obj_url !== 'string') {
|
|
4651
4866
|
return new TypeError('Expected "string" but received "' + typeof obj_url + '" (at "' + path_url + '")');
|
|
4652
4867
|
}
|
|
4868
|
+
if (obj.username !== undefined) {
|
|
4869
|
+
const obj_username = obj.username;
|
|
4870
|
+
const path_username = path + '.username';
|
|
4871
|
+
let obj_username_union0 = null;
|
|
4872
|
+
const obj_username_union0_error = (() => {
|
|
4873
|
+
if (typeof obj_username !== 'string') {
|
|
4874
|
+
return new TypeError('Expected "string" but received "' + typeof obj_username + '" (at "' + path_username + '")');
|
|
4875
|
+
}
|
|
4876
|
+
})();
|
|
4877
|
+
if (obj_username_union0_error != null) {
|
|
4878
|
+
obj_username_union0 = obj_username_union0_error.message;
|
|
4879
|
+
}
|
|
4880
|
+
let obj_username_union1 = null;
|
|
4881
|
+
const obj_username_union1_error = (() => {
|
|
4882
|
+
if (obj_username !== null) {
|
|
4883
|
+
return new TypeError('Expected "null" but received "' + typeof obj_username + '" (at "' + path_username + '")');
|
|
4884
|
+
}
|
|
4885
|
+
})();
|
|
4886
|
+
if (obj_username_union1_error != null) {
|
|
4887
|
+
obj_username_union1 = obj_username_union1_error.message;
|
|
4888
|
+
}
|
|
4889
|
+
if (obj_username_union0 && obj_username_union1) {
|
|
4890
|
+
let message = 'Object doesn\'t match union (at "' + path_username + '")';
|
|
4891
|
+
message += '\n' + obj_username_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
4892
|
+
message += '\n' + obj_username_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
4893
|
+
return new TypeError(message);
|
|
4894
|
+
}
|
|
4895
|
+
}
|
|
4653
4896
|
})();
|
|
4654
4897
|
return v_error === undefined ? null : v_error;
|
|
4655
4898
|
}
|
|
@@ -4700,10 +4943,20 @@ const select$E = function SlackBridgeMessageOutputRepresentationSelect() {
|
|
|
4700
4943
|
plural: true,
|
|
4701
4944
|
fragment: select$F()
|
|
4702
4945
|
},
|
|
4946
|
+
{
|
|
4947
|
+
name: 'icon',
|
|
4948
|
+
kind: 'Scalar',
|
|
4949
|
+
required: false
|
|
4950
|
+
},
|
|
4703
4951
|
{
|
|
4704
4952
|
name: 'includesCustomEmoji',
|
|
4705
4953
|
kind: 'Scalar'
|
|
4706
4954
|
},
|
|
4955
|
+
{
|
|
4956
|
+
name: 'isBeyondFreeLimit',
|
|
4957
|
+
kind: 'Scalar',
|
|
4958
|
+
required: false
|
|
4959
|
+
},
|
|
4707
4960
|
{
|
|
4708
4961
|
name: 'isBroadcast',
|
|
4709
4962
|
kind: 'Scalar'
|
|
@@ -4770,6 +5023,11 @@ const select$E = function SlackBridgeMessageOutputRepresentationSelect() {
|
|
|
4770
5023
|
{
|
|
4771
5024
|
name: 'url',
|
|
4772
5025
|
kind: 'Scalar'
|
|
5026
|
+
},
|
|
5027
|
+
{
|
|
5028
|
+
name: 'username',
|
|
5029
|
+
kind: 'Scalar',
|
|
5030
|
+
required: false
|
|
4773
5031
|
}
|
|
4774
5032
|
]
|
|
4775
5033
|
};
|
|
@@ -4790,11 +5048,6 @@ function equals$h(existing, incoming) {
|
|
|
4790
5048
|
if (!(existing_messageTs === incoming_messageTs)) {
|
|
4791
5049
|
return false;
|
|
4792
5050
|
}
|
|
4793
|
-
const existing_slackUserId = existing.slackUserId;
|
|
4794
|
-
const incoming_slackUserId = incoming.slackUserId;
|
|
4795
|
-
if (!(existing_slackUserId === incoming_slackUserId)) {
|
|
4796
|
-
return false;
|
|
4797
|
-
}
|
|
4798
5051
|
const existing_url = existing.url;
|
|
4799
5052
|
const incoming_url = incoming.url;
|
|
4800
5053
|
if (!(existing_url === incoming_url)) {
|
|
@@ -4845,11 +5098,37 @@ function equals$h(existing, incoming) {
|
|
|
4845
5098
|
if (equals_files_items === false) {
|
|
4846
5099
|
return false;
|
|
4847
5100
|
}
|
|
5101
|
+
const existing_icon = existing.icon;
|
|
5102
|
+
const incoming_icon = incoming.icon;
|
|
5103
|
+
// if at least one of these optionals is defined
|
|
5104
|
+
if (existing_icon !== undefined || incoming_icon !== undefined) {
|
|
5105
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
5106
|
+
// not equal
|
|
5107
|
+
if (existing_icon === undefined || incoming_icon === undefined) {
|
|
5108
|
+
return false;
|
|
5109
|
+
}
|
|
5110
|
+
if (!(existing_icon === incoming_icon)) {
|
|
5111
|
+
return false;
|
|
5112
|
+
}
|
|
5113
|
+
}
|
|
4848
5114
|
const existing_includesCustomEmoji = existing.includesCustomEmoji;
|
|
4849
5115
|
const incoming_includesCustomEmoji = incoming.includesCustomEmoji;
|
|
4850
5116
|
if (!(existing_includesCustomEmoji === incoming_includesCustomEmoji)) {
|
|
4851
5117
|
return false;
|
|
4852
5118
|
}
|
|
5119
|
+
const existing_isBeyondFreeLimit = existing.isBeyondFreeLimit;
|
|
5120
|
+
const incoming_isBeyondFreeLimit = incoming.isBeyondFreeLimit;
|
|
5121
|
+
// if at least one of these optionals is defined
|
|
5122
|
+
if (existing_isBeyondFreeLimit !== undefined || incoming_isBeyondFreeLimit !== undefined) {
|
|
5123
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
5124
|
+
// not equal
|
|
5125
|
+
if (existing_isBeyondFreeLimit === undefined || incoming_isBeyondFreeLimit === undefined) {
|
|
5126
|
+
return false;
|
|
5127
|
+
}
|
|
5128
|
+
if (!(existing_isBeyondFreeLimit === incoming_isBeyondFreeLimit)) {
|
|
5129
|
+
return false;
|
|
5130
|
+
}
|
|
5131
|
+
}
|
|
4853
5132
|
const existing_isBroadcast = existing.isBroadcast;
|
|
4854
5133
|
const incoming_isBroadcast = incoming.isBroadcast;
|
|
4855
5134
|
if (!(existing_isBroadcast === incoming_isBroadcast)) {
|
|
@@ -4900,6 +5179,11 @@ function equals$h(existing, incoming) {
|
|
|
4900
5179
|
if (!(existing_slackInviterId === incoming_slackInviterId)) {
|
|
4901
5180
|
return false;
|
|
4902
5181
|
}
|
|
5182
|
+
const existing_slackUserId = existing.slackUserId;
|
|
5183
|
+
const incoming_slackUserId = incoming.slackUserId;
|
|
5184
|
+
if (!(existing_slackUserId === incoming_slackUserId)) {
|
|
5185
|
+
return false;
|
|
5186
|
+
}
|
|
4903
5187
|
const existing_subtype = existing.subtype;
|
|
4904
5188
|
const incoming_subtype = incoming.subtype;
|
|
4905
5189
|
if (!(existing_subtype === incoming_subtype)) {
|
|
@@ -4915,6 +5199,19 @@ function equals$h(existing, incoming) {
|
|
|
4915
5199
|
if (!(existing_type === incoming_type)) {
|
|
4916
5200
|
return false;
|
|
4917
5201
|
}
|
|
5202
|
+
const existing_username = existing.username;
|
|
5203
|
+
const incoming_username = incoming.username;
|
|
5204
|
+
// if at least one of these optionals is defined
|
|
5205
|
+
if (existing_username !== undefined || incoming_username !== undefined) {
|
|
5206
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
5207
|
+
// not equal
|
|
5208
|
+
if (existing_username === undefined || incoming_username === undefined) {
|
|
5209
|
+
return false;
|
|
5210
|
+
}
|
|
5211
|
+
if (!(existing_username === incoming_username)) {
|
|
5212
|
+
return false;
|
|
5213
|
+
}
|
|
5214
|
+
}
|
|
4918
5215
|
return true;
|
|
4919
5216
|
}
|
|
4920
5217
|
const ingest$f = function SlackBridgeMessageOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
@@ -4943,16 +5240,93 @@ function getTypeCacheKeys$f(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
4943
5240
|
}
|
|
4944
5241
|
}
|
|
4945
5242
|
|
|
4946
|
-
const VERSION$g = "
|
|
5243
|
+
const VERSION$g = "d2e4c202fa58b2b21daa0de3b09fc640";
|
|
4947
5244
|
function validate$g(obj, path = 'SlackBridgeConversationHistoryOutputRepresentation') {
|
|
4948
5245
|
const v_error = (() => {
|
|
4949
5246
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4950
5247
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
4951
5248
|
}
|
|
5249
|
+
if (obj.centerHasMoreLatest !== undefined) {
|
|
5250
|
+
const obj_centerHasMoreLatest = obj.centerHasMoreLatest;
|
|
5251
|
+
const path_centerHasMoreLatest = path + '.centerHasMoreLatest';
|
|
5252
|
+
let obj_centerHasMoreLatest_union0 = null;
|
|
5253
|
+
const obj_centerHasMoreLatest_union0_error = (() => {
|
|
5254
|
+
if (typeof obj_centerHasMoreLatest !== 'boolean') {
|
|
5255
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_centerHasMoreLatest + '" (at "' + path_centerHasMoreLatest + '")');
|
|
5256
|
+
}
|
|
5257
|
+
})();
|
|
5258
|
+
if (obj_centerHasMoreLatest_union0_error != null) {
|
|
5259
|
+
obj_centerHasMoreLatest_union0 = obj_centerHasMoreLatest_union0_error.message;
|
|
5260
|
+
}
|
|
5261
|
+
let obj_centerHasMoreLatest_union1 = null;
|
|
5262
|
+
const obj_centerHasMoreLatest_union1_error = (() => {
|
|
5263
|
+
if (obj_centerHasMoreLatest !== null) {
|
|
5264
|
+
return new TypeError('Expected "null" but received "' + typeof obj_centerHasMoreLatest + '" (at "' + path_centerHasMoreLatest + '")');
|
|
5265
|
+
}
|
|
5266
|
+
})();
|
|
5267
|
+
if (obj_centerHasMoreLatest_union1_error != null) {
|
|
5268
|
+
obj_centerHasMoreLatest_union1 = obj_centerHasMoreLatest_union1_error.message;
|
|
5269
|
+
}
|
|
5270
|
+
if (obj_centerHasMoreLatest_union0 && obj_centerHasMoreLatest_union1) {
|
|
5271
|
+
let message = 'Object doesn\'t match union (at "' + path_centerHasMoreLatest + '")';
|
|
5272
|
+
message += '\n' + obj_centerHasMoreLatest_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5273
|
+
message += '\n' + obj_centerHasMoreLatest_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5274
|
+
return new TypeError(message);
|
|
5275
|
+
}
|
|
5276
|
+
}
|
|
5277
|
+
if (obj.centerHasMoreOldest !== undefined) {
|
|
5278
|
+
const obj_centerHasMoreOldest = obj.centerHasMoreOldest;
|
|
5279
|
+
const path_centerHasMoreOldest = path + '.centerHasMoreOldest';
|
|
5280
|
+
let obj_centerHasMoreOldest_union0 = null;
|
|
5281
|
+
const obj_centerHasMoreOldest_union0_error = (() => {
|
|
5282
|
+
if (typeof obj_centerHasMoreOldest !== 'boolean') {
|
|
5283
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_centerHasMoreOldest + '" (at "' + path_centerHasMoreOldest + '")');
|
|
5284
|
+
}
|
|
5285
|
+
})();
|
|
5286
|
+
if (obj_centerHasMoreOldest_union0_error != null) {
|
|
5287
|
+
obj_centerHasMoreOldest_union0 = obj_centerHasMoreOldest_union0_error.message;
|
|
5288
|
+
}
|
|
5289
|
+
let obj_centerHasMoreOldest_union1 = null;
|
|
5290
|
+
const obj_centerHasMoreOldest_union1_error = (() => {
|
|
5291
|
+
if (obj_centerHasMoreOldest !== null) {
|
|
5292
|
+
return new TypeError('Expected "null" but received "' + typeof obj_centerHasMoreOldest + '" (at "' + path_centerHasMoreOldest + '")');
|
|
5293
|
+
}
|
|
5294
|
+
})();
|
|
5295
|
+
if (obj_centerHasMoreOldest_union1_error != null) {
|
|
5296
|
+
obj_centerHasMoreOldest_union1 = obj_centerHasMoreOldest_union1_error.message;
|
|
5297
|
+
}
|
|
5298
|
+
if (obj_centerHasMoreOldest_union0 && obj_centerHasMoreOldest_union1) {
|
|
5299
|
+
let message = 'Object doesn\'t match union (at "' + path_centerHasMoreOldest + '")';
|
|
5300
|
+
message += '\n' + obj_centerHasMoreOldest_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5301
|
+
message += '\n' + obj_centerHasMoreOldest_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5302
|
+
return new TypeError(message);
|
|
5303
|
+
}
|
|
5304
|
+
}
|
|
4952
5305
|
const obj_hasMore = obj.hasMore;
|
|
4953
5306
|
const path_hasMore = path + '.hasMore';
|
|
4954
|
-
|
|
4955
|
-
|
|
5307
|
+
let obj_hasMore_union0 = null;
|
|
5308
|
+
const obj_hasMore_union0_error = (() => {
|
|
5309
|
+
if (typeof obj_hasMore !== 'boolean') {
|
|
5310
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_hasMore + '" (at "' + path_hasMore + '")');
|
|
5311
|
+
}
|
|
5312
|
+
})();
|
|
5313
|
+
if (obj_hasMore_union0_error != null) {
|
|
5314
|
+
obj_hasMore_union0 = obj_hasMore_union0_error.message;
|
|
5315
|
+
}
|
|
5316
|
+
let obj_hasMore_union1 = null;
|
|
5317
|
+
const obj_hasMore_union1_error = (() => {
|
|
5318
|
+
if (obj_hasMore !== null) {
|
|
5319
|
+
return new TypeError('Expected "null" but received "' + typeof obj_hasMore + '" (at "' + path_hasMore + '")');
|
|
5320
|
+
}
|
|
5321
|
+
})();
|
|
5322
|
+
if (obj_hasMore_union1_error != null) {
|
|
5323
|
+
obj_hasMore_union1 = obj_hasMore_union1_error.message;
|
|
5324
|
+
}
|
|
5325
|
+
if (obj_hasMore_union0 && obj_hasMore_union1) {
|
|
5326
|
+
let message = 'Object doesn\'t match union (at "' + path_hasMore + '")';
|
|
5327
|
+
message += '\n' + obj_hasMore_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5328
|
+
message += '\n' + obj_hasMore_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5329
|
+
return new TypeError(message);
|
|
4956
5330
|
}
|
|
4957
5331
|
const obj_messages = obj.messages;
|
|
4958
5332
|
const path_messages = path + '.messages';
|
|
@@ -4992,6 +5366,34 @@ function validate$g(obj, path = 'SlackBridgeConversationHistoryOutputRepresentat
|
|
|
4992
5366
|
message += '\n' + obj_nextCursor_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
4993
5367
|
return new TypeError(message);
|
|
4994
5368
|
}
|
|
5369
|
+
if (obj.unreadCountDisplay !== undefined) {
|
|
5370
|
+
const obj_unreadCountDisplay = obj.unreadCountDisplay;
|
|
5371
|
+
const path_unreadCountDisplay = path + '.unreadCountDisplay';
|
|
5372
|
+
let obj_unreadCountDisplay_union0 = null;
|
|
5373
|
+
const obj_unreadCountDisplay_union0_error = (() => {
|
|
5374
|
+
if (typeof obj_unreadCountDisplay !== 'number' || (typeof obj_unreadCountDisplay === 'number' && Math.floor(obj_unreadCountDisplay) !== obj_unreadCountDisplay)) {
|
|
5375
|
+
return new TypeError('Expected "integer" but received "' + typeof obj_unreadCountDisplay + '" (at "' + path_unreadCountDisplay + '")');
|
|
5376
|
+
}
|
|
5377
|
+
})();
|
|
5378
|
+
if (obj_unreadCountDisplay_union0_error != null) {
|
|
5379
|
+
obj_unreadCountDisplay_union0 = obj_unreadCountDisplay_union0_error.message;
|
|
5380
|
+
}
|
|
5381
|
+
let obj_unreadCountDisplay_union1 = null;
|
|
5382
|
+
const obj_unreadCountDisplay_union1_error = (() => {
|
|
5383
|
+
if (obj_unreadCountDisplay !== null) {
|
|
5384
|
+
return new TypeError('Expected "null" but received "' + typeof obj_unreadCountDisplay + '" (at "' + path_unreadCountDisplay + '")');
|
|
5385
|
+
}
|
|
5386
|
+
})();
|
|
5387
|
+
if (obj_unreadCountDisplay_union1_error != null) {
|
|
5388
|
+
obj_unreadCountDisplay_union1 = obj_unreadCountDisplay_union1_error.message;
|
|
5389
|
+
}
|
|
5390
|
+
if (obj_unreadCountDisplay_union0 && obj_unreadCountDisplay_union1) {
|
|
5391
|
+
let message = 'Object doesn\'t match union (at "' + path_unreadCountDisplay + '")';
|
|
5392
|
+
message += '\n' + obj_unreadCountDisplay_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5393
|
+
message += '\n' + obj_unreadCountDisplay_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5394
|
+
return new TypeError(message);
|
|
5395
|
+
}
|
|
5396
|
+
}
|
|
4995
5397
|
})();
|
|
4996
5398
|
return v_error === undefined ? null : v_error;
|
|
4997
5399
|
}
|
|
@@ -5021,6 +5423,16 @@ const select$D = function SlackBridgeConversationHistoryOutputRepresentationSele
|
|
|
5021
5423
|
version: VERSION$g,
|
|
5022
5424
|
private: [],
|
|
5023
5425
|
selections: [
|
|
5426
|
+
{
|
|
5427
|
+
name: 'centerHasMoreLatest',
|
|
5428
|
+
kind: 'Scalar',
|
|
5429
|
+
required: false
|
|
5430
|
+
},
|
|
5431
|
+
{
|
|
5432
|
+
name: 'centerHasMoreOldest',
|
|
5433
|
+
kind: 'Scalar',
|
|
5434
|
+
required: false
|
|
5435
|
+
},
|
|
5024
5436
|
{
|
|
5025
5437
|
name: 'hasMore',
|
|
5026
5438
|
kind: 'Scalar'
|
|
@@ -5034,11 +5446,42 @@ const select$D = function SlackBridgeConversationHistoryOutputRepresentationSele
|
|
|
5034
5446
|
{
|
|
5035
5447
|
name: 'nextCursor',
|
|
5036
5448
|
kind: 'Scalar'
|
|
5449
|
+
},
|
|
5450
|
+
{
|
|
5451
|
+
name: 'unreadCountDisplay',
|
|
5452
|
+
kind: 'Scalar',
|
|
5453
|
+
required: false
|
|
5037
5454
|
}
|
|
5038
5455
|
]
|
|
5039
5456
|
};
|
|
5040
5457
|
};
|
|
5041
5458
|
function equals$g(existing, incoming) {
|
|
5459
|
+
const existing_centerHasMoreLatest = existing.centerHasMoreLatest;
|
|
5460
|
+
const incoming_centerHasMoreLatest = incoming.centerHasMoreLatest;
|
|
5461
|
+
// if at least one of these optionals is defined
|
|
5462
|
+
if (existing_centerHasMoreLatest !== undefined || incoming_centerHasMoreLatest !== undefined) {
|
|
5463
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
5464
|
+
// not equal
|
|
5465
|
+
if (existing_centerHasMoreLatest === undefined || incoming_centerHasMoreLatest === undefined) {
|
|
5466
|
+
return false;
|
|
5467
|
+
}
|
|
5468
|
+
if (!(existing_centerHasMoreLatest === incoming_centerHasMoreLatest)) {
|
|
5469
|
+
return false;
|
|
5470
|
+
}
|
|
5471
|
+
}
|
|
5472
|
+
const existing_centerHasMoreOldest = existing.centerHasMoreOldest;
|
|
5473
|
+
const incoming_centerHasMoreOldest = incoming.centerHasMoreOldest;
|
|
5474
|
+
// if at least one of these optionals is defined
|
|
5475
|
+
if (existing_centerHasMoreOldest !== undefined || incoming_centerHasMoreOldest !== undefined) {
|
|
5476
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
5477
|
+
// not equal
|
|
5478
|
+
if (existing_centerHasMoreOldest === undefined || incoming_centerHasMoreOldest === undefined) {
|
|
5479
|
+
return false;
|
|
5480
|
+
}
|
|
5481
|
+
if (!(existing_centerHasMoreOldest === incoming_centerHasMoreOldest)) {
|
|
5482
|
+
return false;
|
|
5483
|
+
}
|
|
5484
|
+
}
|
|
5042
5485
|
const existing_hasMore = existing.hasMore;
|
|
5043
5486
|
const incoming_hasMore = incoming.hasMore;
|
|
5044
5487
|
if (!(existing_hasMore === incoming_hasMore)) {
|
|
@@ -5059,6 +5502,19 @@ function equals$g(existing, incoming) {
|
|
|
5059
5502
|
if (!(existing_nextCursor === incoming_nextCursor)) {
|
|
5060
5503
|
return false;
|
|
5061
5504
|
}
|
|
5505
|
+
const existing_unreadCountDisplay = existing.unreadCountDisplay;
|
|
5506
|
+
const incoming_unreadCountDisplay = incoming.unreadCountDisplay;
|
|
5507
|
+
// if at least one of these optionals is defined
|
|
5508
|
+
if (existing_unreadCountDisplay !== undefined || incoming_unreadCountDisplay !== undefined) {
|
|
5509
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
5510
|
+
// not equal
|
|
5511
|
+
if (existing_unreadCountDisplay === undefined || incoming_unreadCountDisplay === undefined) {
|
|
5512
|
+
return false;
|
|
5513
|
+
}
|
|
5514
|
+
if (!(existing_unreadCountDisplay === incoming_unreadCountDisplay)) {
|
|
5515
|
+
return false;
|
|
5516
|
+
}
|
|
5517
|
+
}
|
|
5062
5518
|
return true;
|
|
5063
5519
|
}
|
|
5064
5520
|
const ingest$e = function SlackBridgeConversationHistoryOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
@@ -5541,7 +5997,7 @@ function select$B(luvio, params) {
|
|
|
5541
5997
|
return select$C();
|
|
5542
5998
|
}
|
|
5543
5999
|
function keyBuilder$F(luvio, params) {
|
|
5544
|
-
return keyPrefix + '::SlackBridgeConversationOutputRepresentation:(' + 'channelId:' + params.queryParams.channelId + ',' + 'includeView:' + params.queryParams.includeView + ',' + 'inclusive:' + params.queryParams.inclusive + ',' + 'latestMessageTs:' + params.queryParams.latestMessageTs + ',' + 'limit:' + params.queryParams.limit + ',' + 'noEmojis:' + params.queryParams.noEmojis + ',' + 'oldestMessageTs:' + params.queryParams.oldestMessageTs + ',' + 'parentMessageTs:' + params.queryParams.parentMessageTs + ',' + 'relatedRecordId:' + params.queryParams.relatedRecordId + ',' + 'teamId:' + params.queryParams.teamId + ')';
|
|
6000
|
+
return keyPrefix + '::SlackBridgeConversationOutputRepresentation:(' + 'centerMessageTs:' + params.queryParams.centerMessageTs + ',' + 'channelId:' + params.queryParams.channelId + ',' + 'includeView:' + params.queryParams.includeView + ',' + 'inclusive:' + params.queryParams.inclusive + ',' + 'latestMessageTs:' + params.queryParams.latestMessageTs + ',' + 'limit:' + params.queryParams.limit + ',' + 'noEmojis:' + params.queryParams.noEmojis + ',' + 'oldestMessageTs:' + params.queryParams.oldestMessageTs + ',' + 'parentMessageTs:' + params.queryParams.parentMessageTs + ',' + 'relatedRecordId:' + params.queryParams.relatedRecordId + ',' + 'teamId:' + params.queryParams.teamId + ')';
|
|
5545
6001
|
}
|
|
5546
6002
|
function getResponseCacheKeys$p(storeKeyMap, luvio, resourceParams, response) {
|
|
5547
6003
|
getTypeCacheKeys$d(storeKeyMap, luvio, response, () => keyBuilder$F(luvio, resourceParams));
|
|
@@ -5591,6 +6047,7 @@ function createResourceRequest$p(config) {
|
|
|
5591
6047
|
|
|
5592
6048
|
const adapterName$p = 'getSlackConversation';
|
|
5593
6049
|
const getSlackConversation_ConfigPropertyMetadata = [
|
|
6050
|
+
generateParamConfigMetadata('centerMessageTs', false, 1 /* QueryParameter */, 0 /* String */),
|
|
5594
6051
|
generateParamConfigMetadata('channelId', false, 1 /* QueryParameter */, 0 /* String */),
|
|
5595
6052
|
generateParamConfigMetadata('includeView', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
5596
6053
|
generateParamConfigMetadata('inclusive', false, 1 /* QueryParameter */, 1 /* Boolean */),
|