@itentialopensource/adapter-apic 0.12.2 → 0.14.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.
@@ -77,7 +77,7 @@
77
77
  "protocol": {
78
78
  "type": "string",
79
79
  "description": "the protocol to use to connect to server",
80
- "default": "http",
80
+ "default": "https",
81
81
  "enum": [
82
82
  "http",
83
83
  "https"
@@ -274,6 +274,44 @@
274
274
  "description": "The grant type for OAuth requests - can also provide in schema",
275
275
  "default": ""
276
276
  },
277
+ "auth_request_datatype": {
278
+ "type": "string",
279
+ "description": "Override the request data type for token authentication requests. When set, this overrides the schema's requestDatatype",
280
+ "default": "",
281
+ "enum": [
282
+ "",
283
+ "JSON",
284
+ "JSON2XML",
285
+ "PLAIN",
286
+ "XML",
287
+ "URLENCODE",
288
+ "URLQUERY",
289
+ "FORM"
290
+ ]
291
+ },
292
+ "auth_response_datatype": {
293
+ "type": "string",
294
+ "description": "Override the response data type for token authentication requests. When set, this overrides the schema's responseDatatype",
295
+ "default": "",
296
+ "enum": [
297
+ "",
298
+ "JSON",
299
+ "XML2JSON",
300
+ "PLAIN",
301
+ "XML",
302
+ "URLENCODE"
303
+ ]
304
+ },
305
+ "token_response_placement": {
306
+ "type": "string",
307
+ "description": "Override where to extract the token from the authentication response (HEADER or BODY). When set, this overrides the schema's token placement setting",
308
+ "default": "",
309
+ "enum": [
310
+ "",
311
+ "HEADER",
312
+ "BODY"
313
+ ]
314
+ },
277
315
  "sensitive": {
278
316
  "type": "array",
279
317
  "description": "List of sensitive keys to search and hide values from being logged",
@@ -692,7 +730,7 @@
692
730
  "protocol": {
693
731
  "type": "string",
694
732
  "description": "the protocol to use to connect to the proxy",
695
- "default": "http",
733
+ "default": "https",
696
734
  "enum": [
697
735
  "http",
698
736
  "https",
@@ -1724,4 +1762,4 @@
1724
1762
  }
1725
1763
  }
1726
1764
  }
1727
- }
1765
+ }
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "0.10.7",
3
- "configLines": 3737,
2
+ "version": "0.12.2",
3
+ "configLines": 5549,
4
4
  "scriptLines": 2498,
5
- "codeLines": 2588,
6
- "testLines": 4160,
7
- "testCases": 180,
8
- "totalCodeLines": 9246,
9
- "wfTasks": 31
5
+ "codeLines": 4719,
6
+ "testLines": 5568,
7
+ "testCases": 258,
8
+ "totalCodeLines": 12785,
9
+ "wfTasks": 54
10
10
  }