@enbbox/api 1.0.0 → 1.1.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 +375 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +2 -2
- package/api/activity-api.ts +756 -0
- package/api/billing-api.ts +673 -0
- package/api/channel-connections-api.ts +510 -0
- package/api/channel-endpoints-api.ts +510 -0
- package/api/contexts-api.ts +534 -0
- package/api/events-api.ts +394 -0
- package/api/feature-flags-api.ts +132 -0
- package/api/health-api.ts +264 -0
- package/api/inbound-parse-api.ts +137 -0
- package/api/inbox-api.ts +1151 -0
- package/api/integrations-api.ts +833 -0
- package/api/layouts-api.ts +849 -0
- package/api/messages-api.ts +349 -0
- package/api/metrics-api.ts +128 -0
- package/api/notification-groups-api.ts +391 -0
- package/api/notifications-api.ts +326 -0
- package/api/preferences-api.ts +333 -0
- package/api/projects-api.ts +1075 -0
- package/api/subscribers-api.ts +1542 -0
- package/api/topics-api.ts +1352 -0
- package/api/translations-api.ts +462 -0
- package/api/webhooks-api.ts +397 -0
- package/api/workflows-api.ts +970 -0
- package/api.ts +40 -0
- package/base.ts +62 -0
- package/common.ts +127 -0
- package/configuration.ts +121 -0
- package/dist/esm/models/init-session-response.d.ts +4 -0
- package/dist/models/init-session-response.d.ts +4 -0
- package/docs/ActionBody.md +21 -0
- package/docs/ActionRecord.md +25 -0
- package/docs/ActionType.md +17 -0
- package/docs/ActivityApi.md +412 -0
- package/docs/ActivityChartPoint.md +31 -0
- package/docs/ActivityRecord.md +39 -0
- package/docs/ActivityRequestRecord.md +31 -0
- package/docs/ActivityStats.md +31 -0
- package/docs/ActorType.md +15 -0
- package/docs/ApiKeyCreated.md +27 -0
- package/docs/ApiKeyInfo.md +27 -0
- package/docs/AutoConfigureResult.md +21 -0
- package/docs/BillingApi.md +375 -0
- package/docs/BillingInterval.md +11 -0
- package/docs/Branding.md +31 -0
- package/docs/BroadcastTrigger.md +27 -0
- package/docs/BulkCreateSubscribers.md +21 -0
- package/docs/BulkPreferenceItem.md +24 -0
- package/docs/BulkPreferences.md +21 -0
- package/docs/BulkResult.md +22 -0
- package/docs/BulkTrigger.md +21 -0
- package/docs/ChannelConnectionRecord.md +31 -0
- package/docs/ChannelConnectionsApi.md +276 -0
- package/docs/ChannelEndpointRecord.md +33 -0
- package/docs/ChannelEndpointsApi.md +276 -0
- package/docs/ChannelPreferences.md +29 -0
- package/docs/ChannelType.md +17 -0
- package/docs/ChartQuery.md +21 -0
- package/docs/ChatOauth.md +21 -0
- package/docs/ChatOauthRequest.md +22 -0
- package/docs/CheckoutSession.md +23 -0
- package/docs/ContextRecord.md +29 -0
- package/docs/ContextsApi.md +285 -0
- package/docs/CreateChannelConnection.md +27 -0
- package/docs/CreateChannelEndpoint.md +29 -0
- package/docs/CreateCheckout.md +23 -0
- package/docs/CreateContext.md +25 -0
- package/docs/CreateIntegration.md +31 -0
- package/docs/CreateLayout.md +31 -0
- package/docs/CreateNotificationGroup.md +21 -0
- package/docs/CreateProject.md +21 -0
- package/docs/CreateSubscriber.md +37 -0
- package/docs/CreateSubscription.md +21 -0
- package/docs/CreateTopic.md +23 -0
- package/docs/CreateWebhook.md +23 -0
- package/docs/CreateWorkflow.md +35 -0
- package/docs/CtaType.md +9 -0
- package/docs/CursorMeta.md +27 -0
- package/docs/CursorPaginatedFeedItem.md +23 -0
- package/docs/CursorPaginatedFeedItemDataInner.md +37 -0
- package/docs/CursorPaginatedMessageRecord.md +23 -0
- package/docs/CursorPaginatedMessageRecordDataInner.md +41 -0
- package/docs/CursorPagination.md +25 -0
- package/docs/DeleteSubscription.md +20 -0
- package/docs/DeliveryAck.md +21 -0
- package/docs/DeliveryStatusWebhook.md +27 -0
- package/docs/DnsSettings.md +23 -0
- package/docs/EngagementStatsResponse.md +27 -0
- package/docs/EntitlementItem.md +25 -0
- package/docs/Entitlements.md +21 -0
- package/docs/ErrorDetail.md +27 -0
- package/docs/EventsApi.md +214 -0
- package/docs/EventsUsage.md +23 -0
- package/docs/FeatureFlagsApi.md +51 -0
- package/docs/FeedItem.md +37 -0
- package/docs/FeedQuery.md +31 -0
- package/docs/HealthApi.md +140 -0
- package/docs/InboundParseApi.md +59 -0
- package/docs/InboxApi.md +673 -0
- package/docs/InboxNotification.md +41 -0
- package/docs/InboxPreference.md +23 -0
- package/docs/InboxQuery.md +27 -0
- package/docs/InitSessionRequest.md +23 -0
- package/docs/InitSessionResponse.md +25 -0
- package/docs/IntegrationRecord.md +35 -0
- package/docs/IntegrationsApi.md +475 -0
- package/docs/InviteMember.md +23 -0
- package/docs/InviteMemberBody.md +23 -0
- package/docs/JobLog.md +33 -0
- package/docs/LayoutPreview.md +21 -0
- package/docs/LayoutPreviewResult.md +21 -0
- package/docs/LayoutRecord.md +31 -0
- package/docs/LayoutUsageItem.md +23 -0
- package/docs/LayoutsApi.md +484 -0
- package/docs/MarkAll.md +21 -0
- package/docs/MarkMessages.md +23 -0
- package/docs/MarkResult.md +21 -0
- package/docs/MemberRecord.md +27 -0
- package/docs/MemberRole.md +15 -0
- package/docs/MemberStatus.md +13 -0
- package/docs/MessageQuery.md +31 -0
- package/docs/MessageRecord.md +41 -0
- package/docs/MessagesApi.md +175 -0
- package/docs/MetricsApi.md +51 -0
- package/docs/NotificationCount.md +25 -0
- package/docs/NotificationGroupRecord.md +23 -0
- package/docs/NotificationGroupsApi.md +209 -0
- package/docs/NotificationLog.md +33 -0
- package/docs/NotificationQuery.md +25 -0
- package/docs/NotificationsApi.md +166 -0
- package/docs/OffsetMeta.md +27 -0
- package/docs/OffsetPagination.md +27 -0
- package/docs/OnlineStatus.md +21 -0
- package/docs/PaginatedChannelConnectionRecord.md +23 -0
- package/docs/PaginatedChannelConnectionRecordDataInner.md +31 -0
- package/docs/PaginatedChannelEndpointRecord.md +23 -0
- package/docs/PaginatedChannelEndpointRecordDataInner.md +33 -0
- package/docs/PaginatedContextRecord.md +23 -0
- package/docs/PaginatedContextRecordDataInner.md +29 -0
- package/docs/PaginatedIntegrationRecord.md +23 -0
- package/docs/PaginatedIntegrationRecordDataInner.md +35 -0
- package/docs/PaginatedLayoutRecord.md +23 -0
- package/docs/PaginatedLayoutRecordDataInner.md +31 -0
- package/docs/PaginatedSubscriberRecord.md +23 -0
- package/docs/PaginatedSubscriberRecordDataInner.md +41 -0
- package/docs/PaginatedTopicRecord.md +23 -0
- package/docs/PaginatedTopicRecordDataInner.md +24 -0
- package/docs/PaginatedTopicSubscriptionRecord.md +23 -0
- package/docs/PaginatedTopicSubscriptionRecordDataInner.md +29 -0
- package/docs/PaginatedWorkflowRecord.md +23 -0
- package/docs/PaginatedWorkflowRecordDataInner.md +37 -0
- package/docs/PaginationQuery.md +25 -0
- package/docs/PatchCredentials.md +27 -0
- package/docs/Plan.md +17 -0
- package/docs/PlanLimitsResponse.md +33 -0
- package/docs/PortalUrl.md +21 -0
- package/docs/PreferenceChannels.md +29 -0
- package/docs/PreferenceRecord.md +27 -0
- package/docs/PreferencesApi.md +171 -0
- package/docs/PreviewResult.md +20 -0
- package/docs/PriceInfo.md +27 -0
- package/docs/Prices.md +21 -0
- package/docs/ProjectRecord.md +27 -0
- package/docs/ProjectsApi.md +638 -0
- package/docs/SetCredentials.md +27 -0
- package/docs/StepPreview.md +21 -0
- package/docs/StepRecord.md +29 -0
- package/docs/StepType.md +27 -0
- package/docs/SubscriberCredential.md +27 -0
- package/docs/SubscriberPayload.md +37 -0
- package/docs/SubscriberRecord.md +41 -0
- package/docs/SubscribersApi.md +887 -0
- package/docs/Subscription.md +39 -0
- package/docs/SyncWorkflow.md +21 -0
- package/docs/SystemAvatarIcon.md +19 -0
- package/docs/TopicRecord.md +24 -0
- package/docs/TopicSubscribers.md +21 -0
- package/docs/TopicSubscription.md +23 -0
- package/docs/TopicSubscriptionRecord.md +29 -0
- package/docs/TopicsApi.md +777 -0
- package/docs/TranslationsApi.md +258 -0
- package/docs/TrialInfo.md +27 -0
- package/docs/TriggerEvent.md +31 -0
- package/docs/TriggerRecipients.md +39 -0
- package/docs/TriggerRecipientsOneOf.md +21 -0
- package/docs/TriggerResult.md +25 -0
- package/docs/TriggerStatus.md +21 -0
- package/docs/UnseenCount.md +21 -0
- package/docs/UpdateChannelConnection.md +21 -0
- package/docs/UpdateChannelEndpoint.md +23 -0
- package/docs/UpdateContext.md +21 -0
- package/docs/UpdateInboxPreferences.md +29 -0
- package/docs/UpdateIntegration.md +27 -0
- package/docs/UpdateLayout.md +27 -0
- package/docs/UpdateNotificationGroup.md +21 -0
- package/docs/UpdatePreference.md +23 -0
- package/docs/UpdateProject.md +23 -0
- package/docs/UpdateSubscriber.md +35 -0
- package/docs/UpdateSubscriptionMeta.md +21 -0
- package/docs/UpdateTopic.md +21 -0
- package/docs/UpdateWorkflow.md +31 -0
- package/docs/Usage.md +35 -0
- package/docs/WebhookRecord.md +31 -0
- package/docs/WebhooksApi.md +212 -0
- package/docs/WidgetSettings.md +21 -0
- package/docs/WorkflowRecord.md +37 -0
- package/docs/WorkflowRunRecord.md +31 -0
- package/docs/WorkflowStatsResponse.md +27 -0
- package/docs/WorkflowStatus.md +21 -0
- package/docs/WorkflowStepCreate.md +31 -0
- package/docs/WorkflowsApi.md +550 -0
- package/git_push.sh +57 -0
- package/index.ts +18 -0
- package/models/action-body.ts +26 -0
- package/models/action-record.ts +28 -0
- package/models/action-type.ts +32 -0
- package/models/activity-chart-point.ts +46 -0
- package/models/activity-record.ts +62 -0
- package/models/activity-request-record.ts +46 -0
- package/models/activity-stats.ts +46 -0
- package/models/actor-type.ts +31 -0
- package/models/api-key-created.ts +38 -0
- package/models/api-key-info.ts +38 -0
- package/models/auto-configure-result.ts +23 -0
- package/models/billing-interval.ts +29 -0
- package/models/branding.ts +46 -0
- package/models/broadcast-trigger.ts +29 -0
- package/models/bulk-create-subscribers.ts +26 -0
- package/models/bulk-preference-item.ts +25 -0
- package/models/bulk-preferences.ts +26 -0
- package/models/bulk-result.ts +24 -0
- package/models/bulk-trigger.ts +29 -0
- package/models/channel-connection-record.ts +43 -0
- package/models/channel-endpoint-record.ts +47 -0
- package/models/channel-preferences.ts +27 -0
- package/models/channel-type.ts +32 -0
- package/models/chart-query.ts +26 -0
- package/models/chat-oauth-request.ts +21 -0
- package/models/chat-oauth.ts +23 -0
- package/models/checkout-session.ts +35 -0
- package/models/context-record.ts +42 -0
- package/models/create-channel-connection.ts +35 -0
- package/models/create-channel-endpoint.ts +39 -0
- package/models/create-checkout.ts +35 -0
- package/models/create-context.ts +34 -0
- package/models/create-integration.ts +51 -0
- package/models/create-layout.ts +34 -0
- package/models/create-notification-group.ts +26 -0
- package/models/create-project.ts +26 -0
- package/models/create-subscriber.ts +58 -0
- package/models/create-subscription.ts +23 -0
- package/models/create-topic.ts +30 -0
- package/models/create-webhook.ts +30 -0
- package/models/create-workflow.ts +60 -0
- package/models/cta-type.ts +28 -0
- package/models/cursor-meta.ts +38 -0
- package/models/cursor-paginated-feed-item-data-inner.ts +40 -0
- package/models/cursor-paginated-feed-item.ts +36 -0
- package/models/cursor-paginated-message-record-data-inner.ts +45 -0
- package/models/cursor-paginated-message-record.ts +36 -0
- package/models/cursor-pagination.ts +34 -0
- package/models/delete-subscription.ts +20 -0
- package/models/delivery-ack.ts +23 -0
- package/models/delivery-status-webhook.ts +29 -0
- package/models/dns-settings.ts +30 -0
- package/models/engagement-stats-response.ts +38 -0
- package/models/entitlement-item.ts +34 -0
- package/models/entitlements.ts +26 -0
- package/models/error-detail.ts +38 -0
- package/models/events-usage.ts +30 -0
- package/models/feed-item.ts +40 -0
- package/models/feed-query.ts +28 -0
- package/models/inbox-notification.ts +39 -0
- package/models/inbox-preference.ts +27 -0
- package/models/inbox-query.ts +26 -0
- package/models/index.ts +158 -0
- package/models/init-session-request.ts +30 -0
- package/models/init-session-response.ts +34 -0
- package/models/integration-record.ts +59 -0
- package/models/invite-member-body.ts +30 -0
- package/models/invite-member.ts +30 -0
- package/models/job-log.ts +47 -0
- package/models/layout-preview-result.ts +23 -0
- package/models/layout-preview.ts +23 -0
- package/models/layout-record.ts +37 -0
- package/models/layout-usage-item.ts +24 -0
- package/models/mark-all.ts +23 -0
- package/models/mark-messages.ts +24 -0
- package/models/mark-result.ts +23 -0
- package/models/member-record.ts +38 -0
- package/models/member-role.ts +31 -0
- package/models/member-status.ts +30 -0
- package/models/message-query.ts +46 -0
- package/models/message-record.ts +45 -0
- package/models/notification-count.ts +25 -0
- package/models/notification-group-record.ts +30 -0
- package/models/notification-log.ts +41 -0
- package/models/notification-query.ts +34 -0
- package/models/offset-meta.ts +38 -0
- package/models/offset-pagination.ts +38 -0
- package/models/online-status.ts +23 -0
- package/models/paginated-channel-connection-record-data-inner.ts +43 -0
- package/models/paginated-channel-connection-record.ts +36 -0
- package/models/paginated-channel-endpoint-record-data-inner.ts +47 -0
- package/models/paginated-channel-endpoint-record.ts +36 -0
- package/models/paginated-context-record-data-inner.ts +42 -0
- package/models/paginated-context-record.ts +36 -0
- package/models/paginated-integration-record-data-inner.ts +59 -0
- package/models/paginated-integration-record.ts +36 -0
- package/models/paginated-layout-record-data-inner.ts +37 -0
- package/models/paginated-layout-record.ts +36 -0
- package/models/paginated-subscriber-record-data-inner.ts +69 -0
- package/models/paginated-subscriber-record.ts +36 -0
- package/models/paginated-topic-record-data-inner.ts +28 -0
- package/models/paginated-topic-record.ts +36 -0
- package/models/paginated-topic-subscription-record-data-inner.ts +39 -0
- package/models/paginated-topic-subscription-record.ts +36 -0
- package/models/paginated-workflow-record-data-inner.ts +58 -0
- package/models/paginated-workflow-record.ts +36 -0
- package/models/pagination-query.ts +34 -0
- package/models/patch-credentials.ts +29 -0
- package/models/plan-limits-response.ts +55 -0
- package/models/plan.ts +32 -0
- package/models/portal-url.ts +26 -0
- package/models/preference-channels.ts +27 -0
- package/models/preference-record.ts +32 -0
- package/models/preview-result.ts +20 -0
- package/models/price-info.ts +38 -0
- package/models/prices.ts +26 -0
- package/models/project-record.ts +46 -0
- package/models/set-credentials.ts +29 -0
- package/models/step-preview.ts +23 -0
- package/models/step-record.ts +36 -0
- package/models/step-type.ts +37 -0
- package/models/subscriber-credential.ts +26 -0
- package/models/subscriber-payload.ts +24 -0
- package/models/subscriber-record.ts +69 -0
- package/models/subscription.ts +73 -0
- package/models/sync-workflow.ts +26 -0
- package/models/system-avatar-icon.ts +33 -0
- package/models/topic-record.ts +28 -0
- package/models/topic-subscribers.ts +23 -0
- package/models/topic-subscription-record.ts +39 -0
- package/models/topic-subscription.ts +27 -0
- package/models/trial-info.ts +38 -0
- package/models/trigger-event.ts +49 -0
- package/models/trigger-recipients-one-of.ts +23 -0
- package/models/trigger-recipients.ts +29 -0
- package/models/trigger-result.ts +39 -0
- package/models/trigger-status.ts +34 -0
- package/models/unseen-count.ts +23 -0
- package/models/update-channel-connection.ts +23 -0
- package/models/update-channel-endpoint.ts +27 -0
- package/models/update-context.ts +26 -0
- package/models/update-inbox-preferences.ts +27 -0
- package/models/update-integration.ts +38 -0
- package/models/update-layout.ts +29 -0
- package/models/update-notification-group.ts +26 -0
- package/models/update-preference.ts +27 -0
- package/models/update-project.ts +33 -0
- package/models/update-subscriber.ts +54 -0
- package/models/update-subscription-meta.ts +23 -0
- package/models/update-topic.ts +26 -0
- package/models/update-workflow.ts +52 -0
- package/models/usage.ts +59 -0
- package/models/webhook-record.ts +46 -0
- package/models/widget-settings.ts +26 -0
- package/models/workflow-record.ts +58 -0
- package/models/workflow-run-record.ts +46 -0
- package/models/workflow-stats-response.ts +38 -0
- package/models/workflow-status.ts +26 -0
- package/models/workflow-step-create.ts +51 -0
- package/package.json +9 -33
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,375 @@
|
|
|
1
|
+
.gitignore
|
|
2
|
+
.npmignore
|
|
3
|
+
README.md
|
|
4
|
+
api.ts
|
|
5
|
+
api/activity-api.ts
|
|
6
|
+
api/billing-api.ts
|
|
7
|
+
api/channel-connections-api.ts
|
|
8
|
+
api/channel-endpoints-api.ts
|
|
9
|
+
api/contexts-api.ts
|
|
10
|
+
api/events-api.ts
|
|
11
|
+
api/feature-flags-api.ts
|
|
12
|
+
api/health-api.ts
|
|
13
|
+
api/inbound-parse-api.ts
|
|
14
|
+
api/inbox-api.ts
|
|
15
|
+
api/integrations-api.ts
|
|
16
|
+
api/layouts-api.ts
|
|
17
|
+
api/messages-api.ts
|
|
18
|
+
api/metrics-api.ts
|
|
19
|
+
api/notification-groups-api.ts
|
|
20
|
+
api/notifications-api.ts
|
|
21
|
+
api/preferences-api.ts
|
|
22
|
+
api/projects-api.ts
|
|
23
|
+
api/subscribers-api.ts
|
|
24
|
+
api/topics-api.ts
|
|
25
|
+
api/translations-api.ts
|
|
26
|
+
api/webhooks-api.ts
|
|
27
|
+
api/workflows-api.ts
|
|
28
|
+
base.ts
|
|
29
|
+
common.ts
|
|
30
|
+
configuration.ts
|
|
31
|
+
docs/ActionBody.md
|
|
32
|
+
docs/ActionRecord.md
|
|
33
|
+
docs/ActionType.md
|
|
34
|
+
docs/ActivityApi.md
|
|
35
|
+
docs/ActivityChartPoint.md
|
|
36
|
+
docs/ActivityRecord.md
|
|
37
|
+
docs/ActivityRequestRecord.md
|
|
38
|
+
docs/ActivityStats.md
|
|
39
|
+
docs/ActorType.md
|
|
40
|
+
docs/ApiKeyCreated.md
|
|
41
|
+
docs/ApiKeyInfo.md
|
|
42
|
+
docs/AutoConfigureResult.md
|
|
43
|
+
docs/BillingApi.md
|
|
44
|
+
docs/BillingInterval.md
|
|
45
|
+
docs/Branding.md
|
|
46
|
+
docs/BroadcastTrigger.md
|
|
47
|
+
docs/BulkCreateSubscribers.md
|
|
48
|
+
docs/BulkPreferenceItem.md
|
|
49
|
+
docs/BulkPreferences.md
|
|
50
|
+
docs/BulkResult.md
|
|
51
|
+
docs/BulkTrigger.md
|
|
52
|
+
docs/ChannelConnectionRecord.md
|
|
53
|
+
docs/ChannelConnectionsApi.md
|
|
54
|
+
docs/ChannelEndpointRecord.md
|
|
55
|
+
docs/ChannelEndpointsApi.md
|
|
56
|
+
docs/ChannelPreferences.md
|
|
57
|
+
docs/ChannelType.md
|
|
58
|
+
docs/ChartQuery.md
|
|
59
|
+
docs/ChatOauth.md
|
|
60
|
+
docs/ChatOauthRequest.md
|
|
61
|
+
docs/CheckoutSession.md
|
|
62
|
+
docs/ContextRecord.md
|
|
63
|
+
docs/ContextsApi.md
|
|
64
|
+
docs/CreateChannelConnection.md
|
|
65
|
+
docs/CreateChannelEndpoint.md
|
|
66
|
+
docs/CreateCheckout.md
|
|
67
|
+
docs/CreateContext.md
|
|
68
|
+
docs/CreateIntegration.md
|
|
69
|
+
docs/CreateLayout.md
|
|
70
|
+
docs/CreateNotificationGroup.md
|
|
71
|
+
docs/CreateProject.md
|
|
72
|
+
docs/CreateSubscriber.md
|
|
73
|
+
docs/CreateSubscription.md
|
|
74
|
+
docs/CreateTopic.md
|
|
75
|
+
docs/CreateWebhook.md
|
|
76
|
+
docs/CreateWorkflow.md
|
|
77
|
+
docs/CtaType.md
|
|
78
|
+
docs/CursorMeta.md
|
|
79
|
+
docs/CursorPaginatedFeedItem.md
|
|
80
|
+
docs/CursorPaginatedFeedItemDataInner.md
|
|
81
|
+
docs/CursorPaginatedMessageRecord.md
|
|
82
|
+
docs/CursorPaginatedMessageRecordDataInner.md
|
|
83
|
+
docs/CursorPagination.md
|
|
84
|
+
docs/DeleteSubscription.md
|
|
85
|
+
docs/DeliveryAck.md
|
|
86
|
+
docs/DeliveryStatusWebhook.md
|
|
87
|
+
docs/DnsSettings.md
|
|
88
|
+
docs/EngagementStatsResponse.md
|
|
89
|
+
docs/EntitlementItem.md
|
|
90
|
+
docs/Entitlements.md
|
|
91
|
+
docs/ErrorDetail.md
|
|
92
|
+
docs/EventsApi.md
|
|
93
|
+
docs/EventsUsage.md
|
|
94
|
+
docs/FeatureFlagsApi.md
|
|
95
|
+
docs/FeedItem.md
|
|
96
|
+
docs/FeedQuery.md
|
|
97
|
+
docs/HealthApi.md
|
|
98
|
+
docs/InboundParseApi.md
|
|
99
|
+
docs/InboxApi.md
|
|
100
|
+
docs/InboxNotification.md
|
|
101
|
+
docs/InboxPreference.md
|
|
102
|
+
docs/InboxQuery.md
|
|
103
|
+
docs/InitSessionRequest.md
|
|
104
|
+
docs/InitSessionResponse.md
|
|
105
|
+
docs/IntegrationRecord.md
|
|
106
|
+
docs/IntegrationsApi.md
|
|
107
|
+
docs/InviteMember.md
|
|
108
|
+
docs/InviteMemberBody.md
|
|
109
|
+
docs/JobLog.md
|
|
110
|
+
docs/LayoutPreview.md
|
|
111
|
+
docs/LayoutPreviewResult.md
|
|
112
|
+
docs/LayoutRecord.md
|
|
113
|
+
docs/LayoutUsageItem.md
|
|
114
|
+
docs/LayoutsApi.md
|
|
115
|
+
docs/MarkAll.md
|
|
116
|
+
docs/MarkMessages.md
|
|
117
|
+
docs/MarkResult.md
|
|
118
|
+
docs/MemberRecord.md
|
|
119
|
+
docs/MemberRole.md
|
|
120
|
+
docs/MemberStatus.md
|
|
121
|
+
docs/MessageQuery.md
|
|
122
|
+
docs/MessageRecord.md
|
|
123
|
+
docs/MessagesApi.md
|
|
124
|
+
docs/MetricsApi.md
|
|
125
|
+
docs/NotificationCount.md
|
|
126
|
+
docs/NotificationGroupRecord.md
|
|
127
|
+
docs/NotificationGroupsApi.md
|
|
128
|
+
docs/NotificationLog.md
|
|
129
|
+
docs/NotificationQuery.md
|
|
130
|
+
docs/NotificationsApi.md
|
|
131
|
+
docs/OffsetMeta.md
|
|
132
|
+
docs/OffsetPagination.md
|
|
133
|
+
docs/OnlineStatus.md
|
|
134
|
+
docs/PaginatedChannelConnectionRecord.md
|
|
135
|
+
docs/PaginatedChannelConnectionRecordDataInner.md
|
|
136
|
+
docs/PaginatedChannelEndpointRecord.md
|
|
137
|
+
docs/PaginatedChannelEndpointRecordDataInner.md
|
|
138
|
+
docs/PaginatedContextRecord.md
|
|
139
|
+
docs/PaginatedContextRecordDataInner.md
|
|
140
|
+
docs/PaginatedIntegrationRecord.md
|
|
141
|
+
docs/PaginatedIntegrationRecordDataInner.md
|
|
142
|
+
docs/PaginatedLayoutRecord.md
|
|
143
|
+
docs/PaginatedLayoutRecordDataInner.md
|
|
144
|
+
docs/PaginatedSubscriberRecord.md
|
|
145
|
+
docs/PaginatedSubscriberRecordDataInner.md
|
|
146
|
+
docs/PaginatedTopicRecord.md
|
|
147
|
+
docs/PaginatedTopicRecordDataInner.md
|
|
148
|
+
docs/PaginatedTopicSubscriptionRecord.md
|
|
149
|
+
docs/PaginatedTopicSubscriptionRecordDataInner.md
|
|
150
|
+
docs/PaginatedWorkflowRecord.md
|
|
151
|
+
docs/PaginatedWorkflowRecordDataInner.md
|
|
152
|
+
docs/PaginationQuery.md
|
|
153
|
+
docs/PatchCredentials.md
|
|
154
|
+
docs/Plan.md
|
|
155
|
+
docs/PlanLimitsResponse.md
|
|
156
|
+
docs/PortalUrl.md
|
|
157
|
+
docs/PreferenceChannels.md
|
|
158
|
+
docs/PreferenceRecord.md
|
|
159
|
+
docs/PreferencesApi.md
|
|
160
|
+
docs/PreviewResult.md
|
|
161
|
+
docs/PriceInfo.md
|
|
162
|
+
docs/Prices.md
|
|
163
|
+
docs/ProjectRecord.md
|
|
164
|
+
docs/ProjectsApi.md
|
|
165
|
+
docs/SetCredentials.md
|
|
166
|
+
docs/StepPreview.md
|
|
167
|
+
docs/StepRecord.md
|
|
168
|
+
docs/StepType.md
|
|
169
|
+
docs/SubscriberCredential.md
|
|
170
|
+
docs/SubscriberPayload.md
|
|
171
|
+
docs/SubscriberRecord.md
|
|
172
|
+
docs/SubscribersApi.md
|
|
173
|
+
docs/Subscription.md
|
|
174
|
+
docs/SyncWorkflow.md
|
|
175
|
+
docs/SystemAvatarIcon.md
|
|
176
|
+
docs/TopicRecord.md
|
|
177
|
+
docs/TopicSubscribers.md
|
|
178
|
+
docs/TopicSubscription.md
|
|
179
|
+
docs/TopicSubscriptionRecord.md
|
|
180
|
+
docs/TopicsApi.md
|
|
181
|
+
docs/TranslationsApi.md
|
|
182
|
+
docs/TrialInfo.md
|
|
183
|
+
docs/TriggerEvent.md
|
|
184
|
+
docs/TriggerRecipients.md
|
|
185
|
+
docs/TriggerRecipientsOneOf.md
|
|
186
|
+
docs/TriggerResult.md
|
|
187
|
+
docs/TriggerStatus.md
|
|
188
|
+
docs/UnseenCount.md
|
|
189
|
+
docs/UpdateChannelConnection.md
|
|
190
|
+
docs/UpdateChannelEndpoint.md
|
|
191
|
+
docs/UpdateContext.md
|
|
192
|
+
docs/UpdateInboxPreferences.md
|
|
193
|
+
docs/UpdateIntegration.md
|
|
194
|
+
docs/UpdateLayout.md
|
|
195
|
+
docs/UpdateNotificationGroup.md
|
|
196
|
+
docs/UpdatePreference.md
|
|
197
|
+
docs/UpdateProject.md
|
|
198
|
+
docs/UpdateSubscriber.md
|
|
199
|
+
docs/UpdateSubscriptionMeta.md
|
|
200
|
+
docs/UpdateTopic.md
|
|
201
|
+
docs/UpdateWorkflow.md
|
|
202
|
+
docs/Usage.md
|
|
203
|
+
docs/WebhookRecord.md
|
|
204
|
+
docs/WebhooksApi.md
|
|
205
|
+
docs/WidgetSettings.md
|
|
206
|
+
docs/WorkflowRecord.md
|
|
207
|
+
docs/WorkflowRunRecord.md
|
|
208
|
+
docs/WorkflowStatsResponse.md
|
|
209
|
+
docs/WorkflowStatus.md
|
|
210
|
+
docs/WorkflowStepCreate.md
|
|
211
|
+
docs/WorkflowsApi.md
|
|
212
|
+
git_push.sh
|
|
213
|
+
index.ts
|
|
214
|
+
models/action-body.ts
|
|
215
|
+
models/action-record.ts
|
|
216
|
+
models/action-type.ts
|
|
217
|
+
models/activity-chart-point.ts
|
|
218
|
+
models/activity-record.ts
|
|
219
|
+
models/activity-request-record.ts
|
|
220
|
+
models/activity-stats.ts
|
|
221
|
+
models/actor-type.ts
|
|
222
|
+
models/api-key-created.ts
|
|
223
|
+
models/api-key-info.ts
|
|
224
|
+
models/auto-configure-result.ts
|
|
225
|
+
models/billing-interval.ts
|
|
226
|
+
models/branding.ts
|
|
227
|
+
models/broadcast-trigger.ts
|
|
228
|
+
models/bulk-create-subscribers.ts
|
|
229
|
+
models/bulk-preference-item.ts
|
|
230
|
+
models/bulk-preferences.ts
|
|
231
|
+
models/bulk-result.ts
|
|
232
|
+
models/bulk-trigger.ts
|
|
233
|
+
models/channel-connection-record.ts
|
|
234
|
+
models/channel-endpoint-record.ts
|
|
235
|
+
models/channel-preferences.ts
|
|
236
|
+
models/channel-type.ts
|
|
237
|
+
models/chart-query.ts
|
|
238
|
+
models/chat-oauth-request.ts
|
|
239
|
+
models/chat-oauth.ts
|
|
240
|
+
models/checkout-session.ts
|
|
241
|
+
models/context-record.ts
|
|
242
|
+
models/create-channel-connection.ts
|
|
243
|
+
models/create-channel-endpoint.ts
|
|
244
|
+
models/create-checkout.ts
|
|
245
|
+
models/create-context.ts
|
|
246
|
+
models/create-integration.ts
|
|
247
|
+
models/create-layout.ts
|
|
248
|
+
models/create-notification-group.ts
|
|
249
|
+
models/create-project.ts
|
|
250
|
+
models/create-subscriber.ts
|
|
251
|
+
models/create-subscription.ts
|
|
252
|
+
models/create-topic.ts
|
|
253
|
+
models/create-webhook.ts
|
|
254
|
+
models/create-workflow.ts
|
|
255
|
+
models/cta-type.ts
|
|
256
|
+
models/cursor-meta.ts
|
|
257
|
+
models/cursor-paginated-feed-item-data-inner.ts
|
|
258
|
+
models/cursor-paginated-feed-item.ts
|
|
259
|
+
models/cursor-paginated-message-record-data-inner.ts
|
|
260
|
+
models/cursor-paginated-message-record.ts
|
|
261
|
+
models/cursor-pagination.ts
|
|
262
|
+
models/delete-subscription.ts
|
|
263
|
+
models/delivery-ack.ts
|
|
264
|
+
models/delivery-status-webhook.ts
|
|
265
|
+
models/dns-settings.ts
|
|
266
|
+
models/engagement-stats-response.ts
|
|
267
|
+
models/entitlement-item.ts
|
|
268
|
+
models/entitlements.ts
|
|
269
|
+
models/error-detail.ts
|
|
270
|
+
models/events-usage.ts
|
|
271
|
+
models/feed-item.ts
|
|
272
|
+
models/feed-query.ts
|
|
273
|
+
models/inbox-notification.ts
|
|
274
|
+
models/inbox-preference.ts
|
|
275
|
+
models/inbox-query.ts
|
|
276
|
+
models/index.ts
|
|
277
|
+
models/init-session-request.ts
|
|
278
|
+
models/init-session-response.ts
|
|
279
|
+
models/integration-record.ts
|
|
280
|
+
models/invite-member-body.ts
|
|
281
|
+
models/invite-member.ts
|
|
282
|
+
models/job-log.ts
|
|
283
|
+
models/layout-preview-result.ts
|
|
284
|
+
models/layout-preview.ts
|
|
285
|
+
models/layout-record.ts
|
|
286
|
+
models/layout-usage-item.ts
|
|
287
|
+
models/mark-all.ts
|
|
288
|
+
models/mark-messages.ts
|
|
289
|
+
models/mark-result.ts
|
|
290
|
+
models/member-record.ts
|
|
291
|
+
models/member-role.ts
|
|
292
|
+
models/member-status.ts
|
|
293
|
+
models/message-query.ts
|
|
294
|
+
models/message-record.ts
|
|
295
|
+
models/notification-count.ts
|
|
296
|
+
models/notification-group-record.ts
|
|
297
|
+
models/notification-log.ts
|
|
298
|
+
models/notification-query.ts
|
|
299
|
+
models/offset-meta.ts
|
|
300
|
+
models/offset-pagination.ts
|
|
301
|
+
models/online-status.ts
|
|
302
|
+
models/paginated-channel-connection-record-data-inner.ts
|
|
303
|
+
models/paginated-channel-connection-record.ts
|
|
304
|
+
models/paginated-channel-endpoint-record-data-inner.ts
|
|
305
|
+
models/paginated-channel-endpoint-record.ts
|
|
306
|
+
models/paginated-context-record-data-inner.ts
|
|
307
|
+
models/paginated-context-record.ts
|
|
308
|
+
models/paginated-integration-record-data-inner.ts
|
|
309
|
+
models/paginated-integration-record.ts
|
|
310
|
+
models/paginated-layout-record-data-inner.ts
|
|
311
|
+
models/paginated-layout-record.ts
|
|
312
|
+
models/paginated-subscriber-record-data-inner.ts
|
|
313
|
+
models/paginated-subscriber-record.ts
|
|
314
|
+
models/paginated-topic-record-data-inner.ts
|
|
315
|
+
models/paginated-topic-record.ts
|
|
316
|
+
models/paginated-topic-subscription-record-data-inner.ts
|
|
317
|
+
models/paginated-topic-subscription-record.ts
|
|
318
|
+
models/paginated-workflow-record-data-inner.ts
|
|
319
|
+
models/paginated-workflow-record.ts
|
|
320
|
+
models/pagination-query.ts
|
|
321
|
+
models/patch-credentials.ts
|
|
322
|
+
models/plan-limits-response.ts
|
|
323
|
+
models/plan.ts
|
|
324
|
+
models/portal-url.ts
|
|
325
|
+
models/preference-channels.ts
|
|
326
|
+
models/preference-record.ts
|
|
327
|
+
models/preview-result.ts
|
|
328
|
+
models/price-info.ts
|
|
329
|
+
models/prices.ts
|
|
330
|
+
models/project-record.ts
|
|
331
|
+
models/set-credentials.ts
|
|
332
|
+
models/step-preview.ts
|
|
333
|
+
models/step-record.ts
|
|
334
|
+
models/step-type.ts
|
|
335
|
+
models/subscriber-credential.ts
|
|
336
|
+
models/subscriber-payload.ts
|
|
337
|
+
models/subscriber-record.ts
|
|
338
|
+
models/subscription.ts
|
|
339
|
+
models/sync-workflow.ts
|
|
340
|
+
models/system-avatar-icon.ts
|
|
341
|
+
models/topic-record.ts
|
|
342
|
+
models/topic-subscribers.ts
|
|
343
|
+
models/topic-subscription-record.ts
|
|
344
|
+
models/topic-subscription.ts
|
|
345
|
+
models/trial-info.ts
|
|
346
|
+
models/trigger-event.ts
|
|
347
|
+
models/trigger-recipients-one-of.ts
|
|
348
|
+
models/trigger-recipients.ts
|
|
349
|
+
models/trigger-result.ts
|
|
350
|
+
models/trigger-status.ts
|
|
351
|
+
models/unseen-count.ts
|
|
352
|
+
models/update-channel-connection.ts
|
|
353
|
+
models/update-channel-endpoint.ts
|
|
354
|
+
models/update-context.ts
|
|
355
|
+
models/update-inbox-preferences.ts
|
|
356
|
+
models/update-integration.ts
|
|
357
|
+
models/update-layout.ts
|
|
358
|
+
models/update-notification-group.ts
|
|
359
|
+
models/update-preference.ts
|
|
360
|
+
models/update-project.ts
|
|
361
|
+
models/update-subscriber.ts
|
|
362
|
+
models/update-subscription-meta.ts
|
|
363
|
+
models/update-topic.ts
|
|
364
|
+
models/update-workflow.ts
|
|
365
|
+
models/usage.ts
|
|
366
|
+
models/webhook-record.ts
|
|
367
|
+
models/widget-settings.ts
|
|
368
|
+
models/workflow-record.ts
|
|
369
|
+
models/workflow-run-record.ts
|
|
370
|
+
models/workflow-stats-response.ts
|
|
371
|
+
models/workflow-status.ts
|
|
372
|
+
models/workflow-step-create.ts
|
|
373
|
+
package.json
|
|
374
|
+
tsconfig.esm.json
|
|
375
|
+
tsconfig.json
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7.20.0
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# OpenAPI Generator Ignore
|
|
2
|
+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
|
|
3
|
+
|
|
4
|
+
# Use this file to prevent files from being overwritten by the generator.
|
|
5
|
+
# The patterns follow closely to .gitignore or .dockerignore.
|
|
6
|
+
|
|
7
|
+
# As an example, the C# client generator defines ApiClient.cs.
|
|
8
|
+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
|
|
9
|
+
#ApiClient.cs
|
|
10
|
+
|
|
11
|
+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
|
12
|
+
#foo/*/qux
|
|
13
|
+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
|
14
|
+
|
|
15
|
+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
|
16
|
+
#foo/**/qux
|
|
17
|
+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
|
18
|
+
|
|
19
|
+
# You can also negate patterns with an exclamation (!).
|
|
20
|
+
# For example, you can ignore all files in a docs folder with the file extension .md:
|
|
21
|
+
#docs/*.md
|
|
22
|
+
# Then explicitly reverse the ignore rule for a single file:
|
|
23
|
+
#!docs/README.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @enbbox/api
|
|
1
|
+
## @enbbox/api@1.1.0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @enbbox/api
|
|
39
|
+
npm install @enbbox/api@1.1.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|