doc-detective-common 3.1.2-dev.3 → 3.2.0

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.
@@ -4650,7 +4650,6 @@
4650
4650
  "type": "string",
4651
4651
  "title": "Cookie file path",
4652
4652
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
4653
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
4654
4653
  "transform": [
4655
4654
  "trim"
4656
4655
  ]
@@ -4707,11 +4706,6 @@
4707
4706
  "required": [
4708
4707
  "directory"
4709
4708
  ]
4710
- },
4711
- {
4712
- "required": [
4713
- "overwrite"
4714
- ]
4715
4709
  }
4716
4710
  ]
4717
4711
  }
@@ -4762,7 +4756,6 @@
4762
4756
  "type": "string",
4763
4757
  "title": "Cookie file path",
4764
4758
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
4765
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
4766
4759
  "transform": [
4767
4760
  "trim"
4768
4761
  ]
@@ -4819,11 +4812,6 @@
4819
4812
  "required": [
4820
4813
  "directory"
4821
4814
  ]
4822
- },
4823
- {
4824
- "required": [
4825
- "overwrite"
4826
- ]
4827
4815
  }
4828
4816
  ]
4829
4817
  }
@@ -4835,6 +4823,7 @@
4835
4823
  },
4836
4824
  "examples": [
4837
4825
  "session_token",
4826
+ "test_env_cookie",
4838
4827
  {
4839
4828
  "name": "auth_cookie",
4840
4829
  "path": "auth-cookie.txt"
@@ -4843,6 +4832,11 @@
4843
4832
  "name": "session_token",
4844
4833
  "variable": "SESSION_TOKEN"
4845
4834
  },
4835
+ {
4836
+ "name": "test_cookie",
4837
+ "path": "test-cookie.txt",
4838
+ "overwrite": true
4839
+ },
4846
4840
  {
4847
4841
  "name": "user_session",
4848
4842
  "path": "user-session.txt",
@@ -5344,7 +5338,6 @@
5344
5338
  "type": "string",
5345
5339
  "title": "Cookie file path",
5346
5340
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
5347
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
5348
5341
  "transform": [
5349
5342
  "trim"
5350
5343
  ]
@@ -5445,7 +5438,6 @@
5445
5438
  "type": "string",
5446
5439
  "title": "Cookie file path",
5447
5440
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
5448
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
5449
5441
  "transform": [
5450
5442
  "trim"
5451
5443
  ]
@@ -5474,10 +5466,15 @@
5474
5466
  "examples": [
5475
5467
  "session_token",
5476
5468
  "./test-data/auth-session.txt",
5469
+ "test_env_cookie",
5477
5470
  {
5478
5471
  "name": "auth_cookie",
5479
5472
  "variable": "AUTH_COOKIE"
5480
5473
  },
5474
+ {
5475
+ "name": "test_cookie",
5476
+ "path": "test-cookie.txt"
5477
+ },
5481
5478
  {
5482
5479
  "name": "session_token",
5483
5480
  "path": "session-token.txt",
@@ -10529,7 +10526,6 @@
10529
10526
  "type": "string",
10530
10527
  "title": "Cookie file path",
10531
10528
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
10532
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
10533
10529
  "transform": [
10534
10530
  "trim"
10535
10531
  ]
@@ -10586,11 +10582,6 @@
10586
10582
  "required": [
10587
10583
  "directory"
10588
10584
  ]
10589
- },
10590
- {
10591
- "required": [
10592
- "overwrite"
10593
- ]
10594
10585
  }
10595
10586
  ]
10596
10587
  }
@@ -10641,7 +10632,6 @@
10641
10632
  "type": "string",
10642
10633
  "title": "Cookie file path",
10643
10634
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
10644
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
10645
10635
  "transform": [
10646
10636
  "trim"
10647
10637
  ]
@@ -10698,11 +10688,6 @@
10698
10688
  "required": [
10699
10689
  "directory"
10700
10690
  ]
10701
- },
10702
- {
10703
- "required": [
10704
- "overwrite"
10705
- ]
10706
10691
  }
10707
10692
  ]
10708
10693
  }
@@ -10714,6 +10699,7 @@
10714
10699
  },
