@dynamic-labs/sdk-api 0.0.864 → 0.0.869
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/package.json +1 -1
- package/src/apis/AllowlistsApi.cjs +26 -6
- package/src/apis/AllowlistsApi.d.ts +26 -6
- package/src/apis/AllowlistsApi.js +26 -6
- package/src/apis/AnalyticsApi.cjs +12 -0
- package/src/apis/AnalyticsApi.d.ts +12 -0
- package/src/apis/AnalyticsApi.js +12 -0
- package/src/apis/ChainalysisApi.cjs +6 -0
- package/src/apis/ChainalysisApi.d.ts +6 -0
- package/src/apis/ChainalysisApi.js +6 -0
- package/src/apis/ChainsApi.cjs +4 -2
- package/src/apis/ChainsApi.d.ts +4 -2
- package/src/apis/ChainsApi.js +4 -2
- package/src/apis/CustomFieldsApi.cjs +14 -4
- package/src/apis/CustomFieldsApi.d.ts +14 -4
- package/src/apis/CustomFieldsApi.js +14 -4
- package/src/apis/CustomHostnamesApi.cjs +10 -4
- package/src/apis/CustomHostnamesApi.d.ts +10 -4
- package/src/apis/CustomHostnamesApi.js +10 -4
- package/src/apis/CustomNetworksApi.cjs +10 -0
- package/src/apis/CustomNetworksApi.d.ts +10 -0
- package/src/apis/CustomNetworksApi.js +10 -0
- package/src/apis/DeeplinkUrlsApi.cjs +12 -6
- package/src/apis/DeeplinkUrlsApi.d.ts +12 -6
- package/src/apis/DeeplinkUrlsApi.js +12 -6
- package/src/apis/EnvironmentsApi.cjs +108 -10
- package/src/apis/EnvironmentsApi.d.ts +49 -11
- package/src/apis/EnvironmentsApi.js +108 -10
- package/src/apis/EventsApi.cjs +8 -2
- package/src/apis/EventsApi.d.ts +8 -2
- package/src/apis/EventsApi.js +8 -2
- package/src/apis/ExportsApi.cjs +8 -0
- package/src/apis/ExportsApi.d.ts +8 -0
- package/src/apis/ExportsApi.js +8 -0
- package/src/apis/ExternalJwtApi.cjs +4 -2
- package/src/apis/ExternalJwtApi.d.ts +4 -2
- package/src/apis/ExternalJwtApi.js +4 -2
- package/src/apis/GatesApi.cjs +16 -2
- package/src/apis/GatesApi.d.ts +16 -2
- package/src/apis/GatesApi.js +16 -2
- package/src/apis/GlobalWalletAccessControlApi.cjs +22 -8
- package/src/apis/GlobalWalletAccessControlApi.d.ts +22 -8
- package/src/apis/GlobalWalletAccessControlApi.js +22 -8
- package/src/apis/GlobalWalletConnectionsApi.cjs +4 -2
- package/src/apis/GlobalWalletConnectionsApi.d.ts +4 -2
- package/src/apis/GlobalWalletConnectionsApi.js +4 -2
- package/src/apis/GlobalWalletsApi.cjs +18 -8
- package/src/apis/GlobalWalletsApi.d.ts +18 -8
- package/src/apis/GlobalWalletsApi.js +18 -8
- package/src/apis/InvitesApi.cjs +16 -6
- package/src/apis/InvitesApi.d.ts +16 -6
- package/src/apis/InvitesApi.js +16 -6
- package/src/apis/MembersApi.cjs +16 -8
- package/src/apis/MembersApi.d.ts +16 -8
- package/src/apis/MembersApi.js +16 -8
- package/src/apis/MfaApi.cjs +8 -4
- package/src/apis/MfaApi.d.ts +8 -4
- package/src/apis/MfaApi.js +8 -4
- package/src/apis/MfaSettingsApi.cjs +6 -0
- package/src/apis/MfaSettingsApi.d.ts +6 -0
- package/src/apis/MfaSettingsApi.js +6 -0
- package/src/apis/NameServicesApi.cjs +22 -10
- package/src/apis/NameServicesApi.d.ts +22 -10
- package/src/apis/NameServicesApi.js +22 -10
- package/src/apis/OrganizationsApi.cjs +34 -10
- package/src/apis/OrganizationsApi.d.ts +34 -10
- package/src/apis/OrganizationsApi.js +34 -10
- package/src/apis/OriginsApi.cjs +12 -6
- package/src/apis/OriginsApi.d.ts +12 -6
- package/src/apis/OriginsApi.js +12 -6
- package/src/apis/ProjectsApi.cjs +18 -8
- package/src/apis/ProjectsApi.d.ts +18 -8
- package/src/apis/ProjectsApi.js +18 -8
- package/src/apis/SDKApi.cjs +554 -162
- package/src/apis/SDKApi.d.ts +423 -163
- package/src/apis/SDKApi.js +554 -162
- package/src/apis/SDKViewsApi.cjs +12 -6
- package/src/apis/SDKViewsApi.d.ts +12 -6
- package/src/apis/SDKViewsApi.js +12 -6
- package/src/apis/SessionsApi.cjs +4 -0
- package/src/apis/SessionsApi.d.ts +4 -0
- package/src/apis/SessionsApi.js +4 -0
- package/src/apis/SettingsApi.cjs +32 -4
- package/src/apis/SettingsApi.d.ts +32 -4
- package/src/apis/SettingsApi.js +32 -4
- package/src/apis/TestAccountApi.cjs +10 -4
- package/src/apis/TestAccountApi.d.ts +10 -4
- package/src/apis/TestAccountApi.js +10 -4
- package/src/apis/TokensApi.cjs +12 -6
- package/src/apis/TokensApi.d.ts +12 -6
- package/src/apis/TokensApi.js +12 -6
- package/src/apis/UserApiTokensApi.cjs +12 -6
- package/src/apis/UserApiTokensApi.d.ts +12 -6
- package/src/apis/UserApiTokensApi.js +12 -6
- package/src/apis/UsersApi.cjs +28 -4
- package/src/apis/UsersApi.d.ts +28 -4
- package/src/apis/UsersApi.js +28 -4
- package/src/apis/VisitsApi.cjs +2 -0
- package/src/apis/VisitsApi.d.ts +2 -0
- package/src/apis/VisitsApi.js +2 -0
- package/src/apis/WaasApi.cjs +36 -8
- package/src/apis/WaasApi.d.ts +35 -7
- package/src/apis/WaasApi.js +36 -8
- package/src/apis/WalletConnectApi.cjs +2 -0
- package/src/apis/WalletConnectApi.d.ts +2 -0
- package/src/apis/WalletConnectApi.js +2 -0
- package/src/apis/WalletsApi.cjs +20 -6
- package/src/apis/WalletsApi.d.ts +20 -6
- package/src/apis/WalletsApi.js +20 -6
- package/src/apis/WebhooksApi.cjs +32 -16
- package/src/apis/WebhooksApi.d.ts +32 -16
- package/src/apis/WebhooksApi.js +32 -16
- package/src/index.cjs +4 -0
- package/src/index.js +1 -0
- package/src/models/SignMessageBtcTransaction.cjs +5 -13
- package/src/models/SignMessageBtcTransaction.d.ts +8 -2
- package/src/models/SignMessageBtcTransaction.js +5 -13
- package/src/models/SmsVerificationVerifyRequest.cjs +3 -0
- package/src/models/SmsVerificationVerifyRequest.d.ts +7 -0
- package/src/models/SmsVerificationVerifyRequest.js +3 -0
- package/src/models/UserFilterableFieldsEnum.cjs +1 -0
- package/src/models/UserFilterableFieldsEnum.d.ts +2 -1
- package/src/models/UserFilterableFieldsEnum.js +1 -0
- package/src/models/WalletSanctionsResponse.cjs +37 -0
- package/src/models/WalletSanctionsResponse.d.ts +40 -0
- package/src/models/WalletSanctionsResponse.js +31 -0
- package/src/models/index.d.ts +1 -0
package/src/apis/OriginsApi.js
CHANGED
|
@@ -103,7 +103,8 @@ import '../models/WalletTransactionType.js';
|
|
|
103
103
|
*/
|
|
104
104
|
class OriginsApi extends BaseAPI {
|
|
105
105
|
/**
|
|
106
|
-
* Adds an allowed origin for
|
|
106
|
+
* Adds an allowed origin for the specified environment.
|
|
107
|
+
* Add an allowed origin for the environment
|
|
107
108
|
*/
|
|
108
109
|
addOriginRaw(requestParameters, initOverrides) {
|
|
109
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -127,7 +128,8 @@ class OriginsApi extends BaseAPI {
|
|
|
127
128
|
});
|
|
128
129
|
}
|
|
129
130
|
/**
|
|
130
|
-
* Adds an allowed origin for
|
|
131
|
+
* Adds an allowed origin for the specified environment.
|
|
132
|
+
* Add an allowed origin for the environment
|
|
131
133
|
*/
|
|
132
134
|
addOrigin(requestParameters, initOverrides) {
|
|
133
135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -136,7 +138,8 @@ class OriginsApi extends BaseAPI {
|
|
|
136
138
|
});
|
|
137
139
|
}
|
|
138
140
|
/**
|
|
139
|
-
*
|
|
141
|
+
* Permanently removes the specified origin.
|
|
142
|
+
* Delete an origin by ID
|
|
140
143
|
*/
|
|
141
144
|
deleteOriginByIdRaw(requestParameters, initOverrides) {
|
|
142
145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -162,7 +165,8 @@ class OriginsApi extends BaseAPI {
|
|
|
162
165
|
});
|
|
163
166
|
}
|
|
164
167
|
/**
|
|
165
|
-
*
|
|
168
|
+
* Permanently removes the specified origin.
|
|
169
|
+
* Delete an origin by ID
|
|
166
170
|
*/
|
|
167
171
|
deleteOriginById(requestParameters, initOverrides) {
|
|
168
172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -170,7 +174,8 @@ class OriginsApi extends BaseAPI {
|
|
|
170
174
|
});
|
|
171
175
|
}
|
|
172
176
|
/**
|
|
173
|
-
*
|
|
177
|
+
* Returns the allowed origins for the specified environment.
|
|
178
|
+
* Get allowed origins for the environment
|
|
174
179
|
*/
|
|
175
180
|
getOriginsRaw(requestParameters, initOverrides) {
|
|
176
181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -189,7 +194,8 @@ class OriginsApi extends BaseAPI {
|
|
|
189
194
|
});
|
|
190
195
|
}
|
|
191
196
|
/**
|
|
192
|
-
*
|
|
197
|
+
* Returns the allowed origins for the specified environment.
|
|
198
|
+
* Get allowed origins for the environment
|
|
193
199
|
*/
|
|
194
200
|
getOrigins(requestParameters, initOverrides) {
|
|
195
201
|
return __awaiter(this, void 0, void 0, function* () {
|
package/src/apis/ProjectsApi.cjs
CHANGED
|
@@ -110,7 +110,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
110
110
|
*/
|
|
111
111
|
class ProjectsApi extends runtime.BaseAPI {
|
|
112
112
|
/**
|
|
113
|
-
* Creates a new project
|
|
113
|
+
* Creates a new project for the specified organization.
|
|
114
|
+
* Create a project
|
|
114
115
|
*/
|
|
115
116
|
createProjectRaw(requestParameters, initOverrides) {
|
|
116
117
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -141,7 +142,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
141
142
|
});
|
|
142
143
|
}
|
|
143
144
|
/**
|
|
144
|
-
* Creates a new project
|
|
145
|
+
* Creates a new project for the specified organization.
|
|
146
|
+
* Create a project
|
|
145
147
|
*/
|
|
146
148
|
createProject(requestParameters, initOverrides) {
|
|
147
149
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -150,7 +152,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
150
152
|
});
|
|
151
153
|
}
|
|
152
154
|
/**
|
|
153
|
-
*
|
|
155
|
+
* Permanently removes the specified project.
|
|
156
|
+
* Delete a project by ID
|
|
154
157
|
*/
|
|
155
158
|
deleteProjectByIdRaw(requestParameters, initOverrides) {
|
|
156
159
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -176,7 +179,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
176
179
|
});
|
|
177
180
|
}
|
|
178
181
|
/**
|
|
179
|
-
*
|
|
182
|
+
* Permanently removes the specified project.
|
|
183
|
+
* Delete a project by ID
|
|
180
184
|
*/
|
|
181
185
|
deleteProjectById(requestParameters, initOverrides) {
|
|
182
186
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -184,7 +188,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
184
188
|
});
|
|
185
189
|
}
|
|
186
190
|
/**
|
|
187
|
-
*
|
|
191
|
+
* Returns a single project by its unique identifier.
|
|
192
|
+
* Get a project by ID
|
|
188
193
|
*/
|
|
189
194
|
getProjectByIdRaw(requestParameters, initOverrides) {
|
|
190
195
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -210,7 +215,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
210
215
|
});
|
|
211
216
|
}
|
|
212
217
|
/**
|
|
213
|
-
*
|
|
218
|
+
* Returns a single project by its unique identifier.
|
|
219
|
+
* Get a project by ID
|
|
214
220
|
*/
|
|
215
221
|
getProjectById(requestParameters, initOverrides) {
|
|
216
222
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -219,7 +225,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
219
225
|
});
|
|
220
226
|
}
|
|
221
227
|
/**
|
|
222
|
-
*
|
|
228
|
+
* Returns the projects for the specified organization.
|
|
229
|
+
* Get projects for the organization
|
|
223
230
|
*/
|
|
224
231
|
getProjectsRaw(requestParameters, initOverrides) {
|
|
225
232
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -245,7 +252,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
245
252
|
});
|
|
246
253
|
}
|
|
247
254
|
/**
|
|
248
|
-
*
|
|
255
|
+
* Returns the projects for the specified organization.
|
|
256
|
+
* Get projects for the organization
|
|
249
257
|
*/
|
|
250
258
|
getProjects(requestParameters, initOverrides) {
|
|
251
259
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -254,6 +262,7 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
254
262
|
});
|
|
255
263
|
}
|
|
256
264
|
/**
|
|
265
|
+
* Updates the specified project.
|
|
257
266
|
* Update a project
|
|
258
267
|
*/
|
|
259
268
|
updateProjectRaw(requestParameters, initOverrides) {
|
|
@@ -285,6 +294,7 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
285
294
|
});
|
|
286
295
|
}
|
|
287
296
|
/**
|
|
297
|
+
* Updates the specified project.
|
|
288
298
|
* Update a project
|
|
289
299
|
*/
|
|
290
300
|
updateProject(requestParameters, initOverrides) {
|
|
@@ -33,42 +33,52 @@ export interface UpdateProjectOperationRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class ProjectsApi extends runtime.BaseAPI {
|
|
35
35
|
/**
|
|
36
|
-
* Creates a new project
|
|
36
|
+
* Creates a new project for the specified organization.
|
|
37
|
+
* Create a project
|
|
37
38
|
*/
|
|
38
39
|
createProjectRaw(requestParameters: CreateProjectRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateProjectResponse>>;
|
|
39
40
|
/**
|
|
40
|
-
* Creates a new project
|
|
41
|
+
* Creates a new project for the specified organization.
|
|
42
|
+
* Create a project
|
|
41
43
|
*/
|
|
42
44
|
createProject(requestParameters: CreateProjectRequest, initOverrides?: RequestInit): Promise<CreateProjectResponse>;
|
|
43
45
|
/**
|
|
44
|
-
*
|
|
46
|
+
* Permanently removes the specified project.
|
|
47
|
+
* Delete a project by ID
|
|
45
48
|
*/
|
|
46
49
|
deleteProjectByIdRaw(requestParameters: DeleteProjectByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
47
50
|
/**
|
|
48
|
-
*
|
|
51
|
+
* Permanently removes the specified project.
|
|
52
|
+
* Delete a project by ID
|
|
49
53
|
*/
|
|
50
54
|
deleteProjectById(requestParameters: DeleteProjectByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
51
55
|
/**
|
|
52
|
-
*
|
|
56
|
+
* Returns a single project by its unique identifier.
|
|
57
|
+
* Get a project by ID
|
|
53
58
|
*/
|
|
54
59
|
getProjectByIdRaw(requestParameters: GetProjectByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Project>>;
|
|
55
60
|
/**
|
|
56
|
-
*
|
|
61
|
+
* Returns a single project by its unique identifier.
|
|
62
|
+
* Get a project by ID
|
|
57
63
|
*/
|
|
58
64
|
getProjectById(requestParameters: GetProjectByIdRequest, initOverrides?: RequestInit): Promise<Project>;
|
|
59
65
|
/**
|
|
60
|
-
*
|
|
66
|
+
* Returns the projects for the specified organization.
|
|
67
|
+
* Get projects for the organization
|
|
61
68
|
*/
|
|
62
69
|
getProjectsRaw(requestParameters: GetProjectsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ProjectsResponse>>;
|
|
63
70
|
/**
|
|
64
|
-
*
|
|
71
|
+
* Returns the projects for the specified organization.
|
|
72
|
+
* Get projects for the organization
|
|
65
73
|
*/
|
|
66
74
|
getProjects(requestParameters: GetProjectsRequest, initOverrides?: RequestInit): Promise<ProjectsResponse>;
|
|
67
75
|
/**
|
|
76
|
+
* Updates the specified project.
|
|
68
77
|
* Update a project
|
|
69
78
|
*/
|
|
70
79
|
updateProjectRaw(requestParameters: UpdateProjectOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateProjectResponse>>;
|
|
71
80
|
/**
|
|
81
|
+
* Updates the specified project.
|
|
72
82
|
* Update a project
|
|
73
83
|
*/
|
|
74
84
|
updateProject(requestParameters: UpdateProjectOperationRequest, initOverrides?: RequestInit): Promise<UpdateProjectResponse>;
|
package/src/apis/ProjectsApi.js
CHANGED
|
@@ -106,7 +106,8 @@ import '../models/WalletTransactionType.js';
|
|
|
106
106
|
*/
|
|
107
107
|
class ProjectsApi extends BaseAPI {
|
|
108
108
|
/**
|
|
109
|
-
* Creates a new project
|
|
109
|
+
* Creates a new project for the specified organization.
|
|
110
|
+
* Create a project
|
|
110
111
|
*/
|
|
111
112
|
createProjectRaw(requestParameters, initOverrides) {
|
|
112
113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -137,7 +138,8 @@ class ProjectsApi extends BaseAPI {
|
|
|
137
138
|
});
|
|
138
139
|
}
|
|
139
140
|
/**
|
|
140
|
-
* Creates a new project
|
|
141
|
+
* Creates a new project for the specified organization.
|
|
142
|
+
* Create a project
|
|
141
143
|
*/
|
|
142
144
|
createProject(requestParameters, initOverrides) {
|
|
143
145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -146,7 +148,8 @@ class ProjectsApi extends BaseAPI {
|
|
|
146
148
|
});
|
|
147
149
|
}
|
|
148
150
|
/**
|
|
149
|
-
*
|
|
151
|
+
* Permanently removes the specified project.
|
|
152
|
+
* Delete a project by ID
|
|
150
153
|
*/
|
|
151
154
|
deleteProjectByIdRaw(requestParameters, initOverrides) {
|
|
152
155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -172,7 +175,8 @@ class ProjectsApi extends BaseAPI {
|
|
|
172
175
|
});
|
|
173
176
|
}
|
|
174
177
|
/**
|
|
175
|
-
*
|
|
178
|
+
* Permanently removes the specified project.
|
|
179
|
+
* Delete a project by ID
|
|
176
180
|
*/
|
|
177
181
|
deleteProjectById(requestParameters, initOverrides) {
|
|
178
182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -180,7 +184,8 @@ class ProjectsApi extends BaseAPI {
|
|
|
180
184
|
});
|
|
181
185
|
}
|
|
182
186
|
/**
|
|
183
|
-
*
|
|
187
|
+
* Returns a single project by its unique identifier.
|
|
188
|
+
* Get a project by ID
|
|
184
189
|
*/
|
|
185
190
|
getProjectByIdRaw(requestParameters, initOverrides) {
|
|
186
191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -206,7 +211,8 @@ class ProjectsApi extends BaseAPI {
|
|
|
206
211
|
});
|
|
207
212
|
}
|
|
208
213
|
/**
|
|
209
|
-
*
|
|
214
|
+
* Returns a single project by its unique identifier.
|
|
215
|
+
* Get a project by ID
|
|
210
216
|
*/
|
|
211
217
|
getProjectById(requestParameters, initOverrides) {
|
|
212
218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -215,7 +221,8 @@ class ProjectsApi extends BaseAPI {
|
|
|
215
221
|
});
|
|
216
222
|
}
|
|
217
223
|
/**
|
|
218
|
-
*
|
|
224
|
+
* Returns the projects for the specified organization.
|
|
225
|
+
* Get projects for the organization
|
|
219
226
|
*/
|
|
220
227
|
getProjectsRaw(requestParameters, initOverrides) {
|
|
221
228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -241,7 +248,8 @@ class ProjectsApi extends BaseAPI {
|
|
|
241
248
|
});
|
|
242
249
|
}
|
|
243
250
|
/**
|
|
244
|
-
*
|
|
251
|
+
* Returns the projects for the specified organization.
|
|
252
|
+
* Get projects for the organization
|
|
245
253
|
*/
|
|
246
254
|
getProjects(requestParameters, initOverrides) {
|
|
247
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -250,6 +258,7 @@ class ProjectsApi extends BaseAPI {
|
|
|
250
258
|
});
|
|
251
259
|
}
|
|
252
260
|
/**
|
|
261
|
+
* Updates the specified project.
|
|
253
262
|
* Update a project
|
|
254
263
|
*/
|
|
255
264
|
updateProjectRaw(requestParameters, initOverrides) {
|
|
@@ -281,6 +290,7 @@ class ProjectsApi extends BaseAPI {
|
|
|
281
290
|
});
|
|
282
291
|
}
|
|
283
292
|
/**
|
|
293
|
+
* Updates the specified project.
|
|
284
294
|
* Update a project
|
|
285
295
|
*/
|
|
286
296
|
updateProject(requestParameters, initOverrides) {
|