@mittwald/api-client 4.170.0 → 4.172.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/dist/esm/generated/v2/client-react.js +25 -21
- package/dist/esm/generated/v2/client.js +35 -27
- package/dist/esm/generated/v2/descriptors.js +102 -72
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +214 -187
- package/dist/types/generated/v2/client.d.ts +2748 -2482
- package/dist/types/generated/v2/descriptors.d.ts +34 -24
- package/dist/types/generated/v2/types.d.ts +2884 -2522
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -267,24 +267,6 @@ const buildFileApi = (baseClient) => ({
|
|
|
267
267
|
/** Get a File with user-friendly url. */
|
|
268
268
|
getFileWithName: new ApiCallAsyncResourceFactory(descriptors.fileGetFileWithName, baseClient.file.getFileWithName).getApiResource,
|
|
269
269
|
});
|
|
270
|
-
const buildLeadFyndrApi = (baseClient) => ({
|
|
271
|
-
/** Get your LeadFyndr request. */
|
|
272
|
-
leadfyndrGetLeadFyndrProfileRequestExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadFyndrProfileRequestExperimental, baseClient.leadFyndr.leadfyndrGetLeadFyndrProfileRequestExperimental).getApiResource,
|
|
273
|
-
/** Get cities in DACH. */
|
|
274
|
-
leadfyndrGetCitiesExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetCitiesExperimental, baseClient.leadFyndr.leadfyndrGetCitiesExperimental).getApiResource,
|
|
275
|
-
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
276
|
-
leadfyndrGetLeadExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadExperimental, baseClient.leadFyndr.leadfyndrGetLeadExperimental).getApiResource,
|
|
277
|
-
/** Get your LeadFyndr profile. */
|
|
278
|
-
leadfyndrGetLeadFyndrProfileExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadFyndrProfileExperimental, baseClient.leadFyndr.leadfyndrGetLeadFyndrProfileExperimental).getApiResource,
|
|
279
|
-
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
280
|
-
leadfyndrGetLeadFyndrProfileTariffOptionsExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadFyndrProfileTariffOptionsExperimental, baseClient.leadFyndr.leadfyndrGetLeadFyndrProfileTariffOptionsExperimental).getApiResource,
|
|
281
|
-
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
282
|
-
leadfyndrGetUnlockedLeadExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetUnlockedLeadExperimental, baseClient.leadFyndr.leadfyndrGetUnlockedLeadExperimental).getApiResource,
|
|
283
|
-
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
284
|
-
leadfyndrListLeadsExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrListLeadsExperimental, baseClient.leadFyndr.leadfyndrListLeadsExperimental).getApiResource,
|
|
285
|
-
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
286
|
-
leadfyndrListUnlockedLeadsExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrListUnlockedLeadsExperimental, baseClient.leadFyndr.leadfyndrListUnlockedLeadsExperimental).getApiResource,
|
|
287
|
-
});
|
|
288
270
|
const buildMailApi = (baseClient) => ({
|
|
289
271
|
/** List DeliveryBoxes belonging to a Project. */
|
|
290
272
|
listDeliveryBoxes: new ApiCallAsyncResourceFactory(descriptors.mailListDeliveryBoxes, baseClient.mail.listDeliveryBoxes).getApiResource,
|
|
@@ -376,6 +358,10 @@ const buildProjectApi = (baseClient) => ({
|
|
|
376
358
|
storagespaceGetProjectStatistics: new ApiCallAsyncResourceFactory(descriptors.storagespaceGetProjectStatistics, baseClient.project.storagespaceGetProjectStatistics).getApiResource,
|
|
377
359
|
/** Get storage space Statistics belonging to a Server. */
|
|
378
360
|
storagespaceGetServerStatistics: new ApiCallAsyncResourceFactory(descriptors.storagespaceGetServerStatistics, baseClient.project.storagespaceGetServerStatistics).getApiResource,
|
|
361
|
+
/** Get a list of already created llm licences. */
|
|
362
|
+
getLlmLicencesExperimental: new ApiCallAsyncResourceFactory(descriptors.projectGetLlmLicencesExperimental, baseClient.project.getLlmLicencesExperimental).getApiResource,
|
|
363
|
+
/** Get a licence of a project. */
|
|
364
|
+
getLlmLicenceExperimental: new ApiCallAsyncResourceFactory(descriptors.projectGetLlmLicenceExperimental, baseClient.project.getLlmLicenceExperimental).getApiResource,
|
|
379
365
|
});
|
|
380
366
|
const buildProjectFileSystemApi = (baseClient) => ({
|
|
381
367
|
/** List directories belonging to a Project. */
|
|
@@ -399,6 +385,24 @@ const buildSshsftpUserApi = (baseClient) => ({
|
|
|
399
385
|
/** Get an SSHUser. */
|
|
400
386
|
sshUserGetSshUser: new ApiCallAsyncResourceFactory(descriptors.sshUserGetSshUser, baseClient.sshsftpUser.sshUserGetSshUser).getApiResource,
|
|
401
387
|
});
|
|
388
|
+
const buildLeadFyndrApi = (baseClient) => ({
|
|
389
|
+
/** Get cities in DACH. */
|
|
390
|
+
leadfyndrGetCities: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetCities, baseClient.leadFyndr.leadfyndrGetCities).getApiResource,
|
|
391
|
+
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
392
|
+
leadfyndrGetLead: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLead, baseClient.leadFyndr.leadfyndrGetLead).getApiResource,
|
|
393
|
+
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
394
|
+
leadfyndrListLeads: new ApiCallAsyncResourceFactory(descriptors.leadfyndrListLeads, baseClient.leadFyndr.leadfyndrListLeads).getApiResource,
|
|
395
|
+
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
396
|
+
leadfyndrGetUnlockedLead: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetUnlockedLead, baseClient.leadFyndr.leadfyndrGetUnlockedLead).getApiResource,
|
|
397
|
+
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
398
|
+
leadfyndrListUnlockedLeads: new ApiCallAsyncResourceFactory(descriptors.leadfyndrListUnlockedLeads, baseClient.leadFyndr.leadfyndrListUnlockedLeads).getApiResource,
|
|
399
|
+
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
400
|
+
leadfyndrGetLeadFyndrProfileTariffOptions: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadFyndrProfileTariffOptions, baseClient.leadFyndr.leadfyndrGetLeadFyndrProfileTariffOptions).getApiResource,
|
|
401
|
+
/** Get your LeadFyndr profile. */
|
|
402
|
+
leadfyndrGetLeadFyndrProfile: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadFyndrProfile, baseClient.leadFyndr.leadfyndrGetLeadFyndrProfile).getApiResource,
|
|
403
|
+
/** Get your LeadFyndr request. */
|
|
404
|
+
leadfyndrGetLeadFyndrProfileRequest: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadFyndrProfileRequest, baseClient.leadFyndr.leadfyndrGetLeadFyndrProfileRequest).getApiResource,
|
|
405
|
+
});
|
|
402
406
|
export class MittwaldAPIV2ClientReact {
|
|
403
407
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
404
408
|
app;
|
|
@@ -424,8 +428,6 @@ export class MittwaldAPIV2ClientReact {
|
|
|
424
428
|
domain;
|
|
425
429
|
/** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
|
|
426
430
|
file;
|
|
427
|
-
/** The lead fyndr api allow you to manage you leads and your fyndr profile. */
|
|
428
|
-
leadFyndr;
|
|
429
431
|
/** The mail API allows you to manage your mail accounts. */
|
|
430
432
|
mail;
|
|
431
433
|
/** The notification API allows you to manage your notifications. */
|
|
@@ -440,6 +442,8 @@ export class MittwaldAPIV2ClientReact {
|
|
|
440
442
|
projectFileSystem;
|
|
441
443
|
/** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
|
|
442
444
|
sshsftpUser;
|
|
445
|
+
/** The lead fyndr api allow you to manage you leads and your fyndr profile. */
|
|
446
|
+
leadFyndr;
|
|
443
447
|
constructor(baseClient) {
|
|
444
448
|
this.app = buildAppApi(baseClient);
|
|
445
449
|
this.article = buildArticleApi(baseClient);
|
|
@@ -453,7 +457,6 @@ export class MittwaldAPIV2ClientReact {
|
|
|
453
457
|
this.database = buildDatabaseApi(baseClient);
|
|
454
458
|
this.domain = buildDomainApi(baseClient);
|
|
455
459
|
this.file = buildFileApi(baseClient);
|
|
456
|
-
this.leadFyndr = buildLeadFyndrApi(baseClient);
|
|
457
460
|
this.mail = buildMailApi(baseClient);
|
|
458
461
|
this.notification = buildNotificationApi(baseClient);
|
|
459
462
|
this.pageInsights = buildPageInsightsApi(baseClient);
|
|
@@ -461,6 +464,7 @@ export class MittwaldAPIV2ClientReact {
|
|
|
461
464
|
this.project = buildProjectApi(baseClient);
|
|
462
465
|
this.projectFileSystem = buildProjectFileSystemApi(baseClient);
|
|
463
466
|
this.sshsftpUser = buildSshsftpUserApi(baseClient);
|
|
467
|
+
this.leadFyndr = buildLeadFyndrApi(baseClient);
|
|
464
468
|
}
|
|
465
469
|
static fromBaseClient(baseClient) {
|
|
466
470
|
return new MittwaldAPIV2ClientReact(baseClient);
|
|
@@ -729,33 +729,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
729
729
|
/** Get a File with user-friendly url. */
|
|
730
730
|
getFileWithName: this.requestFunctionFactory(descriptors.fileGetFileWithName),
|
|
731
731
|
};
|
|
732
|
-
/** The lead fyndr api allow you to manage you leads and your fyndr profile. */
|
|
733
|
-
leadFyndr = {
|
|
734
|
-
/** Get your LeadFyndr request. */
|
|
735
|
-
leadfyndrGetLeadFyndrProfileRequestExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetLeadFyndrProfileRequestExperimental),
|
|
736
|
-
/** Create a new access request for LeadFyndr. */
|
|
737
|
-
leadfyndrCreateLeadFyndrAccessRequestExperimental: this.requestFunctionFactory(descriptors.leadfyndrCreateLeadFyndrAccessRequestExperimental),
|
|
738
|
-
/** Get cities in DACH. */
|
|
739
|
-
leadfyndrGetCitiesExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetCitiesExperimental),
|
|
740
|
-
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
741
|
-
leadfyndrGetLeadExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetLeadExperimental),
|
|
742
|
-
/** Get your LeadFyndr profile. */
|
|
743
|
-
leadfyndrGetLeadFyndrProfileExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetLeadFyndrProfileExperimental),
|
|
744
|
-
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
745
|
-
leadfyndrGetLeadFyndrProfileTariffOptionsExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetLeadFyndrProfileTariffOptionsExperimental),
|
|
746
|
-
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
747
|
-
leadfyndrGetUnlockedLeadExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetUnlockedLeadExperimental),
|
|
748
|
-
/** Unlock a lead for the given customerId. */
|
|
749
|
-
leadfyndrUnlockLeadExperimental: this.requestFunctionFactory(descriptors.leadfyndrUnlockLeadExperimental),
|
|
750
|
-
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
751
|
-
leadfyndrListLeadsExperimental: this.requestFunctionFactory(descriptors.leadfyndrListLeadsExperimental),
|
|
752
|
-
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
753
|
-
leadfyndrListUnlockedLeadsExperimental: this.requestFunctionFactory(descriptors.leadfyndrListUnlockedLeadsExperimental),
|
|
754
|
-
/** Reserve a unlocked lead for the given customerId. */
|
|
755
|
-
leadfyndrReserveUnlockedLeadExperimental: this.requestFunctionFactory(descriptors.leadfyndrReserveUnlockedLeadExperimental),
|
|
756
|
-
/** Removes a reservation on a unlocked lead for the given customerId. */
|
|
757
|
-
leadfyndrRemoveUnlockedLeadReservationExperimental: this.requestFunctionFactory(descriptors.leadfyndrRemoveUnlockedLeadReservationExperimental),
|
|
758
|
-
};
|
|
759
732
|
/** The page insights API allows you to get page insights information. */
|
|
760
733
|
pageInsights = {
|
|
761
734
|
/** Get detailed performance data for a given domain and path. */
|
|
@@ -831,6 +804,14 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
831
804
|
storagespaceReplaceProjectNotificationThreshold: this.requestFunctionFactory(descriptors.storagespaceReplaceProjectNotificationThreshold),
|
|
832
805
|
/** Update a Server's storage space notification threshold. */
|
|
833
806
|
storagespaceReplaceServerNotificationThreshold: this.requestFunctionFactory(descriptors.storagespaceReplaceServerNotificationThreshold),
|
|
807
|
+
/** Get a list of already created llm licences. */
|
|
808
|
+
getLlmLicencesExperimental: this.requestFunctionFactory(descriptors.projectGetLlmLicencesExperimental),
|
|
809
|
+
/** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
|
|
810
|
+
createLlmBetaLicenceExperimental: this.requestFunctionFactory(descriptors.projectCreateLlmBetaLicenceExperimental),
|
|
811
|
+
/** Get a licence of a project. */
|
|
812
|
+
getLlmLicenceExperimental: this.requestFunctionFactory(descriptors.projectGetLlmLicenceExperimental),
|
|
813
|
+
/** Update a llm Licence for a project. */
|
|
814
|
+
updateLlmLicenceExperimental: this.requestFunctionFactory(descriptors.projectUpdateLlmLicenceExperimental),
|
|
834
815
|
};
|
|
835
816
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
836
817
|
projectFileSystem = {
|
|
@@ -884,5 +865,32 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
884
865
|
/** Update an SSHUser. */
|
|
885
866
|
sshUserUpdateSshUser: this.requestFunctionFactory(descriptors.sshUserUpdateSshUser),
|
|
886
867
|
};
|
|
868
|
+
/** The lead fyndr api allow you to manage you leads and your fyndr profile. */
|
|
869
|
+
leadFyndr = {
|
|
870
|
+
/** Get cities in DACH. */
|
|
871
|
+
leadfyndrGetCities: this.requestFunctionFactory(descriptors.leadfyndrGetCities),
|
|
872
|
+
/** Reserve a unlocked lead for the given customerId. */
|
|
873
|
+
leadfyndrReserveUnlockedLead: this.requestFunctionFactory(descriptors.leadfyndrReserveUnlockedLead),
|
|
874
|
+
/** Removes a reservation on a unlocked lead for the given customerId. */
|
|
875
|
+
leadfyndrRemoveUnlockedLeadReservation: this.requestFunctionFactory(descriptors.leadfyndrRemoveUnlockedLeadReservation),
|
|
876
|
+
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
877
|
+
leadfyndrGetLead: this.requestFunctionFactory(descriptors.leadfyndrGetLead),
|
|
878
|
+
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
879
|
+
leadfyndrListLeads: this.requestFunctionFactory(descriptors.leadfyndrListLeads),
|
|
880
|
+
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
881
|
+
leadfyndrGetUnlockedLead: this.requestFunctionFactory(descriptors.leadfyndrGetUnlockedLead),
|
|
882
|
+
/** Unlock a lead for the given customerId. */
|
|
883
|
+
leadfyndrUnlockLead: this.requestFunctionFactory(descriptors.leadfyndrUnlockLead),
|
|
884
|
+
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
885
|
+
leadfyndrListUnlockedLeads: this.requestFunctionFactory(descriptors.leadfyndrListUnlockedLeads),
|
|
886
|
+
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
887
|
+
leadfyndrGetLeadFyndrProfileTariffOptions: this.requestFunctionFactory(descriptors.leadfyndrGetLeadFyndrProfileTariffOptions),
|
|
888
|
+
/** Get your LeadFyndr profile. */
|
|
889
|
+
leadfyndrGetLeadFyndrProfile: this.requestFunctionFactory(descriptors.leadfyndrGetLeadFyndrProfile),
|
|
890
|
+
/** Get your LeadFyndr request. */
|
|
891
|
+
leadfyndrGetLeadFyndrProfileRequest: this.requestFunctionFactory(descriptors.leadfyndrGetLeadFyndrProfileRequest),
|
|
892
|
+
/** Create a new access request for LeadFyndr. */
|
|
893
|
+
leadfyndrCreateLeadFyndrAccessRequest: this.requestFunctionFactory(descriptors.leadfyndrCreateLeadFyndrAccessRequest),
|
|
894
|
+
};
|
|
887
895
|
}
|
|
888
896
|
export default MittwaldAPIV2Client;
|
|
@@ -1486,78 +1486,6 @@ export const invoiceListCustomerInvoices = {
|
|
|
1486
1486
|
method: "GET",
|
|
1487
1487
|
operationId: "invoice-list-customer-invoices",
|
|
1488
1488
|
};
|
|
1489
|
-
/** Get your LeadFyndr request. */
|
|
1490
|
-
export const leadfyndrGetLeadFyndrProfileRequestExperimental = {
|
|
1491
|
-
path: "/v2-experimental/customers/{customerId}/lead-fyndr-profile-request",
|
|
1492
|
-
method: "GET",
|
|
1493
|
-
operationId: "leadfyndr-get-lead-fyndr-profile-request-experimental",
|
|
1494
|
-
};
|
|
1495
|
-
/** Create a new access request for LeadFyndr. */
|
|
1496
|
-
export const leadfyndrCreateLeadFyndrAccessRequestExperimental = {
|
|
1497
|
-
path: "/v2-experimental/customers/{customerId}/lead-fyndr-profile-request",
|
|
1498
|
-
method: "POST",
|
|
1499
|
-
operationId: "leadfyndr-create-lead-fyndr-access-request-experimental",
|
|
1500
|
-
};
|
|
1501
|
-
/** Get cities in DACH. */
|
|
1502
|
-
export const leadfyndrGetCitiesExperimental = {
|
|
1503
|
-
path: "/v2-experimental/cities",
|
|
1504
|
-
method: "GET",
|
|
1505
|
-
operationId: "leadfyndr-get-cities-experimental",
|
|
1506
|
-
};
|
|
1507
|
-
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
1508
|
-
export const leadfyndrGetLeadExperimental = {
|
|
1509
|
-
path: "/v2-experimental/customers/{customerId}/leads/{leadId}",
|
|
1510
|
-
method: "GET",
|
|
1511
|
-
operationId: "leadfyndr-get-lead-experimental",
|
|
1512
|
-
};
|
|
1513
|
-
/** Get your LeadFyndr profile. */
|
|
1514
|
-
export const leadfyndrGetLeadFyndrProfileExperimental = {
|
|
1515
|
-
path: "/v2-experimental/customers/{customerId}/lead-fyndr-profile",
|
|
1516
|
-
method: "GET",
|
|
1517
|
-
operationId: "leadfyndr-get-lead-fyndr-profile-experimental",
|
|
1518
|
-
};
|
|
1519
|
-
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
1520
|
-
export const leadfyndrGetLeadFyndrProfileTariffOptionsExperimental = {
|
|
1521
|
-
path: "/v2-experimental/customers/{customerId}/lead-fyndr-profile/tariff",
|
|
1522
|
-
method: "GET",
|
|
1523
|
-
operationId: "leadfyndr-get-lead-fyndr-profile-tariff-options-experimental",
|
|
1524
|
-
};
|
|
1525
|
-
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
1526
|
-
export const leadfyndrGetUnlockedLeadExperimental = {
|
|
1527
|
-
path: "/v2-experimental/customers/{customerId}/unlocked-leads/{leadId}",
|
|
1528
|
-
method: "GET",
|
|
1529
|
-
operationId: "leadfyndr-get-unlocked-lead-experimental",
|
|
1530
|
-
};
|
|
1531
|
-
/** Unlock a lead for the given customerId. */
|
|
1532
|
-
export const leadfyndrUnlockLeadExperimental = {
|
|
1533
|
-
path: "/v2-experimental/customers/{customerId}/unlocked-leads/{leadId}",
|
|
1534
|
-
method: "POST",
|
|
1535
|
-
operationId: "leadfyndr-unlock-lead-experimental",
|
|
1536
|
-
};
|
|
1537
|
-
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
1538
|
-
export const leadfyndrListLeadsExperimental = {
|
|
1539
|
-
path: "/v2-experimental/customers/{customerId}/leads",
|
|
1540
|
-
method: "GET",
|
|
1541
|
-
operationId: "leadfyndr-list-leads-experimental",
|
|
1542
|
-
};
|
|
1543
|
-
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
1544
|
-
export const leadfyndrListUnlockedLeadsExperimental = {
|
|
1545
|
-
path: "/v2-experimental/customers/{customerId}/unlocked-leads",
|
|
1546
|
-
method: "GET",
|
|
1547
|
-
operationId: "leadfyndr-list-unlocked-leads-experimental",
|
|
1548
|
-
};
|
|
1549
|
-
/** Reserve a unlocked lead for the given customerId. */
|
|
1550
|
-
export const leadfyndrReserveUnlockedLeadExperimental = {
|
|
1551
|
-
path: "/v2-experimental/customers/{customerId}/unlocked-leads/{leadId}/reservation",
|
|
1552
|
-
method: "POST",
|
|
1553
|
-
operationId: "leadfyndr-reserve-unlocked-lead-experimental",
|
|
1554
|
-
};
|
|
1555
|
-
/** Removes a reservation on a unlocked lead for the given customerId. */
|
|
1556
|
-
export const leadfyndrRemoveUnlockedLeadReservationExperimental = {
|
|
1557
|
-
path: "/v2-experimental/customers/{customerId}/unlocked-leads/{leadId}/reservation",
|
|
1558
|
-
method: "DELETE",
|
|
1559
|
-
operationId: "leadfyndr-remove-unlocked-lead-reservation-experimental",
|
|
1560
|
-
};
|
|
1561
1489
|
/** List DeliveryBoxes belonging to a Project. */
|
|
1562
1490
|
export const mailListDeliveryBoxes = {
|
|
1563
1491
|
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
@@ -2440,3 +2368,105 @@ export const verificationVerifyCompany = {
|
|
|
2440
2368
|
method: "POST",
|
|
2441
2369
|
operationId: "verification-verify-company",
|
|
2442
2370
|
};
|
|
2371
|
+
/** Get cities in DACH. */
|
|
2372
|
+
export const leadfyndrGetCities = {
|
|
2373
|
+
path: "/v2/cities",
|
|
2374
|
+
method: "GET",
|
|
2375
|
+
operationId: "leadfyndr-get-cities",
|
|
2376
|
+
};
|
|
2377
|
+
/** Reserve a unlocked lead for the given customerId. */
|
|
2378
|
+
export const leadfyndrReserveUnlockedLead = {
|
|
2379
|
+
path: "/v2/customers/{customerId}/unlocked-leads/{leadId}/reservation",
|
|
2380
|
+
method: "POST",
|
|
2381
|
+
operationId: "leadfyndr-reserve-unlocked-lead",
|
|
2382
|
+
};
|
|
2383
|
+
/** Removes a reservation on a unlocked lead for the given customerId. */
|
|
2384
|
+
export const leadfyndrRemoveUnlockedLeadReservation = {
|
|
2385
|
+
path: "/v2/customers/{customerId}/unlocked-leads/{leadId}/reservation",
|
|
2386
|
+
method: "DELETE",
|
|
2387
|
+
operationId: "leadfyndr-remove-unlocked-lead-reservation",
|
|
2388
|
+
};
|
|
2389
|
+
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
2390
|
+
export const leadfyndrGetLead = {
|
|
2391
|
+
path: "/v2/customers/{customerId}/leads/{leadId}",
|
|
2392
|
+
method: "GET",
|
|
2393
|
+
operationId: "leadfyndr-get-lead",
|
|
2394
|
+
};
|
|
2395
|
+
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
2396
|
+
export const leadfyndrListLeads = {
|
|
2397
|
+
path: "/v2/customers/{customerId}/leads",
|
|
2398
|
+
method: "GET",
|
|
2399
|
+
operationId: "leadfyndr-list-leads",
|
|
2400
|
+
};
|
|
2401
|
+
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
2402
|
+
export const leadfyndrGetUnlockedLead = {
|
|
2403
|
+
path: "/v2/customers/{customerId}/unlocked-leads/{leadId}",
|
|
2404
|
+
method: "GET",
|
|
2405
|
+
operationId: "leadfyndr-get-unlocked-lead",
|
|
2406
|
+
};
|
|
2407
|
+
/** Unlock a lead for the given customerId. */
|
|
2408
|
+
export const leadfyndrUnlockLead = {
|
|
2409
|
+
path: "/v2/customers/{customerId}/unlocked-leads/{leadId}",
|
|
2410
|
+
method: "POST",
|
|
2411
|
+
operationId: "leadfyndr-unlock-lead",
|
|
2412
|
+
};
|
|
2413
|
+
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
2414
|
+
export const leadfyndrListUnlockedLeads = {
|
|
2415
|
+
path: "/v2/customers/{customerId}/unlocked-leads",
|
|
2416
|
+
method: "GET",
|
|
2417
|
+
operationId: "leadfyndr-list-unlocked-leads",
|
|
2418
|
+
};
|
|
2419
|
+
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
2420
|
+
export const leadfyndrGetLeadFyndrProfileTariffOptions = {
|
|
2421
|
+
path: "/v2/customers/{customerId}/lead-fyndr-profile/tariff",
|
|
2422
|
+
method: "GET",
|
|
2423
|
+
operationId: "leadfyndr-get-lead-fyndr-profile-tariff-options",
|
|
2424
|
+
};
|
|
2425
|
+
/** Get your LeadFyndr profile. */
|
|
2426
|
+
export const leadfyndrGetLeadFyndrProfile = {
|
|
2427
|
+
path: "/v2/customers/{customerId}/lead-fyndr-profile",
|
|
2428
|
+
method: "GET",
|
|
2429
|
+
operationId: "leadfyndr-get-lead-fyndr-profile",
|
|
2430
|
+
};
|
|
2431
|
+
/** Get your LeadFyndr request. */
|
|
2432
|
+
export const leadfyndrGetLeadFyndrProfileRequest = {
|
|
2433
|
+
path: "/v2/customers/{customerId}/lead-fyndr-profile-request",
|
|
2434
|
+
method: "GET",
|
|
2435
|
+
operationId: "leadfyndr-get-lead-fyndr-profile-request",
|
|
2436
|
+
};
|
|
2437
|
+
/** Create a new access request for LeadFyndr. */
|
|
2438
|
+
export const leadfyndrCreateLeadFyndrAccessRequest = {
|
|
2439
|
+
path: "/v2/customers/{customerId}/lead-fyndr-profile-request",
|
|
2440
|
+
method: "POST",
|
|
2441
|
+
operationId: "leadfyndr-create-lead-fyndr-access-request",
|
|
2442
|
+
};
|
|
2443
|
+
/** Get a list of currently active llm models. */
|
|
2444
|
+
export const aihostingGetLlmModelsExperimental = {
|
|
2445
|
+
path: "/v2-experimental/llm/models",
|
|
2446
|
+
method: "GET",
|
|
2447
|
+
operationId: "aihosting-get-llm-models-experimental",
|
|
2448
|
+
};
|
|
2449
|
+
/** Get a list of already created llm licences. */
|
|
2450
|
+
export const projectGetLlmLicencesExperimental = {
|
|
2451
|
+
path: "/v2-experimental/projects/{projectId}/llm-licences",
|
|
2452
|
+
method: "GET",
|
|
2453
|
+
operationId: "project-get-llm-licences-experimental",
|
|
2454
|
+
};
|
|
2455
|
+
/** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
|
|
2456
|
+
export const projectCreateLlmBetaLicenceExperimental = {
|
|
2457
|
+
path: "/v2-experimental/projects/{projectId}/llm-licences",
|
|
2458
|
+
method: "POST",
|
|
2459
|
+
operationId: "project-create-llm-beta-licence-experimental",
|
|
2460
|
+
};
|
|
2461
|
+
/** Get a licence of a project. */
|
|
2462
|
+
export const projectGetLlmLicenceExperimental = {
|
|
2463
|
+
path: "/v2-experimental/projects/{projectId}/llm-licences/{licenceId}",
|
|
2464
|
+
method: "GET",
|
|
2465
|
+
operationId: "project-get-llm-licence-experimental",
|
|
2466
|
+
};
|
|
2467
|
+
/** Update a llm Licence for a project. */
|
|
2468
|
+
export const projectUpdateLlmLicenceExperimental = {
|
|
2469
|
+
path: "/v2-experimental/projects/{projectId}/llm-licences/{licenceId}",
|
|
2470
|
+
method: "PUT",
|
|
2471
|
+
operationId: "project-update-llm-licence-experimental",
|
|
2472
|
+
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.171.0';
|