@fonoster/ctl 0.9.40 → 0.9.43

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 (2) hide show
  1. package/README.md +57 -57
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -23,7 +23,7 @@ $ npm install -g @fonoster/ctl
23
23
  $ fonoster COMMAND
24
24
  running command...
25
25
  $ fonoster (--version)
26
- @fonoster/ctl/0.9.40 linux-x64 node-v20.19.0
26
+ @fonoster/ctl/0.9.43 linux-x64 node-v20.19.0
27
27
  $ fonoster --help [COMMAND]
28
28
  USAGE
29
29
  $ fonoster COMMAND
@@ -109,7 +109,7 @@ EXAMPLES
109
109
  $ fonoster apikeys:create
110
110
  ```
111
111
 
112
- _See code: [dist/commands/apikeys/create.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/apikeys/create.js)_
112
+ _See code: [dist/commands/apikeys/create.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/apikeys/create.js)_
113
113
 
114
114
  ## `fonoster apikeys:delete REF`
115
115
 
@@ -132,7 +132,7 @@ EXAMPLES
132
132
  $ fonoster apikeys:delete
133
133
  ```
134
134
 
135
- _See code: [dist/commands/apikeys/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/apikeys/delete.js)_
135
+ _See code: [dist/commands/apikeys/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/apikeys/delete.js)_
136
136
 
137
137
  ## `fonoster apikeys:list`
138
138
 
@@ -153,7 +153,7 @@ EXAMPLES
153
153
  $ fonoster apikeys:list
154
154
  ```
155
155
 
156
- _See code: [dist/commands/apikeys/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/apikeys/list.js)_
156
+ _See code: [dist/commands/apikeys/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/apikeys/list.js)_
157
157
 
158
158
  ## `fonoster apikeys:regenerate REF`
159
159
 
@@ -176,7 +176,7 @@ EXAMPLES
176
176
  $ fonoster apikeys:regenerate
177
177
  ```
178
178
 
179
- _See code: [dist/commands/apikeys/regenerate.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/apikeys/regenerate.js)_
179
+ _See code: [dist/commands/apikeys/regenerate.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/apikeys/regenerate.js)_
180
180
 
181
181
  ## `fonoster applications:create`
182
182
 
@@ -196,7 +196,7 @@ EXAMPLES
196
196
  $ fonoster applications:create
197
197
  ```
198
198
 
199
- _See code: [dist/commands/applications/create.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/applications/create.js)_
199
+ _See code: [dist/commands/applications/create.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/applications/create.js)_
200
200
 
201
201
  ## `fonoster applications:delete REF`
202
202
 
@@ -219,7 +219,7 @@ EXAMPLES
219
219
  $ fonoster applications:delete
220
220
  ```
221
221
 
222
- _See code: [dist/commands/applications/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/applications/delete.js)_
222
+ _See code: [dist/commands/applications/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/applications/delete.js)_
223
223
 
224
224
  ## `fonoster applications:get REF`
225
225
 
@@ -242,7 +242,7 @@ EXAMPLES
242
242
  $ fonoster applications:get
243
243
  ```
244
244
 
245
- _See code: [dist/commands/applications/get.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/applications/get.js)_
245
+ _See code: [dist/commands/applications/get.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/applications/get.js)_
246
246
 
247
247
  ## `fonoster applications:list`
248
248
 
@@ -263,7 +263,7 @@ EXAMPLES
263
263
  $ fonoster applications:list
264
264
  ```
265
265
 
266
- _See code: [dist/commands/applications/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/applications/list.js)_
266
+ _See code: [dist/commands/applications/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/applications/list.js)_
267
267
 
268
268
  ## `fonoster applications:update REF`
269
269
 
@@ -286,7 +286,7 @@ EXAMPLES
286
286
  $ fonoster applications:update
287
287
  ```
288
288
 
289
- _See code: [dist/commands/applications/update.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/applications/update.js)_
289
+ _See code: [dist/commands/applications/update.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/applications/update.js)_
290
290
 
291
291
  ## `fonoster bug`
292
292
 
@@ -303,7 +303,7 @@ EXAMPLES
303
303
  $ fonoster bug
304
304
  ```
