@salesforce/lds-adapters-industries-epc 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-epc.js +5657 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createProductAttributeDefinition.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deactivate.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deploySnapshotIndex.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/fetchRelatedRecords.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/getConfigRuleMetadata.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextDefinitionInfoById.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexConfigurations.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexError.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexSetting.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductAttributesByProductId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductById.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductFlowByProductId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSnapshots.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/patchIndexSetting.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/pcmCatalogUpdate.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateIndexConfigurations.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleConfigRuleMetadataByUsageTypeAndUsageSubType.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleContextDefinitionByContextDefinitionId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexConfigurations.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexError.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSetting.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSnapshots.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductAttributesByProductId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsByProductId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsFlowByProductId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectPcmActionsDeactivate.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectPcmIndexSetting.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmActionsCatalogUpdate.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmIndexDeploy.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmProductAttributeDefinition.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmRelatedRecordsByEntityName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectPcmIndexConfigurations.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/AttributeCategoryOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/AttributeDefinitionOutputRepresentation.d.ts +79 -0
- package/dist/es/es2018/types/src/generated/types/AttributePicklistOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AttributePicklistValueOutputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateGraphOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateResponseRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnInfoOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnsInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleMetadataOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ContextFieldInfoOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ContextFieldsInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeInfoOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodesInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentationWrapper.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/EpcErrorOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ErrorOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FieldsInfoOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationFieldOutputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationsUpdateOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/IndexErrorOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingOutputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingPatchOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/MetadataOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PCMRecordOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PriceOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PricingModelOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentationWrapper.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ProductClassificationOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductComponentGroupOutputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/ProductFlowConnectRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductFlowOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ProductOutputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/ProductSpecificationRecordTypeOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductSpecificationTypeOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductsOutputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/QuantityInfo.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecordIdMapOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/RecordUpdateOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RelatedObjectRecordsOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsListOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RuntimeCatalogSnapshotInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SettingInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SettingMetadataOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SettingOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotCollectionOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexErrorOutputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexInfoOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexLogOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexOutputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/Status.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +76 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +5799 -0
- package/src/raml/api.raml +1723 -0
- package/src/raml/luvio.raml +132 -0
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
#%RAML 1.0 Overlay
|
|
2
|
+
extends: ./api.raml
|
|
3
|
+
|
|
4
|
+
uses:
|
|
5
|
+
luvio: luvio://annotations.raml
|
|
6
|
+
|
|
7
|
+
(luvio.keyPrefix): 'epc'
|
|
8
|
+
(luvio.ttl): 360000
|
|
9
|
+
|
|
10
|
+
types:
|
|
11
|
+
RecordIdMapOutputRepresentation:
|
|
12
|
+
(luvio.ttl): 6000
|
|
13
|
+
(luvio.opaque): true
|
|
14
|
+
(luvio.key):
|
|
15
|
+
message: status
|
|
16
|
+
ProductAttributeDefinitionListRepresentation:
|
|
17
|
+
(luvio.ttl): 6000
|
|
18
|
+
(luvio.opaque): true
|
|
19
|
+
(luvio.key):
|
|
20
|
+
message: message
|
|
21
|
+
ProductFlowOutputRepresentation:
|
|
22
|
+
(luvio.ttl): 6000
|
|
23
|
+
(luvio.opaque): true
|
|
24
|
+
ProductOutputRepresentation:
|
|
25
|
+
(luvio.ttl): 6000
|
|
26
|
+
(luvio.opaque): true
|
|
27
|
+
ContextDefinitionOutputRepresentation:
|
|
28
|
+
(luvio.ttl): 6000
|
|
29
|
+
(luvio.opaque): true
|
|
30
|
+
ConfigRuleMetadataOutputRepresentation:
|
|
31
|
+
(luvio.ttl): 6000
|
|
32
|
+
(luvio.opaque): true
|
|
33
|
+
SnapshotCollectionOutputRepresentation:
|
|
34
|
+
(luvio.ttl): 6000
|
|
35
|
+
(luvio.opaque): true
|
|
36
|
+
SnapshotDeploymentOutputRepresentation:
|
|
37
|
+
(luvio.ttl): 6000
|
|
38
|
+
(luvio.opaque): true
|
|
39
|
+
(luvio.key):
|
|
40
|
+
message: statusCode
|
|
41
|
+
IndexConfigurationCollectionOutputRepresentation:
|
|
42
|
+
(luvio.ttl): 6000
|
|
43
|
+
(luvio.opaque): true
|
|
44
|
+
IndexConfigurationsUpdateOutputRepresentation:
|
|
45
|
+
(luvio.ttl): 6000
|
|
46
|
+
(luvio.opaque): true
|
|
47
|
+
(luvio.key):
|
|
48
|
+
message: statusCode
|
|
49
|
+
IndexSettingOutputRepresentation:
|
|
50
|
+
(luvio.ttl): 6000
|
|
51
|
+
(luvio.opaque): true
|
|
52
|
+
IndexSettingPatchOutputRepresentation:
|
|
53
|
+
(luvio.ttl): 6000
|
|
54
|
+
(luvio.opaque): true
|
|
55
|
+
(luvio.key):
|
|
56
|
+
message: statusCode
|
|
57
|
+
RelatedRecordsListOutputRepresentation:
|
|
58
|
+
(luvio.ttl): 6000
|
|
59
|
+
(luvio.opaque): true
|
|
60
|
+
(luvio.key):
|
|
61
|
+
message: correlationId
|
|
62
|
+
SnapshotIndexErrorOutputRepresentation:
|
|
63
|
+
(luvio.ttl): 6000
|
|
64
|
+
(luvio.opaque): true
|
|
65
|
+
CatalogUpdateResponseRepresentation:
|
|
66
|
+
(luvio.ttl): 6000
|
|
67
|
+
(luvio.opaque): true
|
|
68
|
+
(luvio.key):
|
|
69
|
+
message: correlationId
|
|
70
|
+
/connect/pcm:
|
|
71
|
+
/actions/catalog-update:
|
|
72
|
+
post:
|
|
73
|
+
(luvio.adapter):
|
|
74
|
+
name: pcmCatalogUpdate
|
|
75
|
+
/actions/deactivate:
|
|
76
|
+
patch:
|
|
77
|
+
(luvio.adapter):
|
|
78
|
+
name: deactivate
|
|
79
|
+
/index/snapshots:
|
|
80
|
+
get:
|
|
81
|
+
(luvio.adapter):
|
|
82
|
+
name: getSnapshots
|
|
83
|
+
/index/configurations:
|
|
84
|
+
put:
|
|
85
|
+
(luvio.adapter):
|
|
86
|
+
name: updateIndexConfigurations
|
|
87
|
+
get:
|
|
88
|
+
(luvio.adapter):
|
|
89
|
+
name: getIndexConfigurations
|
|
90
|
+
/index/deploy:
|
|
91
|
+
post:
|
|
92
|
+
(luvio.adapter):
|
|
93
|
+
name: deploySnapshotIndex
|
|
94
|
+
/index/setting:
|
|
95
|
+
get:
|
|
96
|
+
(luvio.adapter):
|
|
97
|
+
name: getIndexSetting
|
|
98
|
+
patch:
|
|
99
|
+
(luvio.adapter):
|
|
100
|
+
name: patchIndexSetting
|
|
101
|
+
/index/error:
|
|
102
|
+
get:
|
|
103
|
+
(luvio.adapter):
|
|
104
|
+
name: getIndexError
|
|
105
|
+
/product-attribute-definition:
|
|
106
|
+
post:
|
|
107
|
+
(luvio.adapter):
|
|
108
|
+
name: createProductAttributeDefinition
|
|
109
|
+
/products/{productId}/flow:
|
|
110
|
+
get:
|
|
111
|
+
(luvio.adapter):
|
|
112
|
+
name: getProductFlowByProductId
|
|
113
|
+
/product/{productId}/attributes:
|
|
114
|
+
get:
|
|
115
|
+
(luvio.adapter):
|
|
116
|
+
name: getProductAttributesByProductId
|
|
117
|
+
/products/{productId}:
|
|
118
|
+
get:
|
|
119
|
+
(luvio.adapter):
|
|
120
|
+
name: getProductById
|
|
121
|
+
/configurationRule/context-definition/{contextDefinitionId}:
|
|
122
|
+
get:
|
|
123
|
+
(luvio.adapter):
|
|
124
|
+
name: getContextDefinitionInfoById
|
|
125
|
+
/configurationRule/config-rule-metadata/{usageType}/{usageSubType}:
|
|
126
|
+
get:
|
|
127
|
+
(luvio.adapter):
|
|
128
|
+
name: getConfigRuleMetadata
|
|
129
|
+
/relatedRecords/{entityName}:
|
|
130
|
+
post:
|
|
131
|
+
(luvio.adapter):
|
|
132
|
+
name: fetchRelatedRecords
|