@openvoy/openvoy-typescriptmodels 0.0.1431 → 0.0.1441
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/core.d.ts +0 -109
- package/package.json +1 -1
package/core.d.ts
CHANGED
|
@@ -229,67 +229,14 @@ export interface FeatureCountry extends CountryUpdate {
|
|
|
229
229
|
export interface FetchString {
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
export interface FindCities extends FacetedSearch<City> {
|
|
233
|
-
term?: string;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
export interface FindCitiesByName {
|
|
237
|
-
name?: string;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
export interface FindCityInfos extends FacetedSearch<CityInfo> {
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
export interface FindContinentInfos extends FacetedSearch<ContinentInfo> {
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
export interface FindCountries extends FacetedSearch<Country> {
|
|
247
|
-
term?: string;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
export interface FindCountriesByCategory {
|
|
251
|
-
category?: string;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
export interface FindCountryInfos extends FacetedSearch<CountryInfo> {
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
export interface FindRegionInfos extends FacetedSearch<RegionInfo> {
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
export interface FindRegisteredEmailAddresses {
|
|
261
|
-
from?: string;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
export interface FindSubContinentInfos extends FacetedSearch<SubContinentInfo> {
|
|
265
|
-
}
|
|
266
|
-
|
|
267
232
|
export interface FindTagCities {
|
|
268
233
|
tagId?: string;
|
|
269
234
|
}
|
|
270
235
|
|
|
271
|
-
export interface FindTagInfos extends FacetedSearch<TagInfo> {
|
|
272
|
-
}
|
|
273
|
-
|
|
274
236
|
export interface FindTags extends FacetedSearch<Tag> {
|
|
275
237
|
term?: string;
|
|
276
238
|
}
|
|
277
239
|
|
|
278
|
-
export interface FindTours extends FacetedSearch<Tour> {
|
|
279
|
-
term?: string;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
export interface FindToursForDestination extends FacetedSearch<Tour> {
|
|
283
|
-
cityId?: string;
|
|
284
|
-
continent?: Continent;
|
|
285
|
-
countryId?: string;
|
|
286
|
-
regionId?: string;
|
|
287
|
-
subContinentId?: string;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
export interface Function<T, R> {
|
|
291
|
-
}
|
|
292
|
-
|
|
293
240
|
export interface GenerateApiKey {
|
|
294
241
|
issuedAt?: string;
|
|
295
242
|
keyId?: string;
|
|
@@ -299,55 +246,21 @@ export interface GenerateApiKey {
|
|
|
299
246
|
export interface GenerateKeyPair {
|
|
300
247
|
}
|
|
301
248
|
|
|
302
|
-
export interface GetCategory {
|
|
303
|
-
categoryId?: string;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
export interface GetCategoryByCode {
|
|
307
|
-
categoryType?: CategoryType;
|
|
308
|
-
code?: string;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
249
|
export interface GetCategoryEntity {
|
|
312
250
|
categoryId?: string;
|
|
313
251
|
}
|
|
314
252
|
|
|
315
|
-
export interface GetCity {
|
|
316
|
-
cityId?: string;
|
|
317
|
-
code?: string;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
253
|
export interface GetCityForProvider {
|
|
321
254
|
countryCode?: string;
|
|
322
255
|
name?: string;
|
|
323
256
|
providerId?: CityProviderId;
|
|
324
257
|
}
|
|
325
258
|
|
|
326
|
-
export interface GetCityInfo {
|
|
327
|
-
cityId?: string;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
export interface GetContinentInfo {
|
|
331
|
-
continent?: Continent;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
export interface GetCountriesForHomePage {
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
export interface GetCountry {
|
|
338
|
-
code?: string;
|
|
339
|
-
countryId?: string;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
259
|
export interface GetCountryForProvider {
|
|
343
260
|
countryName?: string;
|
|
344
261
|
providerId?: CountryProviderId;
|
|
345
262
|
}
|
|
346
263
|
|
|
347
|
-
export interface GetCountryInfo {
|
|
348
|
-
countryId?: string;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
264
|
export interface GetCountryOfCity {
|
|
352
265
|
countryCode?: string;
|
|
353
266
|
name?: string;
|
|
@@ -362,22 +275,10 @@ export interface GetPublicKey {
|
|
|
362
275
|
userId?: UserId;
|
|
363
276
|
}
|
|
364
277
|
|
|
365
|
-
export interface GetRegionInfo {
|
|
366
|
-
regionId?: string;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
278
|
export interface GetSender {
|
|
370
279
|
userId?: UserId;
|
|
371
280
|
}
|
|
372
281
|
|
|
373
|
-
export interface GetSubContinentInfo {
|
|
374
|
-
subContinentId?: string;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
export interface GetTagInfo {
|
|
378
|
-
tagId?: string;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
282
|
export interface GetTourProvider {
|
|
382
283
|
code?: string;
|
|
383
284
|
}
|
|
@@ -439,21 +340,11 @@ export interface RegionInfo {
|
|
|
439
340
|
tours?: TourInfo[];
|
|
440
341
|
}
|
|
441
342
|
|
|
442
|
-
export interface RegisterEmailAddress {
|
|
443
|
-
emailAddress?: Email;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
343
|
export interface RegisteredEmailAddress {
|
|
447
344
|
createdAt?: string;
|
|
448
345
|
emailAddress?: Email;
|
|
449
346
|
}
|
|
450
347
|
|
|
451
|
-
export interface SearchCategories {
|
|
452
|
-
converter?: Function<any, Category>;
|
|
453
|
-
term?: string;
|
|
454
|
-
terms?: string[];
|
|
455
|
-
}
|
|
456
|
-
|
|
457
348
|
export interface Secret {
|
|
458
349
|
secret?: string;
|
|
459
350
|
}
|
package/package.json
CHANGED