305
305
 
306
- _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/bug.js)_
306
+ _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/bug.js)_
307
307
 
308
308
  ## `fonoster feedback`
309
309
 
@@ -323,7 +323,7 @@ EXAMPLES
323
323
  $ fonoster feedback
324
324
  ```
325
325
 
326
- _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/feedback.js)_
326
+ _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/feedback.js)_
327
327
 
328
328
  ## `fonoster secrets:create`
329
329
 
@@ -343,7 +343,7 @@ EXAMPLES
343
343
  $ fonoster secrets:create
344
344
  ```
345
345
 
346
- _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/secrets/create.js)_
346
+ _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/secrets/create.js)_
347
347
 
348
348
  ## `fonoster secrets:delete REF`
349
349
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ fonoster secrets:delete
367
367
  ```
368
368
 
369
- _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/secrets/delete.js)_
369
+ _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/secrets/delete.js)_
370
370
 
371
371
  ## `fonoster secrets:get REF`
372
372
 
@@ -389,7 +389,7 @@ EXAMPLES
389
389
  $ fonoster secrets:get
390
390
  ```
391
391
 
392
- _See code: [dist/commands/secrets/get.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/secrets/get.js)_
392
+ _See code: [dist/commands/secrets/get.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/secrets/get.js)_
393
393
 
394
394
  ## `fonoster secrets:list`
395
395
 
@@ -410,7 +410,7 @@ EXAMPLES
410
410
  $ fonoster secrets:list
411
411
  ```
412
412
 
413
- _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/secrets/list.js)_
413
+ _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/secrets/list.js)_
414
414
 
415
415
  ## `fonoster secrets:update REF`
416
416
 
@@ -433,7 +433,7 @@ EXAMPLES
433
433
  $ fonoster secrets:update
434
434
  ```
435
435
 
436
- _See code: [dist/commands/secrets/update.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/secrets/update.js)_
436
+ _See code: [dist/commands/secrets/update.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/secrets/update.js)_
437
437
 
438
438
  ## `fonoster sipnet:acls:create`
439
439
 
@@ -453,7 +453,7 @@ EXAMPLES
453
453
  $ fonoster sipnet:acls:create
454
454
  ```
455
455
 
456
- _See code: [dist/commands/sipnet/acls/create.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/acls/create.js)_
456
+ _See code: [dist/commands/sipnet/acls/create.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/acls/create.js)_
457
457
 
458
458
  ## `fonoster sipnet:acls:delete REF`
459
459
 
@@ -476,7 +476,7 @@ EXAMPLES
476
476
  $ fonoster sipnet:acls:delete
477
477
  ```
478
478
 
479
- _See code: [dist/commands/sipnet/acls/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/acls/delete.js)_
479
+ _See code: [dist/commands/sipnet/acls/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/acls/delete.js)_
480
480
 
481
481
  ## `fonoster sipnet:acls:get REF`
482
482
 
@@ -499,7 +499,7 @@ EXAMPLES
499
499
  $ fonoster sipnet:acls:get
500
500
  ```
501
501
 
502
- _See code: [dist/commands/sipnet/acls/get.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/acls/get.js)_
502
+ _See code: [dist/commands/sipnet/acls/get.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/acls/get.js)_
503
503
 
504
504
  ## `fonoster sipnet:acls:list`
505
505
 
@@ -520,7 +520,7 @@ EXAMPLES
520
520
  $ fonoster sipnet:acls:list
521
521
  ```
522
522
 
523
- _See code: [dist/commands/sipnet/acls/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/acls/list.js)_
523
+ _See code: [dist/commands/sipnet/acls/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/acls/list.js)_
524
524
 
525
525
  ## `fonoster sipnet:acls:update REF`
526
526
 
@@ -543,7 +543,7 @@ EXAMPLES
543
543
  $ fonoster sipnet:acls:update
544
544
  ```
545
545
 
546
- _See code: [dist/commands/sipnet/acls/update.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/acls/update.js)_
546
+ _See code: [dist/commands/sipnet/acls/update.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/acls/update.js)_
547
547
 
548
548
  ## `fonoster sipnet:agents:create`
549
549
 
@@ -563,7 +563,7 @@ EXAMPLES
563
563
  $ fonoster sipnet:agents:create
564
564
  ```
