@easyedu/js-lsm-api 1.115.0 → 1.117.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 +48 -0
- package/README.md +40 -2
- package/dist/apis/IntegrationApi.d.ts +257 -0
- package/dist/apis/IntegrationApi.js +708 -1
- package/dist/esm/apis/IntegrationApi.d.ts +257 -0
- package/dist/esm/apis/IntegrationApi.js +707 -0
- package/dist/esm/models/CustomWebhookIntegration.d.ts +83 -0
- package/dist/esm/models/CustomWebhookIntegration.js +79 -0
- package/dist/esm/models/GetZapierCourses.d.ts +51 -0
- package/dist/esm/models/GetZapierCourses.js +56 -0
- package/dist/esm/models/GetZapierShopifyCourseMappings.d.ts +33 -0
- package/dist/esm/models/GetZapierShopifyCourseMappings.js +44 -0
- package/dist/esm/models/GetZapierUsers.d.ts +33 -0
- package/dist/esm/models/GetZapierUsers.js +44 -0
- package/dist/esm/models/IntegrationEvent.d.ts +98 -0
- package/dist/esm/models/IntegrationEvent.js +92 -0
- package/dist/esm/models/IntegrationEventCertificate.d.ts +78 -0
- package/dist/esm/models/IntegrationEventCertificate.js +76 -0
- package/dist/esm/models/IntegrationEventCourse.d.ts +38 -0
- package/dist/esm/models/IntegrationEventCourse.js +47 -0
- package/dist/esm/models/IntegrationEventData.d.ts +61 -0
- package/dist/esm/models/IntegrationEventData.js +64 -0
- package/dist/esm/models/IntegrationEventEnrollment.d.ts +71 -0
- package/dist/esm/models/IntegrationEventEnrollment.js +71 -0
- package/dist/esm/models/IntegrationEventLearner.d.ts +50 -0
- package/dist/esm/models/IntegrationEventLearner.js +55 -0
- package/dist/esm/models/IntegrationEventPortal.d.ts +44 -0
- package/dist/esm/models/IntegrationEventPortal.js +51 -0
- package/dist/esm/models/PostCustomWebhookIntegration.d.ts +65 -0
- package/dist/esm/models/PostCustomWebhookIntegration.js +65 -0
- package/dist/esm/models/PostZapierEnrollment.d.ts +76 -0
- package/dist/esm/models/PostZapierEnrollment.js +64 -0
- package/dist/esm/models/PostZapierShopifyCourseMapping.d.ts +50 -0
- package/dist/esm/models/PostZapierShopifyCourseMapping.js +53 -0
- package/dist/esm/models/PostZapierShopifyEnrollment.d.ts +100 -0
- package/dist/esm/models/PostZapierShopifyEnrollment.js +82 -0
- package/dist/esm/models/PostZapierShopifyEnrollmentResponse.d.ts +47 -0
- package/dist/esm/models/PostZapierShopifyEnrollmentResponse.js +54 -0
- package/dist/esm/models/PostZapierSubscription.d.ts +53 -0
- package/dist/esm/models/PostZapierSubscription.js +57 -0
- package/dist/esm/models/PostZapierUser.d.ts +44 -0
- package/dist/esm/models/PostZapierUser.js +51 -0
- package/dist/esm/models/PutCustomWebhookIntegration.d.ts +65 -0
- package/dist/esm/models/PutCustomWebhookIntegration.js +57 -0
- package/dist/esm/models/ZapierCourse.d.ts +50 -0
- package/dist/esm/models/ZapierCourse.js +55 -0
- package/dist/esm/models/ZapierEnrollment.d.ts +74 -0
- package/dist/esm/models/ZapierEnrollment.js +69 -0
- package/dist/esm/models/ZapierShopifyCourseMapping.d.ts +69 -0
- package/dist/esm/models/ZapierShopifyCourseMapping.js +66 -0
- package/dist/esm/models/ZapierSubscription.d.ts +53 -0
- package/dist/esm/models/ZapierSubscription.js +59 -0
- package/dist/esm/models/ZapierUser.d.ts +56 -0
- package/dist/esm/models/ZapierUser.js +59 -0
- package/dist/esm/models/index.d.ts +24 -0
- package/dist/esm/models/index.js +24 -0
- package/dist/models/CustomWebhookIntegration.d.ts +83 -0
- package/dist/models/CustomWebhookIntegration.js +87 -0
- package/dist/models/GetZapierCourses.d.ts +51 -0
- package/dist/models/GetZapierCourses.js +63 -0
- package/dist/models/GetZapierShopifyCourseMappings.d.ts +33 -0
- package/dist/models/GetZapierShopifyCourseMappings.js +51 -0
- package/dist/models/GetZapierUsers.d.ts +33 -0
- package/dist/models/GetZapierUsers.js +51 -0
- package/dist/models/IntegrationEvent.d.ts +98 -0
- package/dist/models/IntegrationEvent.js +100 -0
- package/dist/models/IntegrationEventCertificate.d.ts +78 -0
- package/dist/models/IntegrationEventCertificate.js +84 -0
- package/dist/models/IntegrationEventCourse.d.ts +38 -0
- package/dist/models/IntegrationEventCourse.js +54 -0
- package/dist/models/IntegrationEventData.d.ts +61 -0
- package/dist/models/IntegrationEventData.js +71 -0
- package/dist/models/IntegrationEventEnrollment.d.ts +71 -0
- package/dist/models/IntegrationEventEnrollment.js +79 -0
- package/dist/models/IntegrationEventLearner.d.ts +50 -0
- package/dist/models/IntegrationEventLearner.js +62 -0
- package/dist/models/IntegrationEventPortal.d.ts +44 -0
- package/dist/models/IntegrationEventPortal.js +58 -0
- package/dist/models/PostCustomWebhookIntegration.d.ts +65 -0
- package/dist/models/PostCustomWebhookIntegration.js +73 -0
- package/dist/models/PostZapierEnrollment.d.ts +76 -0
- package/dist/models/PostZapierEnrollment.js +72 -0
- package/dist/models/PostZapierShopifyCourseMapping.d.ts +50 -0
- package/dist/models/PostZapierShopifyCourseMapping.js +60 -0
- package/dist/models/PostZapierShopifyEnrollment.d.ts +100 -0
- package/dist/models/PostZapierShopifyEnrollment.js +90 -0
- package/dist/models/PostZapierShopifyEnrollmentResponse.d.ts +47 -0
- package/dist/models/PostZapierShopifyEnrollmentResponse.js +61 -0
- package/dist/models/PostZapierSubscription.d.ts +53 -0
- package/dist/models/PostZapierSubscription.js +65 -0
- package/dist/models/PostZapierUser.d.ts +44 -0
- package/dist/models/PostZapierUser.js +58 -0
- package/dist/models/PutCustomWebhookIntegration.d.ts +65 -0
- package/dist/models/PutCustomWebhookIntegration.js +65 -0
- package/dist/models/ZapierCourse.d.ts +50 -0
- package/dist/models/ZapierCourse.js +62 -0
- package/dist/models/ZapierEnrollment.d.ts +74 -0
- package/dist/models/ZapierEnrollment.js +76 -0
- package/dist/models/ZapierShopifyCourseMapping.d.ts +69 -0
- package/dist/models/ZapierShopifyCourseMapping.js +73 -0
- package/dist/models/ZapierSubscription.d.ts +53 -0
- package/dist/models/ZapierSubscription.js +67 -0
- package/dist/models/ZapierUser.d.ts +56 -0
- package/dist/models/ZapierUser.js +66 -0
- package/dist/models/index.d.ts +24 -0
- package/dist/models/index.js +24 -0
- package/docs/CustomWebhookIntegration.md +48 -0
- package/docs/GetZapierCourses.md +40 -0
- package/docs/GetZapierShopifyCourseMappings.md +34 -0
- package/docs/GetZapierUsers.md +34 -0
- package/docs/IntegrationApi.md +1060 -30
- package/docs/IntegrationEvent.md +49 -0
- package/docs/IntegrationEventCertificate.md +46 -0
- package/docs/IntegrationEventCourse.md +36 -0
- package/docs/IntegrationEventData.md +42 -0
- package/docs/IntegrationEventEnrollment.md +44 -0
- package/docs/IntegrationEventLearner.md +40 -0
- package/docs/IntegrationEventPortal.md +38 -0
- package/docs/PostCustomWebhookIntegration.md +42 -0
- package/docs/PostZapierEnrollment.md +46 -0
- package/docs/PostZapierShopifyCourseMapping.md +40 -0
- package/docs/PostZapierShopifyEnrollment.md +54 -0
- package/docs/PostZapierShopifyEnrollmentResponse.md +38 -0
- package/docs/PostZapierSubscription.md +38 -0
- package/docs/PostZapierUser.md +38 -0
- package/docs/PutCustomWebhookIntegration.md +42 -0
- package/docs/ZapierCourse.md +40 -0
- package/docs/ZapierEnrollment.md +48 -0
- package/docs/ZapierShopifyCourseMapping.md +46 -0
- package/docs/ZapierSubscription.md +38 -0
- package/docs/ZapierUser.md +42 -0
- package/package.json +1 -1
- package/src/apis/IntegrationApi.ts +1104 -61
- package/src/models/CustomWebhookIntegration.ts +141 -0
- package/src/models/GetZapierCourses.ts +101 -0
- package/src/models/GetZapierShopifyCourseMappings.ts +74 -0
- package/src/models/GetZapierUsers.ts +74 -0
- package/src/models/IntegrationEvent.ts +165 -0
- package/src/models/IntegrationEventCertificate.ts +133 -0
- package/src/models/IntegrationEventCourse.ts +75 -0
- package/src/models/IntegrationEventData.ts +138 -0
- package/src/models/IntegrationEventEnrollment.ts +123 -0
- package/src/models/IntegrationEventLearner.ts +93 -0
- package/src/models/IntegrationEventPortal.ts +84 -0
- package/src/models/PostCustomWebhookIntegration.ts +113 -0
- package/src/models/PostZapierEnrollment.ts +126 -0
- package/src/models/PostZapierShopifyCourseMapping.ts +92 -0
- package/src/models/PostZapierShopifyEnrollment.ts +163 -0
- package/src/models/PostZapierShopifyEnrollmentResponse.ts +106 -0
- package/src/models/PostZapierSubscription.ts +95 -0
- package/src/models/PostZapierUser.ts +84 -0
- package/src/models/PutCustomWebhookIntegration.ts +109 -0
- package/src/models/ZapierCourse.ts +93 -0
- package/src/models/ZapierEnrollment.ts +128 -0
- package/src/models/ZapierShopifyCourseMapping.ts +127 -0
- package/src/models/ZapierSubscription.ts +96 -0
- package/src/models/ZapierUser.ts +102 -0
- package/src/models/index.ts +24 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -53,6 +53,7 @@ docs/CourseProgressionMode.md
|
|
|
53
53
|
docs/CourseShare.md
|
|
54
54
|
docs/CourseShareAcceptError.md
|
|
55
55
|
docs/CourseShareApi.md
|
|
56
|
+
docs/CustomWebhookIntegration.md
|
|
56
57
|
docs/DispatchApi.md
|
|
57
58
|
docs/EffectiveCertificateConfig.md
|
|
58
59
|
docs/EmailTemplateApi.md
|
|
@@ -174,9 +175,19 @@ docs/GetUserCourseListItemCourse.md
|
|
|
174
175
|
docs/GetUserCourseListItemEnrollment.md
|
|
175
176
|
docs/GetUserCourseListItemProgress.md
|
|
176
177
|
docs/GetUserRole.md
|
|
178
|
+
docs/GetZapierCourses.md
|
|
177
179
|
docs/GetZapierMe.md
|
|
178
180
|
docs/GetZapierSetup.md
|
|
181
|
+
docs/GetZapierShopifyCourseMappings.md
|
|
182
|
+
docs/GetZapierUsers.md
|
|
179
183
|
docs/IntegrationApi.md
|
|
184
|
+
docs/IntegrationEvent.md
|
|
185
|
+
docs/IntegrationEventCertificate.md
|
|
186
|
+
docs/IntegrationEventCourse.md
|
|
187
|
+
docs/IntegrationEventData.md
|
|
188
|
+
docs/IntegrationEventEnrollment.md
|
|
189
|
+
docs/IntegrationEventLearner.md
|
|
190
|
+
docs/IntegrationEventPortal.md
|
|
180
191
|
docs/LearnerExperienceApi.md
|
|
181
192
|
docs/LearnerExperienceVersion.md
|
|
182
193
|
docs/LibraryQuizCriteriaPreviewQuestion.md
|
|
@@ -233,6 +244,7 @@ docs/PostCourseVersionItemSession.md
|
|
|
233
244
|
docs/PostCourseVersionPublish.md
|
|
234
245
|
docs/PostCourseVersionSection.md
|
|
235
246
|
docs/PostCourseVersionSectionDuplicate.md
|
|
247
|
+
docs/PostCustomWebhookIntegration.md
|
|
236
248
|
docs/PostDuplicate.md
|
|
237
249
|
docs/PostEmailAssetComplete.md
|
|
238
250
|
docs/PostEmailAssetUpload.md
|
|
@@ -273,8 +285,14 @@ docs/PostSignupRequest.md
|
|
|
273
285
|
docs/PostSignupRequestResponse.md
|
|
274
286
|
docs/PostSupportTicket.md
|
|
275
287
|
docs/PostSupportTicketComment.md
|
|
288
|
+
docs/PostZapierEnrollment.md
|
|
276
289
|
docs/PostZapierSetup.md
|
|
277
290
|
docs/PostZapierSetupResponse.md
|
|
291
|
+
docs/PostZapierShopifyCourseMapping.md
|
|
292
|
+
docs/PostZapierShopifyEnrollment.md
|
|
293
|
+
docs/PostZapierShopifyEnrollmentResponse.md
|
|
294
|
+
docs/PostZapierSubscription.md
|
|
295
|
+
docs/PostZapierUser.md
|
|
278
296
|
docs/ProgressionGateError.md
|
|
279
297
|
docs/ProgressionLockReason.md
|
|
280
298
|
docs/PutAttemptAllowance.md
|
|
@@ -291,6 +309,7 @@ docs/PutCourseVersionDraft.md
|
|
|
291
309
|
docs/PutCourseVersionItem.md
|
|
292
310
|
docs/PutCourseVersionOutlineEntryMove.md
|
|
293
311
|
docs/PutCourseVersionSection.md
|
|
312
|
+
docs/PutCustomWebhookIntegration.md
|
|
294
313
|
docs/PutEmailTemplateDraft.md
|
|
295
314
|
docs/PutLearnerExperienceDraft.md
|
|
296
315
|
docs/PutLibraryQuiz.md
|
|
@@ -341,7 +360,12 @@ docs/UpdateSelectedPortalResponse.md
|
|
|
341
360
|
docs/UpdateSelectedPortalResponseHostPortal.md
|
|
342
361
|
docs/UpdateSelectedPortalResponseSelectedPortal.md
|
|
343
362
|
docs/UserApi.md
|
|
363
|
+
docs/ZapierCourse.md
|
|
364
|
+
docs/ZapierEnrollment.md
|
|
344
365
|
docs/ZapierIntegration.md
|
|
366
|
+
docs/ZapierShopifyCourseMapping.md
|
|
367
|
+
docs/ZapierSubscription.md
|
|
368
|
+
docs/ZapierUser.md
|
|
345
369
|
package.json
|
|
346
370
|
src/apis/CertificateApi.ts
|
|
347
371
|
src/apis/CertificateTemplateApi.ts
|
|
@@ -412,6 +436,7 @@ src/models/CourseCatalog.ts
|
|
|
412
436
|
src/models/CourseProgressionMode.ts
|
|
413
437
|
src/models/CourseShare.ts
|
|
414
438
|
src/models/CourseShareAcceptError.ts
|
|
439
|
+
src/models/CustomWebhookIntegration.ts
|
|
415
440
|
src/models/EffectiveCertificateConfig.ts
|
|
416
441
|
src/models/EmailTemplateDefinition.ts
|
|
417
442
|
src/models/EmailTemplateScope.ts
|
|
@@ -531,8 +556,18 @@ src/models/GetUserCourseListItemCourse.ts
|
|
|
531
556
|
src/models/GetUserCourseListItemEnrollment.ts
|
|
532
557
|
src/models/GetUserCourseListItemProgress.ts
|
|
533
558
|
src/models/GetUserRole.ts
|
|
559
|
+
src/models/GetZapierCourses.ts
|
|
534
560
|
src/models/GetZapierMe.ts
|
|
535
561
|
src/models/GetZapierSetup.ts
|
|
562
|
+
src/models/GetZapierShopifyCourseMappings.ts
|
|
563
|
+
src/models/GetZapierUsers.ts
|
|
564
|
+
src/models/IntegrationEvent.ts
|
|
565
|
+
src/models/IntegrationEventCertificate.ts
|
|
566
|
+
src/models/IntegrationEventCourse.ts
|
|
567
|
+
src/models/IntegrationEventData.ts
|
|
568
|
+
src/models/IntegrationEventEnrollment.ts
|
|
569
|
+
src/models/IntegrationEventLearner.ts
|
|
570
|
+
src/models/IntegrationEventPortal.ts
|
|
536
571
|
src/models/LearnerExperienceVersion.ts
|
|
537
572
|
src/models/LibraryQuizCriteriaPreviewQuestion.ts
|
|
538
573
|
src/models/LibraryQuizCriterion.ts
|
|
@@ -584,6 +619,7 @@ src/models/PostCourseVersionItemSession.ts
|
|
|
584
619
|
src/models/PostCourseVersionPublish.ts
|
|
585
620
|
src/models/PostCourseVersionSection.ts
|
|
586
621
|
src/models/PostCourseVersionSectionDuplicate.ts
|
|
622
|
+
src/models/PostCustomWebhookIntegration.ts
|
|
587
623
|
src/models/PostDuplicate.ts
|
|
588
624
|
src/models/PostEmailAssetComplete.ts
|
|
589
625
|
src/models/PostEmailAssetUpload.ts
|
|
@@ -624,8 +660,14 @@ src/models/PostSignupRequest.ts
|
|
|
624
660
|
src/models/PostSignupRequestResponse.ts
|
|
625
661
|
src/models/PostSupportTicket.ts
|
|
626
662
|
src/models/PostSupportTicketComment.ts
|
|
663
|
+
src/models/PostZapierEnrollment.ts
|
|
627
664
|
src/models/PostZapierSetup.ts
|
|
628
665
|
src/models/PostZapierSetupResponse.ts
|
|
666
|
+
src/models/PostZapierShopifyCourseMapping.ts
|
|
667
|
+
src/models/PostZapierShopifyEnrollment.ts
|
|
668
|
+
src/models/PostZapierShopifyEnrollmentResponse.ts
|
|
669
|
+
src/models/PostZapierSubscription.ts
|
|
670
|
+
src/models/PostZapierUser.ts
|
|
629
671
|
src/models/ProgressionGateError.ts
|
|
630
672
|
src/models/ProgressionLockReason.ts
|
|
631
673
|
src/models/PutAttemptAllowance.ts
|
|
@@ -642,6 +684,7 @@ src/models/PutCourseVersionDraft.ts
|
|
|
642
684
|
src/models/PutCourseVersionItem.ts
|
|
643
685
|
src/models/PutCourseVersionOutlineEntryMove.ts
|
|
644
686
|
src/models/PutCourseVersionSection.ts
|
|
687
|
+
src/models/PutCustomWebhookIntegration.ts
|
|
645
688
|
src/models/PutEmailTemplateDraft.ts
|
|
646
689
|
src/models/PutLearnerExperienceDraft.ts
|
|
647
690
|
src/models/PutLibraryQuiz.ts
|
|
@@ -684,7 +727,12 @@ src/models/SupportTicketUser.ts
|
|
|
684
727
|
src/models/UpdateSelectedPortalResponse.ts
|
|
685
728
|
src/models/UpdateSelectedPortalResponseHostPortal.ts
|
|
686
729
|
src/models/UpdateSelectedPortalResponseSelectedPortal.ts
|
|
730
|
+
src/models/ZapierCourse.ts
|
|
731
|
+
src/models/ZapierEnrollment.ts
|
|
687
732
|
src/models/ZapierIntegration.ts
|
|
733
|
+
src/models/ZapierShopifyCourseMapping.ts
|
|
734
|
+
src/models/ZapierSubscription.ts
|
|
735
|
+
src/models/ZapierUser.ts
|
|
688
736
|
src/models/index.ts
|
|
689
737
|
src/runtime.ts
|
|
690
738
|
tsconfig.esm.json
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @easyedu/js-lsm-api@1.
|
|
1
|
+
# @easyedu/js-lsm-api@1.117.0
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the sbzw93t49b.execute-api.us-east-2.amazonaws.com API.
|
|
4
4
|
|
|
@@ -273,10 +273,24 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
273
273
|
*EmailTemplateApi* | [**putSystemEmailAssetFile**](docs/EmailTemplateApi.md#putsystememailassetfile) | **PUT** /system/email-assets/{assetId}/file | Upload a pending platform email image
|
|
274
274
|
*EmailTemplateApi* | [**putSystemEmailTemplateDraft**](docs/EmailTemplateApi.md#putsystememailtemplatedraft) | **PUT** /system/email-templates/{templateKey}/draft | Update a platform email template draft
|
|
275
275
|
*EmailTemplateApi* | [**resendEmailDelivery**](docs/EmailTemplateApi.md#resendemaildelivery) | **POST** /email-deliveries/{deliveryId}/resend | Regenerate and queue a portal email from its current business source
|
|
276
|
+
*IntegrationApi* | [**deleteCustomWebhookIntegration**](docs/IntegrationApi.md#deletecustomwebhookintegration) | **DELETE** /integrations/webhooks/{webhookIntegrationId} | Delete a custom webhook destination
|
|
276
277
|
*IntegrationApi* | [**deleteZapierSetup**](docs/IntegrationApi.md#deletezapiersetup) | **DELETE** /integrations/zapier/setup/{zapierIntegrationId} | Revoke a Zapier connection and its API key
|
|
278
|
+
*IntegrationApi* | [**deleteZapierSubscription**](docs/IntegrationApi.md#deletezapiersubscription) | **DELETE** /integrations/zapier/subscriptions/{subscriptionId} | Unsubscribe a Zap from an Edaxu lifecycle event
|
|
279
|
+
*IntegrationApi* | [**getCustomWebhookIntegrations**](docs/IntegrationApi.md#getcustomwebhookintegrations) | **GET** /integrations/webhooks | List custom webhook destinations for the selected portal
|
|
280
|
+
*IntegrationApi* | [**getZapierCourses**](docs/IntegrationApi.md#getzapiercourses) | **GET** /integrations/zapier/courses | List published courses available to a Zapier connection
|
|
281
|
+
*IntegrationApi* | [**getZapierEvents**](docs/IntegrationApi.md#getzapierevents) | **GET** /integrations/zapier/events | List recent lifecycle events for Zapier trigger setup
|
|
277
282
|
*IntegrationApi* | [**getZapierMe**](docs/IntegrationApi.md#getzapierme) | **GET** /integrations/zapier/me | Test a Zapier API key and return its portal and enabled permissions
|
|
278
283
|
*IntegrationApi* | [**getZapierSetup**](docs/IntegrationApi.md#getzapiersetup) | **GET** /integrations/zapier/setup | List Zapier connections and permissions available to the selected portal
|
|
284
|
+
*IntegrationApi* | [**getZapierShopifyCourseMappings**](docs/IntegrationApi.md#getzapiershopifycoursemappings) | **GET** /integrations/zapier/shopify/course-mappings | List Shopify variant-to-course mappings
|
|
285
|
+
*IntegrationApi* | [**getZapierUsers**](docs/IntegrationApi.md#getzapierusers) | **GET** /integrations/zapier/users | Find a learner by exact email address
|
|
286
|
+
*IntegrationApi* | [**postCustomWebhookIntegration**](docs/IntegrationApi.md#postcustomwebhookintegration) | **POST** /integrations/webhooks | Create a custom webhook destination for lifecycle events
|
|
287
|
+
*IntegrationApi* | [**postZapierEnrollment**](docs/IntegrationApi.md#postzapierenrollment) | **POST** /integrations/zapier/enrollments | Enroll an existing learner in a course
|
|
279
288
|
*IntegrationApi* | [**postZapierSetup**](docs/IntegrationApi.md#postzapiersetup) | **POST** /integrations/zapier/setup | Create a Zapier connection and API key for the selected portal
|
|
289
|
+
*IntegrationApi* | [**postZapierShopifyCourseMapping**](docs/IntegrationApi.md#postzapiershopifycoursemapping) | **POST** /integrations/zapier/shopify/course-mappings | Create or update a Shopify variant-to-course mapping
|
|
290
|
+
*IntegrationApi* | [**postZapierShopifyEnrollment**](docs/IntegrationApi.md#postzapiershopifyenrollment) | **POST** /integrations/zapier/shopify/enrollments | Find or invite a Shopify customer and enroll them using the purchased variant mapping
|
|
291
|
+
*IntegrationApi* | [**postZapierSubscription**](docs/IntegrationApi.md#postzapiersubscription) | **POST** /integrations/zapier/subscriptions | Subscribe a Zap to an Edaxu lifecycle event
|
|
292
|
+
*IntegrationApi* | [**postZapierUser**](docs/IntegrationApi.md#postzapieruser) | **POST** /integrations/zapier/users | Find or invite a learner to the connected portal
|
|
293
|
+
*IntegrationApi* | [**putCustomWebhookIntegration**](docs/IntegrationApi.md#putcustomwebhookintegration) | **PUT** /integrations/webhooks/{webhookIntegrationId} | Update a custom webhook destination
|
|
280
294
|
*IntegrationApi* | [**putZapierSetup**](docs/IntegrationApi.md#putzapiersetup) | **PUT** /integrations/zapier/setup/{zapierIntegrationId} | Update a Zapier connection\'s name or permissions
|
|
281
295
|
*LearnerExperienceApi* | [**deleteLearnerExperienceDraft**](docs/LearnerExperienceApi.md#deletelearnerexperiencedraft) | **DELETE** /learner-experience/draft | Discard the selected portal\'s learner experience draft
|
|
282
296
|
*LearnerExperienceApi* | [**getCurrentLearnerDashboard**](docs/LearnerExperienceApi.md#getcurrentlearnerdashboard) | **GET** /users/current/dashboard | Get the authenticated learner\'s resolved dashboard and personalized data
|
|
@@ -428,6 +442,7 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
428
442
|
- [CourseProgressionMode](docs/CourseProgressionMode.md)
|
|
429
443
|
- [CourseShare](docs/CourseShare.md)
|
|
430
444
|
- [CourseShareAcceptError](docs/CourseShareAcceptError.md)
|
|
445
|
+
- [CustomWebhookIntegration](docs/CustomWebhookIntegration.md)
|
|
431
446
|
- [EffectiveCertificateConfig](docs/EffectiveCertificateConfig.md)
|
|
432
447
|
- [EmailTemplateDefinition](docs/EmailTemplateDefinition.md)
|
|
433
448
|
- [EmailTemplateScope](docs/EmailTemplateScope.md)
|
|
@@ -547,8 +562,18 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
547
562
|
- [GetUserCourseListItemEnrollment](docs/GetUserCourseListItemEnrollment.md)
|
|
548
563
|
- [GetUserCourseListItemProgress](docs/GetUserCourseListItemProgress.md)
|
|
549
564
|
- [GetUserRole](docs/GetUserRole.md)
|
|
565
|
+
- [GetZapierCourses](docs/GetZapierCourses.md)
|
|
550
566
|
- [GetZapierMe](docs/GetZapierMe.md)
|
|
551
567
|
- [GetZapierSetup](docs/GetZapierSetup.md)
|
|
568
|
+
- [GetZapierShopifyCourseMappings](docs/GetZapierShopifyCourseMappings.md)
|
|
569
|
+
- [GetZapierUsers](docs/GetZapierUsers.md)
|
|
570
|
+
- [IntegrationEvent](docs/IntegrationEvent.md)
|
|
571
|
+
- [IntegrationEventCertificate](docs/IntegrationEventCertificate.md)
|
|
572
|
+
- [IntegrationEventCourse](docs/IntegrationEventCourse.md)
|
|
573
|
+
- [IntegrationEventData](docs/IntegrationEventData.md)
|
|
574
|
+
- [IntegrationEventEnrollment](docs/IntegrationEventEnrollment.md)
|
|
575
|
+
- [IntegrationEventLearner](docs/IntegrationEventLearner.md)
|
|
576
|
+
- [IntegrationEventPortal](docs/IntegrationEventPortal.md)
|
|
552
577
|
- [LearnerExperienceVersion](docs/LearnerExperienceVersion.md)
|
|
553
578
|
- [LibraryQuizCriteriaPreviewQuestion](docs/LibraryQuizCriteriaPreviewQuestion.md)
|
|
554
579
|
- [LibraryQuizCriterion](docs/LibraryQuizCriterion.md)
|
|
@@ -600,6 +625,7 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
600
625
|
- [PostCourseVersionPublish](docs/PostCourseVersionPublish.md)
|
|
601
626
|
- [PostCourseVersionSection](docs/PostCourseVersionSection.md)
|
|
602
627
|
- [PostCourseVersionSectionDuplicate](docs/PostCourseVersionSectionDuplicate.md)
|
|
628
|
+
- [PostCustomWebhookIntegration](docs/PostCustomWebhookIntegration.md)
|
|
603
629
|
- [PostDuplicate](docs/PostDuplicate.md)
|
|
604
630
|
- [PostEmailAssetComplete](docs/PostEmailAssetComplete.md)
|
|
605
631
|
- [PostEmailAssetUpload](docs/PostEmailAssetUpload.md)
|
|
@@ -640,8 +666,14 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
640
666
|
- [PostSignupRequestResponse](docs/PostSignupRequestResponse.md)
|
|
641
667
|
- [PostSupportTicket](docs/PostSupportTicket.md)
|
|
642
668
|
- [PostSupportTicketComment](docs/PostSupportTicketComment.md)
|
|
669
|
+
- [PostZapierEnrollment](docs/PostZapierEnrollment.md)
|
|
643
670
|
- [PostZapierSetup](docs/PostZapierSetup.md)
|
|
644
671
|
- [PostZapierSetupResponse](docs/PostZapierSetupResponse.md)
|
|
672
|
+
- [PostZapierShopifyCourseMapping](docs/PostZapierShopifyCourseMapping.md)
|
|
673
|
+
- [PostZapierShopifyEnrollment](docs/PostZapierShopifyEnrollment.md)
|
|
674
|
+
- [PostZapierShopifyEnrollmentResponse](docs/PostZapierShopifyEnrollmentResponse.md)
|
|
675
|
+
- [PostZapierSubscription](docs/PostZapierSubscription.md)
|
|
676
|
+
- [PostZapierUser](docs/PostZapierUser.md)
|
|
645
677
|
- [ProgressionGateError](docs/ProgressionGateError.md)
|
|
646
678
|
- [ProgressionLockReason](docs/ProgressionLockReason.md)
|
|
647
679
|
- [PutAttemptAllowance](docs/PutAttemptAllowance.md)
|
|
@@ -658,6 +690,7 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
658
690
|
- [PutCourseVersionItem](docs/PutCourseVersionItem.md)
|
|
659
691
|
- [PutCourseVersionOutlineEntryMove](docs/PutCourseVersionOutlineEntryMove.md)
|
|
660
692
|
- [PutCourseVersionSection](docs/PutCourseVersionSection.md)
|
|
693
|
+
- [PutCustomWebhookIntegration](docs/PutCustomWebhookIntegration.md)
|
|
661
694
|
- [PutEmailTemplateDraft](docs/PutEmailTemplateDraft.md)
|
|
662
695
|
- [PutLearnerExperienceDraft](docs/PutLearnerExperienceDraft.md)
|
|
663
696
|
- [PutLibraryQuiz](docs/PutLibraryQuiz.md)
|
|
@@ -700,7 +733,12 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
700
733
|
- [UpdateSelectedPortalResponse](docs/UpdateSelectedPortalResponse.md)
|
|
701
734
|
- [UpdateSelectedPortalResponseHostPortal](docs/UpdateSelectedPortalResponseHostPortal.md)
|
|
702
735
|
- [UpdateSelectedPortalResponseSelectedPortal](docs/UpdateSelectedPortalResponseSelectedPortal.md)
|
|
736
|
+
- [ZapierCourse](docs/ZapierCourse.md)
|
|
737
|
+
- [ZapierEnrollment](docs/ZapierEnrollment.md)
|
|
703
738
|
- [ZapierIntegration](docs/ZapierIntegration.md)
|
|
739
|
+
- [ZapierShopifyCourseMapping](docs/ZapierShopifyCourseMapping.md)
|
|
740
|
+
- [ZapierSubscription](docs/ZapierSubscription.md)
|
|
741
|
+
- [ZapierUser](docs/ZapierUser.md)
|
|
704
742
|
|
|
705
743
|
### Authorization
|
|
706
744
|
|
|
@@ -714,7 +752,7 @@ and is automatically generated by the
|
|
|
714
752
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
715
753
|
|
|
716
754
|
- API version: `1.0.0`
|
|
717
|
-
- Package version: `1.
|
|
755
|
+
- Package version: `1.117.0`
|
|
718
756
|
- Generator version: `7.22.0`
|
|
719
757
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
720
758
|
|
|
@@ -10,22 +10,102 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
+
import { type CustomWebhookIntegration } from '../models/CustomWebhookIntegration';
|
|
14
|
+
import { type GetZapierCourses } from '../models/GetZapierCourses';
|
|
13
15
|
import { type GetZapierMe } from '../models/GetZapierMe';
|
|
14
16
|
import { type GetZapierSetup } from '../models/GetZapierSetup';
|
|
17
|
+
import { type GetZapierShopifyCourseMappings } from '../models/GetZapierShopifyCourseMappings';
|
|
18
|
+
import { type GetZapierUsers } from '../models/GetZapierUsers';
|
|
19
|
+
import { type IntegrationEvent } from '../models/IntegrationEvent';
|
|
20
|
+
import { type PostCustomWebhookIntegration } from '../models/PostCustomWebhookIntegration';
|
|
21
|
+
import { type PostZapierEnrollment } from '../models/PostZapierEnrollment';
|
|
15
22
|
import { type PostZapierSetup } from '../models/PostZapierSetup';
|
|
16
23
|
import { type PostZapierSetupResponse } from '../models/PostZapierSetupResponse';
|
|
24
|
+
import { type PostZapierShopifyCourseMapping } from '../models/PostZapierShopifyCourseMapping';
|
|
25
|
+
import { type PostZapierShopifyEnrollment } from '../models/PostZapierShopifyEnrollment';
|
|
26
|
+
import { type PostZapierShopifyEnrollmentResponse } from '../models/PostZapierShopifyEnrollmentResponse';
|
|
27
|
+
import { type PostZapierSubscription } from '../models/PostZapierSubscription';
|
|
28
|
+
import { type PostZapierUser } from '../models/PostZapierUser';
|
|
29
|
+
import { type PutCustomWebhookIntegration } from '../models/PutCustomWebhookIntegration';
|
|
17
30
|
import { type PutZapierSetup } from '../models/PutZapierSetup';
|
|
31
|
+
import { type ZapierEnrollment } from '../models/ZapierEnrollment';
|
|
18
32
|
import { type ZapierIntegration } from '../models/ZapierIntegration';
|
|
33
|
+
import { type ZapierShopifyCourseMapping } from '../models/ZapierShopifyCourseMapping';
|
|
34
|
+
import { type ZapierSubscription } from '../models/ZapierSubscription';
|
|
35
|
+
import { type ZapierUser } from '../models/ZapierUser';
|
|
36
|
+
export interface DeleteCustomWebhookIntegrationRequest {
|
|
37
|
+
webhookIntegrationId: string;
|
|
38
|
+
}
|
|
19
39
|
export interface DeleteZapierSetupRequest {
|
|
20
40
|
zapierIntegrationId: string;
|
|
21
41
|
}
|
|
42
|
+
export interface DeleteZapierSubscriptionRequest {
|
|
43
|
+
subscriptionId: string;
|
|
44
|
+
xAPIKEY: string;
|
|
45
|
+
xPORTALSUBDOMAIN: string;
|
|
46
|
+
}
|
|
47
|
+
export interface GetZapierCoursesRequest {
|
|
48
|
+
xAPIKEY: string;
|
|
49
|
+
xPORTALSUBDOMAIN: string;
|
|
50
|
+
page?: number;
|
|
51
|
+
pageSize?: number;
|
|
52
|
+
search?: string;
|
|
53
|
+
}
|
|
54
|
+
export interface GetZapierEventsRequest {
|
|
55
|
+
xAPIKEY: string;
|
|
56
|
+
xPORTALSUBDOMAIN: string;
|
|
57
|
+
eventType: GetZapierEventsEventTypeEnum;
|
|
58
|
+
pageSize?: number;
|
|
59
|
+
}
|
|
22
60
|
export interface GetZapierMeRequest {
|
|
23
61
|
xAPIKEY: string;
|
|
24
62
|
xPORTALSUBDOMAIN: string;
|
|
25
63
|
}
|
|
64
|
+
export interface GetZapierShopifyCourseMappingsRequest {
|
|
65
|
+
xAPIKEY: string;
|
|
66
|
+
xPORTALSUBDOMAIN: string;
|
|
67
|
+
shopDomain?: string;
|
|
68
|
+
}
|
|
69
|
+
export interface GetZapierUsersRequest {
|
|
70
|
+
xAPIKEY: string;
|
|
71
|
+
xPORTALSUBDOMAIN: string;
|
|
72
|
+
email: string;
|
|
73
|
+
}
|
|
74
|
+
export interface PostCustomWebhookIntegrationRequest {
|
|
75
|
+
postCustomWebhookIntegration: PostCustomWebhookIntegration;
|
|
76
|
+
}
|
|
77
|
+
export interface PostZapierEnrollmentRequest {
|
|
78
|
+
xAPIKEY: string;
|
|
79
|
+
xPORTALSUBDOMAIN: string;
|
|
80
|
+
postZapierEnrollment: PostZapierEnrollment;
|
|
81
|
+
}
|
|
26
82
|
export interface PostZapierSetupRequest {
|
|
27
83
|
postZapierSetup: PostZapierSetup;
|
|
28
84
|
}
|
|
85
|
+
export interface PostZapierShopifyCourseMappingRequest {
|
|
86
|
+
xAPIKEY: string;
|
|
87
|
+
xPORTALSUBDOMAIN: string;
|
|
88
|
+
postZapierShopifyCourseMapping: PostZapierShopifyCourseMapping;
|
|
89
|
+
}
|
|
90
|
+
export interface PostZapierShopifyEnrollmentRequest {
|
|
91
|
+
xAPIKEY: string;
|
|
92
|
+
xPORTALSUBDOMAIN: string;
|
|
93
|
+
postZapierShopifyEnrollment: PostZapierShopifyEnrollment;
|
|
94
|
+
}
|
|
95
|
+
export interface PostZapierSubscriptionRequest {
|
|
96
|
+
xAPIKEY: string;
|
|
97
|
+
xPORTALSUBDOMAIN: string;
|
|
98
|
+
postZapierSubscription: PostZapierSubscription;
|
|
99
|
+
}
|
|
100
|
+
export interface PostZapierUserRequest {
|
|
101
|
+
xAPIKEY: string;
|
|
102
|
+
xPORTALSUBDOMAIN: string;
|
|
103
|
+
postZapierUser: PostZapierUser;
|
|
104
|
+
}
|
|
105
|
+
export interface PutCustomWebhookIntegrationRequest {
|
|
106
|
+
webhookIntegrationId: string;
|
|
107
|
+
putCustomWebhookIntegration: PutCustomWebhookIntegration;
|
|
108
|
+
}
|
|
29
109
|
export interface PutZapierSetupRequest {
|
|
30
110
|
zapierIntegrationId: string;
|
|
31
111
|
putZapierSetup: PutZapierSetup;
|
|
@@ -34,6 +114,18 @@ export interface PutZapierSetupRequest {
|
|
|
34
114
|
*
|
|
35
115
|
*/
|
|
36
116
|
export declare class IntegrationApi extends runtime.BaseAPI {
|
|
117
|
+
/**
|
|
118
|
+
* Creates request options for deleteCustomWebhookIntegration without sending the request
|
|
119
|
+
*/
|
|
120
|
+
deleteCustomWebhookIntegrationRequestOpts(requestParameters: DeleteCustomWebhookIntegrationRequest): Promise<runtime.RequestOpts>;
|
|
121
|
+
/**
|
|
122
|
+
* Delete a custom webhook destination
|
|
123
|
+
*/
|
|
124
|
+
deleteCustomWebhookIntegrationRaw(requestParameters: DeleteCustomWebhookIntegrationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
125
|
+
/**
|
|
126
|
+
* Delete a custom webhook destination
|
|
127
|
+
*/
|
|
128
|
+
deleteCustomWebhookIntegration(requestParameters: DeleteCustomWebhookIntegrationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
37
129
|
/**
|
|
38
130
|
* Creates request options for deleteZapierSetup without sending the request
|
|
39
131
|
*/
|
|
@@ -46,6 +138,54 @@ export declare class IntegrationApi extends runtime.BaseAPI {
|
|
|
46
138
|
* Revoke a Zapier connection and its API key
|
|
47
139
|
*/
|
|
48
140
|
deleteZapierSetup(requestParameters: DeleteZapierSetupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
141
|
+
/**
|
|
142
|
+
* Creates request options for deleteZapierSubscription without sending the request
|
|
143
|
+
*/
|
|
144
|
+
deleteZapierSubscriptionRequestOpts(requestParameters: DeleteZapierSubscriptionRequest): Promise<runtime.RequestOpts>;
|
|
145
|
+
/**
|
|
146
|
+
* Unsubscribe a Zap from an Edaxu lifecycle event
|
|
147
|
+
*/
|
|
148
|
+
deleteZapierSubscriptionRaw(requestParameters: DeleteZapierSubscriptionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
149
|
+
/**
|
|
150
|
+
* Unsubscribe a Zap from an Edaxu lifecycle event
|
|
151
|
+
*/
|
|
152
|
+
deleteZapierSubscription(requestParameters: DeleteZapierSubscriptionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
153
|
+
/**
|
|
154
|
+
* Creates request options for getCustomWebhookIntegrations without sending the request
|
|
155
|
+
*/
|
|
156
|
+
getCustomWebhookIntegrationsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
157
|
+
/**
|
|
158
|
+
* List custom webhook destinations for the selected portal
|
|
159
|
+
*/
|
|
160
|
+
getCustomWebhookIntegrationsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CustomWebhookIntegration>>>;
|
|
161
|
+
/**
|
|
162
|
+
* List custom webhook destinations for the selected portal
|
|
163
|
+
*/
|
|
164
|
+
getCustomWebhookIntegrations(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CustomWebhookIntegration>>;
|
|
165
|
+
/**
|
|
166
|
+
* Creates request options for getZapierCourses without sending the request
|
|
167
|
+
*/
|
|
168
|
+
getZapierCoursesRequestOpts(requestParameters: GetZapierCoursesRequest): Promise<runtime.RequestOpts>;
|
|
169
|
+
/**
|
|
170
|
+
* List published courses available to a Zapier connection
|
|
171
|
+
*/
|
|
172
|
+
getZapierCoursesRaw(requestParameters: GetZapierCoursesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetZapierCourses>>;
|
|
173
|
+
/**
|
|
174
|
+
* List published courses available to a Zapier connection
|
|
175
|
+
*/
|
|
176
|
+
getZapierCourses(requestParameters: GetZapierCoursesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetZapierCourses>;
|
|
177
|
+
/**
|
|
178
|
+
* Creates request options for getZapierEvents without sending the request
|
|
179
|
+
*/
|
|
180
|
+
getZapierEventsRequestOpts(requestParameters: GetZapierEventsRequest): Promise<runtime.RequestOpts>;
|
|
181
|
+
/**
|
|
182
|
+
* List recent lifecycle events for Zapier trigger setup
|
|
183
|
+
*/
|
|
184
|
+
getZapierEventsRaw(requestParameters: GetZapierEventsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<IntegrationEvent>>>;
|
|
185
|
+
/**
|
|
186
|
+
* List recent lifecycle events for Zapier trigger setup
|
|
187
|
+
*/
|
|
188
|
+
getZapierEvents(requestParameters: GetZapierEventsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<IntegrationEvent>>;
|
|
49
189
|
/**
|
|
50
190
|
* Creates request options for getZapierMe without sending the request
|
|
51
191
|
*/
|
|
@@ -70,6 +210,54 @@ export declare class IntegrationApi extends runtime.BaseAPI {
|
|
|
70
210
|
* List Zapier connections and permissions available to the selected portal
|
|
71
211
|
*/
|
|
72
212
|
getZapierSetup(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetZapierSetup>;
|
|
213
|
+
/**
|
|
214
|
+
* Creates request options for getZapierShopifyCourseMappings without sending the request
|
|
215
|
+
*/
|
|
216
|
+
getZapierShopifyCourseMappingsRequestOpts(requestParameters: GetZapierShopifyCourseMappingsRequest): Promise<runtime.RequestOpts>;
|
|
217
|
+
/**
|
|
218
|
+
* List Shopify variant-to-course mappings
|
|
219
|
+
*/
|
|
220
|
+
getZapierShopifyCourseMappingsRaw(requestParameters: GetZapierShopifyCourseMappingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetZapierShopifyCourseMappings>>;
|
|
221
|
+
/**
|
|
222
|
+
* List Shopify variant-to-course mappings
|
|
223
|
+
*/
|
|
224
|
+
getZapierShopifyCourseMappings(requestParameters: GetZapierShopifyCourseMappingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetZapierShopifyCourseMappings>;
|
|
225
|
+
/**
|
|
226
|
+
* Creates request options for getZapierUsers without sending the request
|
|
227
|
+
*/
|
|
228
|
+
getZapierUsersRequestOpts(requestParameters: GetZapierUsersRequest): Promise<runtime.RequestOpts>;
|
|
229
|
+
/**
|
|
230
|
+
* Find a learner by exact email address
|
|
231
|
+
*/
|
|
232
|
+
getZapierUsersRaw(requestParameters: GetZapierUsersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetZapierUsers>>;
|
|
233
|
+
/**
|
|
234
|
+
* Find a learner by exact email address
|
|
235
|
+
*/
|
|
236
|
+
getZapierUsers(requestParameters: GetZapierUsersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetZapierUsers>;
|
|
237
|
+
/**
|
|
238
|
+
* Creates request options for postCustomWebhookIntegration without sending the request
|
|
239
|
+
*/
|
|
240
|
+
postCustomWebhookIntegrationRequestOpts(requestParameters: PostCustomWebhookIntegrationRequest): Promise<runtime.RequestOpts>;
|
|
241
|
+
/**
|
|
242
|
+
* Create a custom webhook destination for lifecycle events
|
|
243
|
+
*/
|
|
244
|
+
postCustomWebhookIntegrationRaw(requestParameters: PostCustomWebhookIntegrationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomWebhookIntegration>>;
|
|
245
|
+
/**
|
|
246
|
+
* Create a custom webhook destination for lifecycle events
|
|
247
|
+
*/
|
|
248
|
+
postCustomWebhookIntegration(requestParameters: PostCustomWebhookIntegrationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomWebhookIntegration>;
|
|
249
|
+
/**
|
|
250
|
+
* Creates request options for postZapierEnrollment without sending the request
|
|
251
|
+
*/
|
|
252
|
+
postZapierEnrollmentRequestOpts(requestParameters: PostZapierEnrollmentRequest): Promise<runtime.RequestOpts>;
|
|
253
|
+
/**
|
|
254
|
+
* Enroll an existing learner in a course
|
|
255
|
+
*/
|
|
256
|
+
postZapierEnrollmentRaw(requestParameters: PostZapierEnrollmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ZapierEnrollment>>;
|
|
257
|
+
/**
|
|
258
|
+
* Enroll an existing learner in a course
|
|
259
|
+
*/
|
|
260
|
+
postZapierEnrollment(requestParameters: PostZapierEnrollmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ZapierEnrollment>;
|
|
73
261
|
/**
|
|
74
262
|
* Creates request options for postZapierSetup without sending the request
|
|
75
263
|
*/
|
|
@@ -82,6 +270,66 @@ export declare class IntegrationApi extends runtime.BaseAPI {
|
|
|
82
270
|
* Create a Zapier connection and API key for the selected portal
|
|
83
271
|
*/
|
|
84
272
|
postZapierSetup(requestParameters: PostZapierSetupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PostZapierSetupResponse>;
|
|
273
|
+
/**
|
|
274
|
+
* Creates request options for postZapierShopifyCourseMapping without sending the request
|
|
275
|
+
*/
|
|
276
|
+
postZapierShopifyCourseMappingRequestOpts(requestParameters: PostZapierShopifyCourseMappingRequest): Promise<runtime.RequestOpts>;
|
|
277
|
+
/**
|
|
278
|
+
* Create or update a Shopify variant-to-course mapping
|
|
279
|
+
*/
|
|
280
|
+
postZapierShopifyCourseMappingRaw(requestParameters: PostZapierShopifyCourseMappingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ZapierShopifyCourseMapping>>;
|
|
281
|
+
/**
|
|
282
|
+
* Create or update a Shopify variant-to-course mapping
|
|
283
|
+
*/
|
|
284
|
+
postZapierShopifyCourseMapping(requestParameters: PostZapierShopifyCourseMappingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ZapierShopifyCourseMapping>;
|
|
285
|
+
/**
|
|
286
|
+
* Creates request options for postZapierShopifyEnrollment without sending the request
|
|
287
|
+
*/
|
|
288
|
+
postZapierShopifyEnrollmentRequestOpts(requestParameters: PostZapierShopifyEnrollmentRequest): Promise<runtime.RequestOpts>;
|
|
289
|
+
/**
|
|
290
|
+
* Find or invite a Shopify customer and enroll them using the purchased variant mapping
|
|
291
|
+
*/
|
|
292
|
+
postZapierShopifyEnrollmentRaw(requestParameters: PostZapierShopifyEnrollmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PostZapierShopifyEnrollmentResponse>>;
|
|
293
|
+
/**
|
|
294
|
+
* Find or invite a Shopify customer and enroll them using the purchased variant mapping
|
|
295
|
+
*/
|
|
296
|
+
postZapierShopifyEnrollment(requestParameters: PostZapierShopifyEnrollmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PostZapierShopifyEnrollmentResponse>;
|
|
297
|
+
/**
|
|
298
|
+
* Creates request options for postZapierSubscription without sending the request
|
|
299
|
+
*/
|
|
300
|
+
postZapierSubscriptionRequestOpts(requestParameters: PostZapierSubscriptionRequest): Promise<runtime.RequestOpts>;
|
|
301
|
+
/**
|
|
302
|
+
* Subscribe a Zap to an Edaxu lifecycle event
|
|
303
|
+
*/
|
|
304
|
+
postZapierSubscriptionRaw(requestParameters: PostZapierSubscriptionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ZapierSubscription>>;
|
|
305
|
+
/**
|
|
306
|
+
* Subscribe a Zap to an Edaxu lifecycle event
|
|
307
|
+
*/
|
|
308
|
+
postZapierSubscription(requestParameters: PostZapierSubscriptionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ZapierSubscription>;
|
|
309
|
+
/**
|
|
310
|
+
* Creates request options for postZapierUser without sending the request
|
|
311
|
+
*/
|
|
312
|
+
postZapierUserRequestOpts(requestParameters: PostZapierUserRequest): Promise<runtime.RequestOpts>;
|
|
313
|
+
/**
|
|
314
|
+
* Find or invite a learner to the connected portal
|
|
315
|
+
*/
|
|
316
|
+
postZapierUserRaw(requestParameters: PostZapierUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ZapierUser>>;
|
|
317
|
+
/**
|
|
318
|
+
* Find or invite a learner to the connected portal
|
|
319
|
+
*/
|
|
320
|
+
postZapierUser(requestParameters: PostZapierUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ZapierUser>;
|
|
321
|
+
/**
|
|
322
|
+
* Creates request options for putCustomWebhookIntegration without sending the request
|
|
323
|
+
*/
|
|
324
|
+
putCustomWebhookIntegrationRequestOpts(requestParameters: PutCustomWebhookIntegrationRequest): Promise<runtime.RequestOpts>;
|
|
325
|
+
/**
|
|
326
|
+
* Update a custom webhook destination
|
|
327
|
+
*/
|
|
328
|
+
putCustomWebhookIntegrationRaw(requestParameters: PutCustomWebhookIntegrationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomWebhookIntegration>>;
|
|
329
|
+
/**
|
|
330
|
+
* Update a custom webhook destination
|
|
331
|
+
*/
|
|
332
|
+
putCustomWebhookIntegration(requestParameters: PutCustomWebhookIntegrationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomWebhookIntegration>;
|
|
85
333
|
/**
|
|
86
334
|
* Creates request options for putZapierSetup without sending the request
|
|
87
335
|
*/
|
|
@@ -95,3 +343,12 @@ export declare class IntegrationApi extends runtime.BaseAPI {
|
|
|
95
343
|
*/
|
|
96
344
|
putZapierSetup(requestParameters: PutZapierSetupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ZapierIntegration>;
|
|
97
345
|
}
|
|
346
|
+
/**
|
|
347
|
+
* @export
|
|
348
|
+
*/
|
|
349
|
+
export declare const GetZapierEventsEventTypeEnum: {
|
|
350
|
+
readonly ComEdaxuEnrollmentEnrolledV1: "com.edaxu.enrollment.enrolled.v1";
|
|
351
|
+
readonly ComEdaxuEnrollmentCompletedV1: "com.edaxu.enrollment.completed.v1";
|
|
352
|
+
readonly ComEdaxuCertificateIssuedV1: "com.edaxu.certificate.issued.v1";
|
|
353
|
+
};
|
|
354
|
+
export type GetZapierEventsEventTypeEnum = typeof GetZapierEventsEventTypeEnum[keyof typeof GetZapierEventsEventTypeEnum];
|