@salesforce/lds-adapters-industries-actionablelist 1.170.0 → 1.171.0
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/industries-actionablelist.js +49 -37
- package/dist/es/es2018/types/src/generated/resources/getConnectActionableListDefinition.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/resources/getConnectActionableListMembersById.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableList.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDatasetColumnUserAssignment.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinition.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinitionRows.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ALDDatasetColumnOutputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ALDMemberStatusOutputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListColumnUserInputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListColumnsUserOutputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/ActionableListColumnsUserUpsertInputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetByDefinitionRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnUserWrapperInputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetInputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetRowRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetWrapperInputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionCreateInputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionCreateOutputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionGetAllOutputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionOutputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionStatusOutputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionWrapperInputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentationList.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListMemberStatusRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListMembersOutputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListUpsertInputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/ActionableListUpsertOutputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/ActionableListWrapperInputRepresentation.d.ts +2 -2
- package/package.json +1 -1
- package/sfdc/index.js +50 -38
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* For full license text, see the LICENSE.txt file
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { serializeStructuredKey,
|
|
7
|
+
import { serializeStructuredKey, deepFreeze, StoreKeyMap } from '@luvio/engine';
|
|
8
8
|
|
|
9
9
|
const { hasOwnProperty: ObjectPrototypeHasOwnProperty } = Object.prototype;
|
|
10
10
|
const { keys: ObjectKeys$1, create: ObjectCreate$1 } = Object;
|
|
@@ -791,8 +791,7 @@ const ingest$5 = function ActionableListDefinitionGetAllOutputRepresentationInge
|
|
|
791
791
|
}
|
|
792
792
|
return createLink(key);
|
|
793
793
|
};
|
|
794
|
-
function getTypeCacheKeys$5(luvio, input, fullPathFactory) {
|
|
795
|
-
const rootKeySet = new StoreKeyMap();
|
|
794
|
+
function getTypeCacheKeys$5(rootKeySet, luvio, input, fullPathFactory) {
|
|
796
795
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
797
796
|
const rootKey = fullPathFactory();
|
|
798
797
|
rootKeySet.set(rootKey, {
|
|
@@ -800,7 +799,6 @@ function getTypeCacheKeys$5(luvio, input, fullPathFactory) {
|
|
|
800
799
|
representationName: RepresentationType$5,
|
|
801
800
|
mergeable: false
|
|
802
801
|
});
|
|
803
|
-
return rootKeySet;
|
|
804
802
|
}
|
|
805
803
|
|
|
806
804
|
function select$e(luvio, params) {
|
|
@@ -809,8 +807,8 @@ function select$e(luvio, params) {
|
|
|
809
807
|
function keyBuilder$8(luvio, params) {
|
|
810
808
|
return keyPrefix + '::ActionableListDefinitionGetAllOutputRepresentation:(' + 'id:' + params.queryParams.id + ',' + 'isActive:' + params.queryParams.isActive + ',' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ')';
|
|
811
809
|
}
|
|
812
|
-
function getResponseCacheKeys$5(luvio, resourceParams, response) {
|
|
813
|
-
|
|
810
|
+
function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
811
|
+
getTypeCacheKeys$5(storeKeyMap, luvio, response, () => keyBuilder$8(luvio, resourceParams));
|
|
814
812
|
}
|
|
815
813
|
function ingestSuccess$5(luvio, resourceParams, response, snapshotRefresh) {
|
|
816
814
|
const { body } = response;
|
|
@@ -930,7 +928,11 @@ function buildNetworkSnapshot$5(luvio, config, options) {
|
|
|
930
928
|
const request = createResourceRequest$5(resourceParams);
|
|
931
929
|
return luvio.dispatchResourceRequest(request, options)
|
|
932
930
|
.then((response) => {
|
|
933
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$2(luvio, config, resourceParams, response), () =>
|
|
931
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$2(luvio, config, resourceParams, response), () => {
|
|
932
|
+
const cache = new StoreKeyMap();
|
|
933
|
+
getResponseCacheKeys$5(cache, luvio, resourceParams, response.body);
|
|
934
|
+
return cache;
|
|
935
|
+
});
|
|
934
936
|
}, (response) => {
|
|
935
937
|
return luvio.handleErrorResponse(() => onFetchResponseError$2(luvio, config, resourceParams, response));
|
|
936
938
|
});
|
|
@@ -1152,8 +1154,7 @@ const ingest$4 = function ActionableListDefinitionCreateOutputRepresentationInge
|
|
|
1152
1154
|
}
|
|
1153
1155
|
return createLink(key);
|
|
1154
1156
|
};
|
|
1155
|
-
function getTypeCacheKeys$4(luvio, input, fullPathFactory) {
|
|
1156
|
-
const rootKeySet = new StoreKeyMap();
|
|
1157
|
+
function getTypeCacheKeys$4(rootKeySet, luvio, input, fullPathFactory) {
|
|
1157
1158
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
1158
1159
|
const rootKey = keyBuilderFromType$2(luvio, input);
|
|
1159
1160
|
rootKeySet.set(rootKey, {
|
|
@@ -1161,14 +1162,13 @@ function getTypeCacheKeys$4(luvio, input, fullPathFactory) {
|
|
|
1161
1162
|
representationName: RepresentationType$4,
|
|
1162
1163
|
mergeable: false
|
|
1163
1164
|
});
|
|
1164
|
-
return rootKeySet;
|
|
1165
1165
|
}
|
|
1166
1166
|
|
|
1167
1167
|
function select$b(luvio, params) {
|
|
1168
1168
|
return select$c();
|
|
1169
1169
|
}
|
|
1170
|
-
function getResponseCacheKeys$4(luvio, resourceParams, response) {
|
|
1171
|
-
|
|
1170
|
+
function getResponseCacheKeys$4(storeKeyMap, luvio, resourceParams, response) {
|
|
1171
|
+
getTypeCacheKeys$4(storeKeyMap, luvio, response);
|
|
1172
1172
|
}
|
|
1173
1173
|
function ingestSuccess$4(luvio, resourceParams, response) {
|
|
1174
1174
|
const { body } = response;
|
|
@@ -1246,7 +1246,11 @@ function buildNetworkSnapshot$4(luvio, config, options) {
|
|
|
1246
1246
|
return luvio.handleSuccessResponse(() => {
|
|
1247
1247
|
const snapshot = ingestSuccess$4(luvio, resourceParams, response);
|
|
1248
1248
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
1249
|
-
}, () =>
|
|
1249
|
+
}, () => {
|
|
1250
|
+
const cache = new StoreKeyMap();
|
|
1251
|
+
getResponseCacheKeys$4(cache, luvio, resourceParams, response.body);
|
|
1252
|
+
return cache;
|
|
1253
|
+
});
|
|
1250
1254
|
}, (response) => {
|
|
1251
1255
|
deepFreeze(response);
|
|
1252
1256
|
throw response;
|
|
@@ -1504,8 +1508,7 @@ const ingest$3 = function ActionableListColumnsUserOutputRepresentationIngest(in
|
|
|
1504
1508
|
}
|
|
1505
1509
|
return createLink(key);
|
|
1506
1510
|
};
|
|
1507
|
-
function getTypeCacheKeys$3(luvio, input, fullPathFactory) {
|
|
1508
|
-
const rootKeySet = new StoreKeyMap();
|
|
1511
|
+
function getTypeCacheKeys$3(rootKeySet, luvio, input, fullPathFactory) {
|
|
1509
1512
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
1510
1513
|
const rootKey = keyBuilderFromType$1(luvio, input);
|
|
1511
1514
|
rootKeySet.set(rootKey, {
|
|
@@ -1513,14 +1516,13 @@ function getTypeCacheKeys$3(luvio, input, fullPathFactory) {
|
|
|
1513
1516
|
representationName: RepresentationType$3,
|
|
1514
1517
|
mergeable: false
|
|
1515
1518
|
});
|
|
1516
|
-
return rootKeySet;
|
|
1517
1519
|
}
|
|
1518
1520
|
|
|
1519
1521
|
function select$9(luvio, params) {
|
|
1520
1522
|
return select$a();
|
|
1521
1523
|
}
|
|
1522
|
-
function getResponseCacheKeys$3(luvio, resourceParams, response) {
|
|
1523
|
-
|
|
1524
|
+
function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
1525
|
+
getTypeCacheKeys$3(storeKeyMap, luvio, response);
|
|
1524
1526
|
}
|
|
1525
1527
|
function ingestSuccess$3(luvio, resourceParams, response) {
|
|
1526
1528
|
const { body } = response;
|
|
@@ -1598,7 +1600,11 @@ function buildNetworkSnapshot$3(luvio, config, options) {
|
|
|
1598
1600
|
return luvio.handleSuccessResponse(() => {
|
|
1599
1601
|
const snapshot = ingestSuccess$3(luvio, resourceParams, response);
|
|
1600
1602
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
1601
|
-
}, () =>
|
|
1603
|
+
}, () => {
|
|
1604
|
+
const cache = new StoreKeyMap();
|
|
1605
|
+
getResponseCacheKeys$3(cache, luvio, resourceParams, response.body);
|
|
1606
|
+
return cache;
|
|
1607
|
+
});
|
|
1602
1608
|
}, (response) => {
|
|
1603
1609
|
deepFreeze(response);
|
|
1604
1610
|
throw response;
|
|
@@ -1698,8 +1704,7 @@ const ingest$2 = function ActionableListMembersOutputRepresentationIngest(input,
|
|
|
1698
1704
|
}
|
|
1699
1705
|
return createLink(key);
|
|
1700
1706
|
};
|
|
1701
|
-
function getTypeCacheKeys$2(luvio, input, fullPathFactory) {
|
|
1702
|
-
const rootKeySet = new StoreKeyMap();
|
|
1707
|
+
function getTypeCacheKeys$2(rootKeySet, luvio, input, fullPathFactory) {
|
|
1703
1708
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
1704
1709
|
const rootKey = fullPathFactory();
|
|
1705
1710
|
rootKeySet.set(rootKey, {
|
|
@@ -1707,7 +1712,6 @@ function getTypeCacheKeys$2(luvio, input, fullPathFactory) {
|
|
|
1707
1712
|
representationName: RepresentationType$2,
|
|
1708
1713
|
mergeable: false
|
|
1709
1714
|
});
|
|
1710
|
-
return rootKeySet;
|
|
1711
1715
|
}
|
|
1712
1716
|
|
|
1713
1717
|
function select$7(luvio, params) {
|
|
@@ -1716,8 +1720,8 @@ function select$7(luvio, params) {
|
|
|
1716
1720
|
function keyBuilder$4(luvio, params) {
|
|
1717
1721
|
return keyPrefix + '::ActionableListMembersOutputRepresentation:(' + 'id:' + params.urlParams.id + ')';
|
|
1718
1722
|
}
|
|
1719
|
-
function getResponseCacheKeys$2(luvio, resourceParams, response) {
|
|
1720
|
-
|
|
1723
|
+
function getResponseCacheKeys$2(storeKeyMap, luvio, resourceParams, response) {
|
|
1724
|
+
getTypeCacheKeys$2(storeKeyMap, luvio, response, () => keyBuilder$4(luvio, resourceParams));
|
|
1721
1725
|
}
|
|
1722
1726
|
function ingestSuccess$2(luvio, resourceParams, response, snapshotRefresh) {
|
|
1723
1727
|
const { body } = response;
|
|
@@ -1825,7 +1829,11 @@ function buildNetworkSnapshot$2(luvio, config, options) {
|
|
|
1825
1829
|
const request = createResourceRequest$2(resourceParams);
|
|
1826
1830
|
return luvio.dispatchResourceRequest(request, options)
|
|
1827
1831
|
.then((response) => {
|
|
1828
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$1(luvio, config, resourceParams, response), () =>
|
|
1832
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$1(luvio, config, resourceParams, response), () => {
|
|
1833
|
+
const cache = new StoreKeyMap();
|
|
1834
|
+
getResponseCacheKeys$2(cache, luvio, resourceParams, response.body);
|
|
1835
|
+
return cache;
|
|
1836
|
+
});
|
|
1829
1837
|
}, (response) => {
|
|
1830
1838
|
return luvio.handleErrorResponse(() => onFetchResponseError$1(luvio, config, resourceParams, response));
|
|
1831
1839
|
});
|
|
@@ -2266,8 +2274,7 @@ const ingest$1 = function ActionableListUpsertOutputRepresentationIngest(input,
|
|
|
2266
2274
|
}
|
|
2267
2275
|
return createLink(key);
|
|
2268
2276
|
};
|
|
2269
|
-
function getTypeCacheKeys$1(luvio, input, fullPathFactory) {
|
|
2270
|
-
const rootKeySet = new StoreKeyMap();
|
|
2277
|
+
function getTypeCacheKeys$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
2271
2278
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
2272
2279
|
const rootKey = keyBuilderFromType(luvio, input);
|
|
2273
2280
|
rootKeySet.set(rootKey, {
|
|
@@ -2275,14 +2282,13 @@ function getTypeCacheKeys$1(luvio, input, fullPathFactory) {
|
|
|
2275
2282
|
representationName: RepresentationType$1,
|
|
2276
2283
|
mergeable: false
|
|
2277
2284
|
});
|
|
2278
|
-
return rootKeySet;
|
|
2279
2285
|
}
|
|
2280
2286
|
|
|
2281
2287
|
function select$5(luvio, params) {
|
|
2282
2288
|
return select$6();
|
|
2283
2289
|
}
|
|
2284
|
-
function getResponseCacheKeys$1(luvio, resourceParams, response) {
|
|
2285
|
-
|
|
2290
|
+
function getResponseCacheKeys$1(storeKeyMap, luvio, resourceParams, response) {
|
|
2291
|
+
getTypeCacheKeys$1(storeKeyMap, luvio, response);
|
|
2286
2292
|
}
|
|
2287
2293
|
function ingestSuccess$1(luvio, resourceParams, response) {
|
|
2288
2294
|
const { body } = response;
|
|
@@ -2360,7 +2366,11 @@ function buildNetworkSnapshot$1(luvio, config, options) {
|
|
|
2360
2366
|
return luvio.handleSuccessResponse(() => {
|
|
2361
2367
|
const snapshot = ingestSuccess$1(luvio, resourceParams, response);
|
|
2362
2368
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
2363
|
-
}, () =>
|
|
2369
|
+
}, () => {
|
|
2370
|
+
const cache = new StoreKeyMap();
|
|
2371
|
+
getResponseCacheKeys$1(cache, luvio, resourceParams, response.body);
|
|
2372
|
+
return cache;
|
|
2373
|
+
});
|
|
2364
2374
|
}, (response) => {
|
|
2365
2375
|
deepFreeze(response);
|
|
2366
2376
|
throw response;
|
|
@@ -3270,8 +3280,7 @@ const ingest = function ActionableListDatasetByDefinitionRepresentationIngest(in
|
|
|
3270
3280
|
}
|
|
3271
3281
|
return createLink(key);
|
|
3272
3282
|
};
|
|
3273
|
-
function getTypeCacheKeys(luvio, input, fullPathFactory) {
|
|
3274
|
-
const rootKeySet = new StoreKeyMap();
|
|
3283
|
+
function getTypeCacheKeys(rootKeySet, luvio, input, fullPathFactory) {
|
|
3275
3284
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
3276
3285
|
const rootKey = fullPathFactory();
|
|
3277
3286
|
rootKeySet.set(rootKey, {
|
|
@@ -3279,7 +3288,6 @@ function getTypeCacheKeys(luvio, input, fullPathFactory) {
|
|
|
3279
3288
|
representationName: RepresentationType,
|
|
3280
3289
|
mergeable: false
|
|
3281
3290
|
});
|
|
3282
|
-
return rootKeySet;
|
|
3283
3291
|
}
|
|
3284
3292
|
|
|
3285
3293
|
function select(luvio, params) {
|
|
@@ -3288,8 +3296,8 @@ function select(luvio, params) {
|
|
|
3288
3296
|
function keyBuilder$1(luvio, params) {
|
|
3289
3297
|
return keyPrefix + '::ActionableListDatasetByDefinitionRepresentation:(' + (params.body.actionableListDataset.actionableListDefinitionId === undefined ? 'actionableListDataset.actionableListDefinitionId' : 'actionableListDataset.actionableListDefinitionId:' + params.body.actionableListDataset.actionableListDefinitionId) + '::' + (params.body.actionableListDataset.filterLogic === undefined ? 'actionableListDataset.filterLogic' : 'actionableListDataset.filterLogic:' + params.body.actionableListDataset.filterLogic) + '::' + stableJSONStringify(params.body.actionableListDataset.filters) + '::' + (params.body.actionableListDataset.offset === undefined ? 'actionableListDataset.offset' : 'actionableListDataset.offset:' + params.body.actionableListDataset.offset) + '::' + (params.body.actionableListDataset.orderBy === undefined ? 'actionableListDataset.orderBy' : 'actionableListDataset.orderBy:' + params.body.actionableListDataset.orderBy) + '::' + (params.body.actionableListDataset.queryType === undefined ? 'actionableListDataset.queryType' : 'actionableListDataset.queryType:' + params.body.actionableListDataset.queryType) + '::' + (params.body.actionableListDataset.rowLimit === undefined ? 'actionableListDataset.rowLimit' : 'actionableListDataset.rowLimit:' + params.body.actionableListDataset.rowLimit) + '::' + (params.body.actionableListDataset.shouldReturnCurrencyCode === undefined ? 'actionableListDataset.shouldReturnCurrencyCode' : 'actionableListDataset.shouldReturnCurrencyCode:' + params.body.actionableListDataset.shouldReturnCurrencyCode) + '::' + (params.body.actionableListDataset.sortOrder === undefined ? 'actionableListDataset.sortOrder' : 'actionableListDataset.sortOrder:' + params.body.actionableListDataset.sortOrder) + ')';
|
|
3290
3298
|
}
|
|
3291
|
-
function getResponseCacheKeys(luvio, resourceParams, response) {
|
|
3292
|
-
|
|
3299
|
+
function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
|
|
3300
|
+
getTypeCacheKeys(storeKeyMap, luvio, response, () => keyBuilder$1(luvio, resourceParams));
|
|
3293
3301
|
}
|
|
3294
3302
|
function ingestSuccess(luvio, resourceParams, response, snapshotRefresh) {
|
|
3295
3303
|
const { body } = response;
|
|
@@ -3398,7 +3406,11 @@ function buildNetworkSnapshot(luvio, config, options) {
|
|
|
3398
3406
|
const request = createResourceRequest(resourceParams);
|
|
3399
3407
|
return luvio.dispatchResourceRequest(request, options)
|
|
3400
3408
|
.then((response) => {
|
|
3401
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess(luvio, config, resourceParams, response), () =>
|
|
3409
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess(luvio, config, resourceParams, response), () => {
|
|
3410
|
+
const cache = new StoreKeyMap();
|
|
3411
|
+
getResponseCacheKeys(cache, luvio, resourceParams, response.body);
|
|
3412
|
+
return cache;
|
|
3413
|
+
});
|
|
3402
3414
|
}, (response) => {
|
|
3403
3415
|
return luvio.handleErrorResponse(() => onFetchResponseError(luvio, config, resourceParams, response));
|
|
3404
3416
|
});
|
package/dist/es/es2018/types/src/generated/resources/getConnectActionableListDefinition.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata,
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
2
|
import { ActionableListDefinitionGetAllOutputRepresentation as types_ActionableListDefinitionGetAllOutputRepresentation_ActionableListDefinitionGetAllOutputRepresentation } from '../types/ActionableListDefinitionGetAllOutputRepresentation';
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
4
|
queryParams: {
|
|
@@ -11,7 +11,7 @@ export interface ResourceRequestConfig {
|
|
|
11
11
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
12
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
13
13
|
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListDefinitionGetAllOutputRepresentation_ActionableListDefinitionGetAllOutputRepresentation):
|
|
14
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListDefinitionGetAllOutputRepresentation_ActionableListDefinitionGetAllOutputRepresentation): void;
|
|
15
15
|
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListDefinitionGetAllOutputRepresentation_ActionableListDefinitionGetAllOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionableListDefinitionGetAllOutputRepresentation_ActionableListDefinitionGetAllOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListDefinitionGetAllOutputRepresentation_ActionableListDefinitionGetAllOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListDefinitionGetAllOutputRepresentation_ActionableListDefinitionGetAllOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListDefinitionGetAllOutputRepresentation_ActionableListDefinitionGetAllOutputRepresentation, any>;
|
|
16
16
|
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionableListDefinitionGetAllOutputRepresentation_ActionableListDefinitionGetAllOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
17
17
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/getConnectActionableListMembersById.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata,
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
2
|
import { ActionableListMembersOutputRepresentation as types_ActionableListMembersOutputRepresentation_ActionableListMembersOutputRepresentation } from '../types/ActionableListMembersOutputRepresentation';
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
4
|
urlParams: {
|
|
@@ -8,7 +8,7 @@ export interface ResourceRequestConfig {
|
|
|
8
8
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
9
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
10
|
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListMembersOutputRepresentation_ActionableListMembersOutputRepresentation):
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListMembersOutputRepresentation_ActionableListMembersOutputRepresentation): void;
|
|
12
12
|
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListMembersOutputRepresentation_ActionableListMembersOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionableListMembersOutputRepresentation_ActionableListMembersOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListMembersOutputRepresentation_ActionableListMembersOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListMembersOutputRepresentation_ActionableListMembersOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListMembersOutputRepresentation_ActionableListMembersOutputRepresentation, any>;
|
|
13
13
|
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionableListMembersOutputRepresentation_ActionableListMembersOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
14
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionableListUpsertInputRepresentation as types_ActionableListUpsertInputRepresentation_ActionableListUpsertInputRepresentation } from '../types/ActionableListUpsertInputRepresentation';
|
|
2
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
3
|
import { ActionableListUpsertOutputRepresentation as types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation } from '../types/ActionableListUpsertOutputRepresentation';
|
|
4
4
|
export interface ResourceRequestConfig {
|
|
5
5
|
body: {
|
|
@@ -7,7 +7,7 @@ export interface ResourceRequestConfig {
|
|
|
7
7
|
};
|
|
8
8
|
}
|
|
9
9
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation):
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation): void;
|
|
11
11
|
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation, any>;
|
|
12
12
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
13
|
export default createResourceRequest;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionableListColumnsUserUpsertInputRepresentation as types_ActionableListColumnsUserUpsertInputRepresentation_ActionableListColumnsUserUpsertInputRepresentation } from '../types/ActionableListColumnsUserUpsertInputRepresentation';
|
|
2
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
3
|
import { ActionableListColumnsUserOutputRepresentation as types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation } from '../types/ActionableListColumnsUserOutputRepresentation';
|
|
4
4
|
export interface ResourceRequestConfig {
|
|
5
5
|
body: {
|
|
@@ -7,7 +7,7 @@ export interface ResourceRequestConfig {
|
|
|
7
7
|
};
|
|
8
8
|
}
|
|
9
9
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation):
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation): void;
|
|
11
11
|
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation, any>;
|
|
12
12
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
13
|
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinition.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionableListDefinitionCreateInputRepresentation as types_ActionableListDefinitionCreateInputRepresentation_ActionableListDefinitionCreateInputRepresentation } from '../types/ActionableListDefinitionCreateInputRepresentation';
|
|
2
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
3
|
import { ActionableListDefinitionCreateOutputRepresentation as types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation } from '../types/ActionableListDefinitionCreateOutputRepresentation';
|
|
4
4
|
export interface ResourceRequestConfig {
|
|
5
5
|
body: {
|
|
@@ -7,7 +7,7 @@ export interface ResourceRequestConfig {
|
|
|
7
7
|
};
|
|
8
8
|
}
|
|
9
9
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation):
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation): void;
|
|
11
11
|
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation, any>;
|
|
12
12
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
13
|
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinitionRows.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionableListDatasetInputRepresentation as types_ActionableListDatasetInputRepresentation_ActionableListDatasetInputRepresentation } from '../types/ActionableListDatasetInputRepresentation';
|
|
2
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata,
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
3
|
import { ActionableListDatasetByDefinitionRepresentation as types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation } from '../types/ActionableListDatasetByDefinitionRepresentation';
|
|
4
4
|
export interface ResourceRequestConfig {
|
|
5
5
|
body: {
|
|
@@ -9,7 +9,7 @@ export interface ResourceRequestConfig {
|
|
|
9
9
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
10
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
11
11
|
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation):
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation): void;
|
|
13
13
|
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation, any>;
|
|
14
14
|
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
15
15
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const TTL = 100;
|
|
3
3
|
export declare const VERSION = "bf02e6b522639f3bb93ec16ccee16087";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
@@ -7,7 +7,7 @@ export declare function normalize(input: ALDDatasetColumnOutputRepresentation, e
|
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ALDDatasetColumnOutputRepresentationNormalized, incoming: ALDDatasetColumnOutputRepresentationNormalized): boolean;
|
|
9
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ALDDatasetColumnOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ALDDatasetColumnOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
11
|
/**
|
|
12
12
|
* Output representation of dataset column for particular actionable list definition
|
|
13
13
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const TTL = 100;
|
|
3
3
|
export declare const VERSION = "9d133a939d3bf9e4f6209870e525ff9f";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
@@ -7,7 +7,7 @@ export declare function normalize(input: ALDMemberStatusOutputRepresentation, ex
|
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ALDMemberStatusOutputRepresentationNormalized, incoming: ALDMemberStatusOutputRepresentationNormalized): boolean;
|
|
9
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ALDMemberStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ALDMemberStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
11
|
/**
|
|
12
12
|
* Output representation of member status for particular actionable list definition
|
|
13
13
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListColumnUserInputRepresentation.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const VERSION = "d369c3d7be9e805f5d5962e115f4fb12";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
@@ -6,7 +6,7 @@ export declare function normalize(input: ActionableListColumnUserInputRepresenta
|
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionableListColumnUserInputRepresentationNormalized, incoming: ActionableListColumnUserInputRepresentationNormalized): boolean;
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListColumnUserInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListColumnUserInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
11
|
* Input representation to upsert dataset columns preferences for user
|
|
12
12
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListColumnsUserOutputRepresentation.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare function normalize(input: ActionableListColumnsUserOutputRepresen
|
|
|
16
16
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
17
|
export declare function equals(existing: ActionableListColumnsUserOutputRepresentationNormalized, incoming: ActionableListColumnsUserOutputRepresentationNormalized): boolean;
|
|
18
18
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListColumnsUserOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListColumnsUserOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
20
|
/**
|
|
21
21
|
* Output representation to upsert dataset columns preferences for user
|
|
22
22
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionableListColumnUserInputRepresentation as ActionableListColumnUserInputRepresentation_ActionableListColumnUserInputRepresentation } from './ActionableListColumnUserInputRepresentation';
|
|
2
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
3
|
export declare const VERSION = "d256abecdd13a2666176508c12d10dbf";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
@@ -7,7 +7,7 @@ export declare function normalize(input: ActionableListColumnsUserUpsertInputRep
|
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ActionableListColumnsUserUpsertInputRepresentationNormalized, incoming: ActionableListColumnsUserUpsertInputRepresentationNormalized): boolean;
|
|
9
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListColumnsUserUpsertInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListColumnsUserUpsertInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
11
|
/**
|
|
12
12
|
* Input representation to upsert dataset columns preferences for user
|
|
13
13
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ActionableListDatasetColumnRepresentation as ActionableListDatasetColumnRepresentation_ActionableListDatasetColumnRepresentation } from './ActionableListDatasetColumnRepresentation';
|
|
2
2
|
import { ActionableListDatasetRowRepresentation as ActionableListDatasetRowRepresentation_ActionableListDatasetRowRepresentation } from './ActionableListDatasetRowRepresentation';
|
|
3
3
|
import { ActionableListMemberStatusRepresentation as ActionableListMemberStatusRepresentation_ActionableListMemberStatusRepresentation } from './ActionableListMemberStatusRepresentation';
|
|
4
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
4
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
5
5
|
export declare const TTL = 100;
|
|
6
6
|
export declare const VERSION = "dc69507b2503baa62caf5e85fd7545b8";
|
|
7
7
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
@@ -10,7 +10,7 @@ export declare function normalize(input: ActionableListDatasetByDefinitionRepres
|
|
|
10
10
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
11
|
export declare function equals(existing: ActionableListDatasetByDefinitionRepresentationNormalized, incoming: ActionableListDatasetByDefinitionRepresentationNormalized): boolean;
|
|
12
12
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetByDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
13
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetByDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
14
|
/**
|
|
15
15
|
* Fetch rows from dataset
|
|
16
16
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnRepresentation.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const VERSION = "aa13263ff52ac5e13b0a607ce970a4e0";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
@@ -6,7 +6,7 @@ export declare function normalize(input: ActionableListDatasetColumnRepresentati
|
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionableListDatasetColumnRepresentationNormalized, incoming: ActionableListDatasetColumnRepresentationNormalized): boolean;
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetColumnRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetColumnRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
11
|
* Output representation to display actionable List dataset columns
|
|
12
12
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionableListColumnsUserUpsertInputRepresentation as ActionableListColumnsUserUpsertInputRepresentation_ActionableListColumnsUserUpsertInputRepresentation } from './ActionableListColumnsUserUpsertInputRepresentation';
|
|
2
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
3
|
export declare const VERSION = "b487750b33e128b06cbff1f69071ab8d";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
@@ -7,7 +7,7 @@ export declare function normalize(input: ActionableListDatasetColumnUserWrapperI
|
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ActionableListDatasetColumnUserWrapperInputRepresentationNormalized, incoming: ActionableListDatasetColumnUserWrapperInputRepresentationNormalized): boolean;
|
|
9
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetColumnUserWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetColumnUserWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
11
|
/**
|
|
12
12
|
* wrapper of ActionableListColumnsUserUpsertInputRepresentation
|
|
13
13
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListDatasetInputRepresentation.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const VERSION = "4791cc5a0dd94f1ec8e8ae121964d15c";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
@@ -6,7 +6,7 @@ export declare function normalize(input: ActionableListDatasetInputRepresentatio
|
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionableListDatasetInputRepresentationNormalized, incoming: ActionableListDatasetInputRepresentationNormalized): boolean;
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
11
|
* Input representation to fetch dataset rows and columns of Actionable List
|
|
12
12
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListDatasetRowRepresentation.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const VERSION = "ad799b06e079ea81d47ce361336c5282";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
@@ -6,7 +6,7 @@ export declare function normalize(input: ActionableListDatasetRowRepresentation,
|
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionableListDatasetRowRepresentationNormalized, incoming: ActionableListDatasetRowRepresentationNormalized): boolean;
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetRowRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetRowRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
11
|
* Output representation to display actionable List dataset rows
|
|
12
12
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionableListDatasetInputRepresentation as ActionableListDatasetInputRepresentation_ActionableListDatasetInputRepresentation } from './ActionableListDatasetInputRepresentation';
|
|
2
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
3
|
export declare const VERSION = "d53645f77e756412c26d04a74e552e35";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
@@ -7,7 +7,7 @@ export declare function normalize(input: ActionableListDatasetWrapperInputRepres
|
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ActionableListDatasetWrapperInputRepresentationNormalized, incoming: ActionableListDatasetWrapperInputRepresentationNormalized): boolean;
|
|
9
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
11
|
/**
|
|
12
12
|
* wrapper of ActionableListDatasetInputRepresentation
|
|
13
13
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const VERSION = "77cf96bfe65c3e7ba5038db6ce167d8c";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
@@ -6,7 +6,7 @@ export declare function normalize(input: ActionableListDefinitionCreateInputRepr
|
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionableListDefinitionCreateInputRepresentationNormalized, incoming: ActionableListDefinitionCreateInputRepresentationNormalized): boolean;
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
11
|
* Input representation for create actionable list definition API
|
|
12
12
|
*
|
|
@@ -18,7 +18,7 @@ export declare function normalize(input: ActionableListDefinitionCreateOutputRep
|
|
|
18
18
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
19
19
|
export declare function equals(existing: ActionableListDefinitionCreateOutputRepresentationNormalized, incoming: ActionableListDefinitionCreateOutputRepresentationNormalized): boolean;
|
|
20
20
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
21
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
22
22
|
/**
|
|
23
23
|
* Output representation for create actionable list definition API
|
|
24
24
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionableListDefinitionOutputRepresentation as ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation } from './ActionableListDefinitionOutputRepresentation';
|
|
2
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
3
|
export declare const TTL = 100;
|
|
4
4
|
export declare const VERSION = "4c1ba3bd226b3670b78af4e7ea159854";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
@@ -8,7 +8,7 @@ export declare function normalize(input: ActionableListDefinitionGetAllOutputRep
|
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: ActionableListDefinitionGetAllOutputRepresentationNormalized, incoming: ActionableListDefinitionGetAllOutputRepresentationNormalized): boolean;
|
|
10
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionGetAllOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionGetAllOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
12
|
/**
|
|
13
13
|
* Output representation for get actionable list definition API
|
|
14
14
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionOutputRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ALDDatasetColumnOutputRepresentation as ALDDatasetColumnOutputRepresentation_ALDDatasetColumnOutputRepresentation } from './ALDDatasetColumnOutputRepresentation';
|
|
2
2
|
import { ALDMemberStatusOutputRepresentation as ALDMemberStatusOutputRepresentation_ALDMemberStatusOutputRepresentation } from './ALDMemberStatusOutputRepresentation';
|
|
3
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
4
|
export declare const TTL = 100;
|
|
5
5
|
export declare const VERSION = "63348e0d2a5e8d3cf7f7ddc110bf6cf4";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
@@ -9,7 +9,7 @@ export declare function normalize(input: ActionableListDefinitionOutputRepresent
|
|
|
9
9
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
10
|
export declare function equals(existing: ActionableListDefinitionOutputRepresentationNormalized, incoming: ActionableListDefinitionOutputRepresentationNormalized): boolean;
|
|
11
11
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
12
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
13
|
/**
|
|
14
14
|
* Output representation of single object for get actionable list definition API
|
|
15
15
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const TTL = 100;
|
|
3
3
|
export declare const VERSION = "c011e92d9100cd54f4f75b6951999c39";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
@@ -7,7 +7,7 @@ export declare function normalize(input: ActionableListDefinitionStatusOutputRep
|
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ActionableListDefinitionStatusOutputRepresentationNormalized, incoming: ActionableListDefinitionStatusOutputRepresentationNormalized): boolean;
|
|
9
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
11
|
/**
|
|
12
12
|
* Output representation to display the status of an API request
|
|
13
13
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionableListDefinitionCreateInputRepresentation as ActionableListDefinitionCreateInputRepresentation_ActionableListDefinitionCreateInputRepresentation } from './ActionableListDefinitionCreateInputRepresentation';
|
|
2
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
3
|
export declare const VERSION = "41359b9f27336c83ae94f352aa4319c3";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
@@ -7,7 +7,7 @@ export declare function normalize(input: ActionableListDefinitionWrapperInputRep
|
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ActionableListDefinitionWrapperInputRepresentationNormalized, incoming: ActionableListDefinitionWrapperInputRepresentationNormalized): boolean;
|
|
9
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
11
|
/**
|
|
12
12
|
* wrapper of ActionableListDefinitionCreateInputRepresentation
|
|
13
13
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentation.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const VERSION = "e56fb8f62a66259ee431fe74b81bf1e9";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
@@ -6,7 +6,7 @@ export declare function normalize(input: ActionableListFilterInputRepresentation
|
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionableListFilterInputRepresentationNormalized, incoming: ActionableListFilterInputRepresentationNormalized): boolean;
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
11
|
* Input representation for actionable list Filters.
|
|
12
12
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentationList.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const VERSION = "78dc20b55ae46710b17e4af67f6f8cff";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
@@ -6,7 +6,7 @@ export declare function normalize(input: ActionableListFilterInputRepresentation
|
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionableListFilterInputRepresentationListNormalized, incoming: ActionableListFilterInputRepresentationListNormalized): boolean;
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListFilterInputRepresentationList, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListFilterInputRepresentationList, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
11
|
* Input representation for a list of filters
|
|
12
12
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListMemberStatusRepresentation.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const VERSION = "4ddcc2754150af16fd09c10d9fdabfbc";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
@@ -6,7 +6,7 @@ export declare function normalize(input: ActionableListMemberStatusRepresentatio
|
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionableListMemberStatusRepresentationNormalized, incoming: ActionableListMemberStatusRepresentationNormalized): boolean;
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListMemberStatusRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListMemberStatusRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
11
|
* Output representation to display actionable List member status
|
|
12
12
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListMembersOutputRepresentation.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const TTL = 100;
|
|
3
3
|
export declare const VERSION = "6ddedf71126866b776255aa167159b36";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
@@ -7,7 +7,7 @@ export declare function normalize(input: ActionableListMembersOutputRepresentati
|
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ActionableListMembersOutputRepresentationNormalized, incoming: ActionableListMembersOutputRepresentationNormalized): boolean;
|
|
9
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListMembersOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListMembersOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
11
|
/**
|
|
12
12
|
* Fetch existing members from Actionable List
|
|
13
13
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListUpsertInputRepresentation.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare const VERSION = "ded4f87c2cfe47b38a3ead05bc57de80";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
@@ -6,7 +6,7 @@ export declare function normalize(input: ActionableListUpsertInputRepresentation
|
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionableListUpsertInputRepresentationNormalized, incoming: ActionableListUpsertInputRepresentationNormalized): boolean;
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListUpsertInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListUpsertInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
11
|
* Input representation for upsert Actionable List with it's members and columns
|
|
12
12
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListUpsertOutputRepresentation.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare function normalize(input: ActionableListUpsertOutputRepresentatio
|
|
|
16
16
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
17
|
export declare function equals(existing: ActionableListUpsertOutputRepresentationNormalized, incoming: ActionableListUpsertOutputRepresentationNormalized): boolean;
|
|
18
18
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListUpsertOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListUpsertOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
20
|
/**
|
|
21
21
|
* Upsert Actionable List and it's members and columns
|
|
22
22
|
*
|
package/dist/es/es2018/types/src/generated/types/ActionableListWrapperInputRepresentation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionableListUpsertInputRepresentation as ActionableListUpsertInputRepresentation_ActionableListUpsertInputRepresentation } from './ActionableListUpsertInputRepresentation';
|
|
2
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest,
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
3
|
export declare const VERSION = "5b8c9f656db95c149a9456670a72b42f";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
@@ -7,7 +7,7 @@ export declare function normalize(input: ActionableListWrapperInputRepresentatio
|
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ActionableListWrapperInputRepresentationNormalized, incoming: ActionableListWrapperInputRepresentationNormalized): boolean;
|
|
9
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata):
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
11
|
/**
|
|
12
12
|
* wrapper of ActionableListUpsertInputRepresentation
|
|
13
13
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-actionablelist",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.171.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapter for actionable list connect APIs",
|
|
6
6
|
"main": "dist/es/es2018/industries-actionablelist.js",
|
package/sfdc/index.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
/* proxy-compat-disable */
|
|
15
15
|
import { createInstrumentedAdapter, createLDSAdapter, createWireAdapterConstructor, createImperativeAdapter } from 'force/ldsBindings';
|
|
16
16
|
import { withDefaultLuvio } from 'force/ldsEngine';
|
|
17
|
-
import { serializeStructuredKey,
|
|
17
|
+
import { serializeStructuredKey, deepFreeze, StoreKeyMap } from 'force/luvioEngine';
|
|
18
18
|
|
|
19
19
|
const { hasOwnProperty: ObjectPrototypeHasOwnProperty } = Object.prototype;
|
|
20
20
|
const { keys: ObjectKeys$1, create: ObjectCreate$1 } = Object;
|
|
@@ -890,8 +890,7 @@ const ingest$5 = function ActionableListDefinitionCreateOutputRepresentationInge
|
|
|
890
890
|
}
|
|
891
891
|
return createLink(key);
|
|
892
892
|
};
|
|
893
|
-
function getTypeCacheKeys$5(luvio, input, fullPathFactory) {
|
|
894
|
-
const rootKeySet = new StoreKeyMap();
|
|
893
|
+
function getTypeCacheKeys$5(rootKeySet, luvio, input, fullPathFactory) {
|
|
895
894
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
896
895
|
const rootKey = keyBuilderFromType$2(luvio, input);
|
|
897
896
|
rootKeySet.set(rootKey, {
|
|
@@ -899,14 +898,13 @@ function getTypeCacheKeys$5(luvio, input, fullPathFactory) {
|
|
|
899
898
|
representationName: RepresentationType$5,
|
|
900
899
|
mergeable: false
|
|
901
900
|
});
|
|
902
|
-
return rootKeySet;
|
|
903
901
|
}
|
|
904
902
|
|
|
905
903
|
function select$d(luvio, params) {
|
|
906
904
|
return select$e();
|
|
907
905
|
}
|
|
908
|
-
function getResponseCacheKeys$5(luvio, resourceParams, response) {
|
|
909
|
-
|
|
906
|
+
function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
907
|
+
getTypeCacheKeys$5(storeKeyMap, luvio, response);
|
|
910
908
|
}
|
|
911
909
|
function ingestSuccess$5(luvio, resourceParams, response) {
|
|
912
910
|
const { body } = response;
|
|
@@ -984,7 +982,11 @@ function buildNetworkSnapshot$5(luvio, config, options) {
|
|
|
984
982
|
return luvio.handleSuccessResponse(() => {
|
|
985
983
|
const snapshot = ingestSuccess$5(luvio, resourceParams, response);
|
|
986
984
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
987
|
-
}, () =>
|
|
985
|
+
}, () => {
|
|
986
|
+
const cache = new StoreKeyMap();
|
|
987
|
+
getResponseCacheKeys$5(cache, luvio, resourceParams, response.body);
|
|
988
|
+
return cache;
|
|
989
|
+
});
|
|
988
990
|
}, (response) => {
|
|
989
991
|
deepFreeze(response);
|
|
990
992
|
throw response;
|
|
@@ -1894,8 +1896,7 @@ const ingest$4 = function ActionableListDatasetByDefinitionRepresentationIngest(
|
|
|
1894
1896
|
}
|
|
1895
1897
|
return createLink(key);
|
|
1896
1898
|
};
|
|
1897
|
-
function getTypeCacheKeys$4(luvio, input, fullPathFactory) {
|
|
1898
|
-
const rootKeySet = new StoreKeyMap();
|
|
1899
|
+
function getTypeCacheKeys$4(rootKeySet, luvio, input, fullPathFactory) {
|
|
1899
1900
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
1900
1901
|
const rootKey = fullPathFactory();
|
|
1901
1902
|
rootKeySet.set(rootKey, {
|
|
@@ -1903,7 +1904,6 @@ function getTypeCacheKeys$4(luvio, input, fullPathFactory) {
|
|
|
1903
1904
|
representationName: RepresentationType$4,
|
|
1904
1905
|
mergeable: false
|
|
1905
1906
|
});
|
|
1906
|
-
return rootKeySet;
|
|
1907
1907
|
}
|
|
1908
1908
|
|
|
1909
1909
|
function select$8(luvio, params) {
|
|
@@ -1912,8 +1912,8 @@ function select$8(luvio, params) {
|
|
|
1912
1912
|
function keyBuilder$7(luvio, params) {
|
|
1913
1913
|
return keyPrefix + '::ActionableListDatasetByDefinitionRepresentation:(' + (params.body.actionableListDataset.actionableListDefinitionId === undefined ? 'actionableListDataset.actionableListDefinitionId' : 'actionableListDataset.actionableListDefinitionId:' + params.body.actionableListDataset.actionableListDefinitionId) + '::' + (params.body.actionableListDataset.filterLogic === undefined ? 'actionableListDataset.filterLogic' : 'actionableListDataset.filterLogic:' + params.body.actionableListDataset.filterLogic) + '::' + stableJSONStringify(params.body.actionableListDataset.filters) + '::' + (params.body.actionableListDataset.offset === undefined ? 'actionableListDataset.offset' : 'actionableListDataset.offset:' + params.body.actionableListDataset.offset) + '::' + (params.body.actionableListDataset.orderBy === undefined ? 'actionableListDataset.orderBy' : 'actionableListDataset.orderBy:' + params.body.actionableListDataset.orderBy) + '::' + (params.body.actionableListDataset.queryType === undefined ? 'actionableListDataset.queryType' : 'actionableListDataset.queryType:' + params.body.actionableListDataset.queryType) + '::' + (params.body.actionableListDataset.rowLimit === undefined ? 'actionableListDataset.rowLimit' : 'actionableListDataset.rowLimit:' + params.body.actionableListDataset.rowLimit) + '::' + (params.body.actionableListDataset.shouldReturnCurrencyCode === undefined ? 'actionableListDataset.shouldReturnCurrencyCode' : 'actionableListDataset.shouldReturnCurrencyCode:' + params.body.actionableListDataset.shouldReturnCurrencyCode) + '::' + (params.body.actionableListDataset.sortOrder === undefined ? 'actionableListDataset.sortOrder' : 'actionableListDataset.sortOrder:' + params.body.actionableListDataset.sortOrder) + ')';
|
|
1914
1914
|
}
|
|
1915
|
-
function getResponseCacheKeys$4(luvio, resourceParams, response) {
|
|
1916
|
-
|
|
1915
|
+
function getResponseCacheKeys$4(storeKeyMap, luvio, resourceParams, response) {
|
|
1916
|
+
getTypeCacheKeys$4(storeKeyMap, luvio, response, () => keyBuilder$7(luvio, resourceParams));
|
|
1917
1917
|
}
|
|
1918
1918
|
function ingestSuccess$4(luvio, resourceParams, response, snapshotRefresh) {
|
|
1919
1919
|
const { body } = response;
|
|
@@ -2022,7 +2022,11 @@ function buildNetworkSnapshot$4(luvio, config, options) {
|
|
|
2022
2022
|
const request = createResourceRequest$4(resourceParams);
|
|
2023
2023
|
return luvio.dispatchResourceRequest(request, options)
|
|
2024
2024
|
.then((response) => {
|
|
2025
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$2(luvio, config, resourceParams, response), () =>
|
|
2025
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$2(luvio, config, resourceParams, response), () => {
|
|
2026
|
+
const cache = new StoreKeyMap();
|
|
2027
|
+
getResponseCacheKeys$4(cache, luvio, resourceParams, response.body);
|
|
2028
|
+
return cache;
|
|
2029
|
+
});
|
|
2026
2030
|
}, (response) => {
|
|
2027
2031
|
return luvio.handleErrorResponse(() => onFetchResponseError$2(luvio, config, resourceParams, response));
|
|
2028
2032
|
});
|
|
@@ -2155,8 +2159,7 @@ const ingest$3 = function ActionableListDefinitionGetAllOutputRepresentationInge
|
|
|
2155
2159
|
}
|
|
2156
2160
|
return createLink(key);
|
|
2157
2161
|
};
|
|
2158
|
-
function getTypeCacheKeys$3(luvio, input, fullPathFactory) {
|
|
2159
|
-
const rootKeySet = new StoreKeyMap();
|
|
2162
|
+
function getTypeCacheKeys$3(rootKeySet, luvio, input, fullPathFactory) {
|
|
2160
2163
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
2161
2164
|
const rootKey = fullPathFactory();
|
|
2162
2165
|
rootKeySet.set(rootKey, {
|
|
@@ -2164,7 +2167,6 @@ function getTypeCacheKeys$3(luvio, input, fullPathFactory) {
|
|
|
2164
2167
|
representationName: RepresentationType$3,
|
|
2165
2168
|
mergeable: false
|
|
2166
2169
|
});
|
|
2167
|
-
return rootKeySet;
|
|
2168
2170
|
}
|
|
2169
2171
|
|
|
2170
2172
|
function select$6(luvio, params) {
|
|
@@ -2173,8 +2175,8 @@ function select$6(luvio, params) {
|
|
|
2173
2175
|
function keyBuilder$5(luvio, params) {
|
|
2174
2176
|
return keyPrefix + '::ActionableListDefinitionGetAllOutputRepresentation:(' + 'id:' + params.queryParams.id + ',' + 'isActive:' + params.queryParams.isActive + ',' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ')';
|
|
2175
2177
|
}
|
|
2176
|
-
function getResponseCacheKeys$3(luvio, resourceParams, response) {
|
|
2177
|
-
|
|
2178
|
+
function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
2179
|
+
getTypeCacheKeys$3(storeKeyMap, luvio, response, () => keyBuilder$5(luvio, resourceParams));
|
|
2178
2180
|
}
|
|
2179
2181
|
function ingestSuccess$3(luvio, resourceParams, response, snapshotRefresh) {
|
|
2180
2182
|
const { body } = response;
|
|
@@ -2294,7 +2296,11 @@ function buildNetworkSnapshot$3(luvio, config, options) {
|
|
|
2294
2296
|
const request = createResourceRequest$3(resourceParams);
|
|
2295
2297
|
return luvio.dispatchResourceRequest(request, options)
|
|
2296
2298
|
.then((response) => {
|
|
2297
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$1(luvio, config, resourceParams, response), () =>
|
|
2299
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$1(luvio, config, resourceParams, response), () => {
|
|
2300
|
+
const cache = new StoreKeyMap();
|
|
2301
|
+
getResponseCacheKeys$3(cache, luvio, resourceParams, response.body);
|
|
2302
|
+
return cache;
|
|
2303
|
+
});
|
|
2298
2304
|
}, (response) => {
|
|
2299
2305
|
return luvio.handleErrorResponse(() => onFetchResponseError$1(luvio, config, resourceParams, response));
|
|
2300
2306
|
});
|
|
@@ -2422,8 +2428,7 @@ const ingest$2 = function ActionableListMembersOutputRepresentationIngest(input,
|
|
|
2422
2428
|
}
|
|
2423
2429
|
return createLink(key);
|
|
2424
2430
|
};
|
|
2425
|
-
function getTypeCacheKeys$2(luvio, input, fullPathFactory) {
|
|
2426
|
-
const rootKeySet = new StoreKeyMap();
|
|
2431
|
+
function getTypeCacheKeys$2(rootKeySet, luvio, input, fullPathFactory) {
|
|
2427
2432
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
2428
2433
|
const rootKey = fullPathFactory();
|
|
2429
2434
|
rootKeySet.set(rootKey, {
|
|
@@ -2431,7 +2436,6 @@ function getTypeCacheKeys$2(luvio, input, fullPathFactory) {
|
|
|
2431
2436
|
representationName: RepresentationType$2,
|
|
2432
2437
|
mergeable: false
|
|
2433
2438
|
});
|
|
2434
|
-
return rootKeySet;
|
|
2435
2439
|
}
|
|
2436
2440
|
|
|
2437
2441
|
function select$4(luvio, params) {
|
|
@@ -2440,8 +2444,8 @@ function select$4(luvio, params) {
|
|
|
2440
2444
|
function keyBuilder$3(luvio, params) {
|
|
2441
2445
|
return keyPrefix + '::ActionableListMembersOutputRepresentation:(' + 'id:' + params.urlParams.id + ')';
|
|
2442
2446
|
}
|
|
2443
|
-
function getResponseCacheKeys$2(luvio, resourceParams, response) {
|
|
2444
|
-
|
|
2447
|
+
function getResponseCacheKeys$2(storeKeyMap, luvio, resourceParams, response) {
|
|
2448
|
+
getTypeCacheKeys$2(storeKeyMap, luvio, response, () => keyBuilder$3(luvio, resourceParams));
|
|
2445
2449
|
}
|
|
2446
2450
|
function ingestSuccess$2(luvio, resourceParams, response, snapshotRefresh) {
|
|
2447
2451
|
const { body } = response;
|
|
@@ -2549,7 +2553,11 @@ function buildNetworkSnapshot$2(luvio, config, options) {
|
|
|
2549
2553
|
const request = createResourceRequest$2(resourceParams);
|
|
2550
2554
|
return luvio.dispatchResourceRequest(request, options)
|
|
2551
2555
|
.then((response) => {
|
|
2552
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess(luvio, config, resourceParams, response), () =>
|
|
2556
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess(luvio, config, resourceParams, response), () => {
|
|
2557
|
+
const cache = new StoreKeyMap();
|
|
2558
|
+
getResponseCacheKeys$2(cache, luvio, resourceParams, response.body);
|
|
2559
|
+
return cache;
|
|
2560
|
+
});
|
|
2553
2561
|
}, (response) => {
|
|
2554
2562
|
return luvio.handleErrorResponse(() => onFetchResponseError(luvio, config, resourceParams, response));
|
|
2555
2563
|
});
|
|
@@ -2990,8 +2998,7 @@ const ingest$1 = function ActionableListUpsertOutputRepresentationIngest(input,
|
|
|
2990
2998
|
}
|
|
2991
2999
|
return createLink(key);
|
|
2992
3000
|
};
|
|
2993
|
-
function getTypeCacheKeys$1(luvio, input, fullPathFactory) {
|
|
2994
|
-
const rootKeySet = new StoreKeyMap();
|
|
3001
|
+
function getTypeCacheKeys$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
2995
3002
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
2996
3003
|
const rootKey = keyBuilderFromType$1(luvio, input);
|
|
2997
3004
|
rootKeySet.set(rootKey, {
|
|
@@ -2999,14 +3006,13 @@ function getTypeCacheKeys$1(luvio, input, fullPathFactory) {
|
|
|
2999
3006
|
representationName: RepresentationType$1,
|
|
3000
3007
|
mergeable: false
|
|
3001
3008
|
});
|
|
3002
|
-
return rootKeySet;
|
|
3003
3009
|
}
|
|
3004
3010
|
|
|
3005
3011
|
function select$2(luvio, params) {
|
|
3006
3012
|
return select$3();
|
|
3007
3013
|
}
|
|
3008
|
-
function getResponseCacheKeys$1(luvio, resourceParams, response) {
|
|
3009
|
-
|
|
3014
|
+
function getResponseCacheKeys$1(storeKeyMap, luvio, resourceParams, response) {
|
|
3015
|
+
getTypeCacheKeys$1(storeKeyMap, luvio, response);
|
|
3010
3016
|
}
|
|
3011
3017
|
function ingestSuccess$1(luvio, resourceParams, response) {
|
|
3012
3018
|
const { body } = response;
|
|
@@ -3084,7 +3090,11 @@ function buildNetworkSnapshot$1(luvio, config, options) {
|
|
|
3084
3090
|
return luvio.handleSuccessResponse(() => {
|
|
3085
3091
|
const snapshot = ingestSuccess$1(luvio, resourceParams, response);
|
|
3086
3092
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
3087
|
-
}, () =>
|
|
3093
|
+
}, () => {
|
|
3094
|
+
const cache = new StoreKeyMap();
|
|
3095
|
+
getResponseCacheKeys$1(cache, luvio, resourceParams, response.body);
|
|
3096
|
+
return cache;
|
|
3097
|
+
});
|
|
3088
3098
|
}, (response) => {
|
|
3089
3099
|
deepFreeze(response);
|
|
3090
3100
|
throw response;
|
|
@@ -3342,8 +3352,7 @@ const ingest = function ActionableListColumnsUserOutputRepresentationIngest(inpu
|
|
|
3342
3352
|
}
|
|
3343
3353
|
return createLink(key);
|
|
3344
3354
|
};
|
|
3345
|
-
function getTypeCacheKeys(luvio, input, fullPathFactory) {
|
|
3346
|
-
const rootKeySet = new StoreKeyMap();
|
|
3355
|
+
function getTypeCacheKeys(rootKeySet, luvio, input, fullPathFactory) {
|
|
3347
3356
|
// root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
|
|
3348
3357
|
const rootKey = keyBuilderFromType(luvio, input);
|
|
3349
3358
|
rootKeySet.set(rootKey, {
|
|
@@ -3351,14 +3360,13 @@ function getTypeCacheKeys(luvio, input, fullPathFactory) {
|
|
|
3351
3360
|
representationName: RepresentationType,
|
|
3352
3361
|
mergeable: false
|
|
3353
3362
|
});
|
|
3354
|
-
return rootKeySet;
|
|
3355
3363
|
}
|
|
3356
3364
|
|
|
3357
3365
|
function select(luvio, params) {
|
|
3358
3366
|
return select$1();
|
|
3359
3367
|
}
|
|
3360
|
-
function getResponseCacheKeys(luvio, resourceParams, response) {
|
|
3361
|
-
|
|
3368
|
+
function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
|
|
3369
|
+
getTypeCacheKeys(storeKeyMap, luvio, response);
|
|
3362
3370
|
}
|
|
3363
3371
|
function ingestSuccess(luvio, resourceParams, response) {
|
|
3364
3372
|
const { body } = response;
|
|
@@ -3436,7 +3444,11 @@ function buildNetworkSnapshot(luvio, config, options) {
|
|
|
3436
3444
|
return luvio.handleSuccessResponse(() => {
|
|
3437
3445
|
const snapshot = ingestSuccess(luvio, resourceParams, response);
|
|
3438
3446
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
3439
|
-
}, () =>
|
|
3447
|
+
}, () => {
|
|
3448
|
+
const cache = new StoreKeyMap();
|
|
3449
|
+
getResponseCacheKeys(cache, luvio, resourceParams, response.body);
|
|
3450
|
+
return cache;
|
|
3451
|
+
});
|
|
3440
3452
|
}, (response) => {
|
|
3441
3453
|
deepFreeze(response);
|
|
3442
3454
|
throw response;
|
|
@@ -3503,4 +3515,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3503
3515
|
});
|
|
3504
3516
|
|
|
3505
3517
|
export { createActionableListDefinition, getActionableListDatasetInfo, getActionableListDatasetInfo_imperative, getActionableListDefinitions, getActionableListDefinitions_imperative, getActionableListMembers, getActionableListMembers_imperative, upsertActionableList, upsertActionableListDatasetColumnUser };
|
|
3506
|
-
// version: 1.
|
|
3518
|
+
// version: 1.171.0-c5e524eba
|