@epilot/pricing-client 3.35.2 → 3.35.3
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/dist/definition.js +1 -1
- package/dist/openapi-runtime.json +43 -12
- package/package.json +1 -1
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={914:function(e,t
|
|
1
|
+
(()=>{"use strict";var e={914:function(e,r,t){var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0});var a=i(t(240));r.default=a.default},240:e=>{e.exports=JSON.parse('{"openapi":"3.0.3","info":{"title":"","version":""},"servers":[{"url":"https://pricing-api.sls.epilot.io"}],"paths":{"/v1/pricing:compute":{"post":{"operationId":"$calculatePricingDetails","requestBody":{"required":false,"content":{"application/json":{}}},"responses":{}}},"/v1/order":{"post":{"operationId":"createOrder","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/order/{id}":{"put":{"operationId":"putOrder","parameters":[{"in":"path","name":"id","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}}}},"/v1/public/cart:checkout":{"post":{"operationId":"$checkoutCart","parameters":[{"in":"header","name":"X-Ivy-Org-ID","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}}}},"/v1/public/catalog":{"post":{"operationId":"$searchCatalog","parameters":[{"in":"header","name":"X-Ivy-Org-ID"},{"in":"header","name":"Authorization"}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/catalog":{"post":{"operationId":"$privateSearchCatalog","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/public/availability:check":{"post":{"operationId":"$availabilityCheck","parameters":[{"in":"header","name":"X-Ivy-Org-ID","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/validate-availability/{id}":{"get":{"operationId":"$validateAvailabilityFile","parameters":[{"in":"path","name":"id","required":true},{"in":"header","name":"X-Epilot-Org-ID","required":true}],"responses":{}}},"/v1/public/integration/{integrationId}/external-catalog":{"post":{"operationId":"$searchExternalCatalog","parameters":[{"in":"path","name":"integrationId","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/public/integration/{integrationId}/providers:search":{"post":{"operationId":"$searchProviders","parameters":[{"in":"header","name":"X-Epilot-Org-ID","required":true},{"in":"path","name":"integrationId","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/public/integration/{integrationId}/streets:search":{"post":{"operationId":"$searchStreets","parameters":[{"in":"header","name":"X-Epilot-Org-ID","required":true},{"in":"path","name":"integrationId","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/public/integration/{integrationId}/compute-price":{"post":{"operationId":"$computePrice","parameters":[{"in":"header","name":"X-Epilot-Org-ID","required":true},{"in":"path","name":"integrationId","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/integration/{integrationId}/credentials":{"get":{"operationId":"$getCredentials","parameters":[{"in":"path","name":"integrationId","required":true}],"responses":{}}},"/v1/integration/{integrationId}/credentials:save":{"put":{"operationId":"$saveCredentials","parameters":[{"in":"path","name":"integrationId","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/integration/{integrationId}/credentials:delete":{"delete":{"operationId":"$deleteCredentials","parameters":[{"in":"path","name":"integrationId","required":true}],"responses":{}}}},"components":{}}')}},r={},t=function t(i){var a=r[i];if(void 0!==a)return a.exports;var n=r[i]={exports:{}};return e[i].call(n.exports,n,n.exports,t),n.exports}(914),i=exports;for(var a in t)i[a]=t[a];t.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})();
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"content": {
|
|
19
19
|
"application/json": {}
|
|
20
20
|
}
|
|
21
|
-
}
|
|
21
|
+
},
|
|
22
|
+
"responses": {}
|
|
22
23
|
}
|
|
23
24
|
},
|
|
24
25
|
"/v1/order": {
|
|
@@ -29,7 +30,8 @@
|
|
|
29
30
|
"content": {
|
|
30
31
|
"application/json": {}
|
|
31
32
|
}
|
|
32
|
-
}
|
|
33
|
+
},
|
|
34
|
+
"responses": {}
|
|
33
35
|
}
|
|
34
36
|
},
|
|
35
37
|
"/v1/order/{id}": {
|
|
@@ -86,7 +88,8 @@
|
|
|
86
88
|
"content": {
|
|
87
89
|
"application/json": {}
|
|
88
90
|
}
|
|
89
|
-
}
|
|
91
|
+
},
|
|
92
|
+
"responses": {}
|
|
90
93
|
}
|
|
91
94
|
},
|
|
92
95
|
"/v1/catalog": {
|
|
@@ -97,7 +100,8 @@
|
|
|
97
100
|
"content": {
|
|
98
101
|
"application/json": {}
|
|
99
102
|
}
|
|
100
|
-
}
|
|
103
|
+
},
|
|
104
|
+
"responses": {}
|
|
101
105
|
}
|
|
102
106
|
},
|
|
103
107
|
"/v1/public/availability:check": {
|
|
@@ -115,7 +119,8 @@
|
|
|
115
119
|
"content": {
|
|
116
120
|
"application/json": {}
|
|
117
121
|
}
|
|
118
|
-
}
|
|
122
|
+
},
|
|
123
|
+
"responses": {}
|
|
119
124
|
}
|
|
120
125
|
},
|
|
121
126
|
"/v1/validate-availability/{id}": {
|
|
@@ -132,7 +137,27 @@
|
|
|
132
137
|
"name": "X-Epilot-Org-ID",
|
|
133
138
|
"required": true
|
|
134
139
|
}
|
|
135
|
-
]
|
|
140
|
+
],
|
|
141
|
+
"responses": {}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"/v1/public/integration/{integrationId}/external-catalog": {
|
|
145
|
+
"post": {
|
|
146
|
+
"operationId": "$searchExternalCatalog",
|
|
147
|
+
"parameters": [
|
|
148
|
+
{
|
|
149
|
+
"in": "path",
|
|
150
|
+
"name": "integrationId",
|
|
151
|
+
"required": true
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"requestBody": {
|
|
155
|
+
"required": true,
|
|
156
|
+
"content": {
|
|
157
|
+
"application/json": {}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"responses": {}
|
|
136
161
|
}
|
|
137
162
|
},
|
|
138
163
|
"/v1/public/integration/{integrationId}/providers:search": {
|
|
@@ -155,7 +180,8 @@
|
|
|
155
180
|
"content": {
|
|
156
181
|
"application/json": {}
|
|
157
182
|
}
|
|
158
|
-
}
|
|
183
|
+
},
|
|
184
|
+
"responses": {}
|
|
159
185
|
}
|
|
160
186
|
},
|
|
161
187
|
"/v1/public/integration/{integrationId}/streets:search": {
|
|
@@ -178,7 +204,8 @@
|
|
|
178
204
|
"content": {
|
|
179
205
|
"application/json": {}
|
|
180
206
|
}
|
|
181
|
-
}
|
|
207
|
+
},
|
|
208
|
+
"responses": {}
|
|
182
209
|
}
|
|
183
210
|
},
|
|
184
211
|
"/v1/public/integration/{integrationId}/compute-price": {
|
|
@@ -200,7 +227,8 @@
|
|
|
200
227
|
"content": {
|
|
201
228
|
"application/json": {}
|
|
202
229
|
}
|
|
203
|
-
}
|
|
230
|
+
},
|
|
231
|
+
"responses": {}
|
|
204
232
|
}
|
|
205
233
|
},
|
|
206
234
|
"/v1/integration/{integrationId}/credentials": {
|
|
@@ -212,7 +240,8 @@
|
|
|
212
240
|
"name": "integrationId",
|
|
213
241
|
"required": true
|
|
214
242
|
}
|
|
215
|
-
]
|
|
243
|
+
],
|
|
244
|
+
"responses": {}
|
|
216
245
|
}
|
|
217
246
|
},
|
|
218
247
|
"/v1/integration/{integrationId}/credentials:save": {
|
|
@@ -229,7 +258,8 @@
|
|
|
229
258
|
"content": {
|
|
230
259
|
"application/json": {}
|
|
231
260
|
}
|
|
232
|
-
}
|
|
261
|
+
},
|
|
262
|
+
"responses": {}
|
|
233
263
|
}
|
|
234
264
|
},
|
|
235
265
|
"/v1/integration/{integrationId}/credentials:delete": {
|
|
@@ -241,7 +271,8 @@
|
|
|
241
271
|
"name": "integrationId",
|
|
242
272
|
"required": true
|
|
243
273
|
}
|
|
244
|
-
]
|
|
274
|
+
],
|
|
275
|
+
"responses": {}
|
|
245
276
|
}
|
|
246
277
|
}
|
|
247
278
|
},
|