@fonoster/ctl 0.4.1 → 0.4.3

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 (45) hide show
  1. package/dist/base/delete.js +1 -1
  2. package/dist/commands/agents/create.js +1 -1
  3. package/dist/commands/agents/delete.js +1 -1
  4. package/dist/commands/agents/get.js +1 -1
  5. package/dist/commands/agents/list.js +1 -1
  6. package/dist/commands/agents/update.js +1 -1
  7. package/dist/commands/apps/create.js +1 -1
  8. package/dist/commands/apps/delete.js +1 -1
  9. package/dist/commands/apps/list.js +1 -1
  10. package/dist/commands/apps/update.js +1 -1
  11. package/dist/commands/auth/login.js +1 -1
  12. package/dist/commands/auth/logout.js +1 -1
  13. package/dist/commands/bug.js +1 -1
  14. package/dist/commands/domains/create.js +1 -1
  15. package/dist/commands/domains/delete.js +1 -1
  16. package/dist/commands/domains/get.js +1 -1
  17. package/dist/commands/domains/list.js +1 -1
  18. package/dist/commands/domains/update.js +1 -1
  19. package/dist/commands/feedback.js +1 -1
  20. package/dist/commands/numbers/create.js +1 -1
  21. package/dist/commands/numbers/delete.js +1 -1
  22. package/dist/commands/numbers/get.js +1 -1
  23. package/dist/commands/numbers/list.js +1 -1
  24. package/dist/commands/numbers/update.js +1 -1
  25. package/dist/commands/projects/create.js +1 -1
  26. package/dist/commands/projects/delete.js +1 -1
  27. package/dist/commands/projects/get.js +1 -1
  28. package/dist/commands/projects/list.js +1 -1
  29. package/dist/commands/projects/renew.js +1 -1
  30. package/dist/commands/projects/use.js +1 -1
  31. package/dist/commands/providers/create.js +1 -1
  32. package/dist/commands/providers/delete.js +1 -1
  33. package/dist/commands/providers/get.js +1 -1
  34. package/dist/commands/providers/list.js +1 -1
  35. package/dist/commands/providers/update.js +1 -1
  36. package/dist/commands/secrets/create.js +1 -1
  37. package/dist/commands/secrets/delete.js +1 -1
  38. package/dist/commands/secrets/list.js +1 -1
  39. package/dist/config.js +1 -1
  40. package/dist/data/voices.js +1 -1
  41. package/dist/decorators/project_guard.js +1 -1
  42. package/dist/help.js +1 -1
  43. package/dist/index.js +1 -1
  44. package/dist/utils.js +1 -1
  45. package/package.json +2 -2
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /*
7
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
7
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
8
8
  * http://github.com/fonoster/fonoster
9
9
  *
10
10
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /*
7
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
7
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
8
8
  * http://github.com/fonoster/fonoster
9
9
  *
10
10
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  };
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  /*
10
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
10
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
11
11
  * http://github.com/fonoster/fonoster
12
12
  *
13
13
  * This file is part of Fonoster
@@ -10,7 +10,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  /*
13
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
13
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
14
14
  * http://github.com/fonoster/fonoster
15
15
  *
16
16
  * This file is part of Fonoster
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  };
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  /*
10
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
10
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
11
11
  * http://github.com/fonoster/fonoster
12
12
  *
13
13
  * This file is part of Fonoster
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  };
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  /*
10
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
10
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
11
11
  * http://github.com/fonoster/fonoster
12
12
  *
13
13
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /*
7
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
7
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
8
8
  * http://github.com/fonoster/fonoster
9
9
  *
10
10
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /*
7
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
7
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
8
8
  * http://github.com/fonoster/fonoster
9
9
  *
10
10
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -8,7 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.UpdateCommand = void 0;
10
10
  /*
11
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
11
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
12
12
  * http://github.com/fonoster/fonoster
13
13
  *
14
14
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /*
7
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
7
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
8
8
  * http://github.com/fonoster/fonoster
9
9
  *
10
10
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /*
7
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
7
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
8
8
  * http://github.com/fonoster/fonoster
9
9
  *
10
10
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  };
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  /*
10
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
10
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
11
11
  * http://github.com/fonoster/plugin-funcs
12
12
  *
13
13
  * This file is part of Fonoster
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  };
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  /*
10
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
10
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
11
11
  * http://github.com/fonoster/plugin-funcs
12
12
  *
13
13
  * This file is part of Fonoster
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  };
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  /*
10
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
10
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
11
11
  * http://github.com/fonoster/plugin-funcs
12
12
  *
13
13
  * This file is part of Fonoster
package/dist/config.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.hasProjectConfig = exports.isDefaultProject = exports.unsetDefaultProject = exports.setConfig = exports.getProjectConfig = exports.getConfig = void 0;
4
4
  /*
5
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.voices = void 0;
4
4
  /*
5
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ProjectGuard = void 0;
4
4
  /*
5
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
package/dist/help.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.run = void 0;
4
4
  /*
5
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
package/dist/utils.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.toPascalCase = void 0;
4
4
  /*
5
- * Copyright (C) 2022 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/ctl",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Command-Line for Fonoster",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -85,5 +85,5 @@
85
85
  "@types/prettyjson": "0.0.29",
86
86
  "rimraf": "^3.0.2"
87
87
  },
88
- "gitHead": "582a6f3009b471ad6c2293051608afe6a790d0be"
88
+ "gitHead": "f5dc66f11734735b1400131266fe38d284dc05fe"
89
89
  }