10715
10700
  "examples": [
10716
10701
  "session_token",
10702
+ "test_env_cookie",
10717
10703
  {
10718
10704
  "name": "auth_cookie",
10719
10705
  "path": "auth-cookie.txt"
@@ -10722,6 +10708,11 @@
10722
10708
  "name": "session_token",
10723
10709
  "variable": "SESSION_TOKEN"
10724
10710
  },
10711
+ {
10712
+ "name": "test_cookie",
10713
+ "path": "test-cookie.txt",
10714
+ "overwrite": true
10715
+ },
10725
10716
  {
10726
10717
  "name": "user_session",
10727
10718
  "path": "user-session.txt",
@@ -11223,7 +11214,6 @@
11223
11214
  "type": "string",
11224
11215
  "title": "Cookie file path",
11225
11216
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
11226
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
11227
11217
  "transform": [
11228
11218
  "trim"
11229
11219
  ]
@@ -11324,7 +11314,6 @@
11324
11314
  "type": "string",
11325
11315
  "title": "Cookie file path",
11326
11316
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
11327
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
11328
11317
  "transform": [
11329
11318
  "trim"
11330
11319
  ]
@@ -11353,10 +11342,15 @@
11353
11342
  "examples": [
11354
11343
  "session_token",
11355
11344
  "./test-data/auth-session.txt",
11345
+ "test_env_cookie",
11356
11346
  {
11357
11347
  "name": "auth_cookie",
11358
11348
  "variable": "AUTH_COOKIE"
11359
11349
  },
11350
+ {
11351
+ "name": "test_cookie",
11352
+ "path": "test-cookie.txt"
11353
+ },
11360
11354
  {
11361
11355
  "name": "session_token",
11362
11356
  "path": "session-token.txt",
@@ -17179,7 +17173,6 @@
17179
17173
  "type": "string",
17180
17174
  "title": "Cookie file path",
17181
17175
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
17182
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
17183
17176
  "transform": [
17184
17177
  "trim"
17185
17178
  ]
@@ -17236,11 +17229,6 @@
17236
17229
  "required": [
17237
17230
  "directory"
17238
17231
  ]
17239
- },
17240
- {
17241
- "required": [
17242
- "overwrite"
17243
- ]
17244
17232
  }
17245
17233
  ]
17246
17234
  }
@@ -17291,7 +17279,6 @@
17291
17279
  "type": "string",
17292
17280
  "title": "Cookie file path",
17293
17281
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
17294
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
17295
17282
  "transform": [
17296
17283
  "trim"
17297
17284
  ]
@@ -17348,11 +17335,6 @@
17348
17335
  "required": [
17349
17336
  "directory"
17350
17337
  ]
17351
- },
17352
- {
17353
- "required": [
17354
- "overwrite"
17355
- ]
17356
17338
  }
17357
17339
  ]
17358
17340
  }
@@ -17364,6 +17346,7 @@
17364
17346
  },
17365
17347
  "examples": [
17366
17348
  "session_token",
17349
+ "test_env_cookie",
17367
17350
  {
17368
17351
  "name": "auth_cookie",
17369
17352
  "path": "auth-cookie.txt"
@@ -17372,6 +17355,11 @@
17372
17355
  "name": "session_token",
17373
17356
  "variable": "SESSION_TOKEN"
17374
17357
  },
17358
+ {
17359
+ "name": "test_cookie",
17360
+ "path": "test-cookie.txt",
17361
+ "overwrite": true
17362
+ },
17375
17363
  {
17376
17364
  "name": "user_session",
17377
17365
  "path": "user-session.txt",
@@ -17873,7 +17861,6 @@
17873
17861
  "type": "string",
17874
17862
  "title": "Cookie file path",
17875
17863
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
17876
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
17877
17864
  "transform": [
17878
17865
  "trim"
17879
17866
  ]
@@ -17974,7 +17961,6 @@
17974
17961
  "type": "string",
17975
17962
  "title": "Cookie file path",
17976
17963
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
17977
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
17978
17964
  "transform": [
17979
17965
  "trim"
17980
17966
  ]
@@ -18003,10 +17989,15 @@
18003
17989
  "examples": [
18004
17990
  "session_token",
18005
17991
  "./test-data/auth-session.txt",
17992
+ "test_env_cookie",
18006
17993
  {
18007
17994
  "name": "auth_cookie",
18008
17995
  "variable": "AUTH_COOKIE"
18009
17996
  },
17997
+ {
17998
+ "name": "test_cookie",
17999
+ "path": "test-cookie.txt"
18000
+ },
18010
18001
  {
18011
18002
  "name": "session_token",
18012
18003
  "path": "session-token.txt",
@@ -22639,7 +22630,6 @@
22639
22630
  "type": "string",
22640
22631
  "title": "Cookie file path",
22641
22632
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
22642
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
22643
22633
  "transform": [
22644
22634
  "trim"
22645
22635
  ]
@@ -22696,11 +22686,6 @@
22696
22686
  "required": [
22697
22687
  "directory"
22698
22688
  ]
22699
- },
22700
- {
22701
- "required": [
22702
- "overwrite"
22703
- ]
22704
22689
  }
22705
22690
  ]
22706
22691
  }
@@ -22751,7 +22736,6 @@
22751
22736
  "type": "string",
22752
22737
  "title": "Cookie file path",
22753
22738
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
22754
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
22755
22739
  "transform": [
22756
22740
  "trim"
22757
22741
  ]
@@ -22808,11 +22792,6 @@
22808
22792
  "required": [
22809
22793
  "directory"
22810
22794
  ]
22811
- },
22812
- {
22813
- "required": [
22814
- "overwrite"
22815
- ]
22816
22795
  }
