@great-detail/support-sdk 0.4.4 → 0.4.5

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 (88) hide show
  1. package/package.json +2 -3
  2. package/src/Action/ListActions.ts +0 -40
  3. package/src/Action/index.ts +0 -10
  4. package/src/Authentication/KeyAuthentication.ts +0 -50
  5. package/src/Authentication/PublicAuthentication.ts +0 -32
  6. package/src/Authentication/TokenAuthentication.ts +0 -41
  7. package/src/Authentication/index.ts +0 -13
  8. package/src/Boilerplate/CreateBoilerplateCategoryBoilerplate.ts +0 -55
  9. package/src/Boilerplate/GetBoilerplate.ts +0 -41
  10. package/src/Boilerplate/ListBoilerplateCategoryBoilerplates.ts +0 -41
  11. package/src/Boilerplate/ListBoilerplates.ts +0 -37
  12. package/src/Boilerplate/UpdateBoilerplate.ts +0 -53
  13. package/src/Boilerplate/index.ts +0 -14
  14. package/src/BoilerplateCategory/CreateBoilerplateCategory.ts +0 -52
  15. package/src/BoilerplateCategory/GetBoilerplateCategory.ts +0 -40
  16. package/src/BoilerplateCategory/ListBoilerplateCategories.ts +0 -39
  17. package/src/BoilerplateCategory/UpdateBoilerplateCategory.ts +0 -52
  18. package/src/BoilerplateCategory/index.ts +0 -13
  19. package/src/Channel/ListChannels.ts +0 -53
  20. package/src/Channel/index.ts +0 -10
  21. package/src/Client/index.ts +0 -206
  22. package/src/Contact/ContactVCF/GetContactVCF.ts +0 -45
  23. package/src/Contact/CreateContact.ts +0 -51
  24. package/src/Contact/GetContact.ts +0 -41
  25. package/src/Contact/ListContacts.ts +0 -37
  26. package/src/Contact/ListLabelContacts.ts +0 -41
  27. package/src/Contact/UpdateContact.ts +0 -54
  28. package/src/Contact/index.ts +0 -14
  29. package/src/Conversation/CreateConversation.ts +0 -58
  30. package/src/Conversation/GetConversation.ts +0 -45
  31. package/src/Conversation/ListContactConversations.ts +0 -45
  32. package/src/Conversation/ListConversations.ts +0 -41
  33. package/src/Conversation/ListLabelConversations.ts +0 -45
  34. package/src/Conversation/UpdateConversation.ts +0 -64
  35. package/src/Conversation/index.ts +0 -15
  36. package/src/Error/AuthError.ts +0 -12
  37. package/src/Error/AuthenticationError.ts +0 -16
  38. package/src/Error/AuthorizationError.ts +0 -16
  39. package/src/Error/LogicError.ts +0 -20
  40. package/src/Error/NetworkError.ts +0 -12
  41. package/src/Error/SupportError.ts +0 -10
  42. package/src/Error/ValidationError.ts +0 -16
  43. package/src/Error/index.ts +0 -20
  44. package/src/Label/CreateLabel.ts +0 -49
  45. package/src/Label/DeleteLabel.ts +0 -31
  46. package/src/Label/GetLabel.ts +0 -40
  47. package/src/Label/ListLabels.ts +0 -36
  48. package/src/Label/UpdateLabel.ts +0 -52
  49. package/src/Label/index.ts +0 -14
  50. package/src/Message/ListConversationMessages.ts +0 -49
  51. package/src/Message/ListMessages.ts +0 -45
  52. package/src/Message/index.ts +0 -11
  53. package/src/Model/Correction/CreateCorrectionModel.ts +0 -44
  54. package/src/Model/GetModel.ts +0 -39
  55. package/src/Model/ListModels.ts +0 -35
  56. package/src/Model/Response/CreateResponseModel.ts +0 -53
  57. package/src/Model/index.ts +0 -15
  58. package/src/Note/CreateContactNote.ts +0 -49
  59. package/src/Note/CreateConversationNote.ts +0 -49
  60. package/src/Note/GetNote.ts +0 -38
  61. package/src/Note/ListContactNotes.ts +0 -38
  62. package/src/Note/ListConversationNotes.ts +0 -38
  63. package/src/Note/UpdateNote.ts +0 -49
  64. package/src/Note/index.ts +0 -15
  65. package/src/NotificationSubscription/CreateContactNotificationSubscription.ts +0 -57
  66. package/src/NotificationSubscription/index.ts +0 -10
  67. package/src/Request/RequestFilterable.ts +0 -16
  68. package/src/Request/RequestStandardHeaders.ts +0 -32
  69. package/src/Source/GetSource.ts +0 -40
  70. package/src/Source/ListSources.ts +0 -36
  71. package/src/Source/index.ts +0 -11
  72. package/src/Transport/FetchTransport.ts +0 -100
  73. package/src/Transport/index.ts +0 -18
  74. package/src/Webhook/index.ts +0 -55
  75. package/src/__tests__/Client/Client.test.ts +0 -38
  76. package/src/cli/actions.ts +0 -31
  77. package/src/cli/channels.ts +0 -31
  78. package/src/cli/contacts.ts +0 -45
  79. package/src/cli/conversations.ts +0 -48
  80. package/src/cli/index.ts +0 -46
  81. package/src/cli/labels.ts +0 -62
  82. package/src/cli/messages.ts +0 -31
  83. package/src/cli/models.ts +0 -45
  84. package/src/cli/sources.ts +0 -45
  85. package/src/cli.ts +0 -13
  86. package/src/constants/environment.ts +0 -36
  87. package/src/constants/index.ts +0 -31
  88. package/src/index.ts +0 -39
package/src/index.ts DELETED
@@ -1,39 +0,0 @@
1
- /**
2
- * Great Detail Support System.
3
- *
4
- * @copyright 2024 Great Detail Ltd
5
- * @author Great Detail Ltd <info@greatdetail.com>
6
- * @author Dom Webber <dom.webber@greatdetail.com>
7
- * @see https://greatdetail.com
8
- */
9
-
10
- export { DEFAULT_SUPPORT_BASE_URL } from "./constants/index.js";
11
-
12
- // Client
13
- export { default, default as Client, type Options } from "./Client/index.js";
14
-
15
- // Errors
16
- export * as Error from "./Error/index.js";
17
-
18
- // Transport & Filtering
19
- export { type default as RequestFilterable } from "./Request/RequestFilterable.js";
20
- export { type Options as TransportOptions } from "./Transport/index.js";
21
-
22
- // Authentication
23
- export { default as KeyAuthentication } from "./Authentication/KeyAuthentication.js";
24
- export { default as TokenAuthentication } from "./Authentication/TokenAuthentication.js";
25
- export { default as PublicAuthentication } from "./Authentication/PublicAuthentication.js";
26
-
27
- export * from "./Action/index.js";
28
- export * from "./Boilerplate/index.js";
29
- export * from "./BoilerplateCategory/index.js";
30
- export * from "./Channel/index.js";
31
- export * from "./Contact/index.js";
32
- export * from "./Conversation/index.js";
33
- export * from "./Label/index.js";
34
- export * from "./Message/index.js";
35
- export * from "./Model/index.js";
36
- export * from "./Note/index.js";
37
- export * from "./Source/index.js";
38
- export * from "./NotificationSubscription/index.js";
39
- export { type WebhookResponse } from "./Webhook/index.js";