@remkoj/optimizely-cms-api 2.0.0-pre4 → 2.0.0-pre5

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.
Files changed (182) hide show
  1. package/dist/api-client.d.ts +35 -0
  2. package/dist/api-client.js +67 -0
  3. package/dist/client/CmsIntegrationApiClient.d.ts +24 -24
  4. package/dist/client/CmsIntegrationApiClient.js +36 -36
  5. package/dist/client/core/ApiError.d.ts +10 -10
  6. package/dist/client/core/ApiError.js +15 -15
  7. package/dist/client/core/ApiRequestOptions.d.ts +13 -13
  8. package/dist/client/core/ApiRequestOptions.js +2 -2
  9. package/dist/client/core/ApiResult.d.ts +7 -7
  10. package/dist/client/core/ApiResult.js +2 -2
  11. package/dist/client/core/BaseHttpRequest.d.ts +8 -8
  12. package/dist/client/core/BaseHttpRequest.js +9 -9
  13. package/dist/client/core/CancelablePromise.d.ts +20 -20
  14. package/dist/client/core/CancelablePromise.js +116 -116
  15. package/dist/client/core/FetchHttpRequest.d.ts +14 -14
  16. package/dist/client/core/FetchHttpRequest.js +20 -20
  17. package/dist/client/core/OpenAPI.d.ts +16 -16
  18. package/dist/client/core/OpenAPI.js +14 -14
  19. package/dist/client/core/request.d.ts +30 -30
  20. package/dist/client/core/request.js +294 -294
  21. package/dist/client/index.d.ts +81 -81
  22. package/dist/client/index.js +48 -48
  23. package/dist/client/models/BinaryProperty.d.ts +8 -8
  24. package/dist/client/models/BinaryProperty.js +2 -2
  25. package/dist/client/models/BooleanProperty.d.ts +5 -5
  26. package/dist/client/models/BooleanProperty.js +2 -2
  27. package/dist/client/models/Changeset.d.ts +26 -26
  28. package/dist/client/models/Changeset.js +2 -2
  29. package/dist/client/models/ChangesetItem.d.ts +11 -11
  30. package/dist/client/models/ChangesetItem.js +2 -2
  31. package/dist/client/models/ChangesetItemPage.d.ts +19 -19
  32. package/dist/client/models/ChangesetItemPage.js +2 -2
  33. package/dist/client/models/ChangesetPage.d.ts +19 -19
  34. package/dist/client/models/ChangesetPage.js +2 -2
  35. package/dist/client/models/ComponentListItem.d.ts +7 -10
  36. package/dist/client/models/ComponentListItem.js +2 -2
  37. package/dist/client/models/ComponentProperty.d.ts +7 -10
  38. package/dist/client/models/ComponentProperty.js +2 -2
  39. package/dist/client/models/ContentBaseType.d.ts +11 -11
  40. package/dist/client/models/ContentBaseType.js +19 -19
  41. package/dist/client/models/ContentComponent.d.ts +34 -34
  42. package/dist/client/models/ContentComponent.js +2 -2
  43. package/dist/client/models/ContentItem.d.ts +60 -60
  44. package/dist/client/models/ContentItem.js +2 -2
  45. package/dist/client/models/ContentItemListWithContentTypes.d.ts +27 -27
  46. package/dist/client/models/ContentItemListWithContentTypes.js +2 -2
  47. package/dist/client/models/ContentItemPage.d.ts +19 -19
  48. package/dist/client/models/ContentItemPage.js +2 -2
  49. package/dist/client/models/ContentItemWithContentTypes.d.ts +12 -12
  50. package/dist/client/models/ContentItemWithContentTypes.js +2 -2
  51. package/dist/client/models/ContentListItem.d.ts +8 -14
  52. package/dist/client/models/ContentListItem.js +2 -2
  53. package/dist/client/models/ContentLocaleInfo.d.ts +19 -11
  54. package/dist/client/models/ContentLocaleInfo.js +2 -2
  55. package/dist/client/models/ContentMetadata.d.ts +38 -46
  56. package/dist/client/models/ContentMetadata.js +2 -2
  57. package/dist/client/models/ContentMetadataPage.d.ts +19 -19
  58. package/dist/client/models/ContentMetadataPage.js +2 -2
  59. package/dist/client/models/ContentProperty.d.ts +8 -14
  60. package/dist/client/models/ContentProperty.js +2 -2
  61. package/dist/client/models/ContentReference.d.ts +17 -17
  62. package/dist/client/models/ContentReference.js +2 -2
  63. package/dist/client/models/ContentReferenceListItem.d.ts +8 -14
  64. package/dist/client/models/ContentReferenceListItem.js +2 -2
  65. package/dist/client/models/ContentReferenceProperty.d.ts +8 -14
  66. package/dist/client/models/ContentReferenceProperty.js +2 -2
  67. package/dist/client/models/ContentType.d.ts +79 -79
  68. package/dist/client/models/ContentType.js +2 -2
  69. package/dist/client/models/ContentTypeFeature.d.ts +10 -10
  70. package/dist/client/models/ContentTypeFeature.js +18 -18
  71. package/dist/client/models/ContentTypePage.d.ts +19 -19
  72. package/dist/client/models/ContentTypePage.js +2 -2
  73. package/dist/client/models/ContentTypeProperty.d.ts +47 -47
  74. package/dist/client/models/ContentTypeProperty.js +2 -2
  75. package/dist/client/models/ContentTypeUsage.d.ts +7 -7
  76. package/dist/client/models/ContentTypeUsage.js +15 -15
  77. package/dist/client/models/CopyContentOptions.d.ts +21 -21
  78. package/dist/client/models/CopyContentOptions.js +2 -2
  79. package/dist/client/models/DateTimeListItem.d.ts +8 -14
  80. package/dist/client/models/DateTimeListItem.js +2 -2
  81. package/dist/client/models/DateTimeProperty.d.ts +8 -14
  82. package/dist/client/models/DateTimeProperty.js +2 -2
  83. package/dist/client/models/DisplaySetting.d.ts +22 -22
  84. package/dist/client/models/DisplaySetting.js +2 -2
  85. package/dist/client/models/DisplaySettingChoice.d.ts +13 -13
  86. package/dist/client/models/DisplaySettingChoice.js +2 -2
  87. package/dist/client/models/DisplayTemplate.d.ts +49 -49
  88. package/dist/client/models/DisplayTemplate.js +2 -2
  89. package/dist/client/models/DisplayTemplatePage.d.ts +19 -19
  90. package/dist/client/models/DisplayTemplatePage.js +2 -2
  91. package/dist/client/models/DoubleEnumerationSettings.d.ts +9 -9
  92. package/dist/client/models/DoubleEnumerationSettings.js +2 -2
  93. package/dist/client/models/FloatListItem.d.ts +10 -16
  94. package/dist/client/models/FloatListItem.js +2 -2
  95. package/dist/client/models/FloatProperty.d.ts +10 -16
  96. package/dist/client/models/FloatProperty.js +2 -2
  97. package/dist/client/models/ImageDescriptor.d.ts +17 -17
  98. package/dist/client/models/ImageDescriptor.js +2 -2
  99. package/dist/client/models/ImportPackageMessage.d.ts +17 -17
  100. package/dist/client/models/ImportPackageMessage.js +2 -2
  101. package/dist/client/models/ImportPackageResult.d.ts +22 -22
  102. package/dist/client/models/ImportPackageResult.js +2 -2
  103. package/dist/client/models/IndexingType.d.ts +8 -8
  104. package/dist/client/models/IndexingType.js +16 -16
  105. package/dist/client/models/Int32EnumerationSettings.d.ts +9 -9
  106. package/dist/client/models/Int32EnumerationSettings.js +2 -2
  107. package/dist/client/models/IntegerListItem.d.ts +10 -16
  108. package/dist/client/models/IntegerListItem.js +2 -2
  109. package/dist/client/models/IntegerProperty.d.ts +10 -16
  110. package/dist/client/models/IntegerProperty.js +2 -2
  111. package/dist/client/models/JsonStringProperty.d.ts +5 -5
  112. package/dist/client/models/JsonStringProperty.js +2 -2
  113. package/dist/client/models/ListProperty.d.ts +26 -26
  114. package/dist/client/models/ListProperty.js +2 -2
  115. package/dist/client/models/ListPropertyItem.d.ts +11 -11
  116. package/dist/client/models/ListPropertyItem.js +2 -2
  117. package/dist/client/models/LocaleStatus.d.ts +7 -7
  118. package/dist/client/models/LocaleStatus.js +15 -15
  119. package/dist/client/models/Manifest.d.ts +24 -24
  120. package/dist/client/models/Manifest.js +2 -2
  121. package/dist/client/models/OauthToken.d.ts +18 -18
  122. package/dist/client/models/OauthToken.js +2 -2
  123. package/dist/client/models/OauthTokenError.d.ts +13 -13
  124. package/dist/client/models/OauthTokenError.js +2 -2
  125. package/dist/client/models/OauthTokenRequest.d.ts +21 -21
  126. package/dist/client/models/OauthTokenRequest.js +2 -2
  127. package/dist/client/models/PackageJob.d.ts +28 -28
  128. package/dist/client/models/PackageJob.js +2 -2
  129. package/dist/client/models/PackageJobMessage.d.ts +17 -17
  130. package/dist/client/models/PackageJobMessage.js +2 -2
  131. package/dist/client/models/PackageJobStatus.d.ts +4 -4
  132. package/dist/client/models/PackageJobStatus.js +2 -2
  133. package/dist/client/models/ProblemDetails.d.ts +1 -1
  134. package/dist/client/models/ProblemDetails.js +2 -2
  135. package/dist/client/models/PropertyDataType.d.ts +18 -18
  136. package/dist/client/models/PropertyDataType.js +26 -26
  137. package/dist/client/models/PropertyFormat.d.ts +34 -34
  138. package/dist/client/models/PropertyFormat.js +2 -2
  139. package/dist/client/models/PropertyFormatPage.d.ts +19 -19
  140. package/dist/client/models/PropertyFormatPage.js +2 -2
  141. package/dist/client/models/PropertyGroup.d.ts +21 -21
  142. package/dist/client/models/PropertyGroup.js +2 -2
  143. package/dist/client/models/PropertyGroupPage.d.ts +19 -19
  144. package/dist/client/models/PropertyGroupPage.js +2 -2
  145. package/dist/client/models/StringEnumerationSettings.d.ts +9 -9
  146. package/dist/client/models/StringEnumerationSettings.js +2 -2
  147. package/dist/client/models/StringListItem.d.ts +11 -14
  148. package/dist/client/models/StringListItem.js +2 -2
  149. package/dist/client/models/StringProperty.d.ts +11 -14
  150. package/dist/client/models/StringProperty.js +2 -2
  151. package/dist/client/models/UrlListItem.d.ts +5 -5
  152. package/dist/client/models/UrlListItem.js +2 -2
  153. package/dist/client/models/UrlProperty.d.ts +5 -5
  154. package/dist/client/models/UrlProperty.js +2 -2
  155. package/dist/client/models/VersionStatus.d.ts +12 -12
  156. package/dist/client/models/VersionStatus.js +20 -20
  157. package/dist/client/services/ChangesetsService.d.ts +105 -105
  158. package/dist/client/services/ChangesetsService.js +239 -239
  159. package/dist/client/services/ContentService.d.ts +172 -172
  160. package/dist/client/services/ContentService.js +409 -409
  161. package/dist/client/services/ContentTypesService.d.ts +66 -66
  162. package/dist/client/services/ContentTypesService.js +149 -149
  163. package/dist/client/services/DisplayTemplatesService.d.ts +60 -60
  164. package/dist/client/services/DisplayTemplatesService.js +135 -135
  165. package/dist/client/services/OauthService.d.ts +17 -17
  166. package/dist/client/services/OauthService.js +28 -28
  167. package/dist/client/services/PackagesService.d.ts +41 -41
  168. package/dist/client/services/PackagesService.js +80 -80
  169. package/dist/client/services/PropertyFormatsService.d.ts +26 -26
  170. package/dist/client/services/PropertyFormatsService.js +53 -53
  171. package/dist/client/services/PropertyGroupsService.d.ts +61 -61
  172. package/dist/client/services/PropertyGroupsService.js +135 -135
  173. package/dist/config.d.ts +8 -8
  174. package/dist/config.js +40 -40
  175. package/dist/getaccesstoken.d.ts +3 -0
  176. package/dist/getaccesstoken.js +43 -0
  177. package/dist/index.d.ts +16 -15
  178. package/dist/index.js +52 -95
  179. package/dist/types.d.ts +8 -0
  180. package/dist/types.js +2 -0
  181. package/dist/version.json +5 -0
  182. package/package.json +11 -7