22817
22796
  ]
22818
22797
  }
@@ -22824,6 +22803,7 @@
22824
22803
  },
22825
22804
  "examples": [
22826
22805
  "session_token",
22806
+ "test_env_cookie",
22827
22807
  {
22828
22808
  "name": "auth_cookie",
22829
22809
  "path": "auth-cookie.txt"
@@ -22832,6 +22812,11 @@
22832
22812
  "name": "session_token",
22833
22813
  "variable": "SESSION_TOKEN"
22834
22814
  },
22815
+ {
22816
+ "name": "test_cookie",
22817
+ "path": "test-cookie.txt",
22818
+ "overwrite": true
22819
+ },
22835
22820
  {
22836
22821
  "name": "user_session",
22837
22822
  "path": "user-session.txt",
@@ -23333,7 +23318,6 @@
23333
23318
  "type": "string",
23334
23319
  "title": "Cookie file path",
23335
23320
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
23336
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
23337
23321
  "transform": [
23338
23322
  "trim"
23339
23323
  ]
@@ -23434,7 +23418,6 @@
23434
23418
  "type": "string",
23435
23419
  "title": "Cookie file path",
23436
23420
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
23437
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
23438
23421
  "transform": [
23439
23422
  "trim"
23440
23423
  ]
@@ -23463,10 +23446,15 @@
23463
23446
  "examples": [
23464
23447
  "session_token",
23465
23448
  "./test-data/auth-session.txt",
23449
+ "test_env_cookie",
23466
23450
  {
23467
23451
  "name": "auth_cookie",
23468
23452
  "variable": "AUTH_COOKIE"
23469
23453
  },
23454
+ {
23455
+ "name": "test_cookie",
23456
+ "path": "test-cookie.txt"
23457
+ },
23470
23458
  {
23471
23459
  "name": "session_token",
23472
23460
  "path": "session-token.txt",
@@ -43,7 +43,6 @@
43
43
  "type": "string",
44
44
  "title": "Cookie file path",
45
45
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
46
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
47
46
  "transform": [
48
47
  "trim"
49
48
  ]
@@ -100,11 +99,6 @@
100
99
  "required": [
101
100
  "directory"
102
101
  ]
103
- },
104
- {
105
- "required": [
106
- "overwrite"
107
- ]
108
102
  }
109
103
  ]
110
104
  }
@@ -155,7 +149,6 @@
155
149
  "type": "string",
156
150
  "title": "Cookie file path",
157
151
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
158
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
159
152
  "transform": [
160
153
  "trim"
161
154
  ]
@@ -212,11 +205,6 @@
212
205
  "required": [
213
206
  "directory"
214
207
  ]
215
- },
216
- {
217
- "required": [
218
- "overwrite"
219
- ]
220
208
  }
221
209
  ]
222
210
  }
@@ -228,6 +216,7 @@
228
216
  },
229
217
  "examples": [
230
218
  "session_token",
219
+ "test_env_cookie",
231
220
  {
232
221
  "name": "auth_cookie",
233
222
  "path": "auth-cookie.txt"
@@ -236,6 +225,11 @@
236
225
  "name": "session_token",
237
226
  "variable": "SESSION_TOKEN"
238
227
  },
228
+ {
229
+ "name": "test_cookie",
230
+ "path": "test-cookie.txt",
231
+ "overwrite": true
232
+ },
239
233
  {
240
234
  "name": "user_session",
241
235
  "path": "user-session.txt",
@@ -5064,7 +5064,6 @@
5064
5064
  "type": "string",
5065
5065
  "title": "Cookie file path",
5066
5066
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
5067
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
5068
5067
  "transform": [
5069
5068
  "trim"
5070
5069
  ]
@@ -5121,11 +5120,6 @@
5121
5120
  "required": [
5122
5121
  "directory"
5123
5122
  ]
5124
- },
5125
- {
5126
- "required": [
5127
- "overwrite"
5128
- ]
5129
5123
  }
5130
5124
  ]
5131
5125
  }
@@ -5176,7 +5170,6 @@
5176
5170
  "type": "string",
5177
5171
  "title": "Cookie file path",
5178
5172
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
5179
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
5180
5173
  "transform": [
5181
5174
  "trim"
5182
5175
  ]
@@ -5233,11 +5226,6 @@
5233
5226
  "required": [
5234
5227
  "directory"
5235
5228
  ]
5236
- },
5237
- {
5238
- "required": [
5239
- "overwrite"
5240
- ]
5241
5229
  }
