ch-admin-api-client-typescript 5.88.5 → 5.88.7
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.
|
@@ -15,29 +15,23 @@
|
|
|
15
15
|
* @interface DealTagModel
|
|
16
16
|
*/
|
|
17
17
|
export interface DealTagModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof DealTagModel
|
|
22
|
-
*/
|
|
23
|
-
'order'?: number;
|
|
24
18
|
/**
|
|
25
19
|
*
|
|
26
20
|
* @type {string}
|
|
27
21
|
* @memberof DealTagModel
|
|
28
22
|
*/
|
|
29
|
-
'
|
|
23
|
+
'tagId'?: string | null;
|
|
30
24
|
/**
|
|
31
25
|
*
|
|
32
|
-
* @type {
|
|
26
|
+
* @type {number}
|
|
33
27
|
* @memberof DealTagModel
|
|
34
28
|
*/
|
|
35
|
-
'
|
|
29
|
+
'order'?: number;
|
|
36
30
|
/**
|
|
37
31
|
*
|
|
38
|
-
* @type {
|
|
32
|
+
* @type {string}
|
|
39
33
|
* @memberof DealTagModel
|
|
40
34
|
*/
|
|
41
|
-
'
|
|
35
|
+
'dealId'?: string;
|
|
42
36
|
}
|
|
43
37
|
//# sourceMappingURL=deal-tag-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deal-tag-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-tag-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"deal-tag-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-tag-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -15,29 +15,17 @@
|
|
|
15
15
|
* @interface DealTagRequestModel
|
|
16
16
|
*/
|
|
17
17
|
export interface DealTagRequestModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof DealTagRequestModel
|
|
22
|
-
*/
|
|
23
|
-
'order'?: number;
|
|
24
18
|
/**
|
|
25
19
|
*
|
|
26
20
|
* @type {string}
|
|
27
21
|
* @memberof DealTagRequestModel
|
|
28
22
|
*/
|
|
29
|
-
'
|
|
23
|
+
'tagId'?: string | null;
|
|
30
24
|
/**
|
|
31
25
|
*
|
|
32
|
-
* @type {
|
|
33
|
-
* @memberof DealTagRequestModel
|
|
34
|
-
*/
|
|
35
|
-
'confirmed'?: boolean;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
26
|
+
* @type {number}
|
|
39
27
|
* @memberof DealTagRequestModel
|
|
40
28
|
*/
|
|
41
|
-
'
|
|
29
|
+
'order'?: number;
|
|
42
30
|
}
|
|
43
31
|
//# sourceMappingURL=deal-tag-request-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deal-tag-request-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-tag-request-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"deal-tag-request-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-tag-request-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|