565
565
 
566
- _See code: [dist/commands/sipnet/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/agents/create.js)_
566
+ _See code: [dist/commands/sipnet/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/agents/create.js)_
567
567
 
568
568
  ## `fonoster sipnet:agents:delete REF`
569
569
 
@@ -586,7 +586,7 @@ EXAMPLES
586
586
  $ fonoster sipnet:agents:delete
587
587
  ```
588
588
 
589
- _See code: [dist/commands/sipnet/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/agents/delete.js)_
589
+ _See code: [dist/commands/sipnet/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/agents/delete.js)_
590
590
 
591
591
  ## `fonoster sipnet:agents:get REF`
592
592
 
@@ -609,7 +609,7 @@ EXAMPLES
609
609
  $ fonoster sipnet:agents:get
610
610
  ```
611
611
 
612
- _See code: [dist/commands/sipnet/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/agents/get.js)_
612
+ _See code: [dist/commands/sipnet/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/agents/get.js)_
613
613
 
614
614
  ## `fonoster sipnet:agents:list`
615
615
 
@@ -630,7 +630,7 @@ EXAMPLES
630
630
  $ fonoster sipnet:agents:list
631
631
  ```
632
632
 
633
- _See code: [dist/commands/sipnet/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/agents/list.js)_
633
+ _See code: [dist/commands/sipnet/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/agents/list.js)_
634
634
 
635
635
  ## `fonoster sipnet:agents:update REF`
636
636
 
@@ -653,7 +653,7 @@ EXAMPLES
653
653
  $ fonoster sipnet:agents:update
654
654
  ```
655
655
 
656
- _See code: [dist/commands/sipnet/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/agents/update.js)_
656
+ _See code: [dist/commands/sipnet/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/agents/update.js)_
657
657
 
658
658
  ## `fonoster sipnet:calls:create`
659
659
 
@@ -678,7 +678,7 @@ EXAMPLES
678
678
  $ fonoster sipnet:calls:create
679
679
  ```
680
680
 
681
- _See code: [dist/commands/sipnet/calls/create.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/calls/create.js)_
681
+ _See code: [dist/commands/sipnet/calls/create.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/calls/create.js)_
682
682
 
683
683
  ## `fonoster sipnet:calls:get REF`
684
684
 
@@ -701,7 +701,7 @@ EXAMPLES
701
701
  $ fonoster sipnet:calls:get
702
702
  ```
703
703
 
704
- _See code: [dist/commands/sipnet/calls/get.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/calls/get.js)_
704
+ _See code: [dist/commands/sipnet/calls/get.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/calls/get.js)_
705
705
 
706
706
  ## `fonoster sipnet:calls:list`
707
707
 
@@ -722,7 +722,7 @@ EXAMPLES
722
722
  $ fonoster sipnet:calls:list
723
723
  ```
724
724
 
725
- _See code: [dist/commands/sipnet/calls/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/calls/list.js)_
725
+ _See code: [dist/commands/sipnet/calls/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/calls/list.js)_
726
726
 
727
727
  ## `fonoster sipnet:credentials:create`
728
728
 
@@ -742,7 +742,7 @@ EXAMPLES
742
742
  $ fonoster sipnet:credentials:create
743
743
  ```
744
744
 
745
- _See code: [dist/commands/sipnet/credentials/create.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/credentials/create.js)_
745
+ _See code: [dist/commands/sipnet/credentials/create.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/credentials/create.js)_
746
746
 
747
747
  ## `fonoster sipnet:credentials:delete REF`
748
748
 
@@ -765,7 +765,7 @@ EXAMPLES
765
765
  $ fonoster sipnet:credentials:delete
766
766
  ```
767
767
 
768
- _See code: [dist/commands/sipnet/credentials/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/credentials/delete.js)_
768
+ _See code: [dist/commands/sipnet/credentials/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/credentials/delete.js)_
769
769
 
770
770
  ## `fonoster sipnet:credentials:get REF`
771
771
 
@@ -788,7 +788,7 @@ EXAMPLES
788
788
  $ fonoster sipnet:credentials:get
789
789
  ```