5242
5230
  ]
5243
5231
  }
@@ -5249,6 +5237,7 @@
5249
5237
  },
5250
5238
  "examples": [
5251
5239
  "session_token",
5240
+ "test_env_cookie",
5252
5241
  {
5253
5242
  "name": "auth_cookie",
5254
5243
  "path": "auth-cookie.txt"
@@ -5257,6 +5246,11 @@
5257
5246
  "name": "session_token",
5258
5247
  "variable": "SESSION_TOKEN"
5259
5248
  },
5249
+ {
5250
+ "name": "test_cookie",
5251
+ "path": "test-cookie.txt",
5252
+ "overwrite": true
5253
+ },
5260
5254
  {
5261
5255
  "name": "user_session",
5262
5256
  "path": "user-session.txt",
@@ -5758,7 +5752,6 @@
5758
5752
  "type": "string",
5759
5753
  "title": "Cookie file path",
5760
5754
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
5761
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
5762
5755
  "transform": [
5763
5756
  "trim"
5764
5757
  ]
@@ -5859,7 +5852,6 @@
5859
5852
  "type": "string",
5860
5853
  "title": "Cookie file path",
5861
5854
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
5862
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
5863
5855
  "transform": [
5864
5856
  "trim"
5865
5857
  ]
@@ -5888,10 +5880,15 @@
5888
5880
  "examples": [
5889
5881
  "session_token",
5890
5882
  "./test-data/auth-session.txt",
5883
+ "test_env_cookie",
5891
5884
  {
5892
5885
  "name": "auth_cookie",
5893
5886
  "variable": "AUTH_COOKIE"
5894
5887
  },
5888
+ {
5889
+ "name": "test_cookie",
5890
+ "path": "test-cookie.txt"
5891
+ },
5895
5892
  {
5896
5893
  "name": "session_token",
5897
5894
  "path": "session-token.txt",
@@ -10524,7 +10521,6 @@
10524
10521
  "type": "string",
10525
10522
  "title": "Cookie file path",
10526
10523
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
10527
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
10528
10524
  "transform": [
10529
10525
  "trim"
10530
10526
  ]
@@ -10581,11 +10577,6 @@
10581
10577
  "required": [
10582
10578
  "directory"
10583
10579
  ]
10584
- },
10585
- {
10586
- "required": [
10587
- "overwrite"
10588
- ]
10589
10580
  }
10590
10581
  ]
10591
10582
  }
@@ -10636,7 +10627,6 @@
10636
10627
  "type": "string",
10637
10628
  "title": "Cookie file path",
10638
10629
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
10639
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
10640
10630
  "transform": [
10641
10631
  "trim"
10642
10632
  ]
@@ -10693,11 +10683,6 @@
10693
10683
  "required": [
10694
10684
  "directory"
10695
10685
  ]
10696
- },
10697
- {
10698
- "required": [
10699
- "overwrite"
10700
- ]
10701
10686
  }
10702
10687
  ]
10703
10688
  }
@@ -10709,6 +10694,7 @@
10709
10694
  },
10710
10695
  "examples": [
10711
10696
  "session_token",
10697
+ "test_env_cookie",
10712
10698
  {
10713
10699
  "name": "auth_cookie",
10714
10700
  "path": "auth-cookie.txt"
@@ -10717,6 +10703,11 @@
10717
10703
  "name": "session_token",
10718
10704
  "variable": "SESSION_TOKEN"
10719
10705
  },
10706
+ {
10707
+ "name": "test_cookie",
10708
+ "path": "test-cookie.txt",
10709
+ "overwrite": true
10710
+ },
10720
10711
  {
10721
10712
  "name": "user_session",
10722
10713
  "path": "user-session.txt",
@@ -11218,7 +11209,6 @@
11218
11209
  "type": "string",
11219
11210
  "title": "Cookie file path",
11220
11211
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
11221
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
11222
11212
  "transform": [
11223
11213
  "trim"
11224
11214
  ]
@@ -11319,7 +11309,6 @@
11319
11309
  "type": "string",
11320
11310
  "title": "Cookie file path",
11321
11311
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
11322
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
11323
11312
  "transform": [
11324
11313
  "trim"
11325
11314
  ]
@@ -11348,10 +11337,15 @@
11348
11337
  "examples": [
11349
11338
  "session_token",
11350
11339
  "./test-data/auth-session.txt",
11340
+ "test_env_cookie",
11351
11341
  {
11352
11342
  "name": "auth_cookie",
11353
11343
  "variable": "AUTH_COOKIE"
11354
11344
  },
11345
+ {
11346
+ "name": "test_cookie",
11347
+ "path": "test-cookie.txt"
11348
+ },
11355
11349
  {
11356
11350
  "name": "session_token",
11357
11351
  "path": "session-token.txt",