@itentialopensource/adapter-paragon_pathfinder 1.0.0 → 1.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.
Files changed (42) hide show
  1. package/CALLS.md +0 -2812
  2. package/CHANGELOG.md +16 -0
  3. package/adapter.js +0 -39496
  4. package/package.json +1 -1
  5. package/pronghorn.json +0 -99689
  6. package/refs?service=git-upload-pack +0 -0
  7. package/report/adapterInfo.json +7 -7
  8. package/test/integration/adapterTestIntegration.js +0 -35252
  9. package/test/unit/adapterTestUnit.js +0 -13305
  10. package/entities/Authentication/action.json +0 -45
  11. package/entities/Authentication/schema.json +0 -20
  12. package/entities/Authorization/action.json +0 -105
  13. package/entities/Authorization/schema.json +0 -23
  14. package/entities/CommandService/action.json +0 -44
  15. package/entities/CommandService/schema.json +0 -20
  16. package/entities/ConfigOperationService/action.json +0 -184
  17. package/entities/ConfigOperationService/schema.json +0 -27
  18. package/entities/ConfigResourceService/action.json +0 -964
  19. package/entities/ConfigResourceService/schema.json +0 -66
  20. package/entities/ConfigTemplateService/action.json +0 -345
  21. package/entities/ConfigTemplateService/schema.json +0 -266
  22. package/entities/DeviceLCMService/action.json +0 -44
  23. package/entities/DeviceLCMService/schema.json +0 -20
  24. package/entities/DeviceOnboardingService/action.json +0 -105
  25. package/entities/DeviceOnboardingService/schema.json +0 -23
  26. package/entities/DevicemanagerService/action.json +0 -1770
  27. package/entities/DevicemanagerService/schema.json +0 -402
  28. package/entities/DevicemodelService/action.json +0 -2114
  29. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportComponent-default.json +0 -49
  30. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDevice-default.json +0 -29
  31. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDeviceView-default.json +0 -53
  32. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportInterface-default.json +0 -21
  33. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicense-default.json +0 -45
  34. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicenseFeature-default.json +0 -41
  35. package/entities/DevicemodelService/schema.json +0 -419
  36. package/entities/IamRPCService/action.json +0 -872
  37. package/entities/IamRPCService/schema.json +0 -325
  38. package/entities/IamService/action.json +0 -2740
  39. package/entities/IamService/mockdatafiles/iamServiceExportUserView-default.json +0 -53
  40. package/entities/IamService/schema.json +0 -670
  41. package/entities/InventoryService/action.json +0 -164
  42. package/entities/InventoryService/schema.json +0 -26