790
790
 
791
- _See code: [dist/commands/sipnet/credentials/get.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/credentials/get.js)_
791
+ _See code: [dist/commands/sipnet/credentials/get.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/credentials/get.js)_
792
792
 
793
793
  ## `fonoster sipnet:credentials:list`
794
794
 
@@ -809,7 +809,7 @@ EXAMPLES
809
809
  $ fonoster sipnet:credentials:list
810
810
  ```
811
811
 
812
- _See code: [dist/commands/sipnet/credentials/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/credentials/list.js)_
812
+ _See code: [dist/commands/sipnet/credentials/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/credentials/list.js)_
813
813
 
814
814
  ## `fonoster sipnet:credentials:update REF`
815
815
 
@@ -832,7 +832,7 @@ EXAMPLES
832
832
  $ fonoster sipnet:credentials:update
833
833
  ```
834
834
 
835
- _See code: [dist/commands/sipnet/credentials/update.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/credentials/update.js)_
835
+ _See code: [dist/commands/sipnet/credentials/update.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/credentials/update.js)_
836
836
 
837
837
  ## `fonoster sipnet:domains:create`
838
838
 
@@ -852,7 +852,7 @@ EXAMPLES
852
852
  $ fonoster sipnet:domains:create
853
853
  ```
854
854
 
855
- _See code: [dist/commands/sipnet/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/domains/create.js)_
855
+ _See code: [dist/commands/sipnet/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/domains/create.js)_
856
856
 
857
857
  ## `fonoster sipnet:domains:delete REF`
858
858
 
@@ -875,7 +875,7 @@ EXAMPLES
875
875
  $ fonoster sipnet:domains:delete
876
876
  ```
877
877
 
878
- _See code: [dist/commands/sipnet/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/domains/delete.js)_
878
+ _See code: [dist/commands/sipnet/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/domains/delete.js)_
879
879
 
880
880
  ## `fonoster sipnet:domains:get REF`
881
881
 
@@ -898,7 +898,7 @@ EXAMPLES
898
898
  $ fonoster sipnet:domains:get
899
899
  ```
900
900
 
901
- _See code: [dist/commands/sipnet/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/domains/get.js)_
901
+ _See code: [dist/commands/sipnet/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/domains/get.js)_
902
902
 
903
903
  ## `fonoster sipnet:domains:list`
904
904
 
@@ -919,7 +919,7 @@ EXAMPLES
919
919
  $ fonoster sipnet:domains:list
920
920
  ```
921
921
 
922
- _See code: [dist/commands/sipnet/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/domains/list.js)_
922
+ _See code: [dist/commands/sipnet/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/domains/list.js)_
923
923
 
924
924
  ## `fonoster sipnet:domains:update REF`
925
925
 
@@ -942,7 +942,7 @@ EXAMPLES
942
942
  $ fonoster sipnet:domains:update
943
943
  ```
944
944
 
945
- _See code: [dist/commands/sipnet/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/domains/update.js)_
945
+ _See code: [dist/commands/sipnet/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/domains/update.js)_
946
946
 
947
947
  ## `fonoster sipnet:numbers:create`
948
948
 
@@ -962,7 +962,7 @@ EXAMPLES
962
962
  $ fonoster sipnet:numbers:create
963
963
  ```
964
964
 
965
- _See code: [dist/commands/sipnet/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/numbers/create.js)_
965
+ _See code: [dist/commands/sipnet/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/numbers/create.js)_
966
966
 
967
967
  ## `fonoster sipnet:numbers:delete REF`
968
968
 
@@ -985,7 +985,7 @@ EXAMPLES
985
985
  $ fonoster sipnet:numbers:delete
986
986
  ```
987
987
 
988
- _See code: [dist/commands/sipnet/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/numbers/delete.js)_
988
+ _See code: [dist/commands/sipnet/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/numbers/delete.js)_
989
989
 
990
990
  ## `fonoster sipnet:numbers:get REF`
991
991
 
@@ -1008,7 +1008,7 @@ EXAMPLES
1008
1008
  $ fonoster sipnet:numbers:get
1009
1009
  ```
