@freelog/tools-lib 0.1.77 → 0.1.78

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freelog/tools-lib",
3
- "version": "0.1.77",
3
+ "version": "0.1.78",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -148,6 +148,7 @@ interface PresentableListParamsType {
148
148
  resourceNames?: string;
149
149
  isLoadVersionProperty?: 0 | 1;
150
150
  isLoadPolicyInfo?: 0 | 1;
151
+ isTranslate?: 0 | 1;
151
152
  projection?: string;
152
153
  resolveResourceIds?: string;
153
154
  }
@@ -88,6 +88,7 @@ interface BatchInfoParamsType {
88
88
  resourceIds?: string;
89
89
  resourceNames?: string;
90
90
  isLoadPolicyInfo?: 0 | 1;
91
+ isTranslate?: 0 | 1;
91
92
  isLoadLatestVersionInfo?: 0 | 1;
92
93
  projection?: string;
93
94
  }
@@ -1,23 +0,0 @@
1
- interface ICandidate {
2
- name: string;
3
- versionRange?: string;
4
- type: 'resource' | 'object';
5
- }
6
- export declare type OperationAndActionRecords = {
7
- type: 'add' | 'alter' | 'set_labels' | 'online' | 'set_title' | 'set_cover' | 'add_attr' | 'delete_attr' | 'replace' | 'activate_theme';
8
- data: {
9
- exhibitName: string;
10
- candidate?: ICandidate;
11
- tags?: string[];
12
- coverImage?: string;
13
- title?: string;
14
- onlineStatus?: boolean;
15
- attrDescription?: string;
16
- attrKey?: string;
17
- attrValue?: string;
18
- replaced?: ICandidate;
19
- replacer?: ICandidate;
20
- scopes?: ICandidate[][];
21
- };
22
- }[];
23
- export {};
@@ -1 +0,0 @@
1
- export declare type ContractStatus = 'active' | 'testActive' | 'inactive' | 'terminal';
@@ -1,28 +0,0 @@
1
-
2
- interface ICandidate {
3
- name: string;
4
- versionRange?: string;
5
- type: 'resource' | 'object';
6
- }
7
-
8
- export type OperationAndActionRecords = {
9
- type: 'add' | 'alter' | 'set_labels' | 'online' | 'set_title' | 'set_cover' | 'add_attr' | 'delete_attr' | 'replace' | 'activate_theme';
10
- data: {
11
- exhibitName: string;
12
-
13
- candidate?: ICandidate;
14
-
15
- tags?: string[];
16
- coverImage?: string;
17
- title?: string;
18
- onlineStatus?: boolean;
19
-
20
- attrDescription?: string;
21
- attrKey?: string;
22
- attrValue?: string;
23
-
24
- replaced?: ICandidate;
25
- replacer?: ICandidate;
26
- scopes?: ICandidate[][];
27
- };
28
- }[];
@@ -1 +0,0 @@
1
- export type ContractStatus = 'active' | 'testActive' | 'inactive' | 'terminal';