@itentialopensource/adapter-netbox_v33 0.1.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.
Files changed (182) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.gitlab/.gitkeep +0 -0
  4. package/.gitlab/issue_templates/.gitkeep +0 -0
  5. package/.gitlab/issue_templates/Default.md +17 -0
  6. package/.gitlab/issue_templates/bugReportTemplate.md +42 -0
  7. package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
  8. package/.jshintrc +3 -0
  9. package/AUTH.md +39 -0
  10. package/BROKER.md +199 -0
  11. package/CALLS.md +170 -0
  12. package/CHANGELOG.md +9 -0
  13. package/CODE_OF_CONDUCT.md +43 -0
  14. package/CONTRIBUTING.md +172 -0
  15. package/ENHANCE.md +69 -0
  16. package/LICENSE +201 -0
  17. package/PROPERTIES.md +641 -0
  18. package/README.md +337 -0
  19. package/SUMMARY.md +9 -0
  20. package/SYSTEMINFO.md +11 -0
  21. package/TROUBLESHOOT.md +47 -0
  22. package/adapter.js +74593 -0
  23. package/adapterBase.js +1787 -0
  24. package/entities/.generic/action.json +214 -0
  25. package/entities/.generic/schema.json +28 -0
  26. package/entities/.system/action.json +50 -0
  27. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  28. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  29. package/entities/.system/schema.json +19 -0
  30. package/entities/.system/schemaTokenReq.json +53 -0
  31. package/entities/.system/schemaTokenResp.json +53 -0
  32. package/entities/Circuits/action.json +935 -0
  33. package/entities/Circuits/mockdatafiles/getCircuitsCircuitTerminations-default.json +414 -0
  34. package/entities/Circuits/mockdatafiles/getCircuitsCircuitTypes-default.json +171 -0
  35. package/entities/Circuits/mockdatafiles/getCircuitsCircuits-default.json +475 -0
  36. package/entities/Circuits/mockdatafiles/getCircuitsProviderNetworks-default.json +349 -0
  37. package/entities/Circuits/mockdatafiles/getCircuitsProviders-default.json +960 -0
  38. package/entities/Circuits/schema.json +1780 -0
  39. package/entities/Dcim/action.json +7515 -0
  40. package/entities/Dcim/mockdatafiles/getDcimCableTerminations-default.json +77 -0
  41. package/entities/Dcim/mockdatafiles/getDcimCables-default.json +133 -0
  42. package/entities/Dcim/mockdatafiles/getDcimConsolePortTemplates-default.json +95 -0
  43. package/entities/Dcim/mockdatafiles/getDcimConsolePorts-default.json +686 -0
  44. package/entities/Dcim/mockdatafiles/getDcimConsoleServerPortTemplates-default.json +315 -0
  45. package/entities/Dcim/mockdatafiles/getDcimConsoleServerPorts-default.json +353 -0
  46. package/entities/Dcim/mockdatafiles/getDcimDeviceBayTemplates-default.json +215 -0
  47. package/entities/Dcim/mockdatafiles/getDcimDeviceBays-default.json +324 -0
  48. package/entities/Dcim/mockdatafiles/getDcimDeviceRoles-default.json +104 -0
  49. package/entities/Dcim/mockdatafiles/getDcimDeviceTypes-default.json +414 -0
  50. package/entities/Dcim/mockdatafiles/getDcimDevices-default.json +703 -0
  51. package/entities/Dcim/mockdatafiles/getDcimFrontPortTemplates-default.json +163 -0
  52. package/entities/Dcim/mockdatafiles/getDcimFrontPorts-default.json +1008 -0
  53. package/entities/Dcim/mockdatafiles/getDcimInterfaceTemplates-default.json +60 -0
  54. package/entities/Dcim/mockdatafiles/getDcimInterfaces-default.json +1224 -0
  55. package/entities/Dcim/mockdatafiles/getDcimInventoryItemRoles-default.json +480 -0
  56. package/entities/Dcim/mockdatafiles/getDcimInventoryItemTemplates-default.json +295 -0
  57. package/entities/Dcim/mockdatafiles/getDcimInventoryItems-default.json +515 -0
  58. package/entities/Dcim/mockdatafiles/getDcimLocations-default.json +248 -0
  59. package/entities/Dcim/mockdatafiles/getDcimManufacturers-default.json +407 -0
  60. package/entities/Dcim/mockdatafiles/getDcimModuleBayTemplates-default.json +115 -0
  61. package/entities/Dcim/mockdatafiles/getDcimModuleBays-default.json +641 -0
  62. package/entities/Dcim/mockdatafiles/getDcimModuleTypes-default.json +121 -0
  63. package/entities/Dcim/mockdatafiles/getDcimModules-default.json +109 -0
  64. package/entities/Dcim/mockdatafiles/getDcimPlatforms-default.json +381 -0
  65. package/entities/Dcim/mockdatafiles/getDcimPowerFeeds-default.json +567 -0
  66. package/entities/Dcim/mockdatafiles/getDcimPowerOutletTemplates-default.json +493 -0
  67. package/entities/Dcim/mockdatafiles/getDcimPowerOutlets-default.json +207 -0
  68. package/entities/Dcim/mockdatafiles/getDcimPowerPanels-default.json +111 -0
  69. package/entities/Dcim/mockdatafiles/getDcimPowerPortTemplates-default.json +283 -0
  70. package/entities/Dcim/mockdatafiles/getDcimPowerPorts-default.json +89 -0
  71. package/entities/Dcim/mockdatafiles/getDcimRackReservations-default.json +735 -0
  72. package/entities/Dcim/mockdatafiles/getDcimRackRoles-default.json +69 -0
  73. package/entities/Dcim/mockdatafiles/getDcimRacks-default.json +1019 -0
  74. package/entities/Dcim/mockdatafiles/getDcimRacksIdElevation-default.json +50 -0
  75. package/entities/Dcim/mockdatafiles/getDcimRearPortTemplates-default.json +53 -0
  76. package/entities/Dcim/mockdatafiles/getDcimRearPorts-default.json +127 -0
  77. package/entities/Dcim/mockdatafiles/getDcimRegions-default.json +79 -0
  78. package/entities/Dcim/mockdatafiles/getDcimSiteGroups-default.json +711 -0
  79. package/entities/Dcim/mockdatafiles/getDcimSites-default.json +319 -0
  80. package/entities/Dcim/mockdatafiles/getDcimVirtualChassis-default.json +248 -0
  81. package/entities/Dcim/schema.json +5339 -0
  82. package/entities/Extras/action.json +1690 -0
  83. package/entities/Extras/mockdatafiles/getExtrasConfigContexts-default.json +6348 -0
  84. package/entities/Extras/mockdatafiles/getExtrasContentTypes-default.json +21 -0
  85. package/entities/Extras/mockdatafiles/getExtrasCustomFields-default.json +466 -0
  86. package/entities/Extras/mockdatafiles/getExtrasCustomLinks-default.json +71 -0
  87. package/entities/Extras/mockdatafiles/getExtrasExportTemplates-default.json +63 -0
  88. package/entities/Extras/mockdatafiles/getExtrasImageAttachments-default.json +91 -0
  89. package/entities/Extras/mockdatafiles/getExtrasJobResults-default.json +28 -0
  90. package/entities/Extras/mockdatafiles/getExtrasJournalEntries-default.json +106 -0
  91. package/entities/Extras/mockdatafiles/getExtrasObjectChanges-default.json +99 -0
  92. package/entities/Extras/mockdatafiles/getExtrasTags-default.json +55 -0
  93. package/entities/Extras/mockdatafiles/getExtrasWebhooks-default.json +64 -0
  94. package/entities/Extras/schema.json +2939 -0
  95. package/entities/Ipam/action.json +3262 -0
  96. package/entities/Ipam/mockdatafiles/getIpamAggregates-default.json +703 -0
  97. package/entities/Ipam/mockdatafiles/getIpamAsns-default.json +465 -0
  98. package/entities/Ipam/mockdatafiles/getIpamFhrpGroupAssignments-default.json +43 -0
  99. package/entities/Ipam/mockdatafiles/getIpamFhrpGroups-default.json +148 -0
  100. package/entities/Ipam/mockdatafiles/getIpamIpAddresses-default.json +1231 -0
  101. package/entities/Ipam/mockdatafiles/getIpamIpRanges-default.json +681 -0
  102. package/entities/Ipam/mockdatafiles/getIpamIpRangesIdAvailableIps-default.json +14 -0
  103. package/entities/Ipam/mockdatafiles/getIpamL2vpnTerminations-default.json +473 -0
  104. package/entities/Ipam/mockdatafiles/getIpamL2vpns-default.json +1142 -0
  105. package/entities/Ipam/mockdatafiles/getIpamPrefixes-default.json +791 -0
  106. package/entities/Ipam/mockdatafiles/getIpamPrefixesIdAvailableIps-default.json +14 -0
  107. package/entities/Ipam/mockdatafiles/getIpamPrefixesIdAvailablePrefixes-default.json +26 -0
  108. package/entities/Ipam/mockdatafiles/getIpamRirs-default.json +211 -0
  109. package/entities/Ipam/mockdatafiles/getIpamRoles-default.json +367 -0
  110. package/entities/Ipam/mockdatafiles/getIpamRouteTargets-default.json +197 -0
  111. package/entities/Ipam/mockdatafiles/getIpamServiceTemplates-default.json +256 -0
  112. package/entities/Ipam/mockdatafiles/getIpamServices-default.json +670 -0
  113. package/entities/Ipam/mockdatafiles/getIpamVlanGroups-default.json +618 -0
  114. package/entities/Ipam/mockdatafiles/getIpamVlanGroupsIdAvailableVlans-default.json +24 -0
  115. package/entities/Ipam/mockdatafiles/getIpamVlans-default.json +324 -0
  116. package/entities/Ipam/mockdatafiles/getIpamVrfs-default.json +1122 -0
  117. package/entities/Ipam/mockdatafiles/postIpamIpRangesIdAvailableIps-default.json +176 -0
  118. package/entities/Ipam/mockdatafiles/postIpamPrefixesIdAvailableIps-default.json +645 -0
  119. package/entities/Ipam/mockdatafiles/postIpamPrefixesIdAvailablePrefixes-default.json +292 -0
  120. package/entities/Ipam/mockdatafiles/postIpamVlanGroupsIdAvailableVlans-default.json +343 -0
  121. package/entities/Ipam/schema.json +2764 -0
  122. package/entities/Status/action.json +25 -0
  123. package/entities/Status/schema.json +19 -0
  124. package/entities/Tenancy/action.json +1096 -0
  125. package/entities/Tenancy/mockdatafiles/getTenancyContactAssignments-default.json +223 -0
  126. package/entities/Tenancy/mockdatafiles/getTenancyContactGroups-default.json +87 -0
  127. package/entities/Tenancy/mockdatafiles/getTenancyContactRoles-default.json +211 -0
  128. package/entities/Tenancy/mockdatafiles/getTenancyContacts-default.json +787 -0
  129. package/entities/Tenancy/mockdatafiles/getTenancyTenantGroups-default.json +191 -0
  130. package/entities/Tenancy/mockdatafiles/getTenancyTenants-default.json +404 -0
  131. package/entities/Tenancy/schema.json +1348 -0
  132. package/entities/Users/action.json +773 -0
  133. package/entities/Users/mockdatafiles/getUsersGroups-default.json +49 -0
  134. package/entities/Users/mockdatafiles/getUsersPermissions-default.json +554 -0
  135. package/entities/Users/mockdatafiles/getUsersTokens-default.json +97 -0
  136. package/entities/Users/mockdatafiles/getUsersUsers-default.json +451 -0
  137. package/entities/Users/schema.json +1068 -0
  138. package/entities/Virtualization/action.json +914 -0
  139. package/entities/Virtualization/mockdatafiles/getVirtualizationClusterGroups-default.json +161 -0
  140. package/entities/Virtualization/mockdatafiles/getVirtualizationClusterTypes-default.json +507 -0
  141. package/entities/Virtualization/mockdatafiles/getVirtualizationClusters-default.json +255 -0
  142. package/entities/Virtualization/mockdatafiles/getVirtualizationInterfaces-default.json +1367 -0
  143. package/entities/Virtualization/mockdatafiles/getVirtualizationVirtualMachines-default.json +261 -0
  144. package/entities/Virtualization/schema.json +1559 -0
  145. package/entities/Wireless/action.json +550 -0
  146. package/entities/Wireless/mockdatafiles/getWirelessWirelessLanGroups-default.json +439 -0
  147. package/entities/Wireless/mockdatafiles/getWirelessWirelessLans-default.json +107 -0
  148. package/entities/Wireless/mockdatafiles/getWirelessWirelessLinks-default.json +739 -0
  149. package/entities/Wireless/schema.json +1090 -0
  150. package/error.json +190 -0
  151. package/package.json +86 -0
  152. package/pronghorn.json +176740 -0
  153. package/propertiesDecorators.json +14 -0
  154. package/propertiesSchema.json +1248 -0
  155. package/refs?service=git-upload-pack +0 -0
  156. package/report/Netbox_v33.json +86073 -0
  157. package/report/creationReport.json +3963 -0
  158. package/sampleProperties.json +195 -0
  159. package/test/integration/adapterTestBasicGet.js +83 -0
  160. package/test/integration/adapterTestConnectivity.js +93 -0
  161. package/test/integration/adapterTestIntegration.js +23531 -0
  162. package/test/unit/adapterBaseTestUnit.js +949 -0
  163. package/test/unit/adapterTestUnit.js +25231 -0
  164. package/utils/adapterInfo.js +206 -0
  165. package/utils/addAuth.js +94 -0
  166. package/utils/artifactize.js +146 -0
  167. package/utils/basicGet.js +50 -0
  168. package/utils/checkMigrate.js +63 -0
  169. package/utils/entitiesToDB.js +178 -0
  170. package/utils/findPath.js +74 -0
  171. package/utils/methodDocumentor.js +225 -0
  172. package/utils/modify.js +154 -0
  173. package/utils/packModificationScript.js +35 -0
  174. package/utils/patches2bundledDeps.js +90 -0
  175. package/utils/pre-commit.sh +32 -0
  176. package/utils/removeHooks.js +20 -0
  177. package/utils/setup.js +33 -0
  178. package/utils/tbScript.js +246 -0
  179. package/utils/tbUtils.js +490 -0
  180. package/utils/testRunner.js +298 -0
  181. package/utils/troubleshootingAdapter.js +195 -0
  182. package/workflows/README.md +3 -0
