@salesforce/lds-adapters-industries-actionablelist 0.1.0-dev1
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/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-actionablelist.js +5762 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createActionableListDefinition.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createBulkActionPlans.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteFilterTemplate.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getActionableListDatasetInfo.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getActionableListDefinitions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getActionableListMembers.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasetColumnValues.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getFilterTemplate.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getFilterTemplatesForListDefinition.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertActionableList.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertActionableListDatasetColumnUser.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertActionableListFilterTemplate.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertActionableListRefreshFilter.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectActionableListDefFilterByActionableListDefinitionFilterId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectActionableListDefFilterByActionableListDefinitionFilterId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectActionableListDefinition.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectActionableListDefinitionColumnValuesByAldcId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectActionableListMembersById.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectGetActionableListDefFilters.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableList.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDatasetColumnUserAssignment.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefFilter.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinition.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinitionRows.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListRefreshCount.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectBulkActionCreateBulkActionplans.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/types/ALDDatasetColumnOutputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/ALDMemberStatusOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListColumnUserInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListColumnsUserOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListColumnsUserUpsertInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetByDefinitionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnUserWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnValuesOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetRowRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionCreateInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionCreateOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionGetAllOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionOutputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionStatusOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentationList.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterTemplateInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterTemplateListOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterTemplateOutputRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterTemplateUpsertOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListMemberInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListMemberStatusRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListMembersOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListRefreshFilterConditionOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListRefreshFilterListOutputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListRefreshInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListRefreshOutputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListRefreshWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListUpsertInputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListUpsertOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AdditionalContextRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CreateBulkActionPlanInputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/CreateBulkActionPlanOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +74 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +5928 -0
- package/src/raml/api.raml +917 -0
- package/src/raml/luvio.raml +126 -0
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
#%RAML 1.0 Overlay
|
|
2
|
+
extends: ./api.raml
|
|
3
|
+
|
|
4
|
+
uses:
|
|
5
|
+
luvio: luvio://annotations.raml
|
|
6
|
+
|
|
7
|
+
(luvio.keyPrefix): 'actionablelist'
|
|
8
|
+
(luvio.ttl): 360000
|
|
9
|
+
|
|
10
|
+
types:
|
|
11
|
+
ALDDatasetColumnOutputRepresentation:
|
|
12
|
+
(luvio.ttl): 100
|
|
13
|
+
ALDMemberStatusOutputRepresentation:
|
|
14
|
+
(luvio.ttl): 100
|
|
15
|
+
ActionableListDefinitionCreateOutputRepresentation:
|
|
16
|
+
(luvio.ttl): 100
|
|
17
|
+
(luvio.key):
|
|
18
|
+
id: actionableListDefinition.id
|
|
19
|
+
ActionableListDefinitionGetAllOutputRepresentation:
|
|
20
|
+
(luvio.ttl): 100
|
|
21
|
+
ActionableListDefinitionOutputRepresentation:
|
|
22
|
+
(luvio.ttl): 100
|
|
23
|
+
ActionableListDefinitionStatusOutputRepresentation:
|
|
24
|
+
(luvio.ttl): 100
|
|
25
|
+
ActionableListMembersOutputRepresentation:
|
|
26
|
+
(luvio.ttl): 100
|
|
27
|
+
ActionableListDatasetByDefinitionRepresentation:
|
|
28
|
+
(luvio.ttl): 100
|
|
29
|
+
ActionableListUpsertOutputRepresentation:
|
|
30
|
+
(luvio.ttl): 100
|
|
31
|
+
(luvio.key):
|
|
32
|
+
id: id
|
|
33
|
+
ActionableListColumnsUserOutputRepresentation:
|
|
34
|
+
(luvio.ttl): 5000
|
|
35
|
+
(luvio.key):
|
|
36
|
+
id: id
|
|
37
|
+
ActionableListRefreshOutputRepresentation:
|
|
38
|
+
(luvio.ttl): 1000
|
|
39
|
+
(luvio.key):
|
|
40
|
+
id: id
|
|
41
|
+
ActionableListRefreshFilterListOutputRepresentation:
|
|
42
|
+
(luvio.ttl): 1000
|
|
43
|
+
ActionableListRefreshFilterConditionOutputRepresentation:
|
|
44
|
+
(luvio.ttl): 1000
|
|
45
|
+
ActionableListFilterTemplateListOutputRepresentation:
|
|
46
|
+
(luvio.ttl): 5000
|
|
47
|
+
ActionableListFilterTemplateOutputRepresentation:
|
|
48
|
+
(luvio.ttl): 5000
|
|
49
|
+
(luvio.key):
|
|
50
|
+
id: id
|
|
51
|
+
ActionableListFilterTemplateUpsertOutputRepresentation:
|
|
52
|
+
(luvio.ttl): 5000
|
|
53
|
+
(luvio.key):
|
|
54
|
+
id: id
|
|
55
|
+
ActionableListDatasetColumnValuesOutputRepresentation:
|
|
56
|
+
(luvio.ttl): 1000
|
|
57
|
+
CreateBulkActionPlanOutputRepresentation:
|
|
58
|
+
(luvio.ttl): 1000
|
|
59
|
+
(luvio.key):
|
|
60
|
+
id: responseId
|
|
61
|
+
|
|
62
|
+
/connect:
|
|
63
|
+
/get-actionable-list-def-filters:
|
|
64
|
+
get:
|
|
65
|
+
(luvio.adapter):
|
|
66
|
+
name: getFilterTemplatesForListDefinition
|
|
67
|
+
queryParameters:
|
|
68
|
+
actionableListDefinitionId:
|
|
69
|
+
type: string
|
|
70
|
+
required: false
|
|
71
|
+
/actionable-list-def-filter:
|
|
72
|
+
post:
|
|
73
|
+
(luvio.adapter):
|
|
74
|
+
name: upsertActionableListFilterTemplate
|
|
75
|
+
/{actionableListDefinitionFilterId}:
|
|
76
|
+
get:
|
|
77
|
+
(luvio.adapter):
|
|
78
|
+
name: getFilterTemplate
|
|
79
|
+
(luvio.key):
|
|
80
|
+
id: urlParams.actionableListDefinitionFilterId
|
|
81
|
+
delete:
|
|
82
|
+
(luvio.adapter):
|
|
83
|
+
name: deleteFilterTemplate
|
|
84
|
+
(luvio.key):
|
|
85
|
+
id: urlParams.actionableListDefinitionFilterId
|
|
86
|
+
/actionable-list-definition:
|
|
87
|
+
get:
|
|
88
|
+
(luvio.adapter):
|
|
89
|
+
name: getActionableListDefinitions
|
|
90
|
+
post:
|
|
91
|
+
(luvio.adapter):
|
|
92
|
+
name: createActionableListDefinition
|
|
93
|
+
/actionable-list/{id}/members:
|
|
94
|
+
get:
|
|
95
|
+
(luvio.adapter):
|
|
96
|
+
name: getActionableListMembers
|
|
97
|
+
/actionable-list:
|
|
98
|
+
post:
|
|
99
|
+
(luvio.adapter):
|
|
100
|
+
name: upsertActionableList
|
|
101
|
+
/actionable-list-definition/column-values/{aldcId}:
|
|
102
|
+
get:
|
|
103
|
+
(luvio.adapter):
|
|
104
|
+
name: getDatasetColumnValues
|
|
105
|
+
queryParameters:
|
|
106
|
+
limit:
|
|
107
|
+
type: integer
|
|
108
|
+
required: false
|
|
109
|
+
default: 1000
|
|
110
|
+
/actionable-list-definition/rows:
|
|
111
|
+
post:
|
|
112
|
+
(luvio.adapter):
|
|
113
|
+
name: getActionableListDatasetInfo
|
|
114
|
+
(luvio.method): get
|
|
115
|
+
/actionable-list-dataset-column-user-assignment:
|
|
116
|
+
post:
|
|
117
|
+
(luvio.adapter):
|
|
118
|
+
name: upsertActionableListDatasetColumnUser
|
|
119
|
+
/actionable-list-refresh-count:
|
|
120
|
+
post:
|
|
121
|
+
(luvio.adapter):
|
|
122
|
+
name: upsertActionableListRefreshFilter
|
|
123
|
+
/bulk-action/create-bulk-actionplans:
|
|
124
|
+
post:
|
|
125
|
+
(luvio.adapter):
|
|
126
|
+
name: createBulkActionPlans
|