@tec.pet/tecpet-sdk 0.0.29 → 0.0.30

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/changelog.md CHANGED
@@ -1,8 +1,2 @@
1
- 🚀 Alterações desde v0.0.27:
2
- - feat: update package name to use @tec.pet scope for NPM organization (734e161)
3
- - chore: release v0.0.28 (095fd23)
4
- - feat: switch to NPM public with private repo - simplified approach (84d0b0f)
5
- - docs: add installation guide for different package managers including Bun limitations (bd8824f)
6
- - revert: configure GitHub Packages for fully private distribution (b21d6f6)
7
- - feat: configure GitHub Packages publishing for private repo distribution (ba17cd3)
8
- - github action (bcd1581)
1
+ 🚀 Alterações desde v0.0.29:
2
+ - github action (f38e2c4)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tec.pet/tecpet-sdk",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "TecPet SDK for integration with TecPet services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,3 +0,0 @@
1
- export declare enum ChatbotChannelTypeEnum {
2
- WHATSAPP = "WHATSAPP"
3
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChatbotChannelTypeEnum = void 0;
4
- var ChatbotChannelTypeEnum;
5
- (function (ChatbotChannelTypeEnum) {
6
- ChatbotChannelTypeEnum["WHATSAPP"] = "WHATSAPP";
7
- })(ChatbotChannelTypeEnum || (exports.ChatbotChannelTypeEnum = ChatbotChannelTypeEnum = {}));
@@ -1,5 +0,0 @@
1
- export declare enum ChatbotModeEnum {
2
- DISABLED = "DISABLED",
3
- AUTO_REPLY = "AUTO_REPLY",
4
- SELF_SERVICE = "SELF_SERVICE"
5
- }
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChatbotModeEnum = void 0;
4
- var ChatbotModeEnum;
5
- (function (ChatbotModeEnum) {
6
- ChatbotModeEnum["DISABLED"] = "DISABLED";
7
- ChatbotModeEnum["AUTO_REPLY"] = "AUTO_REPLY";
8
- ChatbotModeEnum["SELF_SERVICE"] = "SELF_SERVICE";
9
- })(ChatbotModeEnum || (exports.ChatbotModeEnum = ChatbotModeEnum = {}));
@@ -1,4 +0,0 @@
1
- export declare enum ChatbotPlatformTypeEnum {
2
- ZAPI = "ZAPI",
3
- TYPEBOT = "TYPEBOT"
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChatbotPlatformTypeEnum = void 0;
4
- var ChatbotPlatformTypeEnum;
5
- (function (ChatbotPlatformTypeEnum) {
6
- ChatbotPlatformTypeEnum["ZAPI"] = "ZAPI";
7
- ChatbotPlatformTypeEnum["TYPEBOT"] = "TYPEBOT";
8
- })(ChatbotPlatformTypeEnum || (exports.ChatbotPlatformTypeEnum = ChatbotPlatformTypeEnum = {}));