1010
1010
 
1011
- _See code: [dist/commands/sipnet/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/numbers/get.js)_
1011
+ _See code: [dist/commands/sipnet/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/numbers/get.js)_
1012
1012
 
1013
1013
  ## `fonoster sipnet:numbers:linkTwilioNumber`
1014
1014
 
@@ -1032,7 +1032,7 @@ EXAMPLES
1032
1032
  $ fonoster sipnet:numbers:linkTwilioNumber
1033
1033
  ```
1034
1034
 
1035
- _See code: [dist/commands/sipnet/numbers/linkTwilioNumber.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/numbers/linkTwilioNumber.js)_
1035
+ _See code: [dist/commands/sipnet/numbers/linkTwilioNumber.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/numbers/linkTwilioNumber.js)_
1036
1036
 
1037
1037
  ## `fonoster sipnet:numbers:list`
1038
1038
 
@@ -1053,7 +1053,7 @@ EXAMPLES
1053
1053
  $ fonoster sipnet:numbers:list
1054
1054
  ```
1055
1055
 
1056
- _See code: [dist/commands/sipnet/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/numbers/list.js)_
1056
+ _See code: [dist/commands/sipnet/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/numbers/list.js)_
1057
1057
 
1058
1058
  ## `fonoster sipnet:numbers:update REF`
1059
1059
 
@@ -1076,7 +1076,7 @@ EXAMPLES
1076
1076
  $ fonoster sipnet:numbers:update
1077
1077
  ```
1078
1078
 
1079
- _See code: [dist/commands/sipnet/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/numbers/update.js)_
1079
+ _See code: [dist/commands/sipnet/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/numbers/update.js)_
1080
1080
 
1081
1081
  ## `fonoster sipnet:trunks:create`
1082
1082
 
@@ -1096,7 +1096,7 @@ EXAMPLES
1096
1096
  $ fonoster sipnet:trunks:create
1097
1097
  ```
1098
1098
 
1099
- _See code: [dist/commands/sipnet/trunks/create.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/trunks/create.js)_
1099
+ _See code: [dist/commands/sipnet/trunks/create.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/trunks/create.js)_
1100
1100
 
1101
1101
  ## `fonoster sipnet:trunks:delete REF`
1102
1102
 
@@ -1119,7 +1119,7 @@ EXAMPLES
1119
1119
  $ fonoster sipnet:trunks:delete
1120
1120
  ```
1121
1121
 
1122
- _See code: [dist/commands/sipnet/trunks/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/trunks/delete.js)_
1122
+ _See code: [dist/commands/sipnet/trunks/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/trunks/delete.js)_
1123
1123
 
1124
1124
  ## `fonoster sipnet:trunks:get REF`
1125
1125
 
@@ -1142,7 +1142,7 @@ EXAMPLES
1142
1142
  $ fonoster sipnet:trunks:get
1143
1143
  ```
1144
1144
 
1145
- _See code: [dist/commands/sipnet/trunks/get.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/trunks/get.js)_
1145
+ _See code: [dist/commands/sipnet/trunks/get.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/trunks/get.js)_
1146
1146
 
1147
1147
  ## `fonoster sipnet:trunks:list`
1148
1148
 
@@ -1163,7 +1163,7 @@ EXAMPLES
1163
1163
  $ fonoster sipnet:trunks:list
1164
1164
  ```
1165
1165
 
1166
- _See code: [dist/commands/sipnet/trunks/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/trunks/list.js)_
1166
+ _See code: [dist/commands/sipnet/trunks/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/trunks/list.js)_
1167
1167
 
1168
1168
  ## `fonoster sipnet:trunks:update REF`
1169
1169
 
@@ -1186,7 +1186,7 @@ EXAMPLES
1186
1186
  $ fonoster sipnet:trunks:update
1187
1187
  ```
1188
1188
 
1189
- _See code: [dist/commands/sipnet/trunks/update.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/sipnet/trunks/update.js)_
1189
+ _See code: [dist/commands/sipnet/trunks/update.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/sipnet/trunks/update.js)_
1190
1190
 
