@mittwald/api-client 4.169.0 → 4.171.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 +21 -21
- package/dist/esm/generated/v2/client.js +27 -27
- package/dist/esm/generated/v2/descriptors.js +72 -72
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +190 -187
- package/dist/types/generated/v2/client.d.ts +2471 -2465
- package/dist/types/generated/v2/descriptors.d.ts +24 -24
- package/dist/types/generated/v2/types.d.ts +2613 -2592
- 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,
|
|
@@ -399,6 +381,24 @@ const buildSshsftpUserApi = (baseClient) => ({
|
|
|
399
381
|
/** Get an SSHUser. */
|
|
400
382
|
sshUserGetSshUser: new ApiCallAsyncResourceFactory(descriptors.sshUserGetSshUser, baseClient.sshsftpUser.sshUserGetSshUser).getApiResource,
|
|
401
383
|
});
|
|
384
|
+
const buildLeadFyndrApi = (baseClient) => ({
|
|
385
|
+
/** Get cities in DACH. */
|
|
386
|
+
leadfyndrGetCities: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetCities, baseClient.leadFyndr.leadfyndrGetCities).getApiResource,
|
|
387
|
+
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
388
|
+
leadfyndrGetLead: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLead, baseClient.leadFyndr.leadfyndrGetLead).getApiResource,
|
|
389
|
+
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
390
|
+
leadfyndrListLeads: new ApiCallAsyncResourceFactory(descriptors.leadfyndrListLeads, baseClient.leadFyndr.leadfyndrListLeads).getApiResource,
|
|
391
|
+
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
392
|
+
leadfyndrGetUnlockedLead: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetUnlockedLead, baseClient.leadFyndr.leadfyndrGetUnlockedLead).getApiResource,
|
|
393
|
+
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
394
|
+
leadfyndrListUnlockedLeads: new ApiCallAsyncResourceFactory(descriptors.leadfyndrListUnlockedLeads, baseClient.leadFyndr.leadfyndrListUnlockedLeads).getApiResource,
|
|
395
|
+
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
396
|
+
leadfyndrGetLeadFyndrProfileTariffOptions: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadFyndrProfileTariffOptions, baseClient.leadFyndr.leadfyndrGetLeadFyndrProfileTariffOptions).getApiResource,
|
|
397
|
+
/** Get your LeadFyndr profile. */
|
|
398
|
+
leadfyndrGetLeadFyndrProfile: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadFyndrProfile, baseClient.leadFyndr.leadfyndrGetLeadFyndrProfile).getApiResource,
|
|
399
|
+
/** Get your LeadFyndr request. */
|
|
400
|
+
leadfyndrGetLeadFyndrProfileRequest: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadFyndrProfileRequest, baseClient.leadFyndr.leadfyndrGetLeadFyndrProfileRequest).getApiResource,
|
|
401
|
+
});
|
|
402
402
|
export class MittwaldAPIV2ClientReact {
|
|
403
403
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
404
404
|
app;
|
|
@@ -424,8 +424,6 @@ export class MittwaldAPIV2ClientReact {
|
|
|
424
424
|
domain;
|
|
425
425
|
/** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
|
|
426
426
|
file;
|
|
427
|
-
/** The lead fyndr api allow you to manage you leads and your fyndr profile. */
|
|
428
|
-
leadFyndr;
|
|
429
427
|
/** The mail API allows you to manage your mail accounts. */
|
|
430
428
|
mail;
|
|
431
429
|
/** The notification API allows you to manage your notifications. */
|
|
@@ -440,6 +438,8 @@ export class MittwaldAPIV2ClientReact {
|
|
|
440
438
|
projectFileSystem;
|
|
441
439
|
/** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
|
|
442
440
|
sshsftpUser;
|
|
441
|
+
/** The lead fyndr api allow you to manage you leads and your fyndr profile. */
|
|
442
|
+
leadFyndr;
|
|
443
443
|
constructor(baseClient) {
|
|
444
444
|
this.app = buildAppApi(baseClient);
|
|
445
445
|
this.article = buildArticleApi(baseClient);
|
|
@@ -453,7 +453,6 @@ export class MittwaldAPIV2ClientReact {
|
|
|
453
453
|
this.database = buildDatabaseApi(baseClient);
|
|
454
454
|
this.domain = buildDomainApi(baseClient);
|
|
455
455
|
this.file = buildFileApi(baseClient);
|
|
456
|
-
this.leadFyndr = buildLeadFyndrApi(baseClient);
|
|
457
456
|
this.mail = buildMailApi(baseClient);
|
|
458
457
|
this.notification = buildNotificationApi(baseClient);
|
|
459
458
|
this.pageInsights = buildPageInsightsApi(baseClient);
|
|
@@ -461,6 +460,7 @@ export class MittwaldAPIV2ClientReact {
|
|
|
461
460
|
this.project = buildProjectApi(baseClient);
|
|
462
461
|
this.projectFileSystem = buildProjectFileSystemApi(baseClient);
|
|
463
462
|
this.sshsftpUser = buildSshsftpUserApi(baseClient);
|
|
463
|
+
this.leadFyndr = buildLeadFyndrApi(baseClient);
|
|
464
464
|
}
|
|
465
465
|
static fromBaseClient(baseClient) {
|
|
466
466
|
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. */
|
|
@@ -884,5 +857,32 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
884
857
|
/** Update an SSHUser. */
|
|
885
858
|
sshUserUpdateSshUser: this.requestFunctionFactory(descriptors.sshUserUpdateSshUser),
|
|
886
859
|
};
|
|
860
|
+
/** The lead fyndr api allow you to manage you leads and your fyndr profile. */
|
|
861
|
+
leadFyndr = {
|
|
862
|
+
/** Get cities in DACH. */
|
|
863
|
+
leadfyndrGetCities: this.requestFunctionFactory(descriptors.leadfyndrGetCities),
|
|
864
|
+
/** Reserve a unlocked lead for the given customerId. */
|
|
865
|
+
leadfyndrReserveUnlockedLead: this.requestFunctionFactory(descriptors.leadfyndrReserveUnlockedLead),
|
|
866
|
+
/** Removes a reservation on a unlocked lead for the given customerId. */
|
|
867
|
+
leadfyndrRemoveUnlockedLeadReservation: this.requestFunctionFactory(descriptors.leadfyndrRemoveUnlockedLeadReservation),
|
|
868
|
+
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
869
|
+
leadfyndrGetLead: this.requestFunctionFactory(descriptors.leadfyndrGetLead),
|
|
870
|
+
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
871
|
+
leadfyndrListLeads: this.requestFunctionFactory(descriptors.leadfyndrListLeads),
|
|
872
|
+
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
873
|
+
leadfyndrGetUnlockedLead: this.requestFunctionFactory(descriptors.leadfyndrGetUnlockedLead),
|
|
874
|
+
/** Unlock a lead for the given customerId. */
|
|
875
|
+
leadfyndrUnlockLead: this.requestFunctionFactory(descriptors.leadfyndrUnlockLead),
|
|
876
|
+
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
877
|
+
leadfyndrListUnlockedLeads: this.requestFunctionFactory(descriptors.leadfyndrListUnlockedLeads),
|
|
878
|
+
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
879
|
+
leadfyndrGetLeadFyndrProfileTariffOptions: this.requestFunctionFactory(descriptors.leadfyndrGetLeadFyndrProfileTariffOptions),
|
|
880
|
+
/** Get your LeadFyndr profile. */
|
|
881
|
+
leadfyndrGetLeadFyndrProfile: this.requestFunctionFactory(descriptors.leadfyndrGetLeadFyndrProfile),
|
|
882
|
+
/** Get your LeadFyndr request. */
|
|
883
|
+
leadfyndrGetLeadFyndrProfileRequest: this.requestFunctionFactory(descriptors.leadfyndrGetLeadFyndrProfileRequest),
|
|
884
|
+
/** Create a new access request for LeadFyndr. */
|
|
885
|
+
leadfyndrCreateLeadFyndrAccessRequest: this.requestFunctionFactory(descriptors.leadfyndrCreateLeadFyndrAccessRequest),
|
|
886
|
+
};
|
|
887
887
|
}
|
|
888
888
|
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,75 @@ 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
|
+
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.170.0';
|