@nickchristensen/ppls 1.0.2 → 1.0.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.
package/README.md CHANGED
@@ -108,7 +108,7 @@ EXAMPLES
108
108
  $ ppls config get hostname
109
109
  ```
110
110
 
111
- _See code: [src/commands/config/get.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/config/get.ts)_
111
+ _See code: [src/commands/config/get.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/config/get.ts)_
112
112
 
113
113
  ## `ppls config init`
114
114
 
@@ -131,7 +131,7 @@ EXAMPLES
131
131
  $ ppls config init
132
132
  ```
133
133
 
134
- _See code: [src/commands/config/init.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/config/init.ts)_
134
+ _See code: [src/commands/config/init.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/config/init.ts)_
135
135
 
136
136
  ## `ppls config list`
137
137
 
@@ -155,7 +155,7 @@ EXAMPLES
155
155
  $ ppls config list
156
156
  ```
157
157
 
158
- _See code: [src/commands/config/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/config/list.ts)_
158
+ _See code: [src/commands/config/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/config/list.ts)_
159
159
 
160
160
  ## `ppls config remove KEY`
161
161
 
@@ -178,7 +178,7 @@ EXAMPLES
178
178
  $ ppls config remove token
179
179
  ```
180
180
 
181
- _See code: [src/commands/config/remove.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/config/remove.ts)_
181
+ _See code: [src/commands/config/remove.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/config/remove.ts)_
182
182
 
183
183
  ## `ppls config set KEY VALUE`
184
184
 
@@ -204,7 +204,7 @@ EXAMPLES
204
204
  $ ppls config set headers '{"X-Api-Key":"token"}'
205
205
  ```
206
206
 
207
- _See code: [src/commands/config/set.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/config/set.ts)_
207
+ _See code: [src/commands/config/set.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/config/set.ts)_
208
208
 
209
209
  ## `ppls correspondents add NAME`
210
210
 
@@ -236,7 +236,7 @@ EXAMPLES
236
236
  $ ppls correspondents add "Acme Corp"
237
237
  ```
238
238
 
239
- _See code: [src/commands/correspondents/add.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/correspondents/add.ts)_
239
+ _See code: [src/commands/correspondents/add.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/correspondents/add.ts)_
240
240
 
241
241
  ## `ppls correspondents delete ID`
242
242
 
@@ -271,7 +271,7 @@ EXAMPLES
271
271
  $ ppls correspondents delete 123
272
272
  ```
273
273
 
274
- _See code: [src/commands/correspondents/delete.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/correspondents/delete.ts)_
274
+ _See code: [src/commands/correspondents/delete.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/correspondents/delete.ts)_
275
275
 
276
276
  ## `ppls correspondents list`
277
277
 
@@ -308,7 +308,7 @@ EXAMPLES
308
308
  $ ppls correspondents list
309
309
  ```
310
310
 
311
- _See code: [src/commands/correspondents/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/correspondents/list.ts)_
311
+ _See code: [src/commands/correspondents/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/correspondents/list.ts)_
312
312
 
313
313
  ## `ppls correspondents show ID`
314
314
 
@@ -340,7 +340,7 @@ EXAMPLES
340
340
  $ ppls correspondents show 123
341
341
  ```
342
342
 
343
- _See code: [src/commands/correspondents/show.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/correspondents/show.ts)_
343
+ _See code: [src/commands/correspondents/show.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/correspondents/show.ts)_
344
344
 
345
345
  ## `ppls correspondents update ID`
346
346
 
@@ -375,7 +375,7 @@ EXAMPLES
375
375
  $ ppls correspondents update 123 --name "Acme Corp"
376
376
  ```
377
377
 
378
- _See code: [src/commands/correspondents/update.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/correspondents/update.ts)_
378
+ _See code: [src/commands/correspondents/update.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/correspondents/update.ts)_
379
379
 
380
380
  ## `ppls custom-fields add NAME`
381
381
 
@@ -413,7 +413,7 @@ EXAMPLES
413
413
  $ ppls custom-fields add "Due Date" --data-type date
414
414
  ```
415
415
 
416
- _See code: [src/commands/custom-fields/add.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/custom-fields/add.ts)_
416
+ _See code: [src/commands/custom-fields/add.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/custom-fields/add.ts)_
417
417
 
418
418
  ## `ppls custom-fields delete ID`
419
419
 
@@ -448,7 +448,7 @@ EXAMPLES
448
448
  $ ppls custom-fields delete 123
449
449
  ```
