@easyedu/js-lsm-api 1.114.0 → 1.116.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.
Files changed (127) hide show
  1. package/.openapi-generator/FILES +38 -0
  2. package/README.md +32 -2
  3. package/dist/apis/IntegrationApi.d.ts +229 -0
  4. package/dist/apis/IntegrationApi.js +620 -0
  5. package/dist/apis/index.d.ts +1 -0
  6. package/dist/apis/index.js +1 -0
  7. package/dist/esm/apis/IntegrationApi.d.ts +229 -0
  8. package/dist/esm/apis/IntegrationApi.js +616 -0
  9. package/dist/esm/apis/index.d.ts +1 -0
  10. package/dist/esm/apis/index.js +1 -0
  11. package/dist/esm/models/GetZapierCourses.d.ts +51 -0
  12. package/dist/esm/models/GetZapierCourses.js +56 -0
  13. package/dist/esm/models/GetZapierMe.d.ts +62 -0
  14. package/dist/esm/models/GetZapierMe.js +63 -0
  15. package/dist/esm/models/GetZapierSetup.d.ts +40 -0
  16. package/dist/esm/models/GetZapierSetup.js +49 -0
  17. package/dist/esm/models/GetZapierShopifyCourseMappings.d.ts +33 -0
  18. package/dist/esm/models/GetZapierShopifyCourseMappings.js +44 -0
  19. package/dist/esm/models/GetZapierUsers.d.ts +33 -0
  20. package/dist/esm/models/GetZapierUsers.js +44 -0
  21. package/dist/esm/models/PostZapierEnrollment.d.ts +76 -0
  22. package/dist/esm/models/PostZapierEnrollment.js +64 -0
  23. package/dist/esm/models/PostZapierSetup.d.ts +38 -0
  24. package/dist/esm/models/PostZapierSetup.js +47 -0
  25. package/dist/esm/models/PostZapierSetupResponse.d.ts +39 -0
  26. package/dist/esm/models/PostZapierSetupResponse.js +48 -0
  27. package/dist/esm/models/PostZapierShopifyCourseMapping.d.ts +50 -0
  28. package/dist/esm/models/PostZapierShopifyCourseMapping.js +53 -0
  29. package/dist/esm/models/PostZapierShopifyEnrollment.d.ts +100 -0
  30. package/dist/esm/models/PostZapierShopifyEnrollment.js +82 -0
  31. package/dist/esm/models/PostZapierShopifyEnrollmentResponse.d.ts +47 -0
  32. package/dist/esm/models/PostZapierShopifyEnrollmentResponse.js +54 -0
  33. package/dist/esm/models/PostZapierUser.d.ts +44 -0
  34. package/dist/esm/models/PostZapierUser.js +51 -0
  35. package/dist/esm/models/PutZapierSetup.d.ts +38 -0
  36. package/dist/esm/models/PutZapierSetup.js +43 -0
  37. package/dist/esm/models/ZapierCourse.d.ts +50 -0
  38. package/dist/esm/models/ZapierCourse.js +55 -0
  39. package/dist/esm/models/ZapierEnrollment.d.ts +74 -0
  40. package/dist/esm/models/ZapierEnrollment.js +69 -0
  41. package/dist/esm/models/ZapierIntegration.d.ts +92 -0
  42. package/dist/esm/models/ZapierIntegration.js +79 -0
  43. package/dist/esm/models/ZapierShopifyCourseMapping.d.ts +69 -0
  44. package/dist/esm/models/ZapierShopifyCourseMapping.js +66 -0
  45. package/dist/esm/models/ZapierUser.d.ts +56 -0
  46. package/dist/esm/models/ZapierUser.js +59 -0
  47. package/dist/esm/models/index.d.ts +18 -0
  48. package/dist/esm/models/index.js +18 -0
  49. package/dist/models/GetZapierCourses.d.ts +51 -0
  50. package/dist/models/GetZapierCourses.js +63 -0
  51. package/dist/models/GetZapierMe.d.ts +62 -0
  52. package/dist/models/GetZapierMe.js +70 -0
  53. package/dist/models/GetZapierSetup.d.ts +40 -0
  54. package/dist/models/GetZapierSetup.js +56 -0
  55. package/dist/models/GetZapierShopifyCourseMappings.d.ts +33 -0
  56. package/dist/models/GetZapierShopifyCourseMappings.js +51 -0
  57. package/dist/models/GetZapierUsers.d.ts +33 -0
  58. package/dist/models/GetZapierUsers.js +51 -0
  59. package/dist/models/PostZapierEnrollment.d.ts +76 -0
  60. package/dist/models/PostZapierEnrollment.js +72 -0
  61. package/dist/models/PostZapierSetup.d.ts +38 -0
  62. package/dist/models/PostZapierSetup.js +54 -0
  63. package/dist/models/PostZapierSetupResponse.d.ts +39 -0
  64. package/dist/models/PostZapierSetupResponse.js +55 -0
  65. package/dist/models/PostZapierShopifyCourseMapping.d.ts +50 -0
  66. package/dist/models/PostZapierShopifyCourseMapping.js +60 -0
  67. package/dist/models/PostZapierShopifyEnrollment.d.ts +100 -0
  68. package/dist/models/PostZapierShopifyEnrollment.js +90 -0
  69. package/dist/models/PostZapierShopifyEnrollmentResponse.d.ts +47 -0
  70. package/dist/models/PostZapierShopifyEnrollmentResponse.js +61 -0
  71. package/dist/models/PostZapierUser.d.ts +44 -0
  72. package/dist/models/PostZapierUser.js +58 -0
  73. package/dist/models/PutZapierSetup.d.ts +38 -0
  74. package/dist/models/PutZapierSetup.js +50 -0
  75. package/dist/models/ZapierCourse.d.ts +50 -0
  76. package/dist/models/ZapierCourse.js +62 -0
  77. package/dist/models/ZapierEnrollment.d.ts +74 -0
  78. package/dist/models/ZapierEnrollment.js +76 -0
  79. package/dist/models/ZapierIntegration.d.ts +92 -0
  80. package/dist/models/ZapierIntegration.js +86 -0
  81. package/dist/models/ZapierShopifyCourseMapping.d.ts +69 -0
  82. package/dist/models/ZapierShopifyCourseMapping.js +73 -0
  83. package/dist/models/ZapierUser.d.ts +56 -0
  84. package/dist/models/ZapierUser.js +66 -0
  85. package/dist/models/index.d.ts +18 -0
  86. package/dist/models/index.js +18 -0
  87. package/docs/GetZapierCourses.md +40 -0
  88. package/docs/GetZapierMe.md +44 -0
  89. package/docs/GetZapierSetup.md +36 -0
  90. package/docs/GetZapierShopifyCourseMappings.md +34 -0
  91. package/docs/GetZapierUsers.md +34 -0
  92. package/docs/IntegrationApi.md +882 -0
  93. package/docs/PostZapierEnrollment.md +46 -0
  94. package/docs/PostZapierSetup.md +36 -0
  95. package/docs/PostZapierSetupResponse.md +37 -0
  96. package/docs/PostZapierShopifyCourseMapping.md +40 -0
  97. package/docs/PostZapierShopifyEnrollment.md +54 -0
  98. package/docs/PostZapierShopifyEnrollmentResponse.md +38 -0
  99. package/docs/PostZapierUser.md +38 -0
  100. package/docs/PutZapierSetup.md +36 -0
  101. package/docs/ZapierCourse.md +40 -0
  102. package/docs/ZapierEnrollment.md +48 -0
  103. package/docs/ZapierIntegration.md +55 -0
  104. package/docs/ZapierShopifyCourseMapping.md +46 -0
  105. package/docs/ZapierUser.md +42 -0
  106. package/package.json +1 -1
  107. package/src/apis/IntegrationApi.ts +891 -0
  108. package/src/apis/index.ts +1 -0
  109. package/src/models/GetZapierCourses.ts +101 -0
  110. package/src/models/GetZapierMe.ts +111 -0
  111. package/src/models/GetZapierSetup.ts +90 -0
  112. package/src/models/GetZapierShopifyCourseMappings.ts +74 -0
  113. package/src/models/GetZapierUsers.ts +74 -0
  114. package/src/models/PostZapierEnrollment.ts +126 -0
  115. package/src/models/PostZapierSetup.ts +75 -0
  116. package/src/models/PostZapierSetupResponse.ts +83 -0
  117. package/src/models/PostZapierShopifyCourseMapping.ts +92 -0
  118. package/src/models/PostZapierShopifyEnrollment.ts +163 -0
  119. package/src/models/PostZapierShopifyEnrollmentResponse.ts +106 -0
  120. package/src/models/PostZapierUser.ts +84 -0
  121. package/src/models/PutZapierSetup.ts +73 -0
  122. package/src/models/ZapierCourse.ts +93 -0
  123. package/src/models/ZapierEnrollment.ts +128 -0
  124. package/src/models/ZapierIntegration.ts +154 -0
  125. package/src/models/ZapierShopifyCourseMapping.ts +127 -0
  126. package/src/models/ZapierUser.ts +102 -0
  127. package/src/models/index.ts +18 -0