@@ -1,325 +0,0 @@
1
- {
2
- "$id": "schema.json",
3
- "type": "object",
4
- "schema": "http://json-schema.org/draft-07/schema#",
5
- "translate": true,
6
- "dynamicfields": true,
7
- "properties": {
8
- "ph_request_type": {
9
- "type": "string",
10
- "description": "type of request (internal to adapter)",
11
- "default": "iamRPCServiceCheckOIDCServerConnection",
12
- "enum": [
13
- "iamRPCServiceCheckOIDCServerConnection",
14
- "iamRPCServiceDeleteOpenIDCSetting",
15
- "iamRPCServiceActivateUser",
16
- "iamRPCServiceGetSAMLAuthenticateTokenFromSAMLResponseXML",
17
- "iamRPCServiceDeleteUser",
18
- "iamRPCServiceImport",
19
- "iamRPCServiceActivateUserWithoutPassword",
20
- "iamRPCServiceForgotPassword",
21
- "iamRPCServiceSupportedUserVerificationMethods",
22
- "iamRPCServiceGetIdentityProviders",
23
- "iamRPCServiceVerifyActivationCode",
24
- "iamRPCServiceGetCapabilityCatalog",
25
- "iamRPCServiceUpdateAuthenticationSettings",
26
- "iamRPCServiceCreateScope",
27
- "iamRPCServiceSendTestMail",
28
- "iamRPCServiceGetIdentityProvidersRedirectURLs",
29
- "iamRPCServiceDeleteScope",
30
- "iamRPCServiceSendForgotPasswordEmail",
31
- "iamRPCServiceCreateSAMLSetting",
32
- "iamRPCServiceConfigureSMTPServer",
33
- "iamRPCServiceSearchIdentityProviderGroups",
34
- "iamRPCServiceEditSAMLSetting",
35
- "iamRPCServiceDeleteSAMLSetting",
36
- "iamRPCServiceCreateUser",
37
- "iamRPCServiceGetUsersByRoleAssignmentAndStatus",
38
- "iamRPCServiceGetPortalURL",
39
- "iamRPCServiceUpdateScope",
40
- "iamRPCServiceEditUser",
41
- "iamRPCServiceEditOpenIDCSetting",
42
- "iamRPCServiceCheckLDAPNetworkConnection",
43
- "iamRPCServiceExport",
44
- "iamRPCServiceGetUserDetailsData",
45
- "iamRPCServiceCreateOpenIDCSetting",
46
- "iamRPCServiceCheckLDAPAuthentication",
47
- "iamRPCServiceGetOidcRedirectAuthUri",
48
- "iamRPCServiceSendActivateUserEmail",
49
- "iamRPCServiceEditUserGroup",
50
- "iamRPCServiceResetPassword",
51
- "iamRPCServiceCreateUserGroup",
52
- "iamRPCServiceGetUserScopes",
53
- "iamRPCServiceChangePassword",
54
- "iamRPCServiceUpdateIdentityProviderPriority",
55
- "iamRPCServiceConfigureLDAPServer"
56
- ],
57
- "external_name": "ph_request_type"
58
- },
59
- "scopeId": {
60
- "type": "string",
61
- "description": "scopeID which needs portal url.",
62
- "parse": false,
63
- "encode": false,
64
- "encrypt": {
65
- "type": "AES",
66
- "key": ""
67
- },
68
- "external_name": "scope_id"
69
- },
70
- "roleName": {
71
- "type": "string",
72
- "description": "RoleName of the user assignment role.",
73
- "parse": false,
74
- "encode": false,
75
- "encrypt": {
76
- "type": "AES",
77
- "key": ""
78
- },
79
- "external_name": "role_name"
80
- },
81
- "userName": {
82
- "type": "string",
83
- "description": "UserName of the user details.",
84
- "parse": false,
85
- "encode": false,
86
- "encrypt": {
87
- "type": "AES",
88
- "key": ""
89
- },
90
- "external_name": "user_name"
91
- },
92
- "specSize": {
93
- "type": "string",
94
- "description": "Number of items expected to be returned.",
95
- "parse": false,
96
- "encode": false,
97
- "encrypt": {
98
- "type": "AES",
99
- "key": ""
100
- },
101
- "external_name": "spec.size"
102
- },
103
- "specPageMarker": {
104
- "type": "string",
105
- "description": "Include only objects with UUID lexically greater than this.",
106
- "parse": false,
107
- "encode": false,
108
- "encrypt": {
109
- "type": "AES",
110
- "key": ""
111
- },
112
- "external_name": "spec.page_marker"
113
- },
114
- "specDetail": {
115
- "type": "boolean",
116
- "description": "Include detail informatoin or not.",
117
- "parse": false,
118
- "encode": false,
119
- "encrypt": {
120
- "type": "AES",
121
- "key": ""
122
- },
123
- "external_name": "spec.detail"
124
- },
125
- "specCount": {
126
- "type": "boolean",
127
- "description": "",
128
- "parse": false,
129
- "encode": false,
130
- "encrypt": {
131
- "type": "AES",
132
- "key": ""
133
- },
134
- "external_name": "spec.count"
135
- },
136
- "specExcludeShared": {
137
- "type": "boolean",
138
- "description": "Include shared resources or not.",
139
- "parse": false,
140
- "encode": false,
141
- "encrypt": {
142
- "type": "AES",
143
- "key": ""
144
- },
145
- "external_name": "spec.exclude_shared"
146
- },
147
- "specExcludeHrefs": {
148
- "type": "boolean",
149
- "description": "Exclude href parameters.",
150
- "parse": false,
151
- "encode": false,
152
- "encrypt": {
153
- "type": "AES",
154
- "key": ""
155
- },
156
- "external_name": "spec.exclude_hrefs"
157
- },
158
- "specParentFqNameStr": {
159
- "type": "array",
160
- "description": "Filter by parent FQ Name.",
161
- "parse": false,
162
- "encode": false,
163
- "encrypt": {
164
- "type": "AES",
165
- "key": ""
166
- },
167
- "external_name": "spec.parent_fq_name_str"
168
- },
169
- "specParentType": {
170
- "type": "string",
171
- "description": "Filter by parent type.",
172
- "parse": false,
173
- "encode": false,
174
- "encrypt": {
175
- "type": "AES",
176
- "key": ""
177
- },
178
- "external_name": "spec.parent_type"
179
- },
180
- "specParentId": {
181
- "type": "array",
182
- "description": "Filter by parent UUIDs.",
183
- "parse": false,
184
- "encode": false,
185
- "encrypt": {
186
- "type": "AES",
187
- "key": ""
188
- },
189
- "external_name": "spec.parent_id"
190
- },
191
- "specBackRefId": {
192
- "type": "array",
193
- "description": "Filter by backref UUIDss.",
194
- "parse": false,
195
- "encode": false,
196
- "encrypt": {
197
- "type": "AES",
198
- "key": ""
199
- },
200
- "external_name": "spec.back_ref_id"
201
- },
202
- "specObjUuids": {
203
- "type": "array",
204
- "description": "Filter by UUIDs.",
205
- "parse": false,
206
- "encode": false,
207
- "encrypt": {
208
- "type": "AES",
209
- "key": ""
210
- },
211
- "external_name": "spec.obj_uuids"
212
- },
213
- "specFields": {
214
- "type": "array",
215
- "description": "limit displayed fields.",
216
- "parse": false,
217
- "encode": false,
218
- "encrypt": {
219
- "type": "AES",
220
- "key": ""
221
- },
222
- "external_name": "spec.fields"
223
- },
224
- "specFilters": {
225
- "type": "array",
226
- "description": "QueryFilter in string format.\nGrpc-gateway doesn't have support for nested structs and maps so\nintroducing new fields which will take string as input.",
227
- "parse": false,
228
- "encode": false,
229
- "encrypt": {
230
- "type": "AES",
231
- "key": ""
232
- },
233
- "external_name": "spec.filters"
234
- },
235
- "specRefUuids": {
236
- "type": "array",
237
- "description": "Filter by ref UUIDss.",
238
- "parse": false,
239
- "encode": false,
240
- "encrypt": {
241
- "type": "AES",
242
- "key": ""
243
- },
244
- "external_name": "spec.ref_uuids"
245
- },
246
- "specFrom": {
247
- "type": "string",
248
- "description": "Start from items expected to be returned.",
249
- "parse": false,
250
- "encode": false,
251
- "encrypt": {
252
- "type": "AES",
253
- "key": ""
254
- },
255
- "external_name": "spec.from"
256
- },
257
- "specSortby": {
258
- "type": "string",
259
- "description": "Sort by column with ascending or descending by default ascending.",
260
- "parse": false,
261
- "encode": false,
262
- "encrypt": {
263
- "type": "AES",
264
- "key": ""
265
- },
266
- "external_name": "spec.sortby"
267
- },
268
- "specOperation": {
269
- "type": "string",
270
- "description": "Operation determines whether union or interjection.",
271
- "parse": false,
272
- "encode": false,
273
- "encrypt": {
274
- "type": "AES",
275
- "key": ""
276
- },
277
- "external_name": "spec.operation"
278
- },
279
- "specTagFilters": {
280
- "type": "array",
281
- "description": "Filter by Tag Fields.",
282
- "parse": false,
283
- "encode": false,
284
- "encrypt": {
285
- "type": "AES",
286
- "key": ""
287
- },
288
- "external_name": "spec.tag_filters"
289
- },
290
- "specTagDetail": {
291
- "type": "boolean",
292
- "description": "Include Tag Details or not.",
293
- "parse": false,
294
- "encode": false,
295
- "encrypt": {
296
- "type": "AES",
297
- "key": ""
298
- },
299
- "external_name": "spec.tag_detail"
300
- },
301
- "specRefFields": {
302
- "type": "array",
303
- "description": "limit displayed reference fields.",
304
- "parse": false,
305
- "encode": false,
306
- "encrypt": {
307
- "type": "AES",
308
- "key": ""
309
- },
310
- "external_name": "spec.ref_fields"
311
- },
312
- "specExtRefUuids": {
313
- "type": "array",
314
- "description": "Filter by External Ref UUIDss.",
315
- "parse": false,
316
- "encode": false,
317
- "encrypt": {
318
- "type": "AES",
319
- "key": ""
320
- },
321
- "external_name": "spec.ext_ref_uuids"
322
- }
323
- },
324
- "definitions": {}
325
- }