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

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.
@@ -5082,7 +5082,6 @@
5082
5082
  "type": "string",
5083
5083
  "title": "Cookie file path",
5084
5084
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
5085
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
5086
5085
  "transform": [
5087
5086
  "trim"
5088
5087
  ]
@@ -5139,11 +5138,6 @@
5139
5138
  "required": [
5140
5139
  "directory"
5141
5140
  ]
5142
- },
5143
- {
5144
- "required": [
5145
- "overwrite"
5146
- ]
5147
5141
  }
5148
5142
  ]
5149
5143
  }
@@ -5194,7 +5188,6 @@
5194
5188
  "type": "string",
5195
5189
  "title": "Cookie file path",
5196
5190
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
5197
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
5198
5191
  "transform": [
5199
5192
  "trim"
5200
5193
  ]
@@ -5251,11 +5244,6 @@
5251
5244
  "required": [
5252
5245
  "directory"
5253
5246
  ]
5254
- },
5255
- {
5256
- "required": [
5257
- "overwrite"
5258
- ]
5259
5247
  }
5260
5248
  ]
5261
5249
  }
@@ -5267,6 +5255,7 @@
5267
5255
  },
5268
5256
  "examples": [
5269
5257
  "session_token",
5258
+ "test_env_cookie",
5270
5259
  {
5271
5260
  "name": "auth_cookie",
5272
5261
  "path": "auth-cookie.txt"
@@ -5275,6 +5264,11 @@
5275
5264
  "name": "session_token",
5276
5265
  "variable": "SESSION_TOKEN"
5277
5266
  },
5267
+ {
5268
+ "name": "test_cookie",
5269
+ "path": "test-cookie.txt",
5270
+ "overwrite": true
5271
+ },
5278
5272
  {
5279
5273
  "name": "user_session",
5280
5274
  "path": "user-session.txt",
@@ -5776,7 +5770,6 @@
5776
5770
  "type": "string",
5777
5771
  "title": "Cookie file path",
5778
5772
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
5779
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
5780
5773
  "transform": [
5781
5774
  "trim"
5782
5775
  ]
@@ -5877,7 +5870,6 @@
5877
5870
  "type": "string",
5878
5871
  "title": "Cookie file path",
5879
5872
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
5880
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
5881
5873
  "transform": [
5882
5874
  "trim"
5883
5875
  ]
@@ -5906,10 +5898,15 @@
5906
5898
  "examples": [
5907
5899
  "session_token",
5908
5900
  "./test-data/auth-session.txt",
5901
+ "test_env_cookie",
5909
5902
  {
5910
5903
  "name": "auth_cookie",
5911
5904
  "variable": "AUTH_COOKIE"
5912
5905
  },
5906
+ {
5907
+ "name": "test_cookie",
5908
+ "path": "test-cookie.txt"
5909
+ },
5913
5910
  {
5914
5911
  "name": "session_token",
5915
5912
  "path": "session-token.txt",
@@ -10542,7 +10539,6 @@
10542
10539
  "type": "string",
10543
10540
  "title": "Cookie file path",
10544
10541
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
10545
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
10546
10542
  "transform": [
10547
10543
  "trim"
10548
10544
  ]
@@ -10599,11 +10595,6 @@
10599
10595
  "required": [
10600
10596
  "directory"
10601
10597
  ]
10602
- },
10603
- {
10604
- "required": [
10605
- "overwrite"
10606
- ]
10607
10598
  }
10608
10599
  ]
10609
10600
  }
@@ -10654,7 +10645,6 @@
10654
10645
  "type": "string",
10655
10646
  "title": "Cookie file path",
10656
10647
  "description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
10657
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
10658
10648
  "transform": [
10659
10649
  "trim"
10660
10650
  ]
@@ -10711,11 +10701,6 @@
10711
10701
  "required": [
10712
10702
  "directory"
10713
10703
  ]
10714
- },
10715
- {
10716
- "required": [
10717
- "overwrite"
10718
- ]
10719
10704
  }
10720
10705
  ]
10721
10706
  }
@@ -10727,6 +10712,7 @@
10727
10712
  },
10728
10713
  "examples": [
10729
10714
  "session_token",
10715
+ "test_env_cookie",
10730
10716
  {
10731
10717
  "name": "auth_cookie",
10732
10718
  "path": "auth-cookie.txt"
@@ -10735,6 +10721,11 @@
10735
10721
  "name": "session_token",
10736
10722
  "variable": "SESSION_TOKEN"
10737
10723
  },
10724
+ {
10725
+ "name": "test_cookie",
10726
+ "path": "test-cookie.txt",
10727
+ "overwrite": true
10728
+ },
10738
10729
  {
10739
10730
  "name": "user_session",
10740
10731
  "path": "user-session.txt",
@@ -11236,7 +11227,6 @@
11236
11227
  "type": "string",
11237
11228
  "title": "Cookie file path",
11238
11229
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
11239
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
11240
11230
  "transform": [
11241
11231
  "trim"
11242
11232
  ]
@@ -11337,7 +11327,6 @@
11337
11327
  "type": "string",
11338
11328
  "title": "Cookie file path",
11339
11329
  "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
11340
- "pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
11341
11330
  "transform": [
11342
11331
  "trim"
11343
11332
  ]
@@ -11366,10 +11355,15 @@
11366
11355
  "examples": [
11367
11356
  "session_token",
11368
11357
  "./test-data/auth-session.txt",
11358
+ "test_env_cookie",
11369
11359
  {
11370
11360
  "name": "auth_cookie",
11371
11361
  "variable": "AUTH_COOKIE"
11372
11362
  },
11363
+ {
11364
+ "name": "test_cookie",
11365
+ "path": "test-cookie.txt"
11366
+ },
11373
11367
  {
11374
11368
  "name": "session_token",
11375
11369
  "path": "session-token.txt",
@@ -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",