@@ -0,0 +1,46 @@
1
+
2
+ # PostZapierEnrollment
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `courseId` | string
10
+ `userId` | string
11
+ `idempotencyKey` | string
12
+ `enrollmentDateStart` | number
13
+ `enrollmentDateEnd` | number
14
+ `notes` | string
15
+ `reEnrollmentMode` | string
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import type { PostZapierEnrollment } from '@easyedu/js-lsm-api'
21
+
22
+ // TODO: Update the object below with actual values
23
+ const example = {
24
+ "courseId": null,
25
+ "userId": null,
26
+ "idempotencyKey": null,
27
+ "enrollmentDateStart": null,
28
+ "enrollmentDateEnd": null,
29
+ "notes": null,
30
+ "reEnrollmentMode": null,
31
+ } satisfies PostZapierEnrollment
32
+
33
+ console.log(example)
34
+
35
+ // Convert the instance to a JSON string
36
+ const exampleJSON: string = JSON.stringify(example)
37
+ console.log(exampleJSON)
38
+
39
+ // Parse the JSON string back to an object
40
+ const exampleParsed = JSON.parse(exampleJSON) as PostZapierEnrollment
41
+ console.log(exampleParsed)
42
+ ```
43
+
44
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
45
+
46
+
@@ -0,0 +1,36 @@
1
+
2
+ # PostZapierSetup
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `name` | string
10
+ `permissionKeys` | Set<string>
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PostZapierSetup } from '@easyedu/js-lsm-api'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "name": null,
20
+ "permissionKeys": null,
21
+ } satisfies PostZapierSetup
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PostZapierSetup
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,37 @@
1
+
2
+ # PostZapierSetupResponse
3
+
4
+ A newly created Zapier connection. The API key is returned only once.
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `integration` | [ZapierIntegration](ZapierIntegration.md)
11
+ `apiKey` | string
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import type { PostZapierSetupResponse } from '@easyedu/js-lsm-api'
17
+
18
+ // TODO: Update the object below with actual values
19
+ const example = {
20
+ "integration": null,
21
+ "apiKey": null,
22
+ } satisfies PostZapierSetupResponse
23
+
24
+ console.log(example)
25
+
26
+ // Convert the instance to a JSON string
27
+ const exampleJSON: string = JSON.stringify(example)
28
+ console.log(exampleJSON)
29
+
30
+ // Parse the JSON string back to an object
31
+ const exampleParsed = JSON.parse(exampleJSON) as PostZapierSetupResponse
32
+ console.log(exampleParsed)
33
+ ```
34
+
35
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
36
+
37
+
@@ -0,0 +1,40 @@
1
+
2
+ # PostZapierShopifyCourseMapping
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `shopDomain` | string
10
+ `variantId` | string
11
+ `productId` | string
12
+ `courseId` | string
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { PostZapierShopifyCourseMapping } from '@easyedu/js-lsm-api'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "shopDomain": null,
22
+ "variantId": null,
23
+ "productId": null,
24
+ "courseId": null,
25
+ } satisfies PostZapierShopifyCourseMapping
26
+
27
+ console.log(example)
28
+
29
+ // Convert the instance to a JSON string
30
+ const exampleJSON: string = JSON.stringify(example)
31
+ console.log(exampleJSON)
32
+
33
+ // Parse the JSON string back to an object
34
+ const exampleParsed = JSON.parse(exampleJSON) as PostZapierShopifyCourseMapping
35
+ console.log(exampleParsed)
36
+ ```
37
+
38
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
39
+
40
+
@@ -0,0 +1,54 @@
1
+
2
+ # PostZapierShopifyEnrollment
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `shopDomain` | string
10
+ `orderId` | string
11
+ `lineItemId` | string
12
+ `variantId` | string
13
+ `email` | string
14
+ `firstName` | string
15
+ `lastName` | string
16
+ `enrollmentDateStart` | number
17
+ `enrollmentDateEnd` | number
18
+ `notes` | string
19
+ `reEnrollmentMode` | string
20
+
21
+ ## Example
22
+
23
+ ```typescript
24
+ import type { PostZapierShopifyEnrollment } from '@easyedu/js-lsm-api'
25
+
26
+ // TODO: Update the object below with actual values
27
+ const example = {
28
+ "shopDomain": null,
29
+ "orderId": null,
30
+ "lineItemId": null,
31
+ "variantId": null,
32
+ "email": null,
33
+ "firstName": null,
34
+ "lastName": null,
35
+ "enrollmentDateStart": null,
36
+ "enrollmentDateEnd": null,
37
+ "notes": null,
38
+ "reEnrollmentMode": null,
39
+ } satisfies PostZapierShopifyEnrollment
40
+
41
+ console.log(example)
42
+
43
+ // Convert the instance to a JSON string
44
+ const exampleJSON: string = JSON.stringify(example)
45
+ console.log(exampleJSON)
46
+
47
+ // Parse the JSON string back to an object
48
+ const exampleParsed = JSON.parse(exampleJSON) as PostZapierShopifyEnrollment
49
+ console.log(exampleParsed)
50
+ ```
51
+
52
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
53
+
54
+
@@ -0,0 +1,38 @@
1
+
2
+ # PostZapierShopifyEnrollmentResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `enrollment` | [ZapierEnrollment](ZapierEnrollment.md)
10
+ `user` | [ZapierUser](ZapierUser.md)
11
+ `mapping` | [ZapierShopifyCourseMapping](ZapierShopifyCourseMapping.md)
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import type { PostZapierShopifyEnrollmentResponse } from '@easyedu/js-lsm-api'
17
+
18
+ // TODO: Update the object below with actual values
19
+ const example = {
20
+ "enrollment": null,
21
+ "user": null,
22
+ "mapping": null,
23
+ } satisfies PostZapierShopifyEnrollmentResponse
24
+
25
+ console.log(example)
26
+
27
+ // Convert the instance to a JSON string
28
+ const exampleJSON: string = JSON.stringify(example)
29
+ console.log(exampleJSON)
30
+
31
+ // Parse the JSON string back to an object
32
+ const exampleParsed = JSON.parse(exampleJSON) as PostZapierShopifyEnrollmentResponse
33
+ console.log(exampleParsed)
34
+ ```
35
+
36
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
37
+
38
+
@@ -0,0 +1,38 @@
1
+
2
+ # PostZapierUser
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `email` | string
10
+ `firstName` | string
11
+ `lastName` | string
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import type { PostZapierUser } from '@easyedu/js-lsm-api'
17
+
18
+ // TODO: Update the object below with actual values
19
+ const example = {
20
+ "email": null,
21
+ "firstName": null,
22
+ "lastName": null,
23
+ } satisfies PostZapierUser
24
+
25
+ console.log(example)
26
+
27
+ // Convert the instance to a JSON string
28
+ const exampleJSON: string = JSON.stringify(example)
29
+ console.log(exampleJSON)
30
+
31
+ // Parse the JSON string back to an object
32
+ const exampleParsed = JSON.parse(exampleJSON) as PostZapierUser
33
+ console.log(exampleParsed)
34
+ ```
35
+
36
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
37
+
38
+
@@ -0,0 +1,36 @@
1
+
2
+ # PutZapierSetup
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `name` | string
10
+ `permissionKeys` | Set<string>
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PutZapierSetup } from '@easyedu/js-lsm-api'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "name": null,
20
+ "permissionKeys": null,
21
+ } satisfies PutZapierSetup
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PutZapierSetup
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,40 @@
1
+
2
+ # ZapierCourse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `name` | string
11
+ `description` | string
12
+ `published` | boolean
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { ZapierCourse } from '@easyedu/js-lsm-api'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "id": null,
22
+ "name": null,
23
+ "description": null,
24
+ "published": null,
25
+ } satisfies ZapierCourse
26
+
27
+ console.log(example)
28
+
29
+ // Convert the instance to a JSON string
30
+ const exampleJSON: string = JSON.stringify(example)
31
+ console.log(exampleJSON)
32
+
33
+ // Parse the JSON string back to an object
34
+ const exampleParsed = JSON.parse(exampleJSON) as ZapierCourse
35
+ console.log(exampleParsed)
36
+ ```
37
+
38
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
39
+
40
+
@@ -0,0 +1,48 @@
1
+
2
+ # ZapierEnrollment
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `courseId` | string
11
+ `userId` | string
12
+ `status` | string
13
+ `enrollmentDateStart` | number
14
+ `enrollmentDateEnd` | number
15
+ `created` | boolean
16
+ `idempotentReplay` | boolean
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import type { ZapierEnrollment } from '@easyedu/js-lsm-api'
22
+
23
+ // TODO: Update the object below with actual values
24
+ const example = {
25
+ "id": null,
26
+ "courseId": null,
27
+ "userId": null,
28
+ "status": null,
29
+ "enrollmentDateStart": null,
30
+ "enrollmentDateEnd": null,
31
+ "created": null,
32
+ "idempotentReplay": null,
33
+ } satisfies ZapierEnrollment
34
+
35
+ console.log(example)
36
+
37
+ // Convert the instance to a JSON string
38
+ const exampleJSON: string = JSON.stringify(example)
39
+ console.log(exampleJSON)
40
+
41
+ // Parse the JSON string back to an object
42
+ const exampleParsed = JSON.parse(exampleJSON) as ZapierEnrollment
43
+ console.log(exampleParsed)
44
+ ```
45
+
46
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
47
+
48
+
@@ -0,0 +1,55 @@
1
+
2
+ # ZapierIntegration
3
+
4
+ A portal-scoped Zapier connection. The API key secret is never included here.
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `id` | string
11
+ `name` | string
12
+ `portalId` | string
13
+ `portalName` | string
14
+ `portalSubdomain` | string
15
+ `keyPrefix` | string
16
+ `permissionKeys` | Array<string>
17
+ `createdAt` | number
18
+ `updatedAt` | number
19
+ `lastUsedAt` | number
20
+ `revokedAt` | number
21
+
22
+ ## Example
23
+
24
+ ```typescript
25
+ import type { ZapierIntegration } from '@easyedu/js-lsm-api'
26
+
27
+ // TODO: Update the object below with actual values
28
+ const example = {
29
+ "id": null,
30
+ "name": null,
31
+ "portalId": null,
32
+ "portalName": null,
33
+ "portalSubdomain": null,
34
+ "keyPrefix": null,
35
+ "permissionKeys": null,
36
+ "createdAt": null,
37
+ "updatedAt": null,
38
+ "lastUsedAt": null,
39
+ "revokedAt": null,
40
+ } satisfies ZapierIntegration
41
+
42
+ console.log(example)
43
+
44
+ // Convert the instance to a JSON string
45
+ const exampleJSON: string = JSON.stringify(example)
46
+ console.log(exampleJSON)
47
+
48
+ // Parse the JSON string back to an object
49
+ const exampleParsed = JSON.parse(exampleJSON) as ZapierIntegration
50
+ console.log(exampleParsed)
51
+ ```
52
+
53
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
54
+
55
+
@@ -0,0 +1,46 @@
1
+
2
+ # ZapierShopifyCourseMapping
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `shopDomain` | string
11
+ `variantId` | string
12
+ `productId` | string
13
+ `course` | [ZapierCourse](ZapierCourse.md)
14
+ `createdAt` | number
15
+ `updatedAt` | number
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import type { ZapierShopifyCourseMapping } from '@easyedu/js-lsm-api'
21
+
22
+ // TODO: Update the object below with actual values
23
+ const example = {
24
+ "id": null,
25
+ "shopDomain": null,
26
+ "variantId": null,
27
+ "productId": null,
28
+ "course": null,
29
+ "createdAt": null,
30
+ "updatedAt": null,
31
+ } satisfies ZapierShopifyCourseMapping
32
+
33
+ console.log(example)
34
+
35
+ // Convert the instance to a JSON string
36
+ const exampleJSON: string = JSON.stringify(example)
37
+ console.log(exampleJSON)
38
+
39
+ // Parse the JSON string back to an object
40
+ const exampleParsed = JSON.parse(exampleJSON) as ZapierShopifyCourseMapping
41
+ console.log(exampleParsed)
42
+ ```
43
+
44
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
45
+
46
+
@@ -0,0 +1,42 @@
1
+
2
+ # ZapierUser
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `email` | string
11
+ `firstName` | string
12
+ `lastName` | string
13
+ `created` | boolean
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { ZapierUser } from '@easyedu/js-lsm-api'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "id": null,
23
+ "email": null,
24
+ "firstName": null,
25
+ "lastName": null,
26
+ "created": null,
27
+ } satisfies ZapierUser
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as ZapierUser
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyedu/js-lsm-api",
3
- "version": "1.114.0",
3
+ "version": "1.116.0",
4
4
  "description": "OpenAPI client for @easyedu/js-lsm-api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {