@itentialopensource/adapter-six_connect 0.6.0 → 0.6.1

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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.6.1 [06-04-2022]
3
+
4
+ * Add schema for query parameter changes in names
5
+
6
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-six_connect!9
7
+
8
+ ---
9
+
2
10
  ## 0.6.0 [05-20-2022]
3
11
 
4
12
  * Migration to the latest Adapter Foundation
@@ -98,6 +98,72 @@
98
98
  "getSizeSizes"
99
99
  ],
100
100
  "external_name": "ph_request_type"
101
+ },
102
+ "lirId": {
103
+ "type": "string",
104
+ "description": "lir id",
105
+ "parse": false,
106
+ "encode": false,
107
+ "encrypt": {
108
+ "type": "AES",
109
+ "key": ""
110
+ },
111
+ "external_name": "lir_id"
112
+ },
113
+ "regionId": {
114
+ "type": "string",
115
+ "description": "region id",
116
+ "parse": false,
117
+ "encode": false,
118
+ "encrypt": {
119
+ "type": "AES",
120
+ "key": ""
121
+ },
122
+ "external_name": "region_id"
123
+ },
124
+ "resourceId": {
125
+ "type": "string",
126
+ "description": "resource id",
127
+ "parse": false,
128
+ "encode": false,
129
+ "encrypt": {
130
+ "type": "AES",
131
+ "key": ""
132
+ },
133
+ "external_name": "resource_id"
134
+ },
135
+ "vlanId": {
136
+ "type": "string",
137
+ "description": "vlan id",
138
+ "parse": false,
139
+ "encode": false,
140
+ "encrypt": {
141
+ "type": "AES",
142
+ "key": ""
143
+ },
144
+ "external_name": "vlan_id"
145
+ },
146
+ "ruleId": {
147
+ "type": "string",
148
+ "description": "rule id",
149
+ "parse": false,
150
+ "encode": false,
151
+ "encrypt": {
152
+ "type": "AES",
153
+ "key": ""
154
+ },
155
+ "external_name": "rule_id"
156
+ },
157
+ "orgId": {
158
+ "type": "string",
159
+ "description": "org id",
160
+ "parse": false,
161
+ "encode": false,
162
+ "encrypt": {
163
+ "type": "AES",
164
+ "key": ""
165
+ },
166
+ "external_name": "org_id"
101
167
  }
102
168
  },
103
169
  "definitions": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-six_connect",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "This adapter integrates with system Six_connect",
5
5
  "main": "adapter.js",
6
6
  "systemName": "6connect",
Binary file