@@ -1,53 +1,53 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PropertyFormatsService = void 0;
4
- class PropertyFormatsService {
5
- constructor(httpRequest) {
6
- this.httpRequest = httpRequest;
7
- }
8
- /**
9
- * List property formats
10
- * List all property formats using the provided options.
11
- * @param pageIndex
12
- * @param pageSize
13
- * @returns PropertyFormatPage Success
14
- * @throws ApiError
15
- */
16
- propertyFormatsList(pageIndex, pageSize) {
17
- return this.httpRequest.request({
18
- method: 'GET',
19
- url: '/propertyformats',
20
- query: {
21
- 'pageIndex': pageIndex,
22
- 'pageSize': pageSize,
23
- },
24
- errors: {
25
- 403: `Forbidden`,
26
- },
27
- });
28
- }
29
- /**
30
- * Get property format
31
- * Get the property format with the provided key.
32
- * @param key The key of the property format to retrieve.
33
- * @param allowDeleted Indicates that a deleted property format may be returned.
34
- * @returns PropertyFormat Success
35
- * @throws ApiError
36
- */
37
- propertyFormatsGet(key, allowDeleted) {
38
- return this.httpRequest.request({
39
- method: 'GET',
40
- url: '/propertyformats/{key}',
41
- path: {
42
- 'key': key,
43
- },
44
- query: {
45
- 'allowDeleted': allowDeleted,
46
- },
47
- errors: {
48
- 403: `Forbidden`,
49
- },
50
- });
51
- }
52
- }
53
- exports.PropertyFormatsService = PropertyFormatsService;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PropertyFormatsService = void 0;
4
+ class PropertyFormatsService {
5
+ constructor(httpRequest) {
6
+ this.httpRequest = httpRequest;
7
+ }
8
+ /**
9
+ * List property formats
10
+ * List all property formats using the provided options.
11
+ * @param pageIndex
12
+ * @param pageSize
13
+ * @returns PropertyFormatPage OK
14
+ * @throws ApiError
15
+ */
16
+ propertyFormatsList(pageIndex, pageSize) {
17
+ return this.httpRequest.request({
18
+ method: 'GET',
19
+ url: '/propertyformats',
20
+ query: {
21
+ 'pageIndex': pageIndex,
22
+ 'pageSize': pageSize,
23
+ },
24
+ errors: {
25
+ 403: `Forbidden`,
26
+ },
27
+ });
28
+ }
29
+ /**
30
+ * Get property format
31
+ * Get the property format with the provided key.
32
+ * @param key The key of the property format to retrieve.
33
+ * @param allowDeleted Indicates that a deleted property format may be returned.
34
+ * @returns PropertyFormat OK
35
+ * @throws ApiError
36
+ */
37
+ propertyFormatsGet(key, allowDeleted) {
38
+ return this.httpRequest.request({
39
+ method: 'GET',
40
+ url: '/propertyformats/{key}',
41
+ path: {
42
+ 'key': key,
43
+ },
44
+ query: {
45
+ 'allowDeleted': allowDeleted,
46
+ },
47
+ errors: {
48
+ 403: `Forbidden`,
49
+ },
50
+ });
51
+ }
52
+ }
53
+ exports.PropertyFormatsService = PropertyFormatsService;
@@ -1,61 +1,61 @@
1
- import type { PropertyGroup } from '../models/PropertyGroup';
2
- import type { PropertyGroupPage } from '../models/PropertyGroupPage';
3
- import type { CancelablePromise } from '../core/CancelablePromise';
4
- import type { BaseHttpRequest } from '../core/BaseHttpRequest';
5
- export declare class PropertyGroupsService {
6
- readonly httpRequest: BaseHttpRequest;
7
- constructor(httpRequest: BaseHttpRequest);
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?: Array<string>): CancelablePromise<PropertyGroupPage>;
18
- /**
19
- * Create property group
20
- * Create a new property group.
21
- * @param requestBody The property group that should be created.
22
- * @returns PropertyGroup Success
23
- * @throws ApiError
24
- */
25
- propertyGroupsCreate(requestBody: PropertyGroup): CancelablePromise<PropertyGroup>;
26
- /**
27
- * Get property group
28
- * Get the property group with the provided key.
29
- * @param key The key of the property group to retrieve.
30
- * @returns PropertyGroup Success
31
- * @throws ApiError
32
- */
33
- propertyGroupsGet(key: string): CancelablePromise<PropertyGroup>;
34
- /**
35
- * Create or replace property group
36
- * Create or replace a property group. If a property group with the provided key exist it is replaced.
37
- * Otherwise a new property group is created.
38
- * @param key The key of the property group to update or create.
39
- * @param requestBody The values of the created or replaced property group.
40
- * @returns PropertyGroup Success
41
- * @throws ApiError
42
- */
43
- propertyGroupsPut(key: string, requestBody: PropertyGroup): CancelablePromise<PropertyGroup>;
44
- /**
45
- * Update property group
46
- * Update an existing property group.
47
- * @param key The key of the property group to patch.
48
- * @param requestBody The values of the property group that should be updated.
49
- * @returns PropertyGroup Success
50
- * @throws ApiError
51
- */
52
- propertyGroupsPatch(key: string, requestBody: PropertyGroup): CancelablePromise<PropertyGroup>;
53
- /**
54
- * Delete property group
55
- * Deletes the property group with the provided key.
56
- * @param key The key of the property group to delete.
57
- * @returns PropertyGroup Success
58
- * @throws ApiError
59
- */
60
- propertyGroupsDelete(key: string): CancelablePromise<PropertyGroup>;
61
- }
1
+ import type { PropertyGroup } from '../models/PropertyGroup';
2
+ import type { PropertyGroupPage } from '../models/PropertyGroupPage';
3
+ import type { CancelablePromise } from '../core/CancelablePromise';
4
+ import type { BaseHttpRequest } from '../core/BaseHttpRequest';
5
+ export declare class PropertyGroupsService {
6
+ readonly httpRequest: BaseHttpRequest;
7
+ constructor(httpRequest: BaseHttpRequest);
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 OK
15
+ * @throws ApiError
16
+ */
17
+ propertyGroupsList(sources?: Array<string>): CancelablePromise<PropertyGroupPage>;
18
+ /**
19
+ * Create property group
20
+ * Create a new property group.
21
+ * @param requestBody The property group that should be created.
22
+ * @returns PropertyGroup OK
23
+ * @throws ApiError
24
+ */
25
+ propertyGroupsCreate(requestBody: PropertyGroup): CancelablePromise<PropertyGroup>;
26
+ /**
27
+ * Get property group
28
+ * Get the property group with the provided key.
29
+ * @param key The key of the property group to retrieve.
30
+ * @returns PropertyGroup OK
31
+ * @throws ApiError
32
+ */
33
+ propertyGroupsGet(key: string): CancelablePromise<PropertyGroup>;
34
+ /**
35
+ * Create or replace property group
36
+ * Create or replace a property group. If a property group with the provided key exist it is replaced.
37
+ * Otherwise a new property group is created.
38
+ * @param key The key of the property group to update or create.
39
+ * @param requestBody The values of the created or replaced property group.
40
+ * @returns PropertyGroup OK
41
+ * @throws ApiError
42
+ */
43
+ propertyGroupsPut(key: string, requestBody: PropertyGroup): CancelablePromise<PropertyGroup>;
44
+ /**
45
+ * Update property group
46
+ * Update an existing property group.
47
+ * @param key The key of the property group to patch.
48
+ * @param requestBody The values of the property group that should be updated.
49
+ * @returns PropertyGroup OK
50
+ * @throws ApiError
51
+ */
52
+ propertyGroupsPatch(key: string, requestBody: PropertyGroup): CancelablePromise<PropertyGroup>;
53
+ /**
54
+ * Delete property group
55
+ * Deletes the property group with the provided key.
56
+ * @param key The key of the property group to delete.
57
+ * @returns PropertyGroup OK
58
+ * @throws ApiError
59
+ */
60
+ propertyGroupsDelete(key: string): CancelablePromise<PropertyGroup>;
61
+ }
@@ -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 OK
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 OK
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 OK
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 OK
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 OK
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 OK
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
- debug?: boolean;
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,40 +1,40 @@
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
- }
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
+ }
@@ -0,0 +1,3 @@
1
+ import { type CmsIntegrationApiOptions } from "./config";
2
+ export declare function getAccessToken(config?: CmsIntegrationApiOptions): Promise<string>;
3
+ export default getAccessToken;
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getAccessToken = void 0;
4
+ const config_1 = require("./config");
5
+ function isErrorResponse(response) {
6
+ return typeof (response.error) == 'string';
7
+ }
8
+ let _access_token = undefined;
9
+ async function getAccessToken(config) {
10
+ if (!_access_token) {
11
+ _access_token = (async (config) => {
12
+ const options = config ?? (0, config_1.getCmsIntegrationApiConfigFromEnvironment)();
13
+ const authUrl = `${options.base.href}/oauth/token`;
14
+ const headers = new Headers();
15
+ headers.append('Authorization', `Basic ${base64Encode(`${options.clientId}:${options.clientSecret}`)}`);
16
+ headers.append('Content-Type', 'application/x-www-form-urlencoded');
17
+ headers.append('Connection', 'close');
18
+ const body = new URLSearchParams();
19
+ body.append("grant_type", "client_credentials");
20
+ if (options.actAs)
21
+ body.append("act_as", options.actAs);
22
+ const response = await (await fetch(authUrl, {
23
+ method: "POST",
24
+ headers: headers,
25
+ body: body.toString()
26
+ })).json();
27
+ if (isErrorResponse(response))
28
+ throw new Error("Authentication error: " + response.error_description);
29
+ return response.access_token;
30
+ })(config);
31
+ }
32
+ return _access_token;
33
+ }
34
+ exports.getAccessToken = getAccessToken;
35
+ function base64Encode(input) {
36
+ if (btoa && typeof (btoa) == 'function')
37
+ return btoa(input);
38
+ if (Buffer && typeof (Buffer) == 'object')
39
+ //@ts-expect-error
40
+ return Buffer.from(input).toString('base64');
41
+ throw new Error("Unable to base64Encode");
42
+ }
43
+ exports.default = getAccessToken;