@teemill/platform 0.66.0 → 0.67.0
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/.openapi-generator/FILES +0 -1
- package/README.md +4 -4
- package/api.ts +215 -88
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +119 -57
- package/dist/api.js +159 -67
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +119 -57
- package/dist/esm/api.js +159 -67
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/ConciergeCandidate.md +6 -4
- package/docs/ConciergeCandidatesApi.md +91 -23
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Platform
|
|
3
3
|
* Manage Your podOS platform
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.67.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -191,7 +191,11 @@ export interface ConciergeCandidate {
|
|
|
191
191
|
/**
|
|
192
192
|
* ISO 8601 Timestamp
|
|
193
193
|
*/
|
|
194
|
-
'
|
|
194
|
+
'approvedAt': string | null;
|
|
195
|
+
/**
|
|
196
|
+
* ISO 8601 Timestamp
|
|
197
|
+
*/
|
|
198
|
+
'completedAt': string | null;
|
|
195
199
|
/**
|
|
196
200
|
* A reference to the project being ordered
|
|
197
201
|
*/
|
|
@@ -201,9 +205,9 @@ export interface ConciergeCandidate {
|
|
|
201
205
|
*/
|
|
202
206
|
'originRef': string;
|
|
203
207
|
/**
|
|
204
|
-
* Reference to the
|
|
208
|
+
* Reference to the task resource
|
|
205
209
|
*/
|
|
206
|
-
'
|
|
210
|
+
'taskRef'?: string | null;
|
|
207
211
|
}
|
|
208
212
|
/**
|
|
209
213
|
* The source of the concierge candidate. This is the channel through which the concierge candidate interacted with the platform.
|
|
@@ -1196,16 +1200,6 @@ export interface Terms {
|
|
|
1196
1200
|
'createdAt': string;
|
|
1197
1201
|
'updatedAt': string;
|
|
1198
1202
|
}
|
|
1199
|
-
export interface UpdateConciergeCandidateRequest {
|
|
1200
|
-
/**
|
|
1201
|
-
* Whether the concierge candidate has been dismissed or not.
|
|
1202
|
-
*/
|
|
1203
|
-
'dismiss'?: boolean;
|
|
1204
|
-
/**
|
|
1205
|
-
* Reference to the user resource
|
|
1206
|
-
*/
|
|
1207
|
-
'assignedUserRef'?: string | null;
|
|
1208
|
-
}
|
|
1209
1203
|
export interface UpdateCustomerEnquiryRequest {
|
|
1210
1204
|
/**
|
|
1211
1205
|
* The unique id of the user who owns the enquiry
|
|
@@ -1294,75 +1288,115 @@ export interface Variant {
|
|
|
1294
1288
|
*/
|
|
1295
1289
|
export declare const ConciergeCandidatesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1296
1290
|
/**
|
|
1297
|
-
*
|
|
1298
|
-
* @summary
|
|
1291
|
+
* Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
|
|
1292
|
+
* @summary Approve concierge candidate
|
|
1299
1293
|
* @param {string} project Project unique identifier
|
|
1300
1294
|
* @param {string} platformId The platform identifier
|
|
1301
1295
|
* @param {string} conciergeCandidateId The concierge candidate identifier
|
|
1302
1296
|
* @param {*} [options] Override http request option.
|
|
1303
1297
|
* @throws {RequiredError}
|
|
1304
1298
|
*/
|
|
1305
|
-
|
|
1299
|
+
approveConciergeCandidate: (project: string, platformId: string, conciergeCandidateId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1306
1300
|
/**
|
|
1307
|
-
*
|
|
1308
|
-
* @summary
|
|
1301
|
+
* Delete a concierge candidate by a given concierge candidate ID.
|
|
1302
|
+
* @summary Delete concierge candidate
|
|
1309
1303
|
* @param {string} project Project unique identifier
|
|
1310
1304
|
* @param {string} platformId The platform identifier
|
|
1305
|
+
* @param {string} conciergeCandidateId The concierge candidate identifier
|
|
1311
1306
|
* @param {*} [options] Override http request option.
|
|
1312
1307
|
* @throws {RequiredError}
|
|
1313
1308
|
*/
|
|
1314
|
-
|
|
1309
|
+
deleteConciergeCandidate: (project: string, platformId: string, conciergeCandidateId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1315
1310
|
/**
|
|
1316
|
-
*
|
|
1317
|
-
* @summary
|
|
1311
|
+
* Get a concierge candidate by a given concierge candidate ID.
|
|
1312
|
+
* @summary Get concierge candidate
|
|
1318
1313
|
* @param {string} project Project unique identifier
|
|
1319
1314
|
* @param {string} platformId The platform identifier
|
|
1320
1315
|
* @param {string} conciergeCandidateId The concierge candidate identifier
|
|
1321
|
-
* @param {UpdateConciergeCandidateRequest} updateConciergeCandidateRequest
|
|
1322
1316
|
* @param {*} [options] Override http request option.
|
|
1323
1317
|
* @throws {RequiredError}
|
|
1324
1318
|
*/
|
|
1325
|
-
|
|
1319
|
+
getConciergeCandidate: (project: string, platformId: string, conciergeCandidateId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1320
|
+
/**
|
|
1321
|
+
* List concierge candidates
|
|
1322
|
+
* @summary List concierge candidates
|
|
1323
|
+
* @param {string} project Project unique identifier
|
|
1324
|
+
* @param {string} platformId The platform identifier
|
|
1325
|
+
* @param {string} [search] Search term to filter results
|
|
1326
|
+
* @param {number} [pageToken] Page reference token
|
|
1327
|
+
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1328
|
+
* @param {*} [options] Override http request option.
|
|
1329
|
+
* @throws {RequiredError}
|
|
1330
|
+
*/
|
|
1331
|
+
listConciergeCandidates: (project: string, platformId: string, search?: string, pageToken?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1326
1332
|
};
|
|
1327
1333
|
/**
|
|
1328
1334
|
* ConciergeCandidatesApi - functional programming interface
|
|
1329
1335
|
*/
|
|
1330
1336
|
export declare const ConciergeCandidatesApiFp: (configuration?: Configuration) => {
|
|
1331
1337
|
/**
|
|
1332
|
-
*
|
|
1333
|
-
* @summary
|
|
1338
|
+
* Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
|
|
1339
|
+
* @summary Approve concierge candidate
|
|
1334
1340
|
* @param {string} project Project unique identifier
|
|
1335
1341
|
* @param {string} platformId The platform identifier
|
|
1336
1342
|
* @param {string} conciergeCandidateId The concierge candidate identifier
|
|
1337
1343
|
* @param {*} [options] Override http request option.
|
|
1338
1344
|
* @throws {RequiredError}
|
|
1339
1345
|
*/
|
|
1340
|
-
|
|
1346
|
+
approveConciergeCandidate(project: string, platformId: string, conciergeCandidateId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConciergeCandidate>>;
|
|
1341
1347
|
/**
|
|
1342
|
-
*
|
|
1343
|
-
* @summary
|
|
1348
|
+
* Delete a concierge candidate by a given concierge candidate ID.
|
|
1349
|
+
* @summary Delete concierge candidate
|
|
1344
1350
|
* @param {string} project Project unique identifier
|
|
1345
1351
|
* @param {string} platformId The platform identifier
|
|
1352
|
+
* @param {string} conciergeCandidateId The concierge candidate identifier
|
|
1346
1353
|
* @param {*} [options] Override http request option.
|
|
1347
1354
|
* @throws {RequiredError}
|
|
1348
1355
|
*/
|
|
1349
|
-
|
|
1356
|
+
deleteConciergeCandidate(project: string, platformId: string, conciergeCandidateId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1350
1357
|
/**
|
|
1351
|
-
*
|
|
1352
|
-
* @summary
|
|
1358
|
+
* Get a concierge candidate by a given concierge candidate ID.
|
|
1359
|
+
* @summary Get concierge candidate
|
|
1353
1360
|
* @param {string} project Project unique identifier
|
|
1354
1361
|
* @param {string} platformId The platform identifier
|
|
1355
1362
|
* @param {string} conciergeCandidateId The concierge candidate identifier
|
|
1356
|
-
* @param {UpdateConciergeCandidateRequest} updateConciergeCandidateRequest
|
|
1357
1363
|
* @param {*} [options] Override http request option.
|
|
1358
1364
|
* @throws {RequiredError}
|
|
1359
1365
|
*/
|
|
1360
|
-
|
|
1366
|
+
getConciergeCandidate(project: string, platformId: string, conciergeCandidateId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConciergeCandidate>>;
|
|
1367
|
+
/**
|
|
1368
|
+
* List concierge candidates
|
|
1369
|
+
* @summary List concierge candidates
|
|
1370
|
+
* @param {string} project Project unique identifier
|
|
1371
|
+
* @param {string} platformId The platform identifier
|
|
1372
|
+
* @param {string} [search] Search term to filter results
|
|
1373
|
+
* @param {number} [pageToken] Page reference token
|
|
1374
|
+
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1375
|
+
* @param {*} [options] Override http request option.
|
|
1376
|
+
* @throws {RequiredError}
|
|
1377
|
+
*/
|
|
1378
|
+
listConciergeCandidates(project: string, platformId: string, search?: string, pageToken?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListConciergeCandidates200Response>>;
|
|
1361
1379
|
};
|
|
1362
1380
|
/**
|
|
1363
1381
|
* ConciergeCandidatesApi - factory interface
|
|
1364
1382
|
*/
|
|
1365
1383
|
export declare const ConciergeCandidatesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1384
|
+
/**
|
|
1385
|
+
* Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
|
|
1386
|
+
* @summary Approve concierge candidate
|
|
1387
|
+
* @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
|
|
1388
|
+
* @param {*} [options] Override http request option.
|
|
1389
|
+
* @throws {RequiredError}
|
|
1390
|
+
*/
|
|
1391
|
+
approveConciergeCandidate(requestParameters: ConciergeCandidatesApiApproveConciergeCandidateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ConciergeCandidate>;
|
|
1392
|
+
/**
|
|
1393
|
+
* Delete a concierge candidate by a given concierge candidate ID.
|
|
1394
|
+
* @summary Delete concierge candidate
|
|
1395
|
+
* @param {ConciergeCandidatesApiDeleteConciergeCandidateRequest} requestParameters Request parameters.
|
|
1396
|
+
* @param {*} [options] Override http request option.
|
|
1397
|
+
* @throws {RequiredError}
|
|
1398
|
+
*/
|
|
1399
|
+
deleteConciergeCandidate(requestParameters: ConciergeCandidatesApiDeleteConciergeCandidateRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
1366
1400
|
/**
|
|
1367
1401
|
* Get a concierge candidate by a given concierge candidate ID.
|
|
1368
1402
|
* @summary Get concierge candidate
|
|
@@ -1379,19 +1413,11 @@ export declare const ConciergeCandidatesApiFactory: (configuration?: Configurati
|
|
|
1379
1413
|
* @throws {RequiredError}
|
|
1380
1414
|
*/
|
|
1381
1415
|
listConciergeCandidates(requestParameters: ConciergeCandidatesApiListConciergeCandidatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListConciergeCandidates200Response>;
|
|
1382
|
-
/**
|
|
1383
|
-
* Update a concierge candidate by a given concierge candidate ID.
|
|
1384
|
-
* @summary Update concierge candidate
|
|
1385
|
-
* @param {ConciergeCandidatesApiUpdateConciergeCandidateRequest} requestParameters Request parameters.
|
|
1386
|
-
* @param {*} [options] Override http request option.
|
|
1387
|
-
* @throws {RequiredError}
|
|
1388
|
-
*/
|
|
1389
|
-
updateConciergeCandidate(requestParameters: ConciergeCandidatesApiUpdateConciergeCandidateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ConciergeCandidate>;
|
|
1390
1416
|
};
|
|
1391
1417
|
/**
|
|
1392
|
-
* Request parameters for
|
|
1418
|
+
* Request parameters for approveConciergeCandidate operation in ConciergeCandidatesApi.
|
|
1393
1419
|
*/
|
|
1394
|
-
export interface
|
|
1420
|
+
export interface ConciergeCandidatesApiApproveConciergeCandidateRequest {
|
|
1395
1421
|
/**
|
|
1396
1422
|
* Project unique identifier
|
|
1397
1423
|
*/
|
|
@@ -1406,9 +1432,9 @@ export interface ConciergeCandidatesApiGetConciergeCandidateRequest {
|
|
|
1406
1432
|
readonly conciergeCandidateId: string;
|
|
1407
1433
|
}
|
|
1408
1434
|
/**
|
|
1409
|
-
* Request parameters for
|
|
1435
|
+
* Request parameters for deleteConciergeCandidate operation in ConciergeCandidatesApi.
|
|
1410
1436
|
*/
|
|
1411
|
-
export interface
|
|
1437
|
+
export interface ConciergeCandidatesApiDeleteConciergeCandidateRequest {
|
|
1412
1438
|
/**
|
|
1413
1439
|
* Project unique identifier
|
|
1414
1440
|
*/
|
|
@@ -1417,11 +1443,15 @@ export interface ConciergeCandidatesApiListConciergeCandidatesRequest {
|
|
|
1417
1443
|
* The platform identifier
|
|
1418
1444
|
*/
|
|
1419
1445
|
readonly platformId: string;
|
|
1446
|
+
/**
|
|
1447
|
+
* The concierge candidate identifier
|
|
1448
|
+
*/
|
|
1449
|
+
readonly conciergeCandidateId: string;
|
|
1420
1450
|
}
|
|
1421
1451
|
/**
|
|
1422
|
-
* Request parameters for
|
|
1452
|
+
* Request parameters for getConciergeCandidate operation in ConciergeCandidatesApi.
|
|
1423
1453
|
*/
|
|
1424
|
-
export interface
|
|
1454
|
+
export interface ConciergeCandidatesApiGetConciergeCandidateRequest {
|
|
1425
1455
|
/**
|
|
1426
1456
|
* Project unique identifier
|
|
1427
1457
|
*/
|
|
@@ -1434,12 +1464,52 @@ export interface ConciergeCandidatesApiUpdateConciergeCandidateRequest {
|
|
|
1434
1464
|
* The concierge candidate identifier
|
|
1435
1465
|
*/
|
|
1436
1466
|
readonly conciergeCandidateId: string;
|
|
1437
|
-
|
|
1467
|
+
}
|
|
1468
|
+
/**
|
|
1469
|
+
* Request parameters for listConciergeCandidates operation in ConciergeCandidatesApi.
|
|
1470
|
+
*/
|
|
1471
|
+
export interface ConciergeCandidatesApiListConciergeCandidatesRequest {
|
|
1472
|
+
/**
|
|
1473
|
+
* Project unique identifier
|
|
1474
|
+
*/
|
|
1475
|
+
readonly project: string;
|
|
1476
|
+
/**
|
|
1477
|
+
* The platform identifier
|
|
1478
|
+
*/
|
|
1479
|
+
readonly platformId: string;
|
|
1480
|
+
/**
|
|
1481
|
+
* Search term to filter results
|
|
1482
|
+
*/
|
|
1483
|
+
readonly search?: string;
|
|
1484
|
+
/**
|
|
1485
|
+
* Page reference token
|
|
1486
|
+
*/
|
|
1487
|
+
readonly pageToken?: number;
|
|
1488
|
+
/**
|
|
1489
|
+
* Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1490
|
+
*/
|
|
1491
|
+
readonly pageSize?: number;
|
|
1438
1492
|
}
|
|
1439
1493
|
/**
|
|
1440
1494
|
* ConciergeCandidatesApi - object-oriented interface
|
|
1441
1495
|
*/
|
|
1442
1496
|
export declare class ConciergeCandidatesApi extends BaseAPI {
|
|
1497
|
+
/**
|
|
1498
|
+
* Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
|
|
1499
|
+
* @summary Approve concierge candidate
|
|
1500
|
+
* @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
|
|
1501
|
+
* @param {*} [options] Override http request option.
|
|
1502
|
+
* @throws {RequiredError}
|
|
1503
|
+
*/
|
|
1504
|
+
approveConciergeCandidate(requestParameters: ConciergeCandidatesApiApproveConciergeCandidateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConciergeCandidate, any, {}>>;
|
|
1505
|
+
/**
|
|
1506
|
+
* Delete a concierge candidate by a given concierge candidate ID.
|
|
1507
|
+
* @summary Delete concierge candidate
|
|
1508
|
+
* @param {ConciergeCandidatesApiDeleteConciergeCandidateRequest} requestParameters Request parameters.
|
|
1509
|
+
* @param {*} [options] Override http request option.
|
|
1510
|
+
* @throws {RequiredError}
|
|
1511
|
+
*/
|
|
1512
|
+
deleteConciergeCandidate(requestParameters: ConciergeCandidatesApiDeleteConciergeCandidateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1443
1513
|
/**
|
|
1444
1514
|
* Get a concierge candidate by a given concierge candidate ID.
|
|
1445
1515
|
* @summary Get concierge candidate
|
|
@@ -1456,14 +1526,6 @@ export declare class ConciergeCandidatesApi extends BaseAPI {
|
|
|
1456
1526
|
* @throws {RequiredError}
|
|
1457
1527
|
*/
|
|
1458
1528
|
listConciergeCandidates(requestParameters: ConciergeCandidatesApiListConciergeCandidatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListConciergeCandidates200Response, any, {}>>;
|
|
1459
|
-
/**
|
|
1460
|
-
* Update a concierge candidate by a given concierge candidate ID.
|
|
1461
|
-
* @summary Update concierge candidate
|
|
1462
|
-
* @param {ConciergeCandidatesApiUpdateConciergeCandidateRequest} requestParameters Request parameters.
|
|
1463
|
-
* @param {*} [options] Override http request option.
|
|
1464
|
-
* @throws {RequiredError}
|
|
1465
|
-
*/
|
|
1466
|
-
updateConciergeCandidate(requestParameters: ConciergeCandidatesApiUpdateConciergeCandidateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConciergeCandidate, any, {}>>;
|
|
1467
1529
|
}
|
|
1468
1530
|
/**
|
|
1469
1531
|
* CustomersApi - axios parameter creator
|