@remkoj/optimizely-cms-api 2.0.0-pre2 → 2.0.0-pre4
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/client/CmsIntegrationApiClient.d.ts +24 -22
- package/dist/client/CmsIntegrationApiClient.js +36 -34
- package/dist/client/core/ApiError.d.ts +10 -10
- package/dist/client/core/ApiError.js +15 -15
- package/dist/client/core/ApiRequestOptions.d.ts +13 -13
- package/dist/client/core/ApiRequestOptions.js +2 -2
- package/dist/client/core/ApiResult.d.ts +7 -7
- package/dist/client/core/ApiResult.js +2 -2
- package/dist/client/core/BaseHttpRequest.d.ts +8 -8
- package/dist/client/core/BaseHttpRequest.js +9 -9
- package/dist/client/core/CancelablePromise.d.ts +20 -20
- package/dist/client/core/CancelablePromise.js +116 -116
- package/dist/client/core/FetchHttpRequest.d.ts +14 -14
- package/dist/client/core/FetchHttpRequest.js +20 -20
- package/dist/client/core/OpenAPI.d.ts +16 -16
- package/dist/client/core/OpenAPI.js +14 -14
- package/dist/client/core/request.d.ts +30 -30
- package/dist/client/core/request.js +294 -294
- package/dist/client/index.d.ts +81 -76
- package/dist/client/index.js +48 -46
- package/dist/client/models/BinaryProperty.d.ts +8 -8
- package/dist/client/models/BinaryProperty.js +2 -2
- package/dist/client/models/BooleanProperty.d.ts +5 -5
- package/dist/client/models/BooleanProperty.js +2 -2
- package/dist/client/models/Changeset.d.ts +26 -26
- package/dist/client/models/Changeset.js +2 -2
- package/dist/client/models/ChangesetItem.d.ts +11 -11
- package/dist/client/models/ChangesetItem.js +2 -2
- package/dist/client/models/ChangesetItemPage.d.ts +19 -19
- package/dist/client/models/ChangesetItemPage.js +2 -2
- package/dist/client/models/ChangesetPage.d.ts +19 -19
- package/dist/client/models/ChangesetPage.js +2 -2
- package/dist/client/models/ComponentListItem.d.ts +10 -10
- package/dist/client/models/ComponentListItem.js +2 -2
- package/dist/client/models/ComponentProperty.d.ts +10 -10
- package/dist/client/models/ComponentProperty.js +2 -2
- package/dist/client/models/ContentBaseType.d.ts +11 -11
- package/dist/client/models/ContentBaseType.js +19 -19
- package/dist/client/models/ContentComponent.d.ts +34 -34
- package/dist/client/models/ContentComponent.js +2 -2
- package/dist/client/models/ContentItem.d.ts +60 -60
- package/dist/client/models/ContentItem.js +2 -2
- package/dist/client/models/ContentItemListWithContentTypes.d.ts +27 -27
- package/dist/client/models/ContentItemListWithContentTypes.js +2 -2
- package/dist/client/models/ContentItemPage.d.ts +19 -19
- package/dist/client/models/ContentItemPage.js +2 -2
- package/dist/client/models/ContentItemWithContentTypes.d.ts +12 -12
- package/dist/client/models/ContentItemWithContentTypes.js +2 -2
- package/dist/client/models/ContentListItem.d.ts +14 -14
- package/dist/client/models/ContentListItem.js +2 -2
- package/dist/client/models/ContentLocaleInfo.d.ts +11 -11
- package/dist/client/models/ContentLocaleInfo.js +2 -2
- package/dist/client/models/ContentMetadata.d.ts +46 -46
- package/dist/client/models/ContentMetadata.js +2 -2
- package/dist/client/models/ContentMetadataPage.d.ts +19 -19
- package/dist/client/models/ContentMetadataPage.js +2 -2
- package/dist/client/models/ContentProperty.d.ts +14 -14
- package/dist/client/models/ContentProperty.js +2 -2
- package/dist/client/models/ContentReference.d.ts +17 -17
- package/dist/client/models/ContentReference.js +2 -2
- package/dist/client/models/ContentReferenceListItem.d.ts +14 -14
- package/dist/client/models/ContentReferenceListItem.js +2 -2
- package/dist/client/models/ContentReferenceProperty.d.ts +14 -14
- package/dist/client/models/ContentReferenceProperty.js +2 -2
- package/dist/client/models/ContentType.d.ts +79 -79
- package/dist/client/models/ContentType.js +2 -2
- package/dist/client/models/ContentTypeFeature.d.ts +10 -10
- package/dist/client/models/ContentTypeFeature.js +18 -18
- package/dist/client/models/ContentTypePage.d.ts +19 -19
- package/dist/client/models/ContentTypePage.js +2 -2
- package/dist/client/models/ContentTypeProperty.d.ts +47 -47
- package/dist/client/models/ContentTypeProperty.js +2 -2
- package/dist/client/models/ContentTypeUsage.d.ts +7 -7
- package/dist/client/models/ContentTypeUsage.js +15 -15
- package/dist/client/models/CopyContentOptions.d.ts +21 -21
- package/dist/client/models/CopyContentOptions.js +2 -2
- package/dist/client/models/DateTimeListItem.d.ts +14 -14
- package/dist/client/models/DateTimeListItem.js +2 -2
- package/dist/client/models/DateTimeProperty.d.ts +14 -14
- package/dist/client/models/DateTimeProperty.js +2 -2
- package/dist/client/models/DisplaySetting.d.ts +22 -0
- package/dist/client/models/DisplaySetting.js +2 -0
- package/dist/client/models/DisplaySettingChoice.d.ts +13 -0
- package/dist/client/models/DisplaySettingChoice.js +2 -0
- package/dist/client/models/DisplayTemplate.d.ts +49 -0
- package/dist/client/models/DisplayTemplate.js +2 -0
- package/dist/client/models/DisplayTemplatePage.d.ts +19 -0
- package/dist/client/models/DisplayTemplatePage.js +2 -0
- package/dist/client/models/DoubleEnumerationSettings.d.ts +9 -9
- package/dist/client/models/DoubleEnumerationSettings.js +2 -2
- package/dist/client/models/FloatListItem.d.ts +16 -16
- package/dist/client/models/FloatListItem.js +2 -2
- package/dist/client/models/FloatProperty.d.ts +16 -16
- package/dist/client/models/FloatProperty.js +2 -2
- package/dist/client/models/ImageDescriptor.d.ts +17 -17
- package/dist/client/models/ImageDescriptor.js +2 -2
- package/dist/client/models/ImportPackageMessage.d.ts +17 -17
- package/dist/client/models/ImportPackageMessage.js +2 -2
- package/dist/client/models/ImportPackageResult.d.ts +22 -22
- package/dist/client/models/ImportPackageResult.js +2 -2
- package/dist/client/models/IndexingType.d.ts +8 -8
- package/dist/client/models/IndexingType.js +16 -16
- package/dist/client/models/Int32EnumerationSettings.d.ts +9 -9
- package/dist/client/models/Int32EnumerationSettings.js +2 -2
- package/dist/client/models/IntegerListItem.d.ts +16 -16
- package/dist/client/models/IntegerListItem.js +2 -2
- package/dist/client/models/IntegerProperty.d.ts +16 -16
- package/dist/client/models/IntegerProperty.js +2 -2
- package/dist/client/models/JsonStringProperty.d.ts +5 -5
- package/dist/client/models/JsonStringProperty.js +2 -2
- package/dist/client/models/ListProperty.d.ts +26 -26
- package/dist/client/models/ListProperty.js +2 -2
- package/dist/client/models/ListPropertyItem.d.ts +11 -11
- package/dist/client/models/ListPropertyItem.js +2 -2
- package/dist/client/models/LocaleStatus.d.ts +7 -7
- package/dist/client/models/LocaleStatus.js +15 -15
- package/dist/client/models/Manifest.d.ts +24 -19
- package/dist/client/models/Manifest.js +2 -2
- package/dist/client/models/OauthToken.d.ts +18 -18
- package/dist/client/models/OauthToken.js +2 -2
- package/dist/client/models/OauthTokenError.d.ts +13 -13
- package/dist/client/models/OauthTokenError.js +2 -2
- package/dist/client/models/OauthTokenRequest.d.ts +21 -21
- package/dist/client/models/OauthTokenRequest.js +2 -2
- package/dist/client/models/PackageJob.d.ts +28 -28
- package/dist/client/models/PackageJob.js +2 -2
- package/dist/client/models/PackageJobMessage.d.ts +17 -17
- package/dist/client/models/PackageJobMessage.js +2 -2
- package/dist/client/models/PackageJobStatus.d.ts +4 -4
- package/dist/client/models/PackageJobStatus.js +2 -2
- package/dist/client/models/ProblemDetails.d.ts +1 -1
- package/dist/client/models/ProblemDetails.js +2 -2
- package/dist/client/models/PropertyDataType.d.ts +18 -18
- package/dist/client/models/PropertyDataType.js +26 -26
- package/dist/client/models/PropertyFormat.d.ts +34 -34
- package/dist/client/models/PropertyFormat.js +2 -2
- package/dist/client/models/PropertyFormatPage.d.ts +19 -19
- package/dist/client/models/PropertyFormatPage.js +2 -2
- package/dist/client/models/PropertyGroup.d.ts +21 -21
- package/dist/client/models/PropertyGroup.js +2 -2
- package/dist/client/models/PropertyGroupPage.d.ts +19 -19
- package/dist/client/models/PropertyGroupPage.js +2 -2
- package/dist/client/models/StringEnumerationSettings.d.ts +9 -9
- package/dist/client/models/StringEnumerationSettings.js +2 -2
- package/dist/client/models/StringListItem.d.ts +14 -14
- package/dist/client/models/StringListItem.js +2 -2
- package/dist/client/models/StringProperty.d.ts +14 -14
- package/dist/client/models/StringProperty.js +2 -2
- package/dist/client/models/UrlListItem.d.ts +5 -5
- package/dist/client/models/UrlListItem.js +2 -2
- package/dist/client/models/UrlProperty.d.ts +5 -5
- package/dist/client/models/UrlProperty.js +2 -2
- package/dist/client/models/VersionStatus.d.ts +12 -12
- package/dist/client/models/VersionStatus.js +20 -20
- package/dist/client/services/ChangesetsService.d.ts +105 -105
- package/dist/client/services/ChangesetsService.js +239 -239
- package/dist/client/services/ContentService.d.ts +172 -172
- package/dist/client/services/ContentService.js +409 -409
- package/dist/client/services/ContentTypesService.d.ts +66 -66
- package/dist/client/services/ContentTypesService.js +149 -149
- package/dist/client/services/DisplayTemplatesService.d.ts +60 -0
- package/dist/client/services/DisplayTemplatesService.js +135 -0
- package/dist/client/services/OauthService.d.ts +17 -17
- package/dist/client/services/OauthService.js +28 -28
- package/dist/client/services/PackagesService.d.ts +41 -41
- package/dist/client/services/PackagesService.js +80 -80
- package/dist/client/services/PropertyFormatsService.d.ts +26 -26
- package/dist/client/services/PropertyFormatsService.js +53 -53
- package/dist/client/services/PropertyGroupsService.d.ts +61 -61
- package/dist/client/services/PropertyGroupsService.js +135 -135
- package/dist/config.d.ts +8 -8
- package/dist/config.js +40 -36
- package/dist/index.d.ts +15 -15
- package/dist/index.js +95 -95
- package/package.json +4 -3
|
@@ -1,135 +1,135 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PropertyGroupsService = void 0;
|
|
4
|
-
class PropertyGroupsService {
|
|
5
|
-
constructor(httpRequest) {
|
|
6
|
-
this.httpRequest = httpRequest;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* List property groups
|
|
10
|
-
* List property groups using the provided options.
|
|
11
|
-
* @param sources Indicates which property groups sources that should be listed.
|
|
12
|
-
* Use All to include groups from all sources or
|
|
13
|
-
* Default to include groups without a specific sources.
|
|
14
|
-
* @returns PropertyGroupPage Success
|
|
15
|
-
* @throws ApiError
|
|
16
|
-
*/
|
|
17
|
-
propertyGroupsList(sources) {
|
|
18
|
-
return this.httpRequest.request({
|
|
19
|
-
method: 'GET',
|
|
20
|
-
url: '/propertygroups',
|
|
21
|
-
query: {
|
|
22
|
-
'sources': sources,
|
|
23
|
-
},
|
|
24
|
-
errors: {
|
|
25
|
-
403: `Forbidden`,
|
|
26
|
-
},
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Create property group
|
|
31
|
-
* Create a new property group.
|
|
32
|
-
* @param requestBody The property group that should be created.
|
|
33
|
-
* @returns PropertyGroup Success
|
|
34
|
-
* @throws ApiError
|
|
35
|
-
*/
|
|
36
|
-
propertyGroupsCreate(requestBody) {
|
|
37
|
-
return this.httpRequest.request({
|
|
38
|
-
method: 'POST',
|
|
39
|
-
url: '/propertygroups',
|
|
40
|
-
body: requestBody,
|
|
41
|
-
mediaType: 'application/json',
|
|
42
|
-
errors: {
|
|
43
|
-
400: `Bad Request`,
|
|
44
|
-
403: `Forbidden`,
|
|
45
|
-
},
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* Get property group
|
|
50
|
-
* Get the property group with the provided key.
|
|
51
|
-
* @param key The key of the property group to retrieve.
|
|
52
|
-
* @returns PropertyGroup Success
|
|
53
|
-
* @throws ApiError
|
|
54
|
-
*/
|
|
55
|
-
propertyGroupsGet(key) {
|
|
56
|
-
return this.httpRequest.request({
|
|
57
|
-
method: 'GET',
|
|
58
|
-
url: '/propertygroups/{key}',
|
|
59
|
-
path: {
|
|
60
|
-
'key': key,
|
|
61
|
-
},
|
|
62
|
-
errors: {
|
|
63
|
-
403: `Forbidden`,
|
|
64
|
-
},
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* Create or replace property group
|
|
69
|
-
* Create or replace a property group. If a property group with the provided key exist it is replaced.
|
|
70
|
-
* Otherwise a new property group is created.
|
|
71
|
-
* @param key The key of the property group to update or create.
|
|
72
|
-
* @param requestBody The values of the created or replaced property group.
|
|
73
|
-
* @returns PropertyGroup Success
|
|
74
|
-
* @throws ApiError
|
|
75
|
-
*/
|
|
76
|
-
propertyGroupsPut(key, requestBody) {
|
|
77
|
-
return this.httpRequest.request({
|
|
78
|
-
method: 'PUT',
|
|
79
|
-
url: '/propertygroups/{key}',
|
|
80
|
-
path: {
|
|
81
|
-
'key': key,
|
|
82
|
-
},
|
|
83
|
-
body: requestBody,
|
|
84
|
-
mediaType: 'application/json',
|
|
85
|
-
errors: {
|
|
86
|
-
400: `Bad Request`,
|
|
87
|
-
403: `Forbidden`,
|
|
88
|
-
},
|
|
89
|
-
});
|
|
90
|
-
}
|
|
91
|
-
/**
|
|
92
|
-
* Update property group
|
|
93
|
-
* Update an existing property group.
|
|
94
|
-
* @param key The key of the property group to patch.
|
|
95
|
-
* @param requestBody The values of the property group that should be updated.
|
|
96
|
-
* @returns PropertyGroup Success
|
|
97
|
-
* @throws ApiError
|
|
98
|
-
*/
|
|
99
|
-
propertyGroupsPatch(key, requestBody) {
|
|
100
|
-
return this.httpRequest.request({
|
|
101
|
-
method: 'PATCH',
|
|
102
|
-
url: '/propertygroups/{key}',
|
|
103
|
-
path: {
|
|
104
|
-
'key': key,
|
|
105
|
-
},
|
|
106
|
-
body: requestBody,
|
|
107
|
-
mediaType: 'application/merge-patch+json',
|
|
108
|
-
errors: {
|
|
109
|
-
400: `Bad Request`,
|
|
110
|
-
403: `Forbidden`,
|
|
111
|
-
},
|
|
112
|
-
});
|
|
113
|
-
}
|
|
114
|
-
/**
|
|
115
|
-
* Delete property group
|
|
116
|
-
* Deletes the property group with the provided key.
|
|
117
|
-
* @param key The key of the property group to delete.
|
|
118
|
-
* @returns PropertyGroup Success
|
|
119
|
-
* @throws ApiError
|
|
120
|
-
*/
|
|
121
|
-
propertyGroupsDelete(key) {
|
|
122
|
-
return this.httpRequest.request({
|
|
123
|
-
method: 'DELETE',
|
|
124
|
-
url: '/propertygroups/{key}',
|
|
125
|
-
path: {
|
|
126
|
-
'key': key,
|
|
127
|
-
},
|
|
128
|
-
errors: {
|
|
129
|
-
400: `Bad Request`,
|
|
130
|
-
403: `Forbidden`,
|
|
131
|
-
},
|
|
132
|
-
});
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
exports.PropertyGroupsService = PropertyGroupsService;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PropertyGroupsService = void 0;
|
|
4
|
+
class PropertyGroupsService {
|
|
5
|
+
constructor(httpRequest) {
|
|
6
|
+
this.httpRequest = httpRequest;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* List property groups
|
|
10
|
+
* List property groups using the provided options.
|
|
11
|
+
* @param sources Indicates which property groups sources that should be listed.
|
|
12
|
+
* Use All to include groups from all sources or
|
|
13
|
+
* Default to include groups without a specific sources.
|
|
14
|
+
* @returns PropertyGroupPage Success
|
|
15
|
+
* @throws ApiError
|
|
16
|
+
*/
|
|
17
|
+
propertyGroupsList(sources) {
|
|
18
|
+
return this.httpRequest.request({
|
|
19
|
+
method: 'GET',
|
|
20
|
+
url: '/propertygroups',
|
|
21
|
+
query: {
|
|
22
|
+
'sources': sources,
|
|
23
|
+
},
|
|
24
|
+
errors: {
|
|
25
|
+
403: `Forbidden`,
|
|
26
|
+
},
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Create property group
|
|
31
|
+
* Create a new property group.
|
|
32
|
+
* @param requestBody The property group that should be created.
|
|
33
|
+
* @returns PropertyGroup Success
|
|
34
|
+
* @throws ApiError
|
|
35
|
+
*/
|
|
36
|
+
propertyGroupsCreate(requestBody) {
|
|
37
|
+
return this.httpRequest.request({
|
|
38
|
+
method: 'POST',
|
|
39
|
+
url: '/propertygroups',
|
|
40
|
+
body: requestBody,
|
|
41
|
+
mediaType: 'application/json',
|
|
42
|
+
errors: {
|
|
43
|
+
400: `Bad Request`,
|
|
44
|
+
403: `Forbidden`,
|
|
45
|
+
},
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get property group
|
|
50
|
+
* Get the property group with the provided key.
|
|
51
|
+
* @param key The key of the property group to retrieve.
|
|
52
|
+
* @returns PropertyGroup Success
|
|
53
|
+
* @throws ApiError
|
|
54
|
+
*/
|
|
55
|
+
propertyGroupsGet(key) {
|
|
56
|
+
return this.httpRequest.request({
|
|
57
|
+
method: 'GET',
|
|
58
|
+
url: '/propertygroups/{key}',
|
|
59
|
+
path: {
|
|
60
|
+
'key': key,
|
|
61
|
+
},
|
|
62
|
+
errors: {
|
|
63
|
+
403: `Forbidden`,
|
|
64
|
+
},
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Create or replace property group
|
|
69
|
+
* Create or replace a property group. If a property group with the provided key exist it is replaced.
|
|
70
|
+
* Otherwise a new property group is created.
|
|
71
|
+
* @param key The key of the property group to update or create.
|
|
72
|
+
* @param requestBody The values of the created or replaced property group.
|
|
73
|
+
* @returns PropertyGroup Success
|
|
74
|
+
* @throws ApiError
|
|
75
|
+
*/
|
|
76
|
+
propertyGroupsPut(key, requestBody) {
|
|
77
|
+
return this.httpRequest.request({
|
|
78
|
+
method: 'PUT',
|
|
79
|
+
url: '/propertygroups/{key}',
|
|
80
|
+
path: {
|
|
81
|
+
'key': key,
|
|
82
|
+
},
|
|
83
|
+
body: requestBody,
|
|
84
|
+
mediaType: 'application/json',
|
|
85
|
+
errors: {
|
|
86
|
+
400: `Bad Request`,
|
|
87
|
+
403: `Forbidden`,
|
|
88
|
+
},
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Update property group
|
|
93
|
+
* Update an existing property group.
|
|
94
|
+
* @param key The key of the property group to patch.
|
|
95
|
+
* @param requestBody The values of the property group that should be updated.
|
|
96
|
+
* @returns PropertyGroup Success
|
|
97
|
+
* @throws ApiError
|
|
98
|
+
*/
|
|
99
|
+
propertyGroupsPatch(key, requestBody) {
|
|
100
|
+
return this.httpRequest.request({
|
|
101
|
+
method: 'PATCH',
|
|
102
|
+
url: '/propertygroups/{key}',
|
|
103
|
+
path: {
|
|
104
|
+
'key': key,
|
|
105
|
+
},
|
|
106
|
+
body: requestBody,
|
|
107
|
+
mediaType: 'application/merge-patch+json',
|
|
108
|
+
errors: {
|
|
109
|
+
400: `Bad Request`,
|
|
110
|
+
403: `Forbidden`,
|
|
111
|
+
},
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Delete property group
|
|
116
|
+
* Deletes the property group with the provided key.
|
|
117
|
+
* @param key The key of the property group to delete.
|
|
118
|
+
* @returns PropertyGroup Success
|
|
119
|
+
* @throws ApiError
|
|
120
|
+
*/
|
|
121
|
+
propertyGroupsDelete(key) {
|
|
122
|
+
return this.httpRequest.request({
|
|
123
|
+
method: 'DELETE',
|
|
124
|
+
url: '/propertygroups/{key}',
|
|
125
|
+
path: {
|
|
126
|
+
'key': key,
|
|
127
|
+
},
|
|
128
|
+
errors: {
|
|
129
|
+
400: `Bad Request`,
|
|
130
|
+
403: `Forbidden`,
|
|
131
|
+
},
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
exports.PropertyGroupsService = PropertyGroupsService;
|
package/dist/config.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export type CmsIntegrationApiOptions = {
|
|
2
|
-
base: URL;
|
|
3
|
-
clientId?: string;
|
|
4
|
-
clientSecret?: string;
|
|
5
|
-
actAs?: string;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export declare function getCmsIntegrationApiConfigFromEnvironment(): CmsIntegrationApiOptions;
|
|
1
|
+
export type CmsIntegrationApiOptions = {
|
|
2
|
+
base: URL;
|
|
3
|
+
clientId?: string;
|
|
4
|
+
clientSecret?: string;
|
|
5
|
+
actAs?: string;
|
|
6
|
+
debug?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare function getCmsIntegrationApiConfigFromEnvironment(): CmsIntegrationApiOptions;
|
package/dist/config.js
CHANGED
|
@@ -1,36 +1,40 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getCmsIntegrationApiConfigFromEnvironment =
|
|
4
|
-
|
|
5
|
-
function getCmsIntegrationApiConfigFromEnvironment() {
|
|
6
|
-
const cmsUrl = getMandatory('OPTIMIZELY_CMS_URL');
|
|
7
|
-
const clientId = getMandatory('OPTIMIZELY_CMS_CLIENT_ID');
|
|
8
|
-
const clientSecret = getMandatory('OPTIMIZELY_CMS_CLIENT_SECRET');
|
|
9
|
-
const actAs = getOptional('OPTIMIZELY_CMS_USER_ID');
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
clientId
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getCmsIntegrationApiConfigFromEnvironment = void 0;
|
|
4
|
+
const OpenAPI_1 = require("./client/core/OpenAPI");
|
|
5
|
+
function getCmsIntegrationApiConfigFromEnvironment() {
|
|
6
|
+
const cmsUrl = getMandatory('OPTIMIZELY_CMS_URL');
|
|
7
|
+
const clientId = getMandatory('OPTIMIZELY_CMS_CLIENT_ID');
|
|
8
|
+
const clientSecret = getMandatory('OPTIMIZELY_CMS_CLIENT_SECRET');
|
|
9
|
+
const actAs = getOptional('OPTIMIZELY_CMS_USER_ID');
|
|
10
|
+
const debug = getOptional('OPTIMIZELY_DEBUG', "0") == "1";
|
|
11
|
+
let baseUrl;
|
|
12
|
+
try {
|
|
13
|
+
baseUrl = new URL(OpenAPI_1.OpenAPI.BASE, cmsUrl);
|
|
14
|
+
}
|
|
15
|
+
catch {
|
|
16
|
+
throw new Error("Invalid URL provided");
|
|
17
|
+
}
|
|
18
|
+
if (debug)
|
|
19
|
+
console.log(`[Optimizely CMS API] Connecting to ${baseUrl} as ${clientId}`);
|
|
20
|
+
return {
|
|
21
|
+
base: baseUrl,
|
|
22
|
+
clientId,
|
|
23
|
+
clientSecret,
|
|
24
|
+
actAs,
|
|
25
|
+
debug
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
exports.getCmsIntegrationApiConfigFromEnvironment = getCmsIntegrationApiConfigFromEnvironment;
|
|
29
|
+
function getOptional(variable, defaultValue) {
|
|
30
|
+
const envValue = process.env[variable];
|
|
31
|
+
if (!envValue || envValue == "")
|
|
32
|
+
return defaultValue;
|
|
33
|
+
return envValue;
|
|
34
|
+
}
|
|
35
|
+
function getMandatory(variable) {
|
|
36
|
+
const envValue = process.env[variable];
|
|
37
|
+
if (!envValue)
|
|
38
|
+
throw new Error(`The environment variable ${variable} is missing or empty`);
|
|
39
|
+
return envValue;
|
|
40
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export * from './config';
|
|
2
|
-
export * as IntegrationApi from './client';
|
|
3
|
-
export { CmsIntegrationApiClient } from './client';
|
|
4
|
-
import { type CmsIntegrationApiOptions } from './config';
|
|
5
|
-
import { CmsIntegrationApiClient } from './client';
|
|
6
|
-
export declare function getAccessToken(config?: CmsIntegrationApiOptions): Promise<string>;
|
|
7
|
-
export declare function createClient(config?: CmsIntegrationApiOptions): CmsIntegrationApiClient;
|
|
8
|
-
export declare enum ContentRoots {
|
|
9
|
-
SystemRoot = "43f936c99b234ea397b261c538ad07c9",
|
|
10
|
-
MultiChannelContent = "41118A415C8C4BE08E73520FF3DE8244"
|
|
11
|
-
}
|
|
12
|
-
export declare enum ContentTypeKeys {
|
|
13
|
-
Folder = "SysContentFolder"
|
|
14
|
-
}
|
|
15
|
-
export default createClient;
|
|
1
|
+
export * from './config';
|
|
2
|
+
export * as IntegrationApi from './client';
|
|
3
|
+
export { CmsIntegrationApiClient } from './client';
|
|
4
|
+
import { type CmsIntegrationApiOptions } from './config';
|
|
5
|
+
import { CmsIntegrationApiClient } from './client';
|
|
6
|
+
export declare function getAccessToken(config?: CmsIntegrationApiOptions): Promise<string>;
|
|
7
|
+
export declare function createClient(config?: CmsIntegrationApiOptions): CmsIntegrationApiClient;
|
|
8
|
+
export declare enum ContentRoots {
|
|
9
|
+
SystemRoot = "43f936c99b234ea397b261c538ad07c9",
|
|
10
|
+
MultiChannelContent = "41118A415C8C4BE08E73520FF3DE8244"
|
|
11
|
+
}
|
|
12
|
+
export declare enum ContentTypeKeys {
|
|
13
|
+
Folder = "SysContentFolder"
|
|
14
|
+
}
|
|
15
|
+
export default createClient;
|
package/dist/index.js
CHANGED
|
@@ -1,95 +1,95 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
|
-
};
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.ContentTypeKeys = exports.ContentRoots = exports.createClient = exports.getAccessToken = exports.CmsIntegrationApiClient = exports.IntegrationApi = void 0;
|
|
30
|
-
__exportStar(require("./config"), exports);
|
|
31
|
-
exports.IntegrationApi = __importStar(require("./client"));
|
|
32
|
-
var client_1 = require("./client");
|
|
33
|
-
Object.defineProperty(exports, "CmsIntegrationApiClient", { enumerable: true, get: function () { return client_1.CmsIntegrationApiClient; } });
|
|
34
|
-
const config_1 = require("./config");
|
|
35
|
-
const client_2 = require("./client");
|
|
36
|
-
function isErrorResponse(response) {
|
|
37
|
-
return typeof (response.error) == 'string';
|
|
38
|
-
}
|
|
39
|
-
let _access_token = undefined;
|
|
40
|
-
async function getAccessToken(config) {
|
|
41
|
-
if (!_access_token) {
|
|
42
|
-
_access_token = (async (config) => {
|
|
43
|
-
const options = config ?? (0, config_1.getCmsIntegrationApiConfigFromEnvironment)();
|
|
44
|
-
const authUrl = `${options.base.href}/oauth/token`;
|
|
45
|
-
const headers = new Headers();
|
|
46
|
-
headers.append('Authorization', `Basic ${base64Encode(`${options.clientId}:${options.clientSecret}`)}`);
|
|
47
|
-
headers.append('Content-Type', 'application/x-www-form-urlencoded');
|
|
48
|
-
headers.append('Connection', 'close');
|
|
49
|
-
const body = new URLSearchParams();
|
|
50
|
-
body.append("grant_type", "client_credentials");
|
|
51
|
-
if (options.actAs)
|
|
52
|
-
body.append("act_as", options.actAs);
|
|
53
|
-
const response = await (await fetch(authUrl, {
|
|
54
|
-
method: "POST",
|
|
55
|
-
headers: headers,
|
|
56
|
-
body: body.toString()
|
|
57
|
-
})).json();
|
|
58
|
-
if (isErrorResponse(response))
|
|
59
|
-
throw new Error("Authentication error: " + response.error_description);
|
|
60
|
-
return response.access_token;
|
|
61
|
-
})(config);
|
|
62
|
-
}
|
|
63
|
-
return _access_token;
|
|
64
|
-
}
|
|
65
|
-
exports.getAccessToken = getAccessToken;
|
|
66
|
-
function createClient(config) {
|
|
67
|
-
const options = config ?? (0, config_1.getCmsIntegrationApiConfigFromEnvironment)();
|
|
68
|
-
const client = new client_2.CmsIntegrationApiClient({
|
|
69
|
-
BASE: options.base.href,
|
|
70
|
-
TOKEN: () => getAccessToken(options),
|
|
71
|
-
HEADERS: {
|
|
72
|
-
Connection: "Close"
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
return client;
|
|
76
|
-
}
|
|
77
|
-
exports.createClient = createClient;
|
|
78
|
-
var ContentRoots;
|
|
79
|
-
(function (ContentRoots) {
|
|
80
|
-
ContentRoots["SystemRoot"] = "43f936c99b234ea397b261c538ad07c9";
|
|
81
|
-
ContentRoots["MultiChannelContent"] = "41118A415C8C4BE08E73520FF3DE8244";
|
|
82
|
-
})(ContentRoots || (exports.ContentRoots = ContentRoots = {}));
|
|
83
|
-
var ContentTypeKeys;
|
|
84
|
-
(function (ContentTypeKeys) {
|
|
85
|
-
ContentTypeKeys["Folder"] = "SysContentFolder";
|
|
86
|
-
})(ContentTypeKeys || (exports.ContentTypeKeys = ContentTypeKeys = {}));
|
|
87
|
-
function base64Encode(input) {
|
|
88
|
-
if (btoa && typeof (btoa) == 'function')
|
|
89
|
-
return btoa(input);
|
|
90
|
-
if (Buffer && typeof (Buffer) == 'object')
|
|
91
|
-
//@ts-expect-error
|
|
92
|
-
return Buffer.from(input).toString('base64');
|
|
93
|
-
throw new Error("Unable to base64Encode");
|
|
94
|
-
}
|
|
95
|
-
exports.default = createClient;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
|
+
};
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ContentTypeKeys = exports.ContentRoots = exports.createClient = exports.getAccessToken = exports.CmsIntegrationApiClient = exports.IntegrationApi = void 0;
|
|
30
|
+
__exportStar(require("./config"), exports);
|
|
31
|
+
exports.IntegrationApi = __importStar(require("./client"));
|
|
32
|
+
var client_1 = require("./client");
|
|
33
|
+
Object.defineProperty(exports, "CmsIntegrationApiClient", { enumerable: true, get: function () { return client_1.CmsIntegrationApiClient; } });
|
|
34
|
+
const config_1 = require("./config");
|
|
35
|
+
const client_2 = require("./client");
|
|
36
|
+
function isErrorResponse(response) {
|
|
37
|
+
return typeof (response.error) == 'string';
|
|
38
|
+
}
|
|
39
|
+
let _access_token = undefined;
|
|
40
|
+
async function getAccessToken(config) {
|
|
41
|
+
if (!_access_token) {
|
|
42
|
+
_access_token = (async (config) => {
|
|
43
|
+
const options = config ?? (0, config_1.getCmsIntegrationApiConfigFromEnvironment)();
|
|
44
|
+
const authUrl = `${options.base.href}/oauth/token`;
|
|
45
|
+
const headers = new Headers();
|
|
46
|
+
headers.append('Authorization', `Basic ${base64Encode(`${options.clientId}:${options.clientSecret}`)}`);
|
|
47
|
+
headers.append('Content-Type', 'application/x-www-form-urlencoded');
|
|
48
|
+
headers.append('Connection', 'close');
|
|
49
|
+
const body = new URLSearchParams();
|
|
50
|
+
body.append("grant_type", "client_credentials");
|
|
51
|
+
if (options.actAs)
|
|
52
|
+
body.append("act_as", options.actAs);
|
|
53
|
+
const response = await (await fetch(authUrl, {
|
|
54
|
+
method: "POST",
|
|
55
|
+
headers: headers,
|
|
56
|
+
body: body.toString()
|
|
57
|
+
})).json();
|
|
58
|
+
if (isErrorResponse(response))
|
|
59
|
+
throw new Error("Authentication error: " + response.error_description);
|
|
60
|
+
return response.access_token;
|
|
61
|
+
})(config);
|
|
62
|
+
}
|
|
63
|
+
return _access_token;
|
|
64
|
+
}
|
|
65
|
+
exports.getAccessToken = getAccessToken;
|
|
66
|
+
function createClient(config) {
|
|
67
|
+
const options = config ?? (0, config_1.getCmsIntegrationApiConfigFromEnvironment)();
|
|
68
|
+
const client = new client_2.CmsIntegrationApiClient({
|
|
69
|
+
BASE: options.base.href,
|
|
70
|
+
TOKEN: () => getAccessToken(options),
|
|
71
|
+
HEADERS: {
|
|
72
|
+
Connection: "Close"
|
|
73
|
+
}
|
|
74
|
+
});
|
|
75
|
+
return client;
|
|
76
|
+
}
|
|
77
|
+
exports.createClient = createClient;
|
|
78
|
+
var ContentRoots;
|
|
79
|
+
(function (ContentRoots) {
|
|
80
|
+
ContentRoots["SystemRoot"] = "43f936c99b234ea397b261c538ad07c9";
|
|
81
|
+
ContentRoots["MultiChannelContent"] = "41118A415C8C4BE08E73520FF3DE8244";
|
|
82
|
+
})(ContentRoots || (exports.ContentRoots = ContentRoots = {}));
|
|
83
|
+
var ContentTypeKeys;
|
|
84
|
+
(function (ContentTypeKeys) {
|
|
85
|
+
ContentTypeKeys["Folder"] = "SysContentFolder";
|
|
86
|
+
})(ContentTypeKeys || (exports.ContentTypeKeys = ContentTypeKeys = {}));
|
|
87
|
+
function base64Encode(input) {
|
|
88
|
+
if (btoa && typeof (btoa) == 'function')
|
|
89
|
+
return btoa(input);
|
|
90
|
+
if (Buffer && typeof (Buffer) == 'object')
|
|
91
|
+
//@ts-expect-error
|
|
92
|
+
return Buffer.from(input).toString('base64');
|
|
93
|
+
throw new Error("Unable to base64Encode");
|
|
94
|
+
}
|
|
95
|
+
exports.default = createClient;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@remkoj/optimizely-cms-api",
|
|
3
3
|
"displayName": "Optimizely CMS - Integration API Client",
|
|
4
4
|
"description": "A Javascript client for the Integration API provided by the Optimizely CMS.",
|
|
5
|
-
"version": "2.0.0-
|
|
5
|
+
"version": "2.0.0-pre4",
|
|
6
6
|
"packageManager": "yarn@4.1.1",
|
|
7
7
|
"type": "commonjs",
|
|
8
8
|
"license": "Apache-2.0",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"./dist"
|
|
13
13
|
],
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@types/node": "^20.12.
|
|
15
|
+
"@types/node": "^20.12.12",
|
|
16
16
|
"openapi-typescript-codegen": "^0.29.0",
|
|
17
17
|
"tslib": "^2.6.2",
|
|
18
18
|
"typescript": "^5.4.5"
|
|
@@ -23,5 +23,6 @@
|
|
|
23
23
|
"watch": "tsc --watch",
|
|
24
24
|
"rebuild": "tsc --build --clean && yarn generate-client && tsc --build --force",
|
|
25
25
|
"generate-client": "yarn openapi --input ./integrationapi.spec.json --output ./src/client --name CmsIntegrationApiClient"
|
|
26
|
-
}
|
|
26
|
+
},
|
|
27
|
+
"stableVersion": "2.0.0-pre2"
|
|
27
28
|
}
|