450
450
 
451
- _See code: [src/commands/custom-fields/delete.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/custom-fields/delete.ts)_
451
+ _See code: [src/commands/custom-fields/delete.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/custom-fields/delete.ts)_
452
452
 
453
453
  ## `ppls custom-fields list`
454
454
 
@@ -485,7 +485,7 @@ EXAMPLES
485
485
  $ ppls custom-fields list
486
486
  ```
487
487
 
488
- _See code: [src/commands/custom-fields/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/custom-fields/list.ts)_
488
+ _See code: [src/commands/custom-fields/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/custom-fields/list.ts)_
489
489
 
490
490
  ## `ppls custom-fields show ID`
491
491
 
@@ -517,7 +517,7 @@ EXAMPLES
517
517
  $ ppls custom-fields show 123
518
518
  ```
519
519
 
520
- _See code: [src/commands/custom-fields/show.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/custom-fields/show.ts)_
520
+ _See code: [src/commands/custom-fields/show.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/custom-fields/show.ts)_
521
521
 
522
522
  ## `ppls custom-fields update ID`
523
523
 
@@ -556,7 +556,7 @@ EXAMPLES
556
556
  $ ppls custom-fields update 123 --name "Due Date"
557
557
  ```
558
558
 
559
- _See code: [src/commands/custom-fields/update.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/custom-fields/update.ts)_
559
+ _See code: [src/commands/custom-fields/update.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/custom-fields/update.ts)_
560
560
 
561
561
  ## `ppls document-types add NAME`
562
562
 
@@ -588,7 +588,7 @@ EXAMPLES
588
588
  $ ppls document-types add "Invoice"
589
589
  ```
590
590
 
591
- _See code: [src/commands/document-types/add.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/document-types/add.ts)_
591
+ _See code: [src/commands/document-types/add.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/document-types/add.ts)_
592
592
 
593
593
  ## `ppls document-types delete ID`
594
594
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  $ ppls document-types delete 123
624
624
  ```
625
625
 
626
- _See code: [src/commands/document-types/delete.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/document-types/delete.ts)_
626
+ _See code: [src/commands/document-types/delete.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/document-types/delete.ts)_
627
627
 
628
628
  ## `ppls document-types list`
629
629
 
@@ -660,7 +660,7 @@ EXAMPLES
660
660
  $ ppls document-types list
661
661
  ```
662
662
 
663
- _See code: [src/commands/document-types/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/document-types/list.ts)_
663
+ _See code: [src/commands/document-types/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/document-types/list.ts)_
664
664
 
665
665
  ## `ppls document-types show ID`
666
666
 
@@ -692,7 +692,7 @@ EXAMPLES
692
692
  $ ppls document-types show 123
693
693
  ```
694
694
 
695
- _See code: [src/commands/document-types/show.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/document-types/show.ts)_
695
+ _See code: [src/commands/document-types/show.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/document-types/show.ts)_
696
696
 
697
697
  ## `ppls document-types update ID`
698
698
 
@@ -727,7 +727,7 @@ EXAMPLES
727
727
  $ ppls document-types update 123 --name "Invoice"
728
728
  ```
729
729
 
730
- _See code: [src/commands/document-types/update.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/document-types/update.ts)_
730
+ _See code: [src/commands/document-types/update.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/document-types/update.ts)_
731
731
 
732
732
  ## `ppls documents add [PATH]`
733
733
 
@@ -769,7 +769,7 @@ EXAMPLES
769
769
  $ ppls documents add ./receipt.pdf --title "Receipt"
770
770
  ```
771
771
 
772
- _See code: [src/commands/documents/add.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/documents/add.ts)_
772
+ _See code: [src/commands/documents/add.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/documents/add.ts)_
773
773
 
774
774
  ## `ppls documents delete ID`
775
775
 
@@ -804,7 +804,7 @@ EXAMPLES
804
804
  $ ppls documents delete 123
805
805
  ```
806
806
 
807
- _See code: [src/commands/documents/delete.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/documents/delete.ts)_
807
+ _See code: [src/commands/documents/delete.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/documents/delete.ts)_
808
808
 
809
809
  ## `ppls documents download ID`
810
810
 
@@ -843,7 +843,7 @@ EXAMPLES
843
843
  $ ppls documents download 123,124 --output-dir ./downloads