1191
1191
  ## `fonoster utils:autopilotTestsCases`
1192
1192
 
@@ -1209,7 +1209,7 @@ EXAMPLES
1209
1209
  $ fonoster utils:autopilotTestsCases -f assistant.yaml
1210
1210
  ```
1211
1211
 
1212
- _See code: [dist/commands/utils/autopilotTestsCases.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/utils/autopilotTestsCases.js)_
1212
+ _See code: [dist/commands/utils/autopilotTestsCases.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/utils/autopilotTestsCases.js)_
1213
1213
 
1214
1214
  ## `fonoster workspaces:active`
1215
1215
 
@@ -1226,7 +1226,7 @@ EXAMPLES
1226
1226
  $ fonoster workspaces:active
1227
1227
  ```
1228
1228
 
1229
- _See code: [dist/commands/workspaces/active.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/workspaces/active.js)_
1229
+ _See code: [dist/commands/workspaces/active.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/workspaces/active.js)_
1230
1230
 
1231
1231
  ## `fonoster workspaces:list`
1232
1232
 
@@ -1243,7 +1243,7 @@ EXAMPLES
1243
1243
  $ fonoster workspaces:list
1244
1244
  ```
1245
1245
 
1246
- _See code: [dist/commands/workspaces/list.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/workspaces/list.js)_
1246
+ _See code: [dist/commands/workspaces/list.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/workspaces/list.js)_
1247
1247
 
1248
1248
  ## `fonoster workspaces:login`
1249
1249
 
@@ -1263,7 +1263,7 @@ EXAMPLES
1263
1263
  $ fonoster workspaces:login
1264
1264
  ```
1265
1265
 
1266
- _See code: [dist/commands/workspaces/login.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/workspaces/login.js)_
1266
+ _See code: [dist/commands/workspaces/login.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/workspaces/login.js)_
1267
1267
 
1268
1268
  ## `fonoster workspaces:logout REF`
1269
1269
 
@@ -1283,7 +1283,7 @@ EXAMPLES
1283
1283
  $ fonoster workspaces:logout
1284
1284
  ```
1285
1285
 
1286
- _See code: [dist/commands/workspaces/logout.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/workspaces/logout.js)_
1286
+ _See code: [dist/commands/workspaces/logout.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/workspaces/logout.js)_
1287
1287
 
1288
1288
  ## `fonoster workspaces:use REF`
1289
1289
 
@@ -1303,5 +1303,5 @@ EXAMPLES
1303
1303
  $ fonoster workspaces:use
1304
1304
  ```
1305
1305
 
1306
- _See code: [dist/commands/workspaces/use.js](https://github.com/fonoster/fonoster/blob/v0.9.40/dist/commands/workspaces/use.js)_
1306
+ _See code: [dist/commands/workspaces/use.js](https://github.com/fonoster/fonoster/blob/v0.9.43/dist/commands/workspaces/use.js)_
1307
1307
  <!-- commandsstop -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/ctl",
3
- "version": "0.9.40",
3
+ "version": "0.9.43",
4
4
  "description": "Fonoster Control Tool",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -32,7 +32,7 @@
32
32
  "bugs": {
33
33
  "url": "https://github.com/fonoster/fonoster/issues"
34
34
  },
35
- "gitHead": "b5150ccfba8a96468d4e478796ac8e84fe57ff07",
35
+ "gitHead": "7fa2745908c3ced8a5401a48b26cf26c8fc09c2c",
36
36
  "bin": {
37
37
  "fonoster": "./bin/run.js"
38
38
  },
@@ -53,8 +53,8 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@fonoster/autopilot": "^0.9.40",
57
- "@fonoster/sdk": "^0.9.37",
56
+ "@fonoster/autopilot": "^0.9.43",
57
+ "@fonoster/sdk": "^0.9.42",
58
58
  "@inquirer/prompts": "^7.1.0",
59
59
  "@oclif/core": "^4.0.34",
60
60
  "@oclif/plugin-warn-if-update-available": "^3.1.28",