-
Notifications
You must be signed in to change notification settings - Fork 3
/
bring-list-models.js
93 lines (93 loc) · 3 KB
/
bring-list-models.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BringRemoteModels = exports.BringListModels = void 0;
var BringListModels;
(function (BringListModels) {
var QueryJob = /** @class */ (function () {
function QueryJob() {
}
return QueryJob;
}());
BringListModels.QueryJob = QueryJob;
var ListChangeIndicator = /** @class */ (function () {
function ListChangeIndicator() {
}
return ListChangeIndicator;
}());
BringListModels.ListChangeIndicator = ListChangeIndicator;
var ListItem = /** @class */ (function () {
function ListItem() {
}
return ListItem;
}());
BringListModels.ListItem = ListItem;
var ListContent = /** @class */ (function () {
function ListContent() {
}
return ListContent;
}());
BringListModels.ListContent = ListContent;
var ArticleLocalization = /** @class */ (function () {
function ArticleLocalization() {
}
return ArticleLocalization;
}());
BringListModels.ArticleLocalization = ArticleLocalization;
})(BringListModels = exports.BringListModels || (exports.BringListModels = {}));
var BringRemoteModels;
(function (BringRemoteModels) {
var UserListInfo = /** @class */ (function () {
function UserListInfo() {
}
return UserListInfo;
}());
BringRemoteModels.UserListInfo = UserListInfo;
var ListHeader = /** @class */ (function () {
function ListHeader() {
}
return ListHeader;
}());
BringRemoteModels.ListHeader = ListHeader;
var ListItem = /** @class */ (function () {
function ListItem() {
}
return ListItem;
}());
BringRemoteModels.ListItem = ListItem;
var ListItemDetail = /** @class */ (function () {
function ListItemDetail() {
}
return ListItemDetail;
}());
BringRemoteModels.ListItemDetail = ListItemDetail;
var ListResponse = /** @class */ (function () {
function ListResponse() {
}
return ListResponse;
}());
BringRemoteModels.ListResponse = ListResponse;
var CatalogResponse = /** @class */ (function () {
function CatalogResponse() {
}
return CatalogResponse;
}());
BringRemoteModels.CatalogResponse = CatalogResponse;
var BringCatalog = /** @class */ (function () {
function BringCatalog() {
}
return BringCatalog;
}());
BringRemoteModels.BringCatalog = BringCatalog;
var CatalogSection = /** @class */ (function () {
function CatalogSection() {
}
return CatalogSection;
}());
BringRemoteModels.CatalogSection = CatalogSection;
var CatalogSectionItem = /** @class */ (function () {
function CatalogSectionItem() {
}
return CatalogSectionItem;
}());
BringRemoteModels.CatalogSectionItem = CatalogSectionItem;
})(BringRemoteModels = exports.BringRemoteModels || (exports.BringRemoteModels = {}));