844
844
  ```
845
845
 
846
- _See code: [src/commands/documents/download.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/documents/download.ts)_
846
+ _See code: [src/commands/documents/download.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/documents/download.ts)_
847
847
 
848
848
  ## `ppls documents list`
849
849
 
@@ -880,7 +880,7 @@ EXAMPLES
880
880
  $ ppls documents list
881
881
  ```
882
882
 
883
- _See code: [src/commands/documents/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/documents/list.ts)_
883
+ _See code: [src/commands/documents/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/documents/list.ts)_
884
884
 
885
885
  ## `ppls documents show ID`
886
886
 
@@ -912,7 +912,7 @@ EXAMPLES
912
912
  $ ppls documents show 123
913
913
  ```
914
914
 
915
- _See code: [src/commands/documents/show.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/documents/show.ts)_
915
+ _See code: [src/commands/documents/show.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/documents/show.ts)_
916
916
 
917
917
  ## `ppls documents update ID`
918
918
 
@@ -955,7 +955,7 @@ EXAMPLES
955
955
  $ ppls documents update 123 --title "Receipt"
956
956
  ```
957
957
 
958
- _See code: [src/commands/documents/update.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/documents/update.ts)_
958
+ _See code: [src/commands/documents/update.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/documents/update.ts)_
959
959
 
960
960
  ## `ppls help [COMMAND]`
961
961
 
@@ -1007,7 +1007,7 @@ EXAMPLES
1007
1007
  $ ppls profile
1008
1008
  ```
1009
1009
 
1010
- _See code: [src/commands/profile.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/profile.ts)_
1010
+ _See code: [src/commands/profile.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/profile.ts)_
1011
1011
 
1012
1012
  ## `ppls tags add NAME`
1013
1013
 
@@ -1044,7 +1044,7 @@ EXAMPLES
1044
1044
  $ ppls tags add Inbox
1045
1045
  ```
1046
1046
 
1047
- _See code: [src/commands/tags/add.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/tags/add.ts)_
1047
+ _See code: [src/commands/tags/add.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/tags/add.ts)_
1048
1048
 
1049
1049
  ## `ppls tags delete ID`
1050
1050
 
@@ -1079,7 +1079,7 @@ EXAMPLES
1079
1079
  $ ppls tags delete 123
1080
1080
  ```
1081
1081
 
1082
- _See code: [src/commands/tags/delete.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/tags/delete.ts)_
1082
+ _See code: [src/commands/tags/delete.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/tags/delete.ts)_
1083
1083
 
1084
1084
  ## `ppls tags list`
1085
1085
 
@@ -1116,7 +1116,7 @@ EXAMPLES
1116
1116
  $ ppls tags list
1117
1117
  ```
1118
1118
 
1119
- _See code: [src/commands/tags/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/tags/list.ts)_
1119
+ _See code: [src/commands/tags/list.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/tags/list.ts)_
1120
1120
 
1121
1121
  ## `ppls tags show ID`
1122
1122
 
@@ -1148,7 +1148,7 @@ EXAMPLES
1148
1148
  $ ppls tags show 123
1149
1149
  ```
1150
1150
 
1151
- _See code: [src/commands/tags/show.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/tags/show.ts)_
1151
+ _See code: [src/commands/tags/show.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/tags/show.ts)_
1152
1152
 
1153
1153
  ## `ppls tags update ID`
1154
1154
 
@@ -1186,5 +1186,5 @@ EXAMPLES
1186
1186
  $ ppls tags update 123 --name Inbox
1187
1187
  ```
1188
1188
 
1189
- _See code: [src/commands/tags/update.ts](https://github.com/nickchristensen/ppls/blob/v1.0.2/src/commands/tags/update.ts)_
1189
+ _See code: [src/commands/tags/update.ts](https://github.com/nickchristensen/ppls/blob/v1.0.3/src/commands/tags/update.ts)_
1190
1190
  <!-- commandsstop -->
@@ -3309,5 +3309,5 @@
3309
3309
  ]
3310
3310
  }
3311
3311
  },
3312
- "version": "1.0.2"
3312
+ "version": "1.0.3"
3313
3313
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nickchristensen/ppls",
3
3
  "description": "A node-based paperless-ngx cli",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "author": "Nick Christensen",
6
6
  "bin": {
7
7
  "ppls": "./bin/run.js"