@emilgroup/insurance-sdk-node 1.93.1-beta.17 → 1.93.1-beta.20
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/README.md +2 -2
- package/api/product-configs-api.ts +24 -24
- package/dist/api/product-configs-api.d.ts +24 -24
- package/dist/api/product-configs-api.js +18 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/insurance-sdk-node@1.93.1-beta.
|
|
20
|
+
npm install @emilgroup/insurance-sdk-node@1.93.1-beta.20 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk-node@1.93.1-beta.
|
|
24
|
+
yarn add @emilgroup/insurance-sdk-node@1.93.1-beta.20
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PoliciesApi`.
|
|
@@ -139,7 +139,7 @@ export const ProductConfigsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
139
139
|
/**
|
|
140
140
|
* Deletes a product config **Required Permissions** \"policy-management.products.delete\"
|
|
141
141
|
* @summary Delete the Product Config
|
|
142
|
-
* @param {string} code
|
|
142
|
+
* @param {string} code Unique identifier for the object.
|
|
143
143
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
144
144
|
* @param {*} [options] Override http request option.
|
|
145
145
|
* @throws {RequiredError}
|
|
@@ -184,7 +184,7 @@ export const ProductConfigsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
184
184
|
/**
|
|
185
185
|
* Deletes a product config version **Required Permissions** \"policy-management.products.delete\"
|
|
186
186
|
* @summary Delete the Product Config Version
|
|
187
|
-
* @param {string} code
|
|
187
|
+
* @param {string} code Unique identifier for the object.
|
|
188
188
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
189
189
|
* @param {*} [options] Override http request option.
|
|
190
190
|
* @throws {RequiredError}
|
|
@@ -279,7 +279,7 @@ export const ProductConfigsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
279
279
|
/**
|
|
280
280
|
* Retrieves a product config version by code **Required Permissions** \"policy-management.products.view\"
|
|
281
281
|
* @summary Retrieve the Product Config Version
|
|
282
|
-
* @param {string} code
|
|
282
|
+
* @param {string} code Unique identifier for the object.
|
|
283
283
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
284
284
|
* @param {*} [options] Override http request option.
|
|
285
285
|
* @throws {RequiredError}
|
|
@@ -476,7 +476,7 @@ export const ProductConfigsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
476
476
|
/**
|
|
477
477
|
* Updates a product config **Required Permissions** \"policy-management.products.update\"
|
|
478
478
|
* @summary Update the Product Config
|
|
479
|
-
* @param {string} code
|
|
479
|
+
* @param {string} code Unique identifier for the object.
|
|
480
480
|
* @param {UpdateProductConfigRequestDto} updateProductConfigRequestDto
|
|
481
481
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
482
482
|
* @param {*} [options] Override http request option.
|
|
@@ -527,7 +527,7 @@ export const ProductConfigsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
527
527
|
/**
|
|
528
528
|
* Updates a draft product config version. Accepts a JSON or YAML file containing the config. Supported formats: .json, .yaml, .yml Required fields: file **Required Permissions** \"policy-management.products.update\"
|
|
529
529
|
* @summary Updates a draft product config version
|
|
530
|
-
* @param {string} code
|
|
530
|
+
* @param {string} code Unique identifier for the object.
|
|
531
531
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
532
532
|
* @param {*} [options] Override http request option.
|
|
533
533
|
* @throws {RequiredError}
|
|
@@ -572,7 +572,7 @@ export const ProductConfigsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
572
572
|
/**
|
|
573
573
|
* Updates the status of a product config version **Required Permissions** \"policy-management.products.update\"
|
|
574
574
|
* @summary Update the Product Config Version Status
|
|
575
|
-
* @param {string} code
|
|
575
|
+
* @param {string} code Unique identifier for the object.
|
|
576
576
|
* @param {UpdateProductConfigVersionStatusRequestDto} updateProductConfigVersionStatusRequestDto
|
|
577
577
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
578
578
|
* @param {*} [options] Override http request option.
|
|
@@ -655,7 +655,7 @@ export const ProductConfigsApiFp = function(configuration?: Configuration) {
|
|
|
655
655
|
/**
|
|
656
656
|
* Deletes a product config **Required Permissions** \"policy-management.products.delete\"
|
|
657
657
|
* @summary Delete the Product Config
|
|
658
|
-
* @param {string} code
|
|
658
|
+
* @param {string} code Unique identifier for the object.
|
|
659
659
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
660
660
|
* @param {*} [options] Override http request option.
|
|
661
661
|
* @throws {RequiredError}
|
|
@@ -667,7 +667,7 @@ export const ProductConfigsApiFp = function(configuration?: Configuration) {
|
|
|
667
667
|
/**
|
|
668
668
|
* Deletes a product config version **Required Permissions** \"policy-management.products.delete\"
|
|
669
669
|
* @summary Delete the Product Config Version
|
|
670
|
-
* @param {string} code
|
|
670
|
+
* @param {string} code Unique identifier for the object.
|
|
671
671
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
672
672
|
* @param {*} [options] Override http request option.
|
|
673
673
|
* @throws {RequiredError}
|
|
@@ -692,7 +692,7 @@ export const ProductConfigsApiFp = function(configuration?: Configuration) {
|
|
|
692
692
|
/**
|
|
693
693
|
* Retrieves a product config version by code **Required Permissions** \"policy-management.products.view\"
|
|
694
694
|
* @summary Retrieve the Product Config Version
|
|
695
|
-
* @param {string} code
|
|
695
|
+
* @param {string} code Unique identifier for the object.
|
|
696
696
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
697
697
|
* @param {*} [options] Override http request option.
|
|
698
698
|
* @throws {RequiredError}
|
|
@@ -740,7 +740,7 @@ export const ProductConfigsApiFp = function(configuration?: Configuration) {
|
|
|
740
740
|
/**
|
|
741
741
|
* Updates a product config **Required Permissions** \"policy-management.products.update\"
|
|
742
742
|
* @summary Update the Product Config
|
|
743
|
-
* @param {string} code
|
|
743
|
+
* @param {string} code Unique identifier for the object.
|
|
744
744
|
* @param {UpdateProductConfigRequestDto} updateProductConfigRequestDto
|
|
745
745
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
746
746
|
* @param {*} [options] Override http request option.
|
|
@@ -753,7 +753,7 @@ export const ProductConfigsApiFp = function(configuration?: Configuration) {
|
|
|
753
753
|
/**
|
|
754
754
|
* Updates a draft product config version. Accepts a JSON or YAML file containing the config. Supported formats: .json, .yaml, .yml Required fields: file **Required Permissions** \"policy-management.products.update\"
|
|
755
755
|
* @summary Updates a draft product config version
|
|
756
|
-
* @param {string} code
|
|
756
|
+
* @param {string} code Unique identifier for the object.
|
|
757
757
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
758
758
|
* @param {*} [options] Override http request option.
|
|
759
759
|
* @throws {RequiredError}
|
|
@@ -765,7 +765,7 @@ export const ProductConfigsApiFp = function(configuration?: Configuration) {
|
|
|
765
765
|
/**
|
|
766
766
|
* Updates the status of a product config version **Required Permissions** \"policy-management.products.update\"
|
|
767
767
|
* @summary Update the Product Config Version Status
|
|
768
|
-
* @param {string} code
|
|
768
|
+
* @param {string} code Unique identifier for the object.
|
|
769
769
|
* @param {UpdateProductConfigVersionStatusRequestDto} updateProductConfigVersionStatusRequestDto
|
|
770
770
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
771
771
|
* @param {*} [options] Override http request option.
|
|
@@ -808,7 +808,7 @@ export const ProductConfigsApiFactory = function (configuration?: Configuration,
|
|
|
808
808
|
/**
|
|
809
809
|
* Deletes a product config **Required Permissions** \"policy-management.products.delete\"
|
|
810
810
|
* @summary Delete the Product Config
|
|
811
|
-
* @param {string} code
|
|
811
|
+
* @param {string} code Unique identifier for the object.
|
|
812
812
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
813
813
|
* @param {*} [options] Override http request option.
|
|
814
814
|
* @throws {RequiredError}
|
|
@@ -819,7 +819,7 @@ export const ProductConfigsApiFactory = function (configuration?: Configuration,
|
|
|
819
819
|
/**
|
|
820
820
|
* Deletes a product config version **Required Permissions** \"policy-management.products.delete\"
|
|
821
821
|
* @summary Delete the Product Config Version
|
|
822
|
-
* @param {string} code
|
|
822
|
+
* @param {string} code Unique identifier for the object.
|
|
823
823
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
824
824
|
* @param {*} [options] Override http request option.
|
|
825
825
|
* @throws {RequiredError}
|
|
@@ -842,7 +842,7 @@ export const ProductConfigsApiFactory = function (configuration?: Configuration,
|
|
|
842
842
|
/**
|
|
843
843
|
* Retrieves a product config version by code **Required Permissions** \"policy-management.products.view\"
|
|
844
844
|
* @summary Retrieve the Product Config Version
|
|
845
|
-
* @param {string} code
|
|
845
|
+
* @param {string} code Unique identifier for the object.
|
|
846
846
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
847
847
|
* @param {*} [options] Override http request option.
|
|
848
848
|
* @throws {RequiredError}
|
|
@@ -887,7 +887,7 @@ export const ProductConfigsApiFactory = function (configuration?: Configuration,
|
|
|
887
887
|
/**
|
|
888
888
|
* Updates a product config **Required Permissions** \"policy-management.products.update\"
|
|
889
889
|
* @summary Update the Product Config
|
|
890
|
-
* @param {string} code
|
|
890
|
+
* @param {string} code Unique identifier for the object.
|
|
891
891
|
* @param {UpdateProductConfigRequestDto} updateProductConfigRequestDto
|
|
892
892
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
893
893
|
* @param {*} [options] Override http request option.
|
|
@@ -899,7 +899,7 @@ export const ProductConfigsApiFactory = function (configuration?: Configuration,
|
|
|
899
899
|
/**
|
|
900
900
|
* Updates a draft product config version. Accepts a JSON or YAML file containing the config. Supported formats: .json, .yaml, .yml Required fields: file **Required Permissions** \"policy-management.products.update\"
|
|
901
901
|
* @summary Updates a draft product config version
|
|
902
|
-
* @param {string} code
|
|
902
|
+
* @param {string} code Unique identifier for the object.
|
|
903
903
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
904
904
|
* @param {*} [options] Override http request option.
|
|
905
905
|
* @throws {RequiredError}
|
|
@@ -910,7 +910,7 @@ export const ProductConfigsApiFactory = function (configuration?: Configuration,
|
|
|
910
910
|
/**
|
|
911
911
|
* Updates the status of a product config version **Required Permissions** \"policy-management.products.update\"
|
|
912
912
|
* @summary Update the Product Config Version Status
|
|
913
|
-
* @param {string} code
|
|
913
|
+
* @param {string} code Unique identifier for the object.
|
|
914
914
|
* @param {UpdateProductConfigVersionStatusRequestDto} updateProductConfigVersionStatusRequestDto
|
|
915
915
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
916
916
|
* @param {*} [options] Override http request option.
|
|
@@ -957,7 +957,7 @@ export interface ProductConfigsApiCreateProductConfigVersionRequest {
|
|
|
957
957
|
*/
|
|
958
958
|
export interface ProductConfigsApiDeleteProductConfigRequest {
|
|
959
959
|
/**
|
|
960
|
-
*
|
|
960
|
+
* Unique identifier for the object.
|
|
961
961
|
* @type {string}
|
|
962
962
|
* @memberof ProductConfigsApiDeleteProductConfig
|
|
963
963
|
*/
|
|
@@ -978,7 +978,7 @@ export interface ProductConfigsApiDeleteProductConfigRequest {
|
|
|
978
978
|
*/
|
|
979
979
|
export interface ProductConfigsApiDeleteProductConfigVersionRequest {
|
|
980
980
|
/**
|
|
981
|
-
*
|
|
981
|
+
* Unique identifier for the object.
|
|
982
982
|
* @type {string}
|
|
983
983
|
* @memberof ProductConfigsApiDeleteProductConfigVersion
|
|
984
984
|
*/
|
|
@@ -1027,7 +1027,7 @@ export interface ProductConfigsApiGetProductConfigRequest {
|
|
|
1027
1027
|
*/
|
|
1028
1028
|
export interface ProductConfigsApiGetProductConfigVersionRequest {
|
|
1029
1029
|
/**
|
|
1030
|
-
*
|
|
1030
|
+
* Unique identifier for the object.
|
|
1031
1031
|
* @type {string}
|
|
1032
1032
|
* @memberof ProductConfigsApiGetProductConfigVersion
|
|
1033
1033
|
*/
|
|
@@ -1174,7 +1174,7 @@ export interface ProductConfigsApiListProductConfigsRequest {
|
|
|
1174
1174
|
*/
|
|
1175
1175
|
export interface ProductConfigsApiUpdateProductConfigRequest {
|
|
1176
1176
|
/**
|
|
1177
|
-
*
|
|
1177
|
+
* Unique identifier for the object.
|
|
1178
1178
|
* @type {string}
|
|
1179
1179
|
* @memberof ProductConfigsApiUpdateProductConfig
|
|
1180
1180
|
*/
|
|
@@ -1202,7 +1202,7 @@ export interface ProductConfigsApiUpdateProductConfigRequest {
|
|
|
1202
1202
|
*/
|
|
1203
1203
|
export interface ProductConfigsApiUpdateProductConfigVersionRequest {
|
|
1204
1204
|
/**
|
|
1205
|
-
*
|
|
1205
|
+
* Unique identifier for the object.
|
|
1206
1206
|
* @type {string}
|
|
1207
1207
|
* @memberof ProductConfigsApiUpdateProductConfigVersion
|
|
1208
1208
|
*/
|
|
@@ -1223,7 +1223,7 @@ export interface ProductConfigsApiUpdateProductConfigVersionRequest {
|
|
|
1223
1223
|
*/
|
|
1224
1224
|
export interface ProductConfigsApiUpdateProductConfigVersionStatusRequest {
|
|
1225
1225
|
/**
|
|
1226
|
-
*
|
|
1226
|
+
* Unique identifier for the object.
|
|
1227
1227
|
* @type {string}
|
|
1228
1228
|
* @memberof ProductConfigsApiUpdateProductConfigVersionStatus
|
|
1229
1229
|
*/
|
|
@@ -48,7 +48,7 @@ export declare const ProductConfigsApiAxiosParamCreator: (configuration?: Config
|
|
|
48
48
|
/**
|
|
49
49
|
* Deletes a product config **Required Permissions** \"policy-management.products.delete\"
|
|
50
50
|
* @summary Delete the Product Config
|
|
51
|
-
* @param {string} code
|
|
51
|
+
* @param {string} code Unique identifier for the object.
|
|
52
52
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
53
53
|
* @param {*} [options] Override http request option.
|
|
54
54
|
* @throws {RequiredError}
|
|
@@ -57,7 +57,7 @@ export declare const ProductConfigsApiAxiosParamCreator: (configuration?: Config
|
|
|
57
57
|
/**
|
|
58
58
|
* Deletes a product config version **Required Permissions** \"policy-management.products.delete\"
|
|
59
59
|
* @summary Delete the Product Config Version
|
|
60
|
-
* @param {string} code
|
|
60
|
+
* @param {string} code Unique identifier for the object.
|
|
61
61
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
62
62
|
* @param {*} [options] Override http request option.
|
|
63
63
|
* @throws {RequiredError}
|
|
@@ -76,7 +76,7 @@ export declare const ProductConfigsApiAxiosParamCreator: (configuration?: Config
|
|
|
76
76
|
/**
|
|
77
77
|
* Retrieves a product config version by code **Required Permissions** \"policy-management.products.view\"
|
|
78
78
|
* @summary Retrieve the Product Config Version
|
|
79
|
-
* @param {string} code
|
|
79
|
+
* @param {string} code Unique identifier for the object.
|
|
80
80
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
81
81
|
* @param {*} [options] Override http request option.
|
|
82
82
|
* @throws {RequiredError}
|
|
@@ -115,7 +115,7 @@ export declare const ProductConfigsApiAxiosParamCreator: (configuration?: Config
|
|
|
115
115
|
/**
|
|
116
116
|
* Updates a product config **Required Permissions** \"policy-management.products.update\"
|
|
117
117
|
* @summary Update the Product Config
|
|
118
|
-
* @param {string} code
|
|
118
|
+
* @param {string} code Unique identifier for the object.
|
|
119
119
|
* @param {UpdateProductConfigRequestDto} updateProductConfigRequestDto
|
|
120
120
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
121
121
|
* @param {*} [options] Override http request option.
|
|
@@ -125,7 +125,7 @@ export declare const ProductConfigsApiAxiosParamCreator: (configuration?: Config
|
|
|
125
125
|
/**
|
|
126
126
|
* Updates a draft product config version. Accepts a JSON or YAML file containing the config. Supported formats: .json, .yaml, .yml Required fields: file **Required Permissions** \"policy-management.products.update\"
|
|
127
127
|
* @summary Updates a draft product config version
|
|
128
|
-
* @param {string} code
|
|
128
|
+
* @param {string} code Unique identifier for the object.
|
|
129
129
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
130
130
|
* @param {*} [options] Override http request option.
|
|
131
131
|
* @throws {RequiredError}
|
|
@@ -134,7 +134,7 @@ export declare const ProductConfigsApiAxiosParamCreator: (configuration?: Config
|
|
|
134
134
|
/**
|
|
135
135
|
* Updates the status of a product config version **Required Permissions** \"policy-management.products.update\"
|
|
136
136
|
* @summary Update the Product Config Version Status
|
|
137
|
-
* @param {string} code
|
|
137
|
+
* @param {string} code Unique identifier for the object.
|
|
138
138
|
* @param {UpdateProductConfigVersionStatusRequestDto} updateProductConfigVersionStatusRequestDto
|
|
139
139
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
140
140
|
* @param {*} [options] Override http request option.
|
|
@@ -166,7 +166,7 @@ export declare const ProductConfigsApiFp: (configuration?: Configuration) => {
|
|
|
166
166
|
/**
|
|
167
167
|
* Deletes a product config **Required Permissions** \"policy-management.products.delete\"
|
|
168
168
|
* @summary Delete the Product Config
|
|
169
|
-
* @param {string} code
|
|
169
|
+
* @param {string} code Unique identifier for the object.
|
|
170
170
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
171
171
|
* @param {*} [options] Override http request option.
|
|
172
172
|
* @throws {RequiredError}
|
|
@@ -175,7 +175,7 @@ export declare const ProductConfigsApiFp: (configuration?: Configuration) => {
|
|
|
175
175
|
/**
|
|
176
176
|
* Deletes a product config version **Required Permissions** \"policy-management.products.delete\"
|
|
177
177
|
* @summary Delete the Product Config Version
|
|
178
|
-
* @param {string} code
|
|
178
|
+
* @param {string} code Unique identifier for the object.
|
|
179
179
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
180
180
|
* @param {*} [options] Override http request option.
|
|
181
181
|
* @throws {RequiredError}
|
|
@@ -194,7 +194,7 @@ export declare const ProductConfigsApiFp: (configuration?: Configuration) => {
|
|
|
194
194
|
/**
|
|
195
195
|
* Retrieves a product config version by code **Required Permissions** \"policy-management.products.view\"
|
|
196
196
|
* @summary Retrieve the Product Config Version
|
|
197
|
-
* @param {string} code
|
|
197
|
+
* @param {string} code Unique identifier for the object.
|
|
198
198
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
199
199
|
* @param {*} [options] Override http request option.
|
|
200
200
|
* @throws {RequiredError}
|
|
@@ -233,7 +233,7 @@ export declare const ProductConfigsApiFp: (configuration?: Configuration) => {
|
|
|
233
233
|
/**
|
|
234
234
|
* Updates a product config **Required Permissions** \"policy-management.products.update\"
|
|
235
235
|
* @summary Update the Product Config
|
|
236
|
-
* @param {string} code
|
|
236
|
+
* @param {string} code Unique identifier for the object.
|
|
237
237
|
* @param {UpdateProductConfigRequestDto} updateProductConfigRequestDto
|
|
238
238
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
239
239
|
* @param {*} [options] Override http request option.
|
|
@@ -243,7 +243,7 @@ export declare const ProductConfigsApiFp: (configuration?: Configuration) => {
|
|
|
243
243
|
/**
|
|
244
244
|
* Updates a draft product config version. Accepts a JSON or YAML file containing the config. Supported formats: .json, .yaml, .yml Required fields: file **Required Permissions** \"policy-management.products.update\"
|
|
245
245
|
* @summary Updates a draft product config version
|
|
246
|
-
* @param {string} code
|
|
246
|
+
* @param {string} code Unique identifier for the object.
|
|
247
247
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
248
248
|
* @param {*} [options] Override http request option.
|
|
249
249
|
* @throws {RequiredError}
|
|
@@ -252,7 +252,7 @@ export declare const ProductConfigsApiFp: (configuration?: Configuration) => {
|
|
|
252
252
|
/**
|
|
253
253
|
* Updates the status of a product config version **Required Permissions** \"policy-management.products.update\"
|
|
254
254
|
* @summary Update the Product Config Version Status
|
|
255
|
-
* @param {string} code
|
|
255
|
+
* @param {string} code Unique identifier for the object.
|
|
256
256
|
* @param {UpdateProductConfigVersionStatusRequestDto} updateProductConfigVersionStatusRequestDto
|
|
257
257
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
258
258
|
* @param {*} [options] Override http request option.
|
|
@@ -284,7 +284,7 @@ export declare const ProductConfigsApiFactory: (configuration?: Configuration, b
|
|
|
284
284
|
/**
|
|
285
285
|
* Deletes a product config **Required Permissions** \"policy-management.products.delete\"
|
|
286
286
|
* @summary Delete the Product Config
|
|
287
|
-
* @param {string} code
|
|
287
|
+
* @param {string} code Unique identifier for the object.
|
|
288
288
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
289
289
|
* @param {*} [options] Override http request option.
|
|
290
290
|
* @throws {RequiredError}
|
|
@@ -293,7 +293,7 @@ export declare const ProductConfigsApiFactory: (configuration?: Configuration, b
|
|
|
293
293
|
/**
|
|
294
294
|
* Deletes a product config version **Required Permissions** \"policy-management.products.delete\"
|
|
295
295
|
* @summary Delete the Product Config Version
|
|
296
|
-
* @param {string} code
|
|
296
|
+
* @param {string} code Unique identifier for the object.
|
|
297
297
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
298
298
|
* @param {*} [options] Override http request option.
|
|
299
299
|
* @throws {RequiredError}
|
|
@@ -312,7 +312,7 @@ export declare const ProductConfigsApiFactory: (configuration?: Configuration, b
|
|
|
312
312
|
/**
|
|
313
313
|
* Retrieves a product config version by code **Required Permissions** \"policy-management.products.view\"
|
|
314
314
|
* @summary Retrieve the Product Config Version
|
|
315
|
-
* @param {string} code
|
|
315
|
+
* @param {string} code Unique identifier for the object.
|
|
316
316
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
317
317
|
* @param {*} [options] Override http request option.
|
|
318
318
|
* @throws {RequiredError}
|
|
@@ -351,7 +351,7 @@ export declare const ProductConfigsApiFactory: (configuration?: Configuration, b
|
|
|
351
351
|
/**
|
|
352
352
|
* Updates a product config **Required Permissions** \"policy-management.products.update\"
|
|
353
353
|
* @summary Update the Product Config
|
|
354
|
-
* @param {string} code
|
|
354
|
+
* @param {string} code Unique identifier for the object.
|
|
355
355
|
* @param {UpdateProductConfigRequestDto} updateProductConfigRequestDto
|
|
356
356
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
357
357
|
* @param {*} [options] Override http request option.
|
|
@@ -361,7 +361,7 @@ export declare const ProductConfigsApiFactory: (configuration?: Configuration, b
|
|
|
361
361
|
/**
|
|
362
362
|
* Updates a draft product config version. Accepts a JSON or YAML file containing the config. Supported formats: .json, .yaml, .yml Required fields: file **Required Permissions** \"policy-management.products.update\"
|
|
363
363
|
* @summary Updates a draft product config version
|
|
364
|
-
* @param {string} code
|
|
364
|
+
* @param {string} code Unique identifier for the object.
|
|
365
365
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
366
366
|
* @param {*} [options] Override http request option.
|
|
367
367
|
* @throws {RequiredError}
|
|
@@ -370,7 +370,7 @@ export declare const ProductConfigsApiFactory: (configuration?: Configuration, b
|
|
|
370
370
|
/**
|
|
371
371
|
* Updates the status of a product config version **Required Permissions** \"policy-management.products.update\"
|
|
372
372
|
* @summary Update the Product Config Version Status
|
|
373
|
-
* @param {string} code
|
|
373
|
+
* @param {string} code Unique identifier for the object.
|
|
374
374
|
* @param {UpdateProductConfigVersionStatusRequestDto} updateProductConfigVersionStatusRequestDto
|
|
375
375
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
376
376
|
* @param {*} [options] Override http request option.
|
|
@@ -411,7 +411,7 @@ export interface ProductConfigsApiCreateProductConfigVersionRequest {
|
|
|
411
411
|
*/
|
|
412
412
|
export interface ProductConfigsApiDeleteProductConfigRequest {
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Unique identifier for the object.
|
|
415
415
|
* @type {string}
|
|
416
416
|
* @memberof ProductConfigsApiDeleteProductConfig
|
|
417
417
|
*/
|
|
@@ -430,7 +430,7 @@ export interface ProductConfigsApiDeleteProductConfigRequest {
|
|
|
430
430
|
*/
|
|
431
431
|
export interface ProductConfigsApiDeleteProductConfigVersionRequest {
|
|
432
432
|
/**
|
|
433
|
-
*
|
|
433
|
+
* Unique identifier for the object.
|
|
434
434
|
* @type {string}
|
|
435
435
|
* @memberof ProductConfigsApiDeleteProductConfigVersion
|
|
436
436
|
*/
|
|
@@ -474,7 +474,7 @@ export interface ProductConfigsApiGetProductConfigRequest {
|
|
|
474
474
|
*/
|
|
475
475
|
export interface ProductConfigsApiGetProductConfigVersionRequest {
|
|
476
476
|
/**
|
|
477
|
-
*
|
|
477
|
+
* Unique identifier for the object.
|
|
478
478
|
* @type {string}
|
|
479
479
|
* @memberof ProductConfigsApiGetProductConfigVersion
|
|
480
480
|
*/
|
|
@@ -603,7 +603,7 @@ export interface ProductConfigsApiListProductConfigsRequest {
|
|
|
603
603
|
*/
|
|
604
604
|
export interface ProductConfigsApiUpdateProductConfigRequest {
|
|
605
605
|
/**
|
|
606
|
-
*
|
|
606
|
+
* Unique identifier for the object.
|
|
607
607
|
* @type {string}
|
|
608
608
|
* @memberof ProductConfigsApiUpdateProductConfig
|
|
609
609
|
*/
|
|
@@ -628,7 +628,7 @@ export interface ProductConfigsApiUpdateProductConfigRequest {
|
|
|
628
628
|
*/
|
|
629
629
|
export interface ProductConfigsApiUpdateProductConfigVersionRequest {
|
|
630
630
|
/**
|
|
631
|
-
*
|
|
631
|
+
* Unique identifier for the object.
|
|
632
632
|
* @type {string}
|
|
633
633
|
* @memberof ProductConfigsApiUpdateProductConfigVersion
|
|
634
634
|
*/
|
|
@@ -647,7 +647,7 @@ export interface ProductConfigsApiUpdateProductConfigVersionRequest {
|
|
|
647
647
|
*/
|
|
648
648
|
export interface ProductConfigsApiUpdateProductConfigVersionStatusRequest {
|
|
649
649
|
/**
|
|
650
|
-
*
|
|
650
|
+
* Unique identifier for the object.
|
|
651
651
|
* @type {string}
|
|
652
652
|
* @memberof ProductConfigsApiUpdateProductConfigVersionStatus
|
|
653
653
|
*/
|
|
@@ -187,7 +187,7 @@ var ProductConfigsApiAxiosParamCreator = function (configuration) {
|
|
|
187
187
|
/**
|
|
188
188
|
* Deletes a product config **Required Permissions** \"policy-management.products.delete\"
|
|
189
189
|
* @summary Delete the Product Config
|
|
190
|
-
* @param {string} code
|
|
190
|
+
* @param {string} code Unique identifier for the object.
|
|
191
191
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
192
192
|
* @param {*} [options] Override http request option.
|
|
193
193
|
* @throws {RequiredError}
|
|
@@ -235,7 +235,7 @@ var ProductConfigsApiAxiosParamCreator = function (configuration) {
|
|
|
235
235
|
/**
|
|
236
236
|
* Deletes a product config version **Required Permissions** \"policy-management.products.delete\"
|
|
237
237
|
* @summary Delete the Product Config Version
|
|
238
|
-
* @param {string} code
|
|
238
|
+
* @param {string} code Unique identifier for the object.
|
|
239
239
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
240
240
|
* @param {*} [options] Override http request option.
|
|
241
241
|
* @throws {RequiredError}
|
|
@@ -335,7 +335,7 @@ var ProductConfigsApiAxiosParamCreator = function (configuration) {
|
|
|
335
335
|
/**
|
|
336
336
|
* Retrieves a product config version by code **Required Permissions** \"policy-management.products.view\"
|
|
337
337
|
* @summary Retrieve the Product Config Version
|
|
338
|
-
* @param {string} code
|
|
338
|
+
* @param {string} code Unique identifier for the object.
|
|
339
339
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
340
340
|
* @param {*} [options] Override http request option.
|
|
341
341
|
* @throws {RequiredError}
|
|
@@ -527,7 +527,7 @@ var ProductConfigsApiAxiosParamCreator = function (configuration) {
|
|
|
527
527
|
/**
|
|
528
528
|
* Updates a product config **Required Permissions** \"policy-management.products.update\"
|
|
529
529
|
* @summary Update the Product Config
|
|
530
|
-
* @param {string} code
|
|
530
|
+
* @param {string} code Unique identifier for the object.
|
|
531
531
|
* @param {UpdateProductConfigRequestDto} updateProductConfigRequestDto
|
|
532
532
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
533
533
|
* @param {*} [options] Override http request option.
|
|
@@ -580,7 +580,7 @@ var ProductConfigsApiAxiosParamCreator = function (configuration) {
|
|
|
580
580
|
/**
|
|
581
581
|
* Updates a draft product config version. Accepts a JSON or YAML file containing the config. Supported formats: .json, .yaml, .yml Required fields: file **Required Permissions** \"policy-management.products.update\"
|
|
582
582
|
* @summary Updates a draft product config version
|
|
583
|
-
* @param {string} code
|
|
583
|
+
* @param {string} code Unique identifier for the object.
|
|
584
584
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
585
585
|
* @param {*} [options] Override http request option.
|
|
586
586
|
* @throws {RequiredError}
|
|
@@ -628,7 +628,7 @@ var ProductConfigsApiAxiosParamCreator = function (configuration) {
|
|
|
628
628
|
/**
|
|
629
629
|
* Updates the status of a product config version **Required Permissions** \"policy-management.products.update\"
|
|
630
630
|
* @summary Update the Product Config Version Status
|
|
631
|
-
* @param {string} code
|
|
631
|
+
* @param {string} code Unique identifier for the object.
|
|
632
632
|
* @param {UpdateProductConfigVersionStatusRequestDto} updateProductConfigVersionStatusRequestDto
|
|
633
633
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
634
634
|
* @param {*} [options] Override http request option.
|
|
@@ -731,7 +731,7 @@ var ProductConfigsApiFp = function (configuration) {
|
|
|
731
731
|
/**
|
|
732
732
|
* Deletes a product config **Required Permissions** \"policy-management.products.delete\"
|
|
733
733
|
* @summary Delete the Product Config
|
|
734
|
-
* @param {string} code
|
|
734
|
+
* @param {string} code Unique identifier for the object.
|
|
735
735
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
736
736
|
* @param {*} [options] Override http request option.
|
|
737
737
|
* @throws {RequiredError}
|
|
@@ -752,7 +752,7 @@ var ProductConfigsApiFp = function (configuration) {
|
|
|
752
752
|
/**
|
|
753
753
|
* Deletes a product config version **Required Permissions** \"policy-management.products.delete\"
|
|
754
754
|
* @summary Delete the Product Config Version
|
|
755
|
-
* @param {string} code
|
|
755
|
+
* @param {string} code Unique identifier for the object.
|
|
756
756
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
757
757
|
* @param {*} [options] Override http request option.
|
|
758
758
|
* @throws {RequiredError}
|
|
@@ -795,7 +795,7 @@ var ProductConfigsApiFp = function (configuration) {
|
|
|
795
795
|
/**
|
|
796
796
|
* Retrieves a product config version by code **Required Permissions** \"policy-management.products.view\"
|
|
797
797
|
* @summary Retrieve the Product Config Version
|
|
798
|
-
* @param {string} code
|
|
798
|
+
* @param {string} code Unique identifier for the object.
|
|
799
799
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
800
800
|
* @param {*} [options] Override http request option.
|
|
801
801
|
* @throws {RequiredError}
|
|
@@ -870,7 +870,7 @@ var ProductConfigsApiFp = function (configuration) {
|
|
|
870
870
|
/**
|
|
871
871
|
* Updates a product config **Required Permissions** \"policy-management.products.update\"
|
|
872
872
|
* @summary Update the Product Config
|
|
873
|
-
* @param {string} code
|
|
873
|
+
* @param {string} code Unique identifier for the object.
|
|
874
874
|
* @param {UpdateProductConfigRequestDto} updateProductConfigRequestDto
|
|
875
875
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
876
876
|
* @param {*} [options] Override http request option.
|
|
@@ -892,7 +892,7 @@ var ProductConfigsApiFp = function (configuration) {
|
|
|
892
892
|
/**
|
|
893
893
|
* Updates a draft product config version. Accepts a JSON or YAML file containing the config. Supported formats: .json, .yaml, .yml Required fields: file **Required Permissions** \"policy-management.products.update\"
|
|
894
894
|
* @summary Updates a draft product config version
|
|
895
|
-
* @param {string} code
|
|
895
|
+
* @param {string} code Unique identifier for the object.
|
|
896
896
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
897
897
|
* @param {*} [options] Override http request option.
|
|
898
898
|
* @throws {RequiredError}
|
|
@@ -913,7 +913,7 @@ var ProductConfigsApiFp = function (configuration) {
|
|
|
913
913
|
/**
|
|
914
914
|
* Updates the status of a product config version **Required Permissions** \"policy-management.products.update\"
|
|
915
915
|
* @summary Update the Product Config Version Status
|
|
916
|
-
* @param {string} code
|
|
916
|
+
* @param {string} code Unique identifier for the object.
|
|
917
917
|
* @param {UpdateProductConfigVersionStatusRequestDto} updateProductConfigVersionStatusRequestDto
|
|
918
918
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
919
919
|
* @param {*} [options] Override http request option.
|
|
@@ -965,7 +965,7 @@ var ProductConfigsApiFactory = function (configuration, basePath, axios) {
|
|
|
965
965
|
/**
|
|
966
966
|
* Deletes a product config **Required Permissions** \"policy-management.products.delete\"
|
|
967
967
|
* @summary Delete the Product Config
|
|
968
|
-
* @param {string} code
|
|
968
|
+
* @param {string} code Unique identifier for the object.
|
|
969
969
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
970
970
|
* @param {*} [options] Override http request option.
|
|
971
971
|
* @throws {RequiredError}
|
|
@@ -976,7 +976,7 @@ var ProductConfigsApiFactory = function (configuration, basePath, axios) {
|
|
|
976
976
|
/**
|
|
977
977
|
* Deletes a product config version **Required Permissions** \"policy-management.products.delete\"
|
|
978
978
|
* @summary Delete the Product Config Version
|
|
979
|
-
* @param {string} code
|
|
979
|
+
* @param {string} code Unique identifier for the object.
|
|
980
980
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
981
981
|
* @param {*} [options] Override http request option.
|
|
982
982
|
* @throws {RequiredError}
|
|
@@ -999,7 +999,7 @@ var ProductConfigsApiFactory = function (configuration, basePath, axios) {
|
|
|
999
999
|
/**
|
|
1000
1000
|
* Retrieves a product config version by code **Required Permissions** \"policy-management.products.view\"
|
|
1001
1001
|
* @summary Retrieve the Product Config Version
|
|
1002
|
-
* @param {string} code
|
|
1002
|
+
* @param {string} code Unique identifier for the object.
|
|
1003
1003
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1004
1004
|
* @param {*} [options] Override http request option.
|
|
1005
1005
|
* @throws {RequiredError}
|
|
@@ -1044,7 +1044,7 @@ var ProductConfigsApiFactory = function (configuration, basePath, axios) {
|
|
|
1044
1044
|
/**
|
|
1045
1045
|
* Updates a product config **Required Permissions** \"policy-management.products.update\"
|
|
1046
1046
|
* @summary Update the Product Config
|
|
1047
|
-
* @param {string} code
|
|
1047
|
+
* @param {string} code Unique identifier for the object.
|
|
1048
1048
|
* @param {UpdateProductConfigRequestDto} updateProductConfigRequestDto
|
|
1049
1049
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1050
1050
|
* @param {*} [options] Override http request option.
|
|
@@ -1056,7 +1056,7 @@ var ProductConfigsApiFactory = function (configuration, basePath, axios) {
|
|
|
1056
1056
|
/**
|
|
1057
1057
|
* Updates a draft product config version. Accepts a JSON or YAML file containing the config. Supported formats: .json, .yaml, .yml Required fields: file **Required Permissions** \"policy-management.products.update\"
|
|
1058
1058
|
* @summary Updates a draft product config version
|
|
1059
|
-
* @param {string} code
|
|
1059
|
+
* @param {string} code Unique identifier for the object.
|
|
1060
1060
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1061
1061
|
* @param {*} [options] Override http request option.
|
|
1062
1062
|
* @throws {RequiredError}
|
|
@@ -1067,7 +1067,7 @@ var ProductConfigsApiFactory = function (configuration, basePath, axios) {
|
|
|
1067
1067
|
/**
|
|
1068
1068
|
* Updates the status of a product config version **Required Permissions** \"policy-management.products.update\"
|
|
1069
1069
|
* @summary Update the Product Config Version Status
|
|
1070
|
-
* @param {string} code
|
|
1070
|
+
* @param {string} code Unique identifier for the object.
|
|
1071
1071
|
* @param {UpdateProductConfigVersionStatusRequestDto} updateProductConfigVersionStatusRequestDto
|
|
1072
1072
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
1073
1073
|
* @param {*} [options] Override http request option.
|