@@ -0,0 +1,1690 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getExtrasConfigContexts",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/extras/config-contexts/?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": "mockdatafiles/getExtrasConfigContexts-default.json"
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "postExtrasConfigContexts",
26
+ "protocol": "REST",
27
+ "method": "POST",
28
+ "entitypath": "{base_path}/{version}/extras/config-contexts/?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "putExtrasConfigContexts",
46
+ "protocol": "REST",
47
+ "method": "PUT",
48
+ "entitypath": "{base_path}/{version}/extras/config-contexts/?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "requestDatatype": "JSON",
54
+ "responseDatatype": "JSON",
55
+ "headers": {},
56
+ "responseObjects": [
57
+ {
58
+ "type": "default",
59
+ "key": "",
60
+ "mockFile": ""
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "name": "patchExtrasConfigContexts",
66
+ "protocol": "REST",
67
+ "method": "PATCH",
68
+ "entitypath": "{base_path}/{version}/extras/config-contexts/?{query}",
69
+ "requestSchema": "schema.json",
70
+ "responseSchema": "schema.json",
71
+ "timeout": 0,
72
+ "sendEmpty": false,
73
+ "requestDatatype": "JSON",
74
+ "responseDatatype": "JSON",
75
+ "headers": {},
76
+ "responseObjects": [
77
+ {
78
+ "type": "default",
79
+ "key": "",
80
+ "mockFile": ""
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "name": "deleteExtrasConfigContexts",
86
+ "protocol": "REST",
87
+ "method": "DELETE",
88
+ "entitypath": "{base_path}/{version}/extras/config-contexts/?{query}",
89
+ "requestSchema": "schema.json",
90
+ "responseSchema": "schema.json",
91
+ "timeout": 0,
92
+ "sendEmpty": false,
93
+ "requestDatatype": "JSON",
94
+ "responseDatatype": "JSON",
95
+ "headers": {},
96
+ "responseObjects": [
97
+ {
98
+ "type": "default",
99
+ "key": "",
100
+ "mockFile": ""
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "name": "getExtrasConfigContextsId",
106
+ "protocol": "REST",
107
+ "method": "GET",
108
+ "entitypath": "{base_path}/{version}/extras/config-contexts/{pathv1}/?{query}",
109
+ "requestSchema": "schema.json",
110
+ "responseSchema": "schema.json",
111
+ "timeout": 0,
112
+ "sendEmpty": false,
113
+ "sendGetBody": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "putExtrasConfigContextsId",
127
+ "protocol": "REST",
128
+ "method": "PUT",
129
+ "entitypath": "{base_path}/{version}/extras/config-contexts/{pathv1}/?{query}",
130
+ "requestSchema": "schema.json",
131
+ "responseSchema": "schema.json",
132
+ "timeout": 0,
133
+ "sendEmpty": false,
134
+ "requestDatatype": "JSON",
135
+ "responseDatatype": "JSON",
136
+ "headers": {},
137
+ "responseObjects": [
138
+ {
139
+ "type": "default",
140
+ "key": "",
141
+ "mockFile": ""
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "name": "patchExtrasConfigContextsId",
147
+ "protocol": "REST",
148
+ "method": "PATCH",
149
+ "entitypath": "{base_path}/{version}/extras/config-contexts/{pathv1}/?{query}",
150
+ "requestSchema": "schema.json",
151
+ "responseSchema": "schema.json",
152
+ "timeout": 0,
153
+ "sendEmpty": false,
154
+ "requestDatatype": "JSON",
155
+ "responseDatatype": "JSON",
156
+ "headers": {},
157
+ "responseObjects": [
158
+ {
159
+ "type": "default",
160
+ "key": "",
161
+ "mockFile": ""
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "name": "deleteExtrasConfigContextsId",
167
+ "protocol": "REST",
168
+ "method": "DELETE",
169
+ "entitypath": "{base_path}/{version}/extras/config-contexts/{pathv1}/?{query}",
170
+ "requestSchema": "schema.json",
171
+ "responseSchema": "schema.json",
172
+ "timeout": 0,
173
+ "sendEmpty": false,
174
+ "requestDatatype": "JSON",
175
+ "responseDatatype": "JSON",
176
+ "headers": {},
177
+ "responseObjects": [
178
+ {
179
+ "type": "default",
180
+ "key": "",
181
+ "mockFile": ""
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "name": "getExtrasContentTypes",
187
+ "protocol": "REST",
188
+ "method": "GET",
189
+ "entitypath": "{base_path}/{version}/extras/content-types/?{query}",
190
+ "requestSchema": "schema.json",
191
+ "responseSchema": "schema.json",
192
+ "timeout": 0,
193
+ "sendEmpty": false,
194
+ "sendGetBody": false,
195
+ "requestDatatype": "JSON",
196
+ "responseDatatype": "JSON",
197
+ "headers": {},
198
+ "responseObjects": [
199
+ {
200
+ "type": "default",
201
+ "key": "",
202
+ "mockFile": "mockdatafiles/getExtrasContentTypes-default.json"
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "name": "getExtrasContentTypesId",
208
+ "protocol": "REST",
209
+ "method": "GET",
210
+ "entitypath": "{base_path}/{version}/extras/content-types/{pathv1}/?{query}",
211
+ "requestSchema": "schema.json",
212
+ "responseSchema": "schema.json",
213
+ "timeout": 0,
214
+ "sendEmpty": false,
215
+ "sendGetBody": false,
216
+ "requestDatatype": "JSON",
217
+ "responseDatatype": "JSON",
218
+ "headers": {},
219
+ "responseObjects": [
220
+ {
221
+ "type": "default",
222
+ "key": "",
223
+ "mockFile": ""
224
+ }
225
+ ]
226
+ },
227
+ {
228
+ "name": "getExtrasCustomFields",
229
+ "protocol": "REST",
230
+ "method": "GET",
231
+ "entitypath": "{base_path}/{version}/extras/custom-fields/?{query}",
232
+ "requestSchema": "schema.json",
233
+ "responseSchema": "schema.json",
234
+ "timeout": 0,
235
+ "sendEmpty": false,
236
+ "sendGetBody": false,
237
+ "requestDatatype": "JSON",
238
+ "responseDatatype": "JSON",
239
+ "headers": {},
240
+ "responseObjects": [
241
+ {
242
+ "type": "default",
243
+ "key": "",
244
+ "mockFile": "mockdatafiles/getExtrasCustomFields-default.json"
245
+ }
246
+ ]
247
+ },
248
+ {
249
+ "name": "postExtrasCustomFields",
250
+ "protocol": "REST",
251
+ "method": "POST",
252
+ "entitypath": "{base_path}/{version}/extras/custom-fields/?{query}",
253
+ "requestSchema": "schema.json",
254
+ "responseSchema": "schema.json",
255
+ "timeout": 0,
256
+ "sendEmpty": false,
257
+ "requestDatatype": "JSON",
258
+ "responseDatatype": "JSON",
259
+ "headers": {},
260
+ "responseObjects": [
261
+ {
262
+ "type": "default",
263
+ "key": "",
264
+ "mockFile": ""
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "name": "putExtrasCustomFields",
270
+ "protocol": "REST",
271
+ "method": "PUT",
272
+ "entitypath": "{base_path}/{version}/extras/custom-fields/?{query}",
273
+ "requestSchema": "schema.json",
274
+ "responseSchema": "schema.json",
275
+ "timeout": 0,
276
+ "sendEmpty": false,
277
+ "requestDatatype": "JSON",
278
+ "responseDatatype": "JSON",
279
+ "headers": {},
280
+ "responseObjects": [
281
+ {
282
+ "type": "default",
283
+ "key": "",
284
+ "mockFile": ""
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "name": "patchExtrasCustomFields",
290
+ "protocol": "REST",
291
+ "method": "PATCH",
292
+ "entitypath": "{base_path}/{version}/extras/custom-fields/?{query}",
293
+ "requestSchema": "schema.json",
294
+ "responseSchema": "schema.json",
295
+ "timeout": 0,
296
+ "sendEmpty": false,
297
+ "requestDatatype": "JSON",
298
+ "responseDatatype": "JSON",
299
+ "headers": {},
300
+ "responseObjects": [
301
+ {
302
+ "type": "default",
303
+ "key": "",
304
+ "mockFile": ""
305
+ }
306
+ ]
307
+ },
308
+ {
309
+ "name": "deleteExtrasCustomFields",
310
+ "protocol": "REST",
311
+ "method": "DELETE",
312
+ "entitypath": "{base_path}/{version}/extras/custom-fields/?{query}",
313
+ "requestSchema": "schema.json",
314
+ "responseSchema": "schema.json",
315
+ "timeout": 0,
316
+ "sendEmpty": false,
317
+ "requestDatatype": "JSON",
318
+ "responseDatatype": "JSON",
319
+ "headers": {},
320
+ "responseObjects": [
321
+ {
322
+ "type": "default",
323
+ "key": "",
324
+ "mockFile": ""
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "name": "getExtrasCustomFieldsId",
330
+ "protocol": "REST",
331
+ "method": "GET",
332
+ "entitypath": "{base_path}/{version}/extras/custom-fields/{pathv1}/?{query}",
333
+ "requestSchema": "schema.json",
334
+ "responseSchema": "schema.json",
335
+ "timeout": 0,
336
+ "sendEmpty": false,
337
+ "sendGetBody": false,
338
+ "requestDatatype": "JSON",
339
+ "responseDatatype": "JSON",
340
+ "headers": {},
341
+ "responseObjects": [
342
+ {
343
+ "type": "default",
344
+ "key": "",
345
+ "mockFile": ""
346
+ }
347
+ ]
348
+ },
349
+ {
350
+ "name": "putExtrasCustomFieldsId",
351
+ "protocol": "REST",
352
+ "method": "PUT",
353
+ "entitypath": "{base_path}/{version}/extras/custom-fields/{pathv1}/?{query}",
354
+ "requestSchema": "schema.json",
355
+ "responseSchema": "schema.json",
356
+ "timeout": 0,
357
+ "sendEmpty": false,
358
+ "requestDatatype": "JSON",
359
+ "responseDatatype": "JSON",
360
+ "headers": {},
361
+ "responseObjects": [
362
+ {
363
+ "type": "default",
364
+ "key": "",
365
+ "mockFile": ""
366
+ }
367
+ ]
368
+ },
369
+ {
370
+ "name": "patchExtrasCustomFieldsId",
371
+ "protocol": "REST",
372
+ "method": "PATCH",
373
+ "entitypath": "{base_path}/{version}/extras/custom-fields/{pathv1}/?{query}",
374
+ "requestSchema": "schema.json",
375
+ "responseSchema": "schema.json",
376
+ "timeout": 0,
377
+ "sendEmpty": false,
378
+ "requestDatatype": "JSON",
379
+ "responseDatatype": "JSON",
380
+ "headers": {},
381
+ "responseObjects": [
382
+ {
383
+ "type": "default",
384
+ "key": "",
385
+ "mockFile": ""
386
+ }
387
+ ]
388
+ },
389
+ {
390
+ "name": "deleteExtrasCustomFieldsId",
391
+ "protocol": "REST",
392
+ "method": "DELETE",
393
+ "entitypath": "{base_path}/{version}/extras/custom-fields/{pathv1}/?{query}",
394
+ "requestSchema": "schema.json",
395
+ "responseSchema": "schema.json",
396
+ "timeout": 0,
397
+ "sendEmpty": false,
398
+ "requestDatatype": "JSON",
399
+ "responseDatatype": "JSON",
400
+ "headers": {},
401
+ "responseObjects": [
402
+ {
403
+ "type": "default",
404
+ "key": "",
405
+ "mockFile": ""
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "name": "getExtrasCustomLinks",
411
+ "protocol": "REST",
412
+ "method": "GET",
413
+ "entitypath": "{base_path}/{version}/extras/custom-links/?{query}",
414
+ "requestSchema": "schema.json",
415
+ "responseSchema": "schema.json",
416
+ "timeout": 0,
417
+ "sendEmpty": false,
418
+ "sendGetBody": false,
419
+ "requestDatatype": "JSON",
420
+ "responseDatatype": "JSON",
421
+ "headers": {},
422
+ "responseObjects": [
423
+ {
424
+ "type": "default",
425
+ "key": "",
426
+ "mockFile": "mockdatafiles/getExtrasCustomLinks-default.json"
427
+ }
428
+ ]
429
+ },
430
+ {
431
+ "name": "postExtrasCustomLinks",
432
+ "protocol": "REST",
433
+ "method": "POST",
434
+ "entitypath": "{base_path}/{version}/extras/custom-links/?{query}",
435
+ "requestSchema": "schema.json",
436
+ "responseSchema": "schema.json",
437
+ "timeout": 0,
438
+ "sendEmpty": false,
439
+ "requestDatatype": "JSON",
440
+ "responseDatatype": "JSON",
441
+ "headers": {},
442
+ "responseObjects": [
443
+ {
444
+ "type": "default",
445
+ "key": "",
446
+ "mockFile": ""
447
+ }
448
+ ]
449
+ },
450
+ {
451
+ "name": "putExtrasCustomLinks",
452
+ "protocol": "REST",
453
+ "method": "PUT",
454
+ "entitypath": "{base_path}/{version}/extras/custom-links/?{query}",
455
+ "requestSchema": "schema.json",
456
+ "responseSchema": "schema.json",
457
+ "timeout": 0,
458
+ "sendEmpty": false,
459
+ "requestDatatype": "JSON",
460
+ "responseDatatype": "JSON",
461
+ "headers": {},
462
+ "responseObjects": [
463
+ {
464
+ "type": "default",
465
+ "key": "",
466
+ "mockFile": ""
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "name": "patchExtrasCustomLinks",
472
+ "protocol": "REST",
473
+ "method": "PATCH",
474
+ "entitypath": "{base_path}/{version}/extras/custom-links/?{query}",
475
+ "requestSchema": "schema.json",
476
+ "responseSchema": "schema.json",
477
+ "timeout": 0,
478
+ "sendEmpty": false,
479
+ "requestDatatype": "JSON",
480
+ "responseDatatype": "JSON",
481
+ "headers": {},
482
+ "responseObjects": [
483
+ {
484
+ "type": "default",
485
+ "key": "",
486
+ "mockFile": ""
487
+ }
488
+ ]
489
+ },
490
+ {
491
+ "name": "deleteExtrasCustomLinks",
492
+ "protocol": "REST",
493
+ "method": "DELETE",
494
+ "entitypath": "{base_path}/{version}/extras/custom-links/?{query}",
495
+ "requestSchema": "schema.json",
496
+ "responseSchema": "schema.json",
497
+ "timeout": 0,
498
+ "sendEmpty": false,
499
+ "requestDatatype": "JSON",
500
+ "responseDatatype": "JSON",
501
+ "headers": {},
502
+ "responseObjects": [
503
+ {
504
+ "type": "default",
505
+ "key": "",
506
+ "mockFile": ""
507
+ }
508
+ ]
509
+ },
510
+ {
511
+ "name": "getExtrasCustomLinksId",
512
+ "protocol": "REST",
513
+ "method": "GET",
514
+ "entitypath": "{base_path}/{version}/extras/custom-links/{pathv1}/?{query}",
515
+ "requestSchema": "schema.json",
516
+ "responseSchema": "schema.json",
517
+ "timeout": 0,
518
+ "sendEmpty": false,
519
+ "sendGetBody": false,
520
+ "requestDatatype": "JSON",
521
+ "responseDatatype": "JSON",
522
+ "headers": {},
523
+ "responseObjects": [
524
+ {
525
+ "type": "default",
526
+ "key": "",
527
+ "mockFile": ""
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "name": "putExtrasCustomLinksId",
533
+ "protocol": "REST",
534
+ "method": "PUT",
535
+ "entitypath": "{base_path}/{version}/extras/custom-links/{pathv1}/?{query}",
536
+ "requestSchema": "schema.json",
537
+ "responseSchema": "schema.json",
538
+ "timeout": 0,
539
+ "sendEmpty": false,
540
+ "requestDatatype": "JSON",
541
+ "responseDatatype": "JSON",
542
+ "headers": {},
543
+ "responseObjects": [
544
+ {
545
+ "type": "default",
546
+ "key": "",
547
+ "mockFile": ""
548
+ }
549
+ ]
550
+ },
551
+ {
552
+ "name": "patchExtrasCustomLinksId",
553
+ "protocol": "REST",
554
+ "method": "PATCH",
555
+ "entitypath": "{base_path}/{version}/extras/custom-links/{pathv1}/?{query}",
556
+ "requestSchema": "schema.json",
557
+ "responseSchema": "schema.json",
558
+ "timeout": 0,
559
+ "sendEmpty": false,
560
+ "requestDatatype": "JSON",
561
+ "responseDatatype": "JSON",
562
+ "headers": {},
563
+ "responseObjects": [
564
+ {
565
+ "type": "default",
566
+ "key": "",
567
+ "mockFile": ""
568
+ }
569
+ ]
570
+ },
571
+ {
572
+ "name": "deleteExtrasCustomLinksId",
573
+ "protocol": "REST",
574
+ "method": "DELETE",
575
+ "entitypath": "{base_path}/{version}/extras/custom-links/{pathv1}/?{query}",
576
+ "requestSchema": "schema.json",
577
+ "responseSchema": "schema.json",
578
+ "timeout": 0,
579
+ "sendEmpty": false,
580
+ "requestDatatype": "JSON",
581
+ "responseDatatype": "JSON",
582
+ "headers": {},
583
+ "responseObjects": [
584
+ {
585
+ "type": "default",
586
+ "key": "",
587
+ "mockFile": ""
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ "name": "getExtrasExportTemplates",
593
+ "protocol": "REST",
594
+ "method": "GET",
595
+ "entitypath": "{base_path}/{version}/extras/export-templates/?{query}",
596
+ "requestSchema": "schema.json",
597
+ "responseSchema": "schema.json",
598
+ "timeout": 0,
599
+ "sendEmpty": false,
600
+ "sendGetBody": false,
601
+ "requestDatatype": "JSON",
602
+ "responseDatatype": "JSON",
603
+ "headers": {},
604
+ "responseObjects": [
605
+ {
606
+ "type": "default",
607
+ "key": "",
608
+ "mockFile": "mockdatafiles/getExtrasExportTemplates-default.json"
609
+ }
610
+ ]
611
+ },
612
+ {
613
+ "name": "postExtrasExportTemplates",
614
+ "protocol": "REST",
615
+ "method": "POST",
616
+ "entitypath": "{base_path}/{version}/extras/export-templates/?{query}",
617
+ "requestSchema": "schema.json",
618
+ "responseSchema": "schema.json",
619
+ "timeout": 0,
620
+ "sendEmpty": false,
621
+ "requestDatatype": "JSON",
622
+ "responseDatatype": "JSON",
623
+ "headers": {},
624
+ "responseObjects": [
625
+ {
626
+ "type": "default",
627
+ "key": "",
628
+ "mockFile": ""
629
+ }
630
+ ]
631
+ },
632
+ {
633
+ "name": "putExtrasExportTemplates",
634
+ "protocol": "REST",
635
+ "method": "PUT",
636
+ "entitypath": "{base_path}/{version}/extras/export-templates/?{query}",
637
+ "requestSchema": "schema.json",
638
+ "responseSchema": "schema.json",
639
+ "timeout": 0,
640
+ "sendEmpty": false,
641
+ "requestDatatype": "JSON",
642
+ "responseDatatype": "JSON",
643
+ "headers": {},
644
+ "responseObjects": [
645
+ {
646
+ "type": "default",
647
+ "key": "",
648
+ "mockFile": ""
649
+ }
650
+ ]
651
+ },
652
+ {
653
+ "name": "patchExtrasExportTemplates",
654
+ "protocol": "REST",
655
+ "method": "PATCH",
656
+ "entitypath": "{base_path}/{version}/extras/export-templates/?{query}",
657
+ "requestSchema": "schema.json",
658
+ "responseSchema": "schema.json",
659
+ "timeout": 0,
660
+ "sendEmpty": false,
661
+ "requestDatatype": "JSON",
662
+ "responseDatatype": "JSON",
663
+ "headers": {},
664
+ "responseObjects": [
665
+ {
666
+ "type": "default",
667
+ "key": "",
668
+ "mockFile": ""
669
+ }
670
+ ]
671
+ },
672
+ {
673
+ "name": "deleteExtrasExportTemplates",
674
+ "protocol": "REST",
675
+ "method": "DELETE",
676
+ "entitypath": "{base_path}/{version}/extras/export-templates/?{query}",
677
+ "requestSchema": "schema.json",
678
+ "responseSchema": "schema.json",
679
+ "timeout": 0,
680
+ "sendEmpty": false,
681
+ "requestDatatype": "JSON",
682
+ "responseDatatype": "JSON",
683
+ "headers": {},
684
+ "responseObjects": [
685
+ {
686
+ "type": "default",
687
+ "key": "",
688
+ "mockFile": ""
689
+ }
690
+ ]
691
+ },
692
+ {
693
+ "name": "getExtrasExportTemplatesId",
694
+ "protocol": "REST",
695
+ "method": "GET",
696
+ "entitypath": "{base_path}/{version}/extras/export-templates/{pathv1}/?{query}",
697
+ "requestSchema": "schema.json",
698
+ "responseSchema": "schema.json",
699
+ "timeout": 0,
700
+ "sendEmpty": false,
701
+ "sendGetBody": false,
702
+ "requestDatatype": "JSON",
703
+ "responseDatatype": "JSON",
704
+ "headers": {},
705
+ "responseObjects": [
706
+ {
707
+ "type": "default",
708
+ "key": "",
709
+ "mockFile": ""
710
+ }
711
+ ]
712
+ },
713
+ {
714
+ "name": "putExtrasExportTemplatesId",
715
+ "protocol": "REST",
716
+ "method": "PUT",
717
+ "entitypath": "{base_path}/{version}/extras/export-templates/{pathv1}/?{query}",
718
+ "requestSchema": "schema.json",
719
+ "responseSchema": "schema.json",
720
+ "timeout": 0,
721
+ "sendEmpty": false,
722
+ "requestDatatype": "JSON",
723
+ "responseDatatype": "JSON",
724
+ "headers": {},
725
+ "responseObjects": [
726
+ {
727
+ "type": "default",
728
+ "key": "",
729
+ "mockFile": ""
730
+ }
731
+ ]
732
+ },
733
+ {
734
+ "name": "patchExtrasExportTemplatesId",
735
+ "protocol": "REST",
736
+ "method": "PATCH",
737
+ "entitypath": "{base_path}/{version}/extras/export-templates/{pathv1}/?{query}",
738
+ "requestSchema": "schema.json",
739
+ "responseSchema": "schema.json",
740
+ "timeout": 0,
741
+ "sendEmpty": false,
742
+ "requestDatatype": "JSON",
743
+ "responseDatatype": "JSON",
744
+ "headers": {},
745
+ "responseObjects": [
746
+ {
747
+ "type": "default",
748
+ "key": "",
749
+ "mockFile": ""
750
+ }
751
+ ]
752
+ },
753
+ {
754
+ "name": "deleteExtrasExportTemplatesId",
755
+ "protocol": "REST",
756
+ "method": "DELETE",
757
+ "entitypath": "{base_path}/{version}/extras/export-templates/{pathv1}/?{query}",
758
+ "requestSchema": "schema.json",
759
+ "responseSchema": "schema.json",
760
+ "timeout": 0,
761
+ "sendEmpty": false,
762
+ "requestDatatype": "JSON",
763
+ "responseDatatype": "JSON",
764
+ "headers": {},
765
+ "responseObjects": [
766
+ {
767
+ "type": "default",
768
+ "key": "",
769
+ "mockFile": ""
770
+ }
771
+ ]
772
+ },
773
+ {
774
+ "name": "getExtrasImageAttachments",
775
+ "protocol": "REST",
776
+ "method": "GET",
777
+ "entitypath": "{base_path}/{version}/extras/image-attachments/?{query}",
778
+ "requestSchema": "schema.json",
779
+ "responseSchema": "schema.json",
780
+ "timeout": 0,
781
+ "sendEmpty": false,
782
+ "sendGetBody": false,
783
+ "requestDatatype": "JSON",
784
+ "responseDatatype": "JSON",
785
+ "headers": {},
786
+ "responseObjects": [
787
+ {
788
+ "type": "default",
789
+ "key": "",
790
+ "mockFile": "mockdatafiles/getExtrasImageAttachments-default.json"
791
+ }
792
+ ]
793
+ },
794
+ {
795
+ "name": "postExtrasImageAttachments",
796
+ "protocol": "REST",
797
+ "method": "POST",
798
+ "entitypath": "{base_path}/{version}/extras/image-attachments/?{query}",
799
+ "requestSchema": "schema.json",
800
+ "responseSchema": "schema.json",
801
+ "timeout": 0,
802
+ "sendEmpty": false,
803
+ "requestDatatype": "JSON",
804
+ "responseDatatype": "JSON",
805
+ "headers": {},
806
+ "responseObjects": [
807
+ {
808
+ "type": "default",
809
+ "key": "",
810
+ "mockFile": ""
811
+ }
812
+ ]
813
+ },
814
+ {
815
+ "name": "putExtrasImageAttachments",
816
+ "protocol": "REST",
817
+ "method": "PUT",
818
+ "entitypath": "{base_path}/{version}/extras/image-attachments/?{query}",
819
+ "requestSchema": "schema.json",
820
+ "responseSchema": "schema.json",
821
+ "timeout": 0,
822
+ "sendEmpty": false,
823
+ "requestDatatype": "JSON",
824
+ "responseDatatype": "JSON",
825
+ "headers": {},
826
+ "responseObjects": [
827
+ {
828
+ "type": "default",
829
+ "key": "",
830
+ "mockFile": ""
831
+ }
832
+ ]
833
+ },
834
+ {
835
+ "name": "patchExtrasImageAttachments",
836
+ "protocol": "REST",
837
+ "method": "PATCH",
838
+ "entitypath": "{base_path}/{version}/extras/image-attachments/?{query}",
839
+ "requestSchema": "schema.json",
840
+ "responseSchema": "schema.json",
841
+ "timeout": 0,
842
+ "sendEmpty": false,
843
+ "requestDatatype": "JSON",
844
+ "responseDatatype": "JSON",
845
+ "headers": {},
846
+ "responseObjects": [
847
+ {
848
+ "type": "default",
849
+ "key": "",
850
+ "mockFile": ""
851
+ }
852
+ ]
853
+ },
854
+ {
855
+ "name": "deleteExtrasImageAttachments",
856
+ "protocol": "REST",
857
+ "method": "DELETE",
858
+ "entitypath": "{base_path}/{version}/extras/image-attachments/?{query}",
859
+ "requestSchema": "schema.json",
860
+ "responseSchema": "schema.json",
861
+ "timeout": 0,
862
+ "sendEmpty": false,
863
+ "requestDatatype": "JSON",
864
+ "responseDatatype": "JSON",
865
+ "headers": {},
866
+ "responseObjects": [
867
+ {
868
+ "type": "default",
869
+ "key": "",
870
+ "mockFile": ""
871
+ }
872
+ ]
873
+ },
874
+ {
875
+ "name": "getExtrasImageAttachmentsId",
876
+ "protocol": "REST",
877
+ "method": "GET",
878
+ "entitypath": "{base_path}/{version}/extras/image-attachments/{pathv1}/?{query}",
879
+ "requestSchema": "schema.json",
880
+ "responseSchema": "schema.json",
881
+ "timeout": 0,
882
+ "sendEmpty": false,
883
+ "sendGetBody": false,
884
+ "requestDatatype": "JSON",
885
+ "responseDatatype": "JSON",
886
+ "headers": {},
887
+ "responseObjects": [
888
+ {
889
+ "type": "default",
890
+ "key": "",
891
+ "mockFile": ""
892
+ }
893
+ ]
894
+ },
895
+ {
896
+ "name": "putExtrasImageAttachmentsId",
897
+ "protocol": "REST",
898
+ "method": "PUT",
899
+ "entitypath": "{base_path}/{version}/extras/image-attachments/{pathv1}/?{query}",
900
+ "requestSchema": "schema.json",
901
+ "responseSchema": "schema.json",
902
+ "timeout": 0,
903
+ "sendEmpty": false,
904
+ "requestDatatype": "JSON",
905
+ "responseDatatype": "JSON",
906
+ "headers": {},
907
+ "responseObjects": [
908
+ {
909
+ "type": "default",
910
+ "key": "",
911
+ "mockFile": ""
912
+ }
913
+ ]
914
+ },
915
+ {
916
+ "name": "patchExtrasImageAttachmentsId",
917
+ "protocol": "REST",
918
+ "method": "PATCH",
919
+ "entitypath": "{base_path}/{version}/extras/image-attachments/{pathv1}/?{query}",
920
+ "requestSchema": "schema.json",
921
+ "responseSchema": "schema.json",
922
+ "timeout": 0,
923
+ "sendEmpty": false,
924
+ "requestDatatype": "JSON",
925
+ "responseDatatype": "JSON",
926
+ "headers": {},
927
+ "responseObjects": [
928
+ {
929
+ "type": "default",
930
+ "key": "",
931
+ "mockFile": ""
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "name": "deleteExtrasImageAttachmentsId",
937
+ "protocol": "REST",
938
+ "method": "DELETE",
939
+ "entitypath": "{base_path}/{version}/extras/image-attachments/{pathv1}/?{query}",
940
+ "requestSchema": "schema.json",
941
+ "responseSchema": "schema.json",
942
+ "timeout": 0,
943
+ "sendEmpty": false,
944
+ "requestDatatype": "JSON",
945
+ "responseDatatype": "JSON",
946
+ "headers": {},
947
+ "responseObjects": [
948
+ {
949
+ "type": "default",
950
+ "key": "",
951
+ "mockFile": ""
952
+ }
953
+ ]
954
+ },
955
+ {
956
+ "name": "getExtrasJobResults",
957
+ "protocol": "REST",
958
+ "method": "GET",
959
+ "entitypath": "{base_path}/{version}/extras/job-results/?{query}",
960
+ "requestSchema": "schema.json",
961
+ "responseSchema": "schema.json",
962
+ "timeout": 0,
963
+ "sendEmpty": false,
964
+ "sendGetBody": false,
965
+ "requestDatatype": "JSON",
966
+ "responseDatatype": "JSON",
967
+ "headers": {},
968
+ "responseObjects": [
969
+ {
970
+ "type": "default",
971
+ "key": "",
972
+ "mockFile": "mockdatafiles/getExtrasJobResults-default.json"
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "name": "getExtrasJobResultsId",
978
+ "protocol": "REST",
979
+ "method": "GET",
980
+ "entitypath": "{base_path}/{version}/extras/job-results/{pathv1}/?{query}",
981
+ "requestSchema": "schema.json",
982
+ "responseSchema": "schema.json",
983
+ "timeout": 0,
984
+ "sendEmpty": false,
985
+ "sendGetBody": false,
986
+ "requestDatatype": "JSON",
987
+ "responseDatatype": "JSON",
988
+ "headers": {},
989
+ "responseObjects": [
990
+ {
991
+ "type": "default",
992
+ "key": "",
993
+ "mockFile": ""
994
+ }
995
+ ]
996
+ },
997
+ {
998
+ "name": "getExtrasJournalEntries",
999
+ "protocol": "REST",
1000
+ "method": "GET",
1001
+ "entitypath": "{base_path}/{version}/extras/journal-entries/?{query}",
1002
+ "requestSchema": "schema.json",
1003
+ "responseSchema": "schema.json",
1004
+ "timeout": 0,
1005
+ "sendEmpty": false,
1006
+ "sendGetBody": false,
1007
+ "requestDatatype": "JSON",
1008
+ "responseDatatype": "JSON",
1009
+ "headers": {},
1010
+ "responseObjects": [
1011
+ {
1012
+ "type": "default",
1013
+ "key": "",
1014
+ "mockFile": "mockdatafiles/getExtrasJournalEntries-default.json"
1015
+ }
1016
+ ]
1017
+ },
1018
+ {
1019
+ "name": "postExtrasJournalEntries",
1020
+ "protocol": "REST",
1021
+ "method": "POST",
1022
+ "entitypath": "{base_path}/{version}/extras/journal-entries/?{query}",
1023
+ "requestSchema": "schema.json",
1024
+ "responseSchema": "schema.json",
1025
+ "timeout": 0,
1026
+ "sendEmpty": false,
1027
+ "requestDatatype": "JSON",
1028
+ "responseDatatype": "JSON",
1029
+ "headers": {},
1030
+ "responseObjects": [
1031
+ {
1032
+ "type": "default",
1033
+ "key": "",
1034
+ "mockFile": ""
1035
+ }
1036
+ ]
1037
+ },
1038
+ {
1039
+ "name": "putExtrasJournalEntries",
1040
+ "protocol": "REST",
1041
+ "method": "PUT",
1042
+ "entitypath": "{base_path}/{version}/extras/journal-entries/?{query}",
1043
+ "requestSchema": "schema.json",
1044
+ "responseSchema": "schema.json",
1045
+ "timeout": 0,
1046
+ "sendEmpty": false,
1047
+ "requestDatatype": "JSON",
1048
+ "responseDatatype": "JSON",
1049
+ "headers": {},
1050
+ "responseObjects": [
1051
+ {
1052
+ "type": "default",
1053
+ "key": "",
1054
+ "mockFile": ""
1055
+ }
1056
+ ]
1057
+ },
1058
+ {
1059
+ "name": "patchExtrasJournalEntries",
1060
+ "protocol": "REST",
1061
+ "method": "PATCH",
1062
+ "entitypath": "{base_path}/{version}/extras/journal-entries/?{query}",
1063
+ "requestSchema": "schema.json",
1064
+ "responseSchema": "schema.json",
1065
+ "timeout": 0,
1066
+ "sendEmpty": false,
1067
+ "requestDatatype": "JSON",
1068
+ "responseDatatype": "JSON",
1069
+ "headers": {},
1070
+ "responseObjects": [
1071
+ {
1072
+ "type": "default",
1073
+ "key": "",
1074
+ "mockFile": ""
1075
+ }
1076
+ ]
1077
+ },
1078
+ {
1079
+ "name": "deleteExtrasJournalEntries",
1080
+ "protocol": "REST",
1081
+ "method": "DELETE",
1082
+ "entitypath": "{base_path}/{version}/extras/journal-entries/?{query}",
1083
+ "requestSchema": "schema.json",
1084
+ "responseSchema": "schema.json",
1085
+ "timeout": 0,
1086
+ "sendEmpty": false,
1087
+ "requestDatatype": "JSON",
1088
+ "responseDatatype": "JSON",
1089
+ "headers": {},
1090
+ "responseObjects": [
1091
+ {
1092
+ "type": "default",
1093
+ "key": "",
1094
+ "mockFile": ""
1095
+ }
1096
+ ]
1097
+ },
1098
+ {
1099
+ "name": "getExtrasJournalEntriesId",
1100
+ "protocol": "REST",
1101
+ "method": "GET",
1102
+ "entitypath": "{base_path}/{version}/extras/journal-entries/{pathv1}/?{query}",
1103
+ "requestSchema": "schema.json",
1104
+ "responseSchema": "schema.json",
1105
+ "timeout": 0,
1106
+ "sendEmpty": false,
1107
+ "sendGetBody": false,
1108
+ "requestDatatype": "JSON",
1109
+ "responseDatatype": "JSON",
1110
+ "headers": {},
1111
+ "responseObjects": [
1112
+ {
1113
+ "type": "default",
1114
+ "key": "",
1115
+ "mockFile": ""
1116
+ }
1117
+ ]
1118
+ },
1119
+ {
1120
+ "name": "putExtrasJournalEntriesId",
1121
+ "protocol": "REST",
1122
+ "method": "PUT",
1123
+ "entitypath": "{base_path}/{version}/extras/journal-entries/{pathv1}/?{query}",
1124
+ "requestSchema": "schema.json",
1125
+ "responseSchema": "schema.json",
1126
+ "timeout": 0,
1127
+ "sendEmpty": false,
1128
+ "requestDatatype": "JSON",
1129
+ "responseDatatype": "JSON",
1130
+ "headers": {},
1131
+ "responseObjects": [
1132
+ {
1133
+ "type": "default",
1134
+ "key": "",
1135
+ "mockFile": ""
1136
+ }
1137
+ ]
1138
+ },
1139
+ {
1140
+ "name": "patchExtrasJournalEntriesId",
1141
+ "protocol": "REST",
1142
+ "method": "PATCH",
1143
+ "entitypath": "{base_path}/{version}/extras/journal-entries/{pathv1}/?{query}",
1144
+ "requestSchema": "schema.json",
1145
+ "responseSchema": "schema.json",
1146
+ "timeout": 0,
1147
+ "sendEmpty": false,
1148
+ "requestDatatype": "JSON",
1149
+ "responseDatatype": "JSON",
1150
+ "headers": {},
1151
+ "responseObjects": [
1152
+ {
1153
+ "type": "default",
1154
+ "key": "",
1155
+ "mockFile": ""
1156
+ }
1157
+ ]
1158
+ },
1159
+ {
1160
+ "name": "deleteExtrasJournalEntriesId",
1161
+ "protocol": "REST",
1162
+ "method": "DELETE",
1163
+ "entitypath": "{base_path}/{version}/extras/journal-entries/{pathv1}/?{query}",
1164
+ "requestSchema": "schema.json",
1165
+ "responseSchema": "schema.json",
1166
+ "timeout": 0,
1167
+ "sendEmpty": false,
1168
+ "requestDatatype": "JSON",
1169
+ "responseDatatype": "JSON",
1170
+ "headers": {},
1171
+ "responseObjects": [
1172
+ {
1173
+ "type": "default",
1174
+ "key": "",
1175
+ "mockFile": ""
1176
+ }
1177
+ ]
1178
+ },
1179
+ {
1180
+ "name": "getExtrasObjectChanges",
1181
+ "protocol": "REST",
1182
+ "method": "GET",
1183
+ "entitypath": "{base_path}/{version}/extras/object-changes/?{query}",
1184
+ "requestSchema": "schema.json",
1185
+ "responseSchema": "schema.json",
1186
+ "timeout": 0,
1187
+ "sendEmpty": false,
1188
+ "sendGetBody": false,
1189
+ "requestDatatype": "JSON",
1190
+ "responseDatatype": "JSON",
1191
+ "headers": {},
1192
+ "responseObjects": [
1193
+ {
1194
+ "type": "default",
1195
+ "key": "",
1196
+ "mockFile": "mockdatafiles/getExtrasObjectChanges-default.json"
1197
+ }
1198
+ ]
1199
+ },
1200
+ {
1201
+ "name": "getExtrasObjectChangesId",
1202
+ "protocol": "REST",
1203
+ "method": "GET",
1204
+ "entitypath": "{base_path}/{version}/extras/object-changes/{pathv1}/?{query}",
1205
+ "requestSchema": "schema.json",
1206
+ "responseSchema": "schema.json",
1207
+ "timeout": 0,
1208
+ "sendEmpty": false,
1209
+ "sendGetBody": false,
1210
+ "requestDatatype": "JSON",
1211
+ "responseDatatype": "JSON",
1212
+ "headers": {},
1213
+ "responseObjects": [
1214
+ {
1215
+ "type": "default",
1216
+ "key": "",
1217
+ "mockFile": ""
1218
+ }
1219
+ ]
1220
+ },
1221
+ {
1222
+ "name": "getExtrasReports",
1223
+ "protocol": "REST",
1224
+ "method": "GET",
1225
+ "entitypath": "{base_path}/{version}/extras/reports/?{query}",
1226
+ "requestSchema": "schema.json",
1227
+ "responseSchema": "schema.json",
1228
+ "timeout": 0,
1229
+ "sendEmpty": false,
1230
+ "sendGetBody": false,
1231
+ "requestDatatype": "JSON",
1232
+ "responseDatatype": "JSON",
1233
+ "headers": {},
1234
+ "responseObjects": [
1235
+ {
1236
+ "type": "default",
1237
+ "key": "",
1238
+ "mockFile": ""
1239
+ }
1240
+ ]
1241
+ },
1242
+ {
1243
+ "name": "getExtrasReportsId",
1244
+ "protocol": "REST",
1245
+ "method": "GET",
1246
+ "entitypath": "{base_path}/{version}/extras/reports/{pathv1}/?{query}",
1247
+ "requestSchema": "schema.json",
1248
+ "responseSchema": "schema.json",
1249
+ "timeout": 0,
1250
+ "sendEmpty": false,
1251
+ "sendGetBody": false,
1252
+ "requestDatatype": "JSON",
1253
+ "responseDatatype": "JSON",
1254
+ "headers": {},
1255
+ "responseObjects": [
1256
+ {
1257
+ "type": "default",
1258
+ "key": "",
1259
+ "mockFile": ""
1260
+ }
1261
+ ]
1262
+ },
1263
+ {
1264
+ "name": "postExtrasReportsIdRun",
1265
+ "protocol": "REST",
1266
+ "method": "POST",
1267
+ "entitypath": "{base_path}/{version}/extras/reports/{pathv1}/run/?{query}",
1268
+ "requestSchema": "schema.json",
1269
+ "responseSchema": "schema.json",
1270
+ "timeout": 0,
1271
+ "sendEmpty": false,
1272
+ "requestDatatype": "JSON",
1273
+ "responseDatatype": "JSON",
1274
+ "headers": {},
1275
+ "responseObjects": [
1276
+ {
1277
+ "type": "default",
1278
+ "key": "",
1279
+ "mockFile": ""
1280
+ }
1281
+ ]
1282
+ },
1283
+ {
1284
+ "name": "getExtrasScripts",
1285
+ "protocol": "REST",
1286
+ "method": "GET",
1287
+ "entitypath": "{base_path}/{version}/extras/scripts/?{query}",
1288
+ "requestSchema": "schema.json",
1289
+ "responseSchema": "schema.json",
1290
+ "timeout": 0,
1291
+ "sendEmpty": false,
1292
+ "sendGetBody": false,
1293
+ "requestDatatype": "JSON",
1294
+ "responseDatatype": "JSON",
1295
+ "headers": {},
1296
+ "responseObjects": [
1297
+ {
1298
+ "type": "default",
1299
+ "key": "",
1300
+ "mockFile": ""
1301
+ }
1302
+ ]
1303
+ },
1304
+ {
1305
+ "name": "getExtrasScriptsId",
1306
+ "protocol": "REST",
1307
+ "method": "GET",
1308
+ "entitypath": "{base_path}/{version}/extras/scripts/{pathv1}/?{query}",
1309
+ "requestSchema": "schema.json",
1310
+ "responseSchema": "schema.json",
1311
+ "timeout": 0,
1312
+ "sendEmpty": false,
1313
+ "sendGetBody": false,
1314
+ "requestDatatype": "JSON",
1315
+ "responseDatatype": "JSON",
1316
+ "headers": {},
1317
+ "responseObjects": [
1318
+ {
1319
+ "type": "default",
1320
+ "key": "",
1321
+ "mockFile": ""
1322
+ }
1323
+ ]
1324
+ },
1325
+ {
1326
+ "name": "getExtrasTags",
1327
+ "protocol": "REST",
1328
+ "method": "GET",
1329
+ "entitypath": "{base_path}/{version}/extras/tags/?{query}",
1330
+ "requestSchema": "schema.json",
1331
+ "responseSchema": "schema.json",
1332
+ "timeout": 0,
1333
+ "sendEmpty": false,
1334
+ "sendGetBody": false,
1335
+ "requestDatatype": "JSON",
1336
+ "responseDatatype": "JSON",
1337
+ "headers": {},
1338
+ "responseObjects": [
1339
+ {
1340
+ "type": "default",
1341
+ "key": "",
1342
+ "mockFile": "mockdatafiles/getExtrasTags-default.json"
1343
+ }
1344
+ ]
1345
+ },
1346
+ {
1347
+ "name": "postExtrasTags",
1348
+ "protocol": "REST",
1349
+ "method": "POST",
1350
+ "entitypath": "{base_path}/{version}/extras/tags/?{query}",
1351
+ "requestSchema": "schema.json",
1352
+ "responseSchema": "schema.json",
1353
+ "timeout": 0,
1354
+ "sendEmpty": false,
1355
+ "requestDatatype": "JSON",
1356
+ "responseDatatype": "JSON",
1357
+ "headers": {},
1358
+ "responseObjects": [
1359
+ {
1360
+ "type": "default",
1361
+ "key": "",
1362
+ "mockFile": ""
1363
+ }
1364
+ ]
1365
+ },
1366
+ {
1367
+ "name": "putExtrasTags",
1368
+ "protocol": "REST",
1369
+ "method": "PUT",
1370
+ "entitypath": "{base_path}/{version}/extras/tags/?{query}",
1371
+ "requestSchema": "schema.json",
1372
+ "responseSchema": "schema.json",
1373
+ "timeout": 0,
1374
+ "sendEmpty": false,
1375
+ "requestDatatype": "JSON",
1376
+ "responseDatatype": "JSON",
1377
+ "headers": {},
1378
+ "responseObjects": [
1379
+ {
1380
+ "type": "default",
1381
+ "key": "",
1382
+ "mockFile": ""
1383
+ }
1384
+ ]
1385
+ },
1386
+ {
1387
+ "name": "patchExtrasTags",
1388
+ "protocol": "REST",
1389
+ "method": "PATCH",
1390
+ "entitypath": "{base_path}/{version}/extras/tags/?{query}",
1391
+ "requestSchema": "schema.json",
1392
+ "responseSchema": "schema.json",
1393
+ "timeout": 0,
1394
+ "sendEmpty": false,
1395
+ "requestDatatype": "JSON",
1396
+ "responseDatatype": "JSON",
1397
+ "headers": {},
1398
+ "responseObjects": [
1399
+ {
1400
+ "type": "default",
1401
+ "key": "",
1402
+ "mockFile": ""
1403
+ }
1404
+ ]
1405
+ },
1406
+ {
1407
+ "name": "deleteExtrasTags",
1408
+ "protocol": "REST",
1409
+ "method": "DELETE",
1410
+ "entitypath": "{base_path}/{version}/extras/tags/?{query}",
1411
+ "requestSchema": "schema.json",
1412
+ "responseSchema": "schema.json",
1413
+ "timeout": 0,
1414
+ "sendEmpty": false,
1415
+ "requestDatatype": "JSON",
1416
+ "responseDatatype": "JSON",
1417
+ "headers": {},
1418
+ "responseObjects": [
1419
+ {
1420
+ "type": "default",
1421
+ "key": "",
1422
+ "mockFile": ""
1423
+ }
1424
+ ]
1425
+ },
1426
+ {
1427
+ "name": "getExtrasTagsId",
1428
+ "protocol": "REST",
1429
+ "method": "GET",
1430
+ "entitypath": "{base_path}/{version}/extras/tags/{pathv1}/?{query}",
1431
+ "requestSchema": "schema.json",
1432
+ "responseSchema": "schema.json",
1433
+ "timeout": 0,
1434
+ "sendEmpty": false,
1435
+ "sendGetBody": false,
1436
+ "requestDatatype": "JSON",
1437
+ "responseDatatype": "JSON",
1438
+ "headers": {},
1439
+ "responseObjects": [
1440
+ {
1441
+ "type": "default",
1442
+ "key": "",
1443
+ "mockFile": ""
1444
+ }
1445
+ ]
1446
+ },
1447
+ {
1448
+ "name": "putExtrasTagsId",
1449
+ "protocol": "REST",
1450
+ "method": "PUT",
1451
+ "entitypath": "{base_path}/{version}/extras/tags/{pathv1}/?{query}",
1452
+ "requestSchema": "schema.json",
1453
+ "responseSchema": "schema.json",
1454
+ "timeout": 0,
1455
+ "sendEmpty": false,
1456
+ "requestDatatype": "JSON",
1457
+ "responseDatatype": "JSON",
1458
+ "headers": {},
1459
+ "responseObjects": [
1460
+ {
1461
+ "type": "default",
1462
+ "key": "",
1463
+ "mockFile": ""
1464
+ }
1465
+ ]
1466
+ },
1467
+ {
1468
+ "name": "patchExtrasTagsId",
1469
+ "protocol": "REST",
1470
+ "method": "PATCH",
1471
+ "entitypath": "{base_path}/{version}/extras/tags/{pathv1}/?{query}",
1472
+ "requestSchema": "schema.json",
1473
+ "responseSchema": "schema.json",
1474
+ "timeout": 0,
1475
+ "sendEmpty": false,
1476
+ "requestDatatype": "JSON",
1477
+ "responseDatatype": "JSON",
1478
+ "headers": {},
1479
+ "responseObjects": [
1480
+ {
1481
+ "type": "default",
1482
+ "key": "",
1483
+ "mockFile": ""
1484
+ }
1485
+ ]
1486
+ },
1487
+ {
1488
+ "name": "deleteExtrasTagsId",
1489
+ "protocol": "REST",
1490
+ "method": "DELETE",
1491
+ "entitypath": "{base_path}/{version}/extras/tags/{pathv1}/?{query}",
1492
+ "requestSchema": "schema.json",
1493
+ "responseSchema": "schema.json",
1494
+ "timeout": 0,
1495
+ "sendEmpty": false,
1496
+ "requestDatatype": "JSON",
1497
+ "responseDatatype": "JSON",
1498
+ "headers": {},
1499
+ "responseObjects": [
1500
+ {
1501
+ "type": "default",
1502
+ "key": "",
1503
+ "mockFile": ""
1504
+ }
1505
+ ]
1506
+ },
1507
+ {
1508
+ "name": "getExtrasWebhooks",
1509
+ "protocol": "REST",
1510
+ "method": "GET",
1511
+ "entitypath": "{base_path}/{version}/extras/webhooks/?{query}",
1512
+ "requestSchema": "schema.json",
1513
+ "responseSchema": "schema.json",
1514
+ "timeout": 0,
1515
+ "sendEmpty": false,
1516
+ "sendGetBody": false,
1517
+ "requestDatatype": "JSON",
1518
+ "responseDatatype": "JSON",
1519
+ "headers": {},
1520
+ "responseObjects": [
1521
+ {
1522
+ "type": "default",
1523
+ "key": "",
1524
+ "mockFile": "mockdatafiles/getExtrasWebhooks-default.json"
1525
+ }
1526
+ ]
1527
+ },
1528
+ {
1529
+ "name": "postExtrasWebhooks",
1530
+ "protocol": "REST",
1531
+ "method": "POST",
1532
+ "entitypath": "{base_path}/{version}/extras/webhooks/?{query}",
1533
+ "requestSchema": "schema.json",
1534
+ "responseSchema": "schema.json",
1535
+ "timeout": 0,
1536
+ "sendEmpty": false,
1537
+ "requestDatatype": "JSON",
1538
+ "responseDatatype": "JSON",
1539
+ "headers": {},
1540
+ "responseObjects": [
1541
+ {
1542
+ "type": "default",
1543
+ "key": "",
1544
+ "mockFile": ""
1545
+ }
1546
+ ]
1547
+ },
1548
+ {
1549
+ "name": "putExtrasWebhooks",
1550
+ "protocol": "REST",
1551
+ "method": "PUT",
1552
+ "entitypath": "{base_path}/{version}/extras/webhooks/?{query}",
1553
+ "requestSchema": "schema.json",
1554
+ "responseSchema": "schema.json",
1555
+ "timeout": 0,
1556
+ "sendEmpty": false,
1557
+ "requestDatatype": "JSON",
1558
+ "responseDatatype": "JSON",
1559
+ "headers": {},
1560
+ "responseObjects": [
1561
+ {
1562
+ "type": "default",
1563
+ "key": "",
1564
+ "mockFile": ""
1565
+ }
1566
+ ]
1567
+ },
1568
+ {
1569
+ "name": "patchExtrasWebhooks",
1570
+ "protocol": "REST",
1571
+ "method": "PATCH",
1572
+ "entitypath": "{base_path}/{version}/extras/webhooks/?{query}",
1573
+ "requestSchema": "schema.json",
1574
+ "responseSchema": "schema.json",
1575
+ "timeout": 0,
1576
+ "sendEmpty": false,
1577
+ "requestDatatype": "JSON",
1578
+ "responseDatatype": "JSON",
1579
+ "headers": {},
1580
+ "responseObjects": [
1581
+ {
1582
+ "type": "default",
1583
+ "key": "",
1584
+ "mockFile": ""
1585
+ }
1586
+ ]
1587
+ },
1588
+ {
1589
+ "name": "deleteExtrasWebhooks",
1590
+ "protocol": "REST",
1591
+ "method": "DELETE",
1592
+ "entitypath": "{base_path}/{version}/extras/webhooks/?{query}",
1593
+ "requestSchema": "schema.json",
1594
+ "responseSchema": "schema.json",
1595
+ "timeout": 0,
1596
+ "sendEmpty": false,
1597
+ "requestDatatype": "JSON",
1598
+ "responseDatatype": "JSON",
1599
+ "headers": {},
1600
+ "responseObjects": [
1601
+ {
1602
+ "type": "default",
1603
+ "key": "",
1604
+ "mockFile": ""
1605
+ }
1606
+ ]
1607
+ },
1608
+ {
1609
+ "name": "getExtrasWebhooksId",
1610
+ "protocol": "REST",
1611
+ "method": "GET",
1612
+ "entitypath": "{base_path}/{version}/extras/webhooks/{pathv1}/?{query}",
1613
+ "requestSchema": "schema.json",
1614
+ "responseSchema": "schema.json",
1615
+ "timeout": 0,
1616
+ "sendEmpty": false,
1617
+ "sendGetBody": false,
1618
+ "requestDatatype": "JSON",
1619
+ "responseDatatype": "JSON",
1620
+ "headers": {},
1621
+ "responseObjects": [
1622
+ {
1623
+ "type": "default",
1624
+ "key": "",
1625
+ "mockFile": ""
1626
+ }
1627
+ ]
1628
+ },
1629
+ {
1630
+ "name": "putExtrasWebhooksId",
1631
+ "protocol": "REST",
1632
+ "method": "PUT",
1633
+ "entitypath": "{base_path}/{version}/extras/webhooks/{pathv1}/?{query}",
1634
+ "requestSchema": "schema.json",
1635
+ "responseSchema": "schema.json",
1636
+ "timeout": 0,
1637
+ "sendEmpty": false,
1638
+ "requestDatatype": "JSON",
1639
+ "responseDatatype": "JSON",
1640
+ "headers": {},
1641
+ "responseObjects": [
1642
+ {
1643
+ "type": "default",
1644
+ "key": "",
1645
+ "mockFile": ""
1646
+ }
1647
+ ]
1648
+ },
1649
+ {
1650
+ "name": "patchExtrasWebhooksId",
1651
+ "protocol": "REST",
1652
+ "method": "PATCH",
1653
+ "entitypath": "{base_path}/{version}/extras/webhooks/{pathv1}/?{query}",
1654
+ "requestSchema": "schema.json",
1655
+ "responseSchema": "schema.json",
1656
+ "timeout": 0,
1657
+ "sendEmpty": false,
1658
+ "requestDatatype": "JSON",
1659
+ "responseDatatype": "JSON",
1660
+ "headers": {},
1661
+ "responseObjects": [
1662
+ {
1663
+ "type": "default",
1664
+ "key": "",
1665
+ "mockFile": ""
1666
+ }
1667
+ ]
1668
+ },
1669
+ {
1670
+ "name": "deleteExtrasWebhooksId",
1671
+ "protocol": "REST",
1672
+ "method": "DELETE",
1673
+ "entitypath": "{base_path}/{version}/extras/webhooks/{pathv1}/?{query}",
1674
+ "requestSchema": "schema.json",
1675
+ "responseSchema": "schema.json",
1676
+ "timeout": 0,
1677
+ "sendEmpty": false,
1678
+ "requestDatatype": "JSON",
1679
+ "responseDatatype": "JSON",
1680
+ "headers": {},
1681
+ "responseObjects": [
1682
+ {
1683
+ "type": "default",
1684
+ "key": "",
1685
+ "mockFile": ""
1686
+ }
1687
+ ]
1688
+ }
1689
+ ]
1690
+ }