@cosmotech/aip-client 0.2.0-dev → 0.2.0-dev2
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/default-api.ts +1 -1
- package/api/metric-api.ts +1 -1
- package/api/metric-costs-per-year-api.ts +1 -1
- package/api/objective-api.ts +1 -1
- package/api/objective-weight-api.ts +1 -1
- package/api/value-framework-api.ts +1 -1
- package/api.ts +1 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api/default-api.d.ts +69 -0
- package/dist/api/default-api.js +128 -0
- package/dist/api/metric-api.d.ts +216 -0
- package/dist/api/metric-api.js +430 -0
- package/dist/api/metric-costs-per-year-api.d.ts +240 -0
- package/dist/api/metric-costs-per-year-api.js +472 -0
- package/dist/api/objective-api.d.ts +216 -0
- package/dist/api/objective-api.js +430 -0
- package/dist/api/objective-weight-api.d.ts +228 -0
- package/dist/api/objective-weight-api.js +451 -0
- package/dist/api/value-framework-api.d.ts +216 -0
- package/dist/api/value-framework-api.js +430 -0
- package/dist/api.d.ts +17 -0
- package/dist/api.js +35 -0
- package/dist/base.d.ts +66 -0
- package/dist/base.js +65 -0
- package/dist/common.d.ts +65 -0
- package/dist/common.js +161 -0
- package/dist/configuration.d.ts +91 -0
- package/dist/configuration.js +43 -0
- package/dist/esm/api/default-api.d.ts +69 -0
- package/dist/esm/api/default-api.js +121 -0
- package/dist/esm/api/metric-api.d.ts +216 -0
- package/dist/esm/api/metric-api.js +423 -0
- package/dist/esm/api/metric-costs-per-year-api.d.ts +240 -0
- package/dist/esm/api/metric-costs-per-year-api.js +465 -0
- package/dist/esm/api/objective-api.d.ts +216 -0
- package/dist/esm/api/objective-api.js +423 -0
- package/dist/esm/api/objective-weight-api.d.ts +228 -0
- package/dist/esm/api/objective-weight-api.js +444 -0
- package/dist/esm/api/value-framework-api.d.ts +216 -0
- package/dist/esm/api/value-framework-api.js +423 -0
- package/dist/esm/api.d.ts +17 -0
- package/dist/esm/api.js +19 -0
- package/dist/esm/base.d.ts +66 -0
- package/dist/esm/base.js +60 -0
- package/dist/esm/common.d.ts +65 -0
- package/dist/esm/common.js +149 -0
- package/dist/esm/configuration.d.ts +91 -0
- package/dist/esm/configuration.js +39 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +16 -0
- package/dist/esm/models/httpvalidation-error.d.ts +25 -0
- package/dist/esm/models/httpvalidation-error.js +14 -0
- package/dist/esm/models/index.d.ts +20 -0
- package/dist/esm/models/index.js +20 -0
- package/dist/esm/models/measurement-type.d.ts +21 -0
- package/dist/esm/models/measurement-type.js +22 -0
- package/dist/esm/models/metric-costs-per-year-create.d.ts +48 -0
- package/dist/esm/models/metric-costs-per-year-create.js +14 -0
- package/dist/esm/models/metric-costs-per-year-response.d.ts +54 -0
- package/dist/esm/models/metric-costs-per-year-response.js +14 -0
- package/dist/esm/models/metric-costs-per-year-update.d.ts +30 -0
- package/dist/esm/models/metric-costs-per-year-update.js +14 -0
- package/dist/esm/models/metric-create.d.ts +68 -0
- package/dist/esm/models/metric-create.js +14 -0
- package/dist/esm/models/metric-response.d.ts +92 -0
- package/dist/esm/models/metric-response.js +14 -0
- package/dist/esm/models/metric-type.d.ts +22 -0
- package/dist/esm/models/metric-type.js +23 -0
- package/dist/esm/models/metric-update.d.ts +56 -0
- package/dist/esm/models/metric-update.js +14 -0
- package/dist/esm/models/objective-create.d.ts +30 -0
- package/dist/esm/models/objective-create.js +14 -0
- package/dist/esm/models/objective-response.d.ts +54 -0
- package/dist/esm/models/objective-response.js +14 -0
- package/dist/esm/models/objective-update.d.ts +30 -0
- package/dist/esm/models/objective-update.js +14 -0
- package/dist/esm/models/objective-weight-create.d.ts +36 -0
- package/dist/esm/models/objective-weight-create.js +14 -0
- package/dist/esm/models/objective-weight-response.d.ts +42 -0
- package/dist/esm/models/objective-weight-response.js +14 -0
- package/dist/esm/models/objective-weight-update.d.ts +24 -0
- package/dist/esm/models/objective-weight-update.js +14 -0
- package/dist/esm/models/validation-error-loc-inner.d.ts +18 -0
- package/dist/esm/models/validation-error-loc-inner.js +14 -0
- package/dist/esm/models/validation-error.d.ts +49 -0
- package/dist/esm/models/validation-error.js +14 -0
- package/dist/esm/models/value-framework-create.d.ts +30 -0
- package/dist/esm/models/value-framework-create.js +14 -0
- package/dist/esm/models/value-framework-response.d.ts +54 -0
- package/dist/esm/models/value-framework-response.js +14 -0
- package/dist/esm/models/value-framework-update.d.ts +30 -0
- package/dist/esm/models/value-framework-update.js +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +32 -0
- package/dist/models/httpvalidation-error.d.ts +25 -0
- package/dist/models/httpvalidation-error.js +15 -0
- package/dist/models/index.d.ts +20 -0
- package/dist/models/index.js +36 -0
- package/dist/models/measurement-type.d.ts +21 -0
- package/dist/models/measurement-type.js +25 -0
- package/dist/models/metric-costs-per-year-create.d.ts +48 -0
- package/dist/models/metric-costs-per-year-create.js +15 -0
- package/dist/models/metric-costs-per-year-response.d.ts +54 -0
- package/dist/models/metric-costs-per-year-response.js +15 -0
- package/dist/models/metric-costs-per-year-update.d.ts +30 -0
- package/dist/models/metric-costs-per-year-update.js +15 -0
- package/dist/models/metric-create.d.ts +68 -0
- package/dist/models/metric-create.js +15 -0
- package/dist/models/metric-response.d.ts +92 -0
- package/dist/models/metric-response.js +15 -0
- package/dist/models/metric-type.d.ts +22 -0
- package/dist/models/metric-type.js +26 -0
- package/dist/models/metric-update.d.ts +56 -0
- package/dist/models/metric-update.js +15 -0
- package/dist/models/objective-create.d.ts +30 -0
- package/dist/models/objective-create.js +15 -0
- package/dist/models/objective-response.d.ts +54 -0
- package/dist/models/objective-response.js +15 -0
- package/dist/models/objective-update.d.ts +30 -0
- package/dist/models/objective-update.js +15 -0
- package/dist/models/objective-weight-create.d.ts +36 -0
- package/dist/models/objective-weight-create.js +15 -0
- package/dist/models/objective-weight-response.d.ts +42 -0
- package/dist/models/objective-weight-response.js +15 -0
- package/dist/models/objective-weight-update.d.ts +24 -0
- package/dist/models/objective-weight-update.js +15 -0
- package/dist/models/validation-error-loc-inner.d.ts +18 -0
- package/dist/models/validation-error-loc-inner.js +15 -0
- package/dist/models/validation-error.d.ts +49 -0
- package/dist/models/validation-error.js +15 -0
- package/dist/models/value-framework-create.d.ts +30 -0
- package/dist/models/value-framework-create.js +15 -0
- package/dist/models/value-framework-response.d.ts +54 -0
- package/dist/models/value-framework-response.js +15 -0
- package/dist/models/value-framework-update.d.ts +30 -0
- package/dist/models/value-framework-update.js +15 -0
- package/index.ts +1 -1
- package/models/httpvalidation-error.ts +1 -1
- package/models/measurement-type.ts +1 -1
- package/models/metric-costs-per-year-create.ts +1 -1
- package/models/metric-costs-per-year-response.ts +1 -1
- package/models/metric-costs-per-year-update.ts +1 -1
- package/models/metric-create.ts +1 -1
- package/models/metric-response.ts +1 -1
- package/models/metric-type.ts +1 -1
- package/models/metric-update.ts +1 -1
- package/models/objective-create.ts +1 -1
- package/models/objective-response.ts +1 -1
- package/models/objective-update.ts +1 -1
- package/models/objective-weight-create.ts +1 -1
- package/models/objective-weight-response.ts +1 -1
- package/models/objective-weight-update.ts +1 -1
- package/models/validation-error-loc-inner.ts +1 -1
- package/models/validation-error.ts +1 -1
- package/models/value-framework-create.ts +1 -1
- package/models/value-framework-response.ts +1 -1
- package/models/value-framework-update.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Asset Investment Planning
|
|
3
|
+
* API for Asset Investment Planning
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.2.0-dev2
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { ObjectiveWeightCreate } from '../models';
|
|
16
|
+
import { ObjectiveWeightResponse } from '../models';
|
|
17
|
+
import { ObjectiveWeightUpdate } from '../models';
|
|
18
|
+
/**
|
|
19
|
+
* ObjectiveWeightApi - axios parameter creator
|
|
20
|
+
* @export
|
|
21
|
+
*/
|
|
22
|
+
export declare const ObjectiveWeightApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
|
+
/**
|
|
24
|
+
* Delete an objective weight link by its composite key (framework_id, objective_id).
|
|
25
|
+
* @summary Delete an objective weight
|
|
26
|
+
* @param {string} frameworkId UUID of the value framework
|
|
27
|
+
* @param {string} objectiveId UUID of the objective
|
|
28
|
+
* @param {*} [options] Override http request option.
|
|
29
|
+
* @throws {RequiredError}
|
|
30
|
+
*/
|
|
31
|
+
deleteObjectiveWeight: (frameworkId: string, objectiveId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
|
+
/**
|
|
33
|
+
* Retrieve the weight for a specific objective within a specific framework.
|
|
34
|
+
* @summary Get an objective weight by framework and objective
|
|
35
|
+
* @param {string} frameworkId UUID of the value framework
|
|
36
|
+
* @param {string} objectiveId UUID of the objective
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
*/
|
|
40
|
+
getObjectiveWeightByKeys: (frameworkId: string, objectiveId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
|
+
/**
|
|
42
|
+
* Retrieve a paginated list of all objective-framework weight assignments.
|
|
43
|
+
* @summary List objective weights
|
|
44
|
+
* @param {number} [offset] Number of records to skip
|
|
45
|
+
* @param {number} [limit] Max number of records to return
|
|
46
|
+
* @param {*} [options] Override http request option.
|
|
47
|
+
* @throws {RequiredError}
|
|
48
|
+
*/
|
|
49
|
+
getObjectiveWeights: (offset?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50
|
+
/**
|
|
51
|
+
* Update the weight of an objective within a value framework. Identified by the composite key (framework_id, objective_id).
|
|
52
|
+
* @summary Partially update an objective weight
|
|
53
|
+
* @param {string} frameworkId UUID of the value framework
|
|
54
|
+
* @param {string} objectiveId UUID of the objective
|
|
55
|
+
* @param {ObjectiveWeightUpdate} objectiveWeightUpdate
|
|
56
|
+
* @param {*} [options] Override http request option.
|
|
57
|
+
* @throws {RequiredError}
|
|
58
|
+
*/
|
|
59
|
+
patchObjectiveWeight: (frameworkId: string, objectiveId: string, objectiveWeightUpdate: ObjectiveWeightUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
60
|
+
/**
|
|
61
|
+
* Assign a weight to an objective within a framework. Weight must be >= 0, defaults to 1.0.
|
|
62
|
+
* @summary Create an objective weight
|
|
63
|
+
* @param {ObjectiveWeightCreate} objectiveWeightCreate
|
|
64
|
+
* @param {*} [options] Override http request option.
|
|
65
|
+
* @throws {RequiredError}
|
|
66
|
+
*/
|
|
67
|
+
postObjectiveWeight: (objectiveWeightCreate: ObjectiveWeightCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* ObjectiveWeightApi - functional programming interface
|
|
71
|
+
* @export
|
|
72
|
+
*/
|
|
73
|
+
export declare const ObjectiveWeightApiFp: (configuration?: Configuration) => {
|
|
74
|
+
/**
|
|
75
|
+
* Delete an objective weight link by its composite key (framework_id, objective_id).
|
|
76
|
+
* @summary Delete an objective weight
|
|
77
|
+
* @param {string} frameworkId UUID of the value framework
|
|
78
|
+
* @param {string} objectiveId UUID of the objective
|
|
79
|
+
* @param {*} [options] Override http request option.
|
|
80
|
+
* @throws {RequiredError}
|
|
81
|
+
*/
|
|
82
|
+
deleteObjectiveWeight(frameworkId: string, objectiveId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
83
|
+
/**
|
|
84
|
+
* Retrieve the weight for a specific objective within a specific framework.
|
|
85
|
+
* @summary Get an objective weight by framework and objective
|
|
86
|
+
* @param {string} frameworkId UUID of the value framework
|
|
87
|
+
* @param {string} objectiveId UUID of the objective
|
|
88
|
+
* @param {*} [options] Override http request option.
|
|
89
|
+
* @throws {RequiredError}
|
|
90
|
+
*/
|
|
91
|
+
getObjectiveWeightByKeys(frameworkId: string, objectiveId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ObjectiveWeightResponse>>;
|
|
92
|
+
/**
|
|
93
|
+
* Retrieve a paginated list of all objective-framework weight assignments.
|
|
94
|
+
* @summary List objective weights
|
|
95
|
+
* @param {number} [offset] Number of records to skip
|
|
96
|
+
* @param {number} [limit] Max number of records to return
|
|
97
|
+
* @param {*} [options] Override http request option.
|
|
98
|
+
* @throws {RequiredError}
|
|
99
|
+
*/
|
|
100
|
+
getObjectiveWeights(offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ObjectiveWeightResponse>>>;
|
|
101
|
+
/**
|
|
102
|
+
* Update the weight of an objective within a value framework. Identified by the composite key (framework_id, objective_id).
|
|
103
|
+
* @summary Partially update an objective weight
|
|
104
|
+
* @param {string} frameworkId UUID of the value framework
|
|
105
|
+
* @param {string} objectiveId UUID of the objective
|
|
106
|
+
* @param {ObjectiveWeightUpdate} objectiveWeightUpdate
|
|
107
|
+
* @param {*} [options] Override http request option.
|
|
108
|
+
* @throws {RequiredError}
|
|
109
|
+
*/
|
|
110
|
+
patchObjectiveWeight(frameworkId: string, objectiveId: string, objectiveWeightUpdate: ObjectiveWeightUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ObjectiveWeightResponse>>;
|
|
111
|
+
/**
|
|
112
|
+
* Assign a weight to an objective within a framework. Weight must be >= 0, defaults to 1.0.
|
|
113
|
+
* @summary Create an objective weight
|
|
114
|
+
* @param {ObjectiveWeightCreate} objectiveWeightCreate
|
|
115
|
+
* @param {*} [options] Override http request option.
|
|
116
|
+
* @throws {RequiredError}
|
|
117
|
+
*/
|
|
118
|
+
postObjectiveWeight(objectiveWeightCreate: ObjectiveWeightCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ObjectiveWeightResponse>>;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* ObjectiveWeightApi - factory interface
|
|
122
|
+
* @export
|
|
123
|
+
*/
|
|
124
|
+
export declare const ObjectiveWeightApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
125
|
+
/**
|
|
126
|
+
* Delete an objective weight link by its composite key (framework_id, objective_id).
|
|
127
|
+
* @summary Delete an objective weight
|
|
128
|
+
* @param {string} frameworkId UUID of the value framework
|
|
129
|
+
* @param {string} objectiveId UUID of the objective
|
|
130
|
+
* @param {*} [options] Override http request option.
|
|
131
|
+
* @throws {RequiredError}
|
|
132
|
+
*/
|
|
133
|
+
deleteObjectiveWeight(frameworkId: string, objectiveId: string, options?: any): AxiosPromise<void>;
|
|
134
|
+
/**
|
|
135
|
+
* Retrieve the weight for a specific objective within a specific framework.
|
|
136
|
+
* @summary Get an objective weight by framework and objective
|
|
137
|
+
* @param {string} frameworkId UUID of the value framework
|
|
138
|
+
* @param {string} objectiveId UUID of the objective
|
|
139
|
+
* @param {*} [options] Override http request option.
|
|
140
|
+
* @throws {RequiredError}
|
|
141
|
+
*/
|
|
142
|
+
getObjectiveWeightByKeys(frameworkId: string, objectiveId: string, options?: any): AxiosPromise<ObjectiveWeightResponse>;
|
|
143
|
+
/**
|
|
144
|
+
* Retrieve a paginated list of all objective-framework weight assignments.
|
|
145
|
+
* @summary List objective weights
|
|
146
|
+
* @param {number} [offset] Number of records to skip
|
|
147
|
+
* @param {number} [limit] Max number of records to return
|
|
148
|
+
* @param {*} [options] Override http request option.
|
|
149
|
+
* @throws {RequiredError}
|
|
150
|
+
*/
|
|
151
|
+
getObjectiveWeights(offset?: number, limit?: number, options?: any): AxiosPromise<Array<ObjectiveWeightResponse>>;
|
|
152
|
+
/**
|
|
153
|
+
* Update the weight of an objective within a value framework. Identified by the composite key (framework_id, objective_id).
|
|
154
|
+
* @summary Partially update an objective weight
|
|
155
|
+
* @param {string} frameworkId UUID of the value framework
|
|
156
|
+
* @param {string} objectiveId UUID of the objective
|
|
157
|
+
* @param {ObjectiveWeightUpdate} objectiveWeightUpdate
|
|
158
|
+
* @param {*} [options] Override http request option.
|
|
159
|
+
* @throws {RequiredError}
|
|
160
|
+
*/
|
|
161
|
+
patchObjectiveWeight(frameworkId: string, objectiveId: string, objectiveWeightUpdate: ObjectiveWeightUpdate, options?: any): AxiosPromise<ObjectiveWeightResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* Assign a weight to an objective within a framework. Weight must be >= 0, defaults to 1.0.
|
|
164
|
+
* @summary Create an objective weight
|
|
165
|
+
* @param {ObjectiveWeightCreate} objectiveWeightCreate
|
|
166
|
+
* @param {*} [options] Override http request option.
|
|
167
|
+
* @throws {RequiredError}
|
|
168
|
+
*/
|
|
169
|
+
postObjectiveWeight(objectiveWeightCreate: ObjectiveWeightCreate, options?: any): AxiosPromise<ObjectiveWeightResponse>;
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* ObjectiveWeightApi - object-oriented interface
|
|
173
|
+
* @export
|
|
174
|
+
* @class ObjectiveWeightApi
|
|
175
|
+
* @extends {BaseAPI}
|
|
176
|
+
*/
|
|
177
|
+
export declare class ObjectiveWeightApi extends BaseAPI {
|
|
178
|
+
/**
|
|
179
|
+
* Delete an objective weight link by its composite key (framework_id, objective_id).
|
|
180
|
+
* @summary Delete an objective weight
|
|
181
|
+
* @param {string} frameworkId UUID of the value framework
|
|
182
|
+
* @param {string} objectiveId UUID of the objective
|
|
183
|
+
* @param {*} [options] Override http request option.
|
|
184
|
+
* @throws {RequiredError}
|
|
185
|
+
* @memberof ObjectiveWeightApi
|
|
186
|
+
*/
|
|
187
|
+
deleteObjectiveWeight(frameworkId: string, objectiveId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
188
|
+
/**
|
|
189
|
+
* Retrieve the weight for a specific objective within a specific framework.
|
|
190
|
+
* @summary Get an objective weight by framework and objective
|
|
191
|
+
* @param {string} frameworkId UUID of the value framework
|
|
192
|
+
* @param {string} objectiveId UUID of the objective
|
|
193
|
+
* @param {*} [options] Override http request option.
|
|
194
|
+
* @throws {RequiredError}
|
|
195
|
+
* @memberof ObjectiveWeightApi
|
|
196
|
+
*/
|
|
197
|
+
getObjectiveWeightByKeys(frameworkId: string, objectiveId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ObjectiveWeightResponse, any, {}>>;
|
|
198
|
+
/**
|
|
199
|
+
* Retrieve a paginated list of all objective-framework weight assignments.
|
|
200
|
+
* @summary List objective weights
|
|
201
|
+
* @param {number} [offset] Number of records to skip
|
|
202
|
+
* @param {number} [limit] Max number of records to return
|
|
203
|
+
* @param {*} [options] Override http request option.
|
|
204
|
+
* @throws {RequiredError}
|
|
205
|
+
* @memberof ObjectiveWeightApi
|
|
206
|
+
*/
|
|
207
|
+
getObjectiveWeights(offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ObjectiveWeightResponse[], any, {}>>;
|
|
208
|
+
/**
|
|
209
|
+
* Update the weight of an objective within a value framework. Identified by the composite key (framework_id, objective_id).
|
|
210
|
+
* @summary Partially update an objective weight
|
|
211
|
+
* @param {string} frameworkId UUID of the value framework
|
|
212
|
+
* @param {string} objectiveId UUID of the objective
|
|
213
|
+
* @param {ObjectiveWeightUpdate} objectiveWeightUpdate
|
|
214
|
+
* @param {*} [options] Override http request option.
|
|
215
|
+
* @throws {RequiredError}
|
|
216
|
+
* @memberof ObjectiveWeightApi
|
|
217
|
+
*/
|
|
218
|
+
patchObjectiveWeight(frameworkId: string, objectiveId: string, objectiveWeightUpdate: ObjectiveWeightUpdate, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ObjectiveWeightResponse, any, {}>>;
|
|
219
|
+
/**
|
|
220
|
+
* Assign a weight to an objective within a framework. Weight must be >= 0, defaults to 1.0.
|
|
221
|
+
* @summary Create an objective weight
|
|
222
|
+
* @param {ObjectiveWeightCreate} objectiveWeightCreate
|
|
223
|
+
* @param {*} [options] Override http request option.
|
|
224
|
+
* @throws {RequiredError}
|
|
225
|
+
* @memberof ObjectiveWeightApi
|
|
226
|
+
*/
|
|
227
|
+
postObjectiveWeight(objectiveWeightCreate: ObjectiveWeightCreate, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ObjectiveWeightResponse, any, {}>>;
|
|
228
|
+
}
|