@incomy/platform-sdk 0.4.0-4 → 0.4.0-43
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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/services/{core → hub}/core/OpenAPI.js +1 -1
- package/dist/services/{core → hub}/index.d.ts +7 -0
- package/dist/services/{core → hub}/index.js +2 -0
- package/dist/services/hub/models/EntryEdit.d.ts +10 -0
- package/dist/services/{core → hub}/models/EntryInsert.d.ts +4 -4
- package/dist/services/hub/models/EntryOperations.d.ts +6 -0
- package/dist/services/hub/models/EntrySettlements.d.ts +6 -0
- package/dist/services/hub/models/LogItem.d.ts +9 -0
- package/dist/services/hub/models/LogOperation.d.ts +19 -0
- package/dist/services/hub/models/LogSettlement.d.ts +19 -0
- package/dist/services/{core → hub}/models/Operation.d.ts +5 -1
- package/dist/services/hub/models/OperationEdit.d.ts +25 -0
- package/dist/services/{core → hub}/models/OperationInsert.d.ts +5 -0
- package/dist/services/{core → hub}/models/Settlement.d.ts +5 -1
- package/dist/services/hub/models/SettlementEdit.d.ts +16 -0
- package/dist/services/hub/models/SettlementInsert.d.ts +19 -0
- package/dist/services/hub/models/TemplateInputDefinition.js +1 -0
- package/dist/services/hub/models/TemplateInsert.js +1 -0
- package/dist/services/hub/models/TemplateOperationDefinition.js +1 -0
- package/dist/services/hub/models/TemplateSettlementDefinition.js +1 -0
- package/dist/services/hub/models/WalletBalance.js +1 -0
- package/dist/services/hub/services/OperationsService.d.ts +43 -0
- package/dist/services/hub/services/OperationsService.js +92 -0
- package/dist/services/{core → hub}/services/ProjectWalletsService.d.ts +0 -8
- package/dist/services/{core → hub}/services/ProjectWalletsService.js +0 -16
- package/dist/services/{core → hub}/services/ProjectsService.d.ts +7 -8
- package/dist/services/{core → hub}/services/ProjectsService.js +14 -16
- package/dist/services/hub/services/SettlementsService.d.ts +43 -0
- package/dist/services/hub/services/SettlementsService.js +92 -0
- package/package.json +1 -1
- package/dist/services/core/models/EntryEdit.d.ts +0 -10
- package/dist/services/core/models/OperationEdit.d.ts +0 -14
- package/dist/services/core/models/SettlementEdit.d.ts +0 -10
- package/dist/services/core/models/SettlementInsert.d.ts +0 -10
- /package/dist/services/{core → hub}/core/ApiError.d.ts +0 -0
- /package/dist/services/{core → hub}/core/ApiError.js +0 -0
- /package/dist/services/{core → hub}/core/ApiRequestOptions.d.ts +0 -0
- /package/dist/services/{core → hub}/core/ApiRequestOptions.js +0 -0
- /package/dist/services/{core → hub}/core/ApiResult.d.ts +0 -0
- /package/dist/services/{core → hub}/core/ApiResult.js +0 -0
- /package/dist/services/{core → hub}/core/CancelablePromise.d.ts +0 -0
- /package/dist/services/{core → hub}/core/CancelablePromise.js +0 -0
- /package/dist/services/{core → hub}/core/OpenAPI.d.ts +0 -0
- /package/dist/services/{core → hub}/core/request.d.ts +0 -0
- /package/dist/services/{core → hub}/core/request.js +0 -0
- /package/dist/services/{core → hub}/models/ActualBalance.d.ts +0 -0
- /package/dist/services/{core → hub}/models/ActualBalance.js +0 -0
- /package/dist/services/{core → hub}/models/Balance.d.ts +0 -0
- /package/dist/services/{core → hub}/models/Balance.js +0 -0
- /package/dist/services/{core → hub}/models/BalanceReport.d.ts +0 -0
- /package/dist/services/{core → hub}/models/BalanceReport.js +0 -0
- /package/dist/services/{core → hub}/models/Bucket.d.ts +0 -0
- /package/dist/services/{core → hub}/models/Bucket.js +0 -0
- /package/dist/services/{core → hub}/models/BucketBalance.d.ts +0 -0
- /package/dist/services/{core → hub}/models/BucketBalance.js +0 -0
- /package/dist/services/{core → hub}/models/BucketBreakdown.d.ts +0 -0
- /package/dist/services/{core → hub}/models/BucketBreakdown.js +0 -0
- /package/dist/services/{core → hub}/models/BucketEdit.d.ts +0 -0
- /package/dist/services/{core → hub}/models/BucketEdit.js +0 -0
- /package/dist/services/{core → hub}/models/BucketInsert.d.ts +0 -0
- /package/dist/services/{core → hub}/models/BucketInsert.js +0 -0
- /package/dist/services/{core → hub}/models/BucketableBalance.d.ts +0 -0
- /package/dist/services/{core → hub}/models/BucketableBalance.js +0 -0
- /package/dist/services/{core → hub}/models/Entry.d.ts +0 -0
- /package/dist/services/{core → hub}/models/Entry.js +0 -0
- /package/dist/services/{core → hub}/models/EntryEdit.js +0 -0
- /package/dist/services/{core → hub}/models/EntryInsert.js +0 -0
- /package/dist/services/{core/models/InputFieldDefinition.js → hub/models/EntryOperations.js} +0 -0
- /package/dist/services/{core/models/Member.js → hub/models/EntrySettlements.js} +0 -0
- /package/dist/services/{core → hub}/models/InputFieldDefinition.d.ts +0 -0
- /package/dist/services/{core/models/MemberBalanceReport.js → hub/models/InputFieldDefinition.js} +0 -0
- /package/dist/services/{core/models/MemberEdit.js → hub/models/LogItem.js} +0 -0
- /package/dist/services/{core/models/MemberInsert.js → hub/models/LogOperation.js} +0 -0
- /package/dist/services/{core/models/Money.js → hub/models/LogSettlement.js} +0 -0
- /package/dist/services/{core → hub}/models/Member.d.ts +0 -0
- /package/dist/services/{core/models/MoneyExpression.js → hub/models/Member.js} +0 -0
- /package/dist/services/{core → hub}/models/MemberBalanceReport.d.ts +0 -0
- /package/dist/services/{core/models/Operation.js → hub/models/MemberBalanceReport.js} +0 -0
- /package/dist/services/{core → hub}/models/MemberEdit.d.ts +0 -0
- /package/dist/services/{core/models/OperationEdit.js → hub/models/MemberEdit.js} +0 -0
- /package/dist/services/{core → hub}/models/MemberInsert.d.ts +0 -0
- /package/dist/services/{core/models/OperationInsert.js → hub/models/MemberInsert.js} +0 -0
- /package/dist/services/{core → hub}/models/Money.d.ts +0 -0
- /package/dist/services/{core/models/Project.js → hub/models/Money.js} +0 -0
- /package/dist/services/{core → hub}/models/MoneyExpression.d.ts +0 -0
- /package/dist/services/{core/models/ProjectEdit.js → hub/models/MoneyExpression.js} +0 -0
- /package/dist/services/{core/models/ProjectInsert.js → hub/models/Operation.js} +0 -0
- /package/dist/services/{core/models/ProjectWallet.js → hub/models/OperationEdit.js} +0 -0
- /package/dist/services/{core/models/ProjectWalletEdit.js → hub/models/OperationInsert.js} +0 -0
- /package/dist/services/{core → hub}/models/Project.d.ts +0 -0
- /package/dist/services/{core/models/ProjectWalletInsert.js → hub/models/Project.js} +0 -0
- /package/dist/services/{core → hub}/models/ProjectEdit.d.ts +0 -0
- /package/dist/services/{core/models/Settlement.js → hub/models/ProjectEdit.js} +0 -0
- /package/dist/services/{core → hub}/models/ProjectInsert.d.ts +0 -0
- /package/dist/services/{core/models/SettlementEdit.js → hub/models/ProjectInsert.js} +0 -0
- /package/dist/services/{core → hub}/models/ProjectWallet.d.ts +0 -0
- /package/dist/services/{core/models/SettlementInsert.js → hub/models/ProjectWallet.js} +0 -0
- /package/dist/services/{core → hub}/models/ProjectWalletEdit.d.ts +0 -0
- /package/dist/services/{core/models/Template.js → hub/models/ProjectWalletEdit.js} +0 -0
- /package/dist/services/{core → hub}/models/ProjectWalletInsert.d.ts +0 -0
- /package/dist/services/{core/models/TemplateBucketBreakdownDefinition.js → hub/models/ProjectWalletInsert.js} +0 -0
- /package/dist/services/{core/models/TemplateData.js → hub/models/Settlement.js} +0 -0
- /package/dist/services/{core/models/TemplateDefinition.js → hub/models/SettlementEdit.js} +0 -0
- /package/dist/services/{core/models/TemplateEdit.js → hub/models/SettlementInsert.js} +0 -0
- /package/dist/services/{core → hub}/models/Template.d.ts +0 -0
- /package/dist/services/{core/models/TemplateEntryDefinition.js → hub/models/Template.js} +0 -0
- /package/dist/services/{core → hub}/models/TemplateBucketBreakdownDefinition.d.ts +0 -0
- /package/dist/services/{core/models/TemplateInfo.js → hub/models/TemplateBucketBreakdownDefinition.js} +0 -0
- /package/dist/services/{core → hub}/models/TemplateData.d.ts +0 -0
- /package/dist/services/{core/models/TemplateInput.js → hub/models/TemplateData.js} +0 -0
- /package/dist/services/{core → hub}/models/TemplateDefinition.d.ts +0 -0
- /package/dist/services/{core/models/TemplateInputDefinition.js → hub/models/TemplateDefinition.js} +0 -0
- /package/dist/services/{core → hub}/models/TemplateEdit.d.ts +0 -0
- /package/dist/services/{core/models/TemplateInsert.js → hub/models/TemplateEdit.js} +0 -0
- /package/dist/services/{core → hub}/models/TemplateEntryDefinition.d.ts +0 -0
- /package/dist/services/{core/models/TemplateOperationDefinition.js → hub/models/TemplateEntryDefinition.js} +0 -0
- /package/dist/services/{core → hub}/models/TemplateInfo.d.ts +0 -0
- /package/dist/services/{core/models/TemplateSettlementDefinition.js → hub/models/TemplateInfo.js} +0 -0
- /package/dist/services/{core → hub}/models/TemplateInput.d.ts +0 -0
- /package/dist/services/{core/models/WalletBalance.js → hub/models/TemplateInput.js} +0 -0
- /package/dist/services/{core → hub}/models/TemplateInputDefinition.d.ts +0 -0
- /package/dist/services/{core → hub}/models/TemplateInsert.d.ts +0 -0
- /package/dist/services/{core → hub}/models/TemplateOperationDefinition.d.ts +0 -0
- /package/dist/services/{core → hub}/models/TemplateSettlementDefinition.d.ts +0 -0
- /package/dist/services/{core → hub}/models/WalletBalance.d.ts +0 -0
- /package/dist/services/{core → hub}/services/BucketsService.d.ts +0 -0
- /package/dist/services/{core → hub}/services/BucketsService.js +0 -0
- /package/dist/services/{core → hub}/services/EntriesService.d.ts +0 -0
- /package/dist/services/{core → hub}/services/EntriesService.js +0 -0
- /package/dist/services/{core → hub}/services/TemplatesService.d.ts +0 -0
- /package/dist/services/{core → hub}/services/TemplatesService.js +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * as
|
|
1
|
+
export * as hub from "./services/hub";
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * as
|
|
1
|
+
export * as hub from "./services/hub";
|
|
@@ -14,7 +14,12 @@ export type { BucketInsert } from './models/BucketInsert';
|
|
|
14
14
|
export type { Entry } from './models/Entry';
|
|
15
15
|
export type { EntryEdit } from './models/EntryEdit';
|
|
16
16
|
export type { EntryInsert } from './models/EntryInsert';
|
|
17
|
+
export type { EntryOperations } from './models/EntryOperations';
|
|
18
|
+
export type { EntrySettlements } from './models/EntrySettlements';
|
|
17
19
|
export type { InputFieldDefinition } from './models/InputFieldDefinition';
|
|
20
|
+
export type { LogItem } from './models/LogItem';
|
|
21
|
+
export type { LogOperation } from './models/LogOperation';
|
|
22
|
+
export type { LogSettlement } from './models/LogSettlement';
|
|
18
23
|
export type { Member } from './models/Member';
|
|
19
24
|
export type { MemberBalanceReport } from './models/MemberBalanceReport';
|
|
20
25
|
export type { MemberEdit } from './models/MemberEdit';
|
|
@@ -48,6 +53,8 @@ export type { TemplateSettlementDefinition } from './models/TemplateSettlementDe
|
|
|
48
53
|
export type { WalletBalance } from './models/WalletBalance';
|
|
49
54
|
export { BucketsService } from './services/BucketsService';
|
|
50
55
|
export { EntriesService } from './services/EntriesService';
|
|
56
|
+
export { OperationsService } from './services/OperationsService';
|
|
51
57
|
export { ProjectsService } from './services/ProjectsService';
|
|
52
58
|
export { ProjectWalletsService } from './services/ProjectWalletsService';
|
|
59
|
+
export { SettlementsService } from './services/SettlementsService';
|
|
53
60
|
export { TemplatesService } from './services/TemplatesService';
|
|
@@ -7,6 +7,8 @@ export { CancelablePromise, CancelError } from './core/CancelablePromise';
|
|
|
7
7
|
export { OpenAPI } from './core/OpenAPI';
|
|
8
8
|
export { BucketsService } from './services/BucketsService';
|
|
9
9
|
export { EntriesService } from './services/EntriesService';
|
|
10
|
+
export { OperationsService } from './services/OperationsService';
|
|
10
11
|
export { ProjectsService } from './services/ProjectsService';
|
|
11
12
|
export { ProjectWalletsService } from './services/ProjectWalletsService';
|
|
13
|
+
export { SettlementsService } from './services/SettlementsService';
|
|
12
14
|
export { TemplatesService } from './services/TemplatesService';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { EntryOperations } from './EntryOperations';
|
|
2
|
+
import type { EntrySettlements } from './EntrySettlements';
|
|
3
|
+
import type { TemplateInfo } from './TemplateInfo';
|
|
4
|
+
export type EntryEdit = {
|
|
5
|
+
name?: string | null;
|
|
6
|
+
occurredAt?: string | null;
|
|
7
|
+
operations?: EntryOperations;
|
|
8
|
+
settlements?: EntrySettlements;
|
|
9
|
+
template?: TemplateInfo;
|
|
10
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
1
|
+
import type { EntryOperations } from './EntryOperations';
|
|
2
|
+
import type { EntrySettlements } from './EntrySettlements';
|
|
3
3
|
import type { TemplateInfo } from './TemplateInfo';
|
|
4
4
|
export type EntryInsert = {
|
|
5
5
|
name?: string | null;
|
|
@@ -7,7 +7,7 @@ export type EntryInsert = {
|
|
|
7
7
|
* Server time will be used if left empty
|
|
8
8
|
*/
|
|
9
9
|
occurredAt?: string | null;
|
|
10
|
-
operations?:
|
|
11
|
-
settlements?:
|
|
10
|
+
operations?: EntryOperations;
|
|
11
|
+
settlements?: EntrySettlements;
|
|
12
12
|
template?: TemplateInfo;
|
|
13
13
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Entry } from './Entry';
|
|
2
|
+
import type { LogOperation } from './LogOperation';
|
|
3
|
+
import type { LogSettlement } from './LogSettlement';
|
|
4
|
+
export type LogItem = {
|
|
5
|
+
type?: 'OPERATION' | 'SETTLEMENT' | 'ENTRY';
|
|
6
|
+
operation?: LogOperation;
|
|
7
|
+
settlement?: LogSettlement;
|
|
8
|
+
entry?: Entry;
|
|
9
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { BalanceReport } from './BalanceReport';
|
|
2
|
+
import type { BucketBreakdown } from './BucketBreakdown';
|
|
3
|
+
import type { Money } from './Money';
|
|
4
|
+
export type LogOperation = {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
time: string;
|
|
8
|
+
originWalletId?: string | null;
|
|
9
|
+
targetWalletId?: string | null;
|
|
10
|
+
type: 'in' | 'out' | 'transfer';
|
|
11
|
+
money: Money;
|
|
12
|
+
bucketBreakdown?: Array<BucketBreakdown> | null;
|
|
13
|
+
entryId?: string | null;
|
|
14
|
+
/**
|
|
15
|
+
* If set, operation will be deleted when unlined from an entry or when linked entry is deleted.
|
|
16
|
+
*/
|
|
17
|
+
deleteWithEntryRemoval?: boolean;
|
|
18
|
+
balance?: BalanceReport;
|
|
19
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { BalanceReport } from './BalanceReport';
|
|
2
|
+
import type { BucketBreakdown } from './BucketBreakdown';
|
|
3
|
+
import type { Money } from './Money';
|
|
4
|
+
export type LogSettlement = {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
description?: string | null;
|
|
8
|
+
memberId: string;
|
|
9
|
+
money: Money;
|
|
10
|
+
bucketBreakdown: Array<BucketBreakdown>;
|
|
11
|
+
compensation: boolean;
|
|
12
|
+
occurredAt: string;
|
|
13
|
+
entryId?: string | null;
|
|
14
|
+
/**
|
|
15
|
+
* If set, settlement will be deleted when unlined from an entry or when linked entry is deleted.
|
|
16
|
+
*/
|
|
17
|
+
deleteWithEntryRemoval?: boolean;
|
|
18
|
+
balance?: BalanceReport;
|
|
19
|
+
};
|
|
@@ -2,7 +2,6 @@ import type { BucketBreakdown } from './BucketBreakdown';
|
|
|
2
2
|
import type { Money } from './Money';
|
|
3
3
|
export type Operation = {
|
|
4
4
|
id: string;
|
|
5
|
-
entryId: string;
|
|
6
5
|
name: string;
|
|
7
6
|
time: string;
|
|
8
7
|
originWalletId?: string | null;
|
|
@@ -10,4 +9,9 @@ export type Operation = {
|
|
|
10
9
|
type: 'in' | 'out' | 'transfer';
|
|
11
10
|
money: Money;
|
|
12
11
|
bucketBreakdown?: Array<BucketBreakdown> | null;
|
|
12
|
+
entryId?: string | null;
|
|
13
|
+
/**
|
|
14
|
+
* If set, operation will be deleted when unlined from an entry or when linked entry is deleted.
|
|
15
|
+
*/
|
|
16
|
+
deleteWithEntryRemoval?: boolean;
|
|
13
17
|
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { BucketBreakdown } from './BucketBreakdown';
|
|
2
|
+
import type { Money } from './Money';
|
|
3
|
+
export type OperationEdit = {
|
|
4
|
+
name?: string | null;
|
|
5
|
+
time?: string | null;
|
|
6
|
+
/**
|
|
7
|
+
* Set to "" in order to clear.
|
|
8
|
+
*/
|
|
9
|
+
originWalletId?: string | null;
|
|
10
|
+
/**
|
|
11
|
+
* Set to "" in order to clear.
|
|
12
|
+
*/
|
|
13
|
+
targetWalletId?: string | null;
|
|
14
|
+
type?: 'in' | 'out' | 'transfer' | null;
|
|
15
|
+
money?: Money;
|
|
16
|
+
bucketBreakdown?: Array<BucketBreakdown> | null;
|
|
17
|
+
/**
|
|
18
|
+
* Use empty string in order to unlink operation from entry
|
|
19
|
+
*/
|
|
20
|
+
entryId?: string | null;
|
|
21
|
+
/**
|
|
22
|
+
* If set, operation will be deleted when unlined from an entry or when linked entry is deleted.
|
|
23
|
+
*/
|
|
24
|
+
deleteWithEntryRemoval?: boolean | null;
|
|
25
|
+
};
|
|
@@ -11,4 +11,9 @@ export type OperationInsert = {
|
|
|
11
11
|
type: 'in' | 'out' | 'transfer';
|
|
12
12
|
money: Money;
|
|
13
13
|
bucketBreakdown: Array<BucketBreakdown>;
|
|
14
|
+
entryId?: string | null;
|
|
15
|
+
/**
|
|
16
|
+
* If set, operation will be deleted when unlined from an entry or when linked entry is deleted.
|
|
17
|
+
*/
|
|
18
|
+
deleteWithEntryRemoval?: boolean;
|
|
14
19
|
};
|
|
@@ -2,7 +2,6 @@ import type { BucketBreakdown } from './BucketBreakdown';
|
|
|
2
2
|
import type { Money } from './Money';
|
|
3
3
|
export type Settlement = {
|
|
4
4
|
id: string;
|
|
5
|
-
entryId: string;
|
|
6
5
|
name: string;
|
|
7
6
|
description?: string | null;
|
|
8
7
|
memberId: string;
|
|
@@ -10,4 +9,9 @@ export type Settlement = {
|
|
|
10
9
|
bucketBreakdown: Array<BucketBreakdown>;
|
|
11
10
|
compensation: boolean;
|
|
12
11
|
occurredAt: string;
|
|
12
|
+
entryId?: string | null;
|
|
13
|
+
/**
|
|
14
|
+
* If set, settlement will be deleted when unlined from an entry or when linked entry is deleted.
|
|
15
|
+
*/
|
|
16
|
+
deleteWithEntryRemoval?: boolean;
|
|
13
17
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BucketBreakdown } from './BucketBreakdown';
|
|
2
|
+
import type { Money } from './Money';
|
|
3
|
+
export type SettlementEdit = {
|
|
4
|
+
name?: string | null;
|
|
5
|
+
description?: string | null;
|
|
6
|
+
memberId?: string | null;
|
|
7
|
+
money?: Money;
|
|
8
|
+
bucketBreakdown?: Array<BucketBreakdown> | null;
|
|
9
|
+
compensation?: boolean | null;
|
|
10
|
+
occurredAt?: string | null;
|
|
11
|
+
entryId?: string | null;
|
|
12
|
+
/**
|
|
13
|
+
* If set, settlement will be deleted when unlined from an entry or when linked entry is deleted.
|
|
14
|
+
*/
|
|
15
|
+
deleteWithEntryRemoval?: boolean | null;
|
|
16
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { BucketBreakdown } from './BucketBreakdown';
|
|
2
|
+
import type { Money } from './Money';
|
|
3
|
+
export type SettlementInsert = {
|
|
4
|
+
name: string;
|
|
5
|
+
description?: string | null;
|
|
6
|
+
memberId: string;
|
|
7
|
+
money: Money;
|
|
8
|
+
bucketBreakdown: Array<BucketBreakdown>;
|
|
9
|
+
compensation: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* When left empty: if is linked to an entry its time will be used, otherwise server time at creation
|
|
12
|
+
*/
|
|
13
|
+
occurredAt?: string | null;
|
|
14
|
+
entryId?: string | null;
|
|
15
|
+
/**
|
|
16
|
+
* If set, settlement will be deleted when unlined from an entry or when linked entry is deleted.
|
|
17
|
+
*/
|
|
18
|
+
deleteWithEntryRemoval?: boolean;
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { Operation } from '../models/Operation';
|
|
2
|
+
import type { OperationEdit } from '../models/OperationEdit';
|
|
3
|
+
import type { OperationInsert } from '../models/OperationInsert';
|
|
4
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
5
|
+
export declare class OperationsService {
|
|
6
|
+
/**
|
|
7
|
+
* @param projectId
|
|
8
|
+
* @param walletId
|
|
9
|
+
* @param standaloneOnly
|
|
10
|
+
* @returns Operation OK
|
|
11
|
+
* @throws ApiError
|
|
12
|
+
*/
|
|
13
|
+
static getProjectsOperations(projectId: string, walletId?: string, standaloneOnly?: boolean): CancelablePromise<Array<Operation>>;
|
|
14
|
+
/**
|
|
15
|
+
* @param projectId
|
|
16
|
+
* @param requestBody
|
|
17
|
+
* @returns Operation OK
|
|
18
|
+
* @throws ApiError
|
|
19
|
+
*/
|
|
20
|
+
static postProjectsOperations(projectId: string, requestBody?: OperationInsert): CancelablePromise<Operation>;
|
|
21
|
+
/**
|
|
22
|
+
* @param projectId
|
|
23
|
+
* @param operationId
|
|
24
|
+
* @returns Operation OK
|
|
25
|
+
* @throws ApiError
|
|
26
|
+
*/
|
|
27
|
+
static getProjectsOperations1(projectId: string, operationId: string): CancelablePromise<Operation>;
|
|
28
|
+
/**
|
|
29
|
+
* @param projectId
|
|
30
|
+
* @param operationId
|
|
31
|
+
* @param requestBody
|
|
32
|
+
* @returns Operation OK
|
|
33
|
+
* @throws ApiError
|
|
34
|
+
*/
|
|
35
|
+
static patchProjectsOperations(projectId: string, operationId: string, requestBody?: OperationEdit): CancelablePromise<Operation>;
|
|
36
|
+
/**
|
|
37
|
+
* @param projectId
|
|
38
|
+
* @param operationId
|
|
39
|
+
* @returns any OK
|
|
40
|
+
* @throws ApiError
|
|
41
|
+
*/
|
|
42
|
+
static deleteProjectsOperations(projectId: string, operationId: string): CancelablePromise<any>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { OpenAPI } from '../core/OpenAPI';
|
|
2
|
+
import { request as __request } from '../core/request';
|
|
3
|
+
export class OperationsService {
|
|
4
|
+
/**
|
|
5
|
+
* @param projectId
|
|
6
|
+
* @param walletId
|
|
7
|
+
* @param standaloneOnly
|
|
8
|
+
* @returns Operation OK
|
|
9
|
+
* @throws ApiError
|
|
10
|
+
*/
|
|
11
|
+
static getProjectsOperations(projectId, walletId, standaloneOnly = false) {
|
|
12
|
+
return __request(OpenAPI, {
|
|
13
|
+
method: 'GET',
|
|
14
|
+
url: '/projects/{projectId}/operations',
|
|
15
|
+
path: {
|
|
16
|
+
'projectId': projectId,
|
|
17
|
+
},
|
|
18
|
+
query: {
|
|
19
|
+
'walletId': walletId,
|
|
20
|
+
'standaloneOnly': standaloneOnly,
|
|
21
|
+
},
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @param projectId
|
|
26
|
+
* @param requestBody
|
|
27
|
+
* @returns Operation OK
|
|
28
|
+
* @throws ApiError
|
|
29
|
+
*/
|
|
30
|
+
static postProjectsOperations(projectId, requestBody) {
|
|
31
|
+
return __request(OpenAPI, {
|
|
32
|
+
method: 'POST',
|
|
33
|
+
url: '/projects/{projectId}/operations',
|
|
34
|
+
path: {
|
|
35
|
+
'projectId': projectId,
|
|
36
|
+
},
|
|
37
|
+
body: requestBody,
|
|
38
|
+
mediaType: 'application/json;odata.metadata=minimal;odata.streaming=true',
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @param projectId
|
|
43
|
+
* @param operationId
|
|
44
|
+
* @returns Operation OK
|
|
45
|
+
* @throws ApiError
|
|
46
|
+
*/
|
|
47
|
+
static getProjectsOperations1(projectId, operationId) {
|
|
48
|
+
return __request(OpenAPI, {
|
|
49
|
+
method: 'GET',
|
|
50
|
+
url: '/projects/{projectId}/operations/{operationId}',
|
|
51
|
+
path: {
|
|
52
|
+
'projectId': projectId,
|
|
53
|
+
'operationId': operationId,
|
|
54
|
+
},
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @param projectId
|
|
59
|
+
* @param operationId
|
|
60
|
+
* @param requestBody
|
|
61
|
+
* @returns Operation OK
|
|
62
|
+
* @throws ApiError
|
|
63
|
+
*/
|
|
64
|
+
static patchProjectsOperations(projectId, operationId, requestBody) {
|
|
65
|
+
return __request(OpenAPI, {
|
|
66
|
+
method: 'PATCH',
|
|
67
|
+
url: '/projects/{projectId}/operations/{operationId}',
|
|
68
|
+
path: {
|
|
69
|
+
'projectId': projectId,
|
|
70
|
+
'operationId': operationId,
|
|
71
|
+
},
|
|
72
|
+
body: requestBody,
|
|
73
|
+
mediaType: 'application/json;odata.metadata=minimal;odata.streaming=true',
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* @param projectId
|
|
78
|
+
* @param operationId
|
|
79
|
+
* @returns any OK
|
|
80
|
+
* @throws ApiError
|
|
81
|
+
*/
|
|
82
|
+
static deleteProjectsOperations(projectId, operationId) {
|
|
83
|
+
return __request(OpenAPI, {
|
|
84
|
+
method: 'DELETE',
|
|
85
|
+
url: '/projects/{projectId}/operations/{operationId}',
|
|
86
|
+
path: {
|
|
87
|
+
'projectId': projectId,
|
|
88
|
+
'operationId': operationId,
|
|
89
|
+
},
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { Balance } from '../models/Balance';
|
|
2
|
-
import type { Operation } from '../models/Operation';
|
|
3
2
|
import type { ProjectWallet } from '../models/ProjectWallet';
|
|
4
3
|
import type { ProjectWalletEdit } from '../models/ProjectWalletEdit';
|
|
5
4
|
import type { ProjectWalletInsert } from '../models/ProjectWalletInsert';
|
|
@@ -47,11 +46,4 @@ export declare class ProjectWalletsService {
|
|
|
47
46
|
* @throws ApiError
|
|
48
47
|
*/
|
|
49
48
|
static getProjectsWalletsBalance(projectId: string, walletId: string): CancelablePromise<Balance>;
|
|
50
|
-
/**
|
|
51
|
-
* @param projectId
|
|
52
|
-
* @param walletId
|
|
53
|
-
* @returns Operation OK
|
|
54
|
-
* @throws ApiError
|
|
55
|
-
*/
|
|
56
|
-
static getProjectsWalletsOperations(projectId: string, walletId: string): CancelablePromise<Array<Operation>>;
|
|
57
49
|
}
|
|
@@ -99,20 +99,4 @@ export class ProjectWalletsService {
|
|
|
99
99
|
},
|
|
100
100
|
});
|
|
101
101
|
}
|
|
102
|
-
/**
|
|
103
|
-
* @param projectId
|
|
104
|
-
* @param walletId
|
|
105
|
-
* @returns Operation OK
|
|
106
|
-
* @throws ApiError
|
|
107
|
-
*/
|
|
108
|
-
static getProjectsWalletsOperations(projectId, walletId) {
|
|
109
|
-
return __request(OpenAPI, {
|
|
110
|
-
method: 'GET',
|
|
111
|
-
url: '/projects/{projectId}/wallets/{walletId}/operations',
|
|
112
|
-
path: {
|
|
113
|
-
'projectId': projectId,
|
|
114
|
-
'walletId': walletId,
|
|
115
|
-
},
|
|
116
|
-
});
|
|
117
|
-
}
|
|
118
102
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { BalanceReport } from '../models/BalanceReport';
|
|
2
|
+
import type { LogItem } from '../models/LogItem';
|
|
2
3
|
import type { Member } from '../models/Member';
|
|
3
4
|
import type { MemberBalanceReport } from '../models/MemberBalanceReport';
|
|
4
5
|
import type { MemberEdit } from '../models/MemberEdit';
|
|
@@ -6,7 +7,6 @@ import type { MemberInsert } from '../models/MemberInsert';
|
|
|
6
7
|
import type { Project } from '../models/Project';
|
|
7
8
|
import type { ProjectEdit } from '../models/ProjectEdit';
|
|
8
9
|
import type { ProjectInsert } from '../models/ProjectInsert';
|
|
9
|
-
import type { Settlement } from '../models/Settlement';
|
|
10
10
|
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
11
11
|
export declare class ProjectsService {
|
|
12
12
|
/**
|
|
@@ -45,6 +45,12 @@ export declare class ProjectsService {
|
|
|
45
45
|
* @throws ApiError
|
|
46
46
|
*/
|
|
47
47
|
static getProjectsBalance(projectId: string): CancelablePromise<BalanceReport>;
|
|
48
|
+
/**
|
|
49
|
+
* @param projectId
|
|
50
|
+
* @returns LogItem OK
|
|
51
|
+
* @throws ApiError
|
|
52
|
+
*/
|
|
53
|
+
static getProjectsLog(projectId: string): CancelablePromise<Array<LogItem>>;
|
|
48
54
|
/**
|
|
49
55
|
* @param projectId
|
|
50
56
|
* @returns Member OK
|
|
@@ -87,11 +93,4 @@ export declare class ProjectsService {
|
|
|
87
93
|
* @throws ApiError
|
|
88
94
|
*/
|
|
89
95
|
static getProjectsMembersBalance(projectId: string, memberId: string): CancelablePromise<MemberBalanceReport>;
|
|
90
|
-
/**
|
|
91
|
-
* @param projectId
|
|
92
|
-
* @param memberId
|
|
93
|
-
* @returns Settlement OK
|
|
94
|
-
* @throws ApiError
|
|
95
|
-
*/
|
|
96
|
-
static getProjectsMembersSettlements(projectId: string, memberId: string): CancelablePromise<Array<Settlement>>;
|
|
97
96
|
}
|
|
@@ -83,6 +83,20 @@ export class ProjectsService {
|
|
|
83
83
|
},
|
|
84
84
|
});
|
|
85
85
|
}
|
|
86
|
+
/**
|
|
87
|
+
* @param projectId
|
|
88
|
+
* @returns LogItem OK
|
|
89
|
+
* @throws ApiError
|
|
90
|
+
*/
|
|
91
|
+
static getProjectsLog(projectId) {
|
|
92
|
+
return __request(OpenAPI, {
|
|
93
|
+
method: 'GET',
|
|
94
|
+
url: '/projects/{projectId}/log',
|
|
95
|
+
path: {
|
|
96
|
+
'projectId': projectId,
|
|
97
|
+
},
|
|
98
|
+
});
|
|
99
|
+
}
|
|
86
100
|
/**
|
|
87
101
|
* @param projectId
|
|
88
102
|
* @returns Member OK
|
|
@@ -181,20 +195,4 @@ export class ProjectsService {
|
|
|
181
195
|
},
|
|
182
196
|
});
|
|
183
197
|
}
|
|
184
|
-
/**
|
|
185
|
-
* @param projectId
|
|
186
|
-
* @param memberId
|
|
187
|
-
* @returns Settlement OK
|
|
188
|
-
* @throws ApiError
|
|
189
|
-
*/
|
|
190
|
-
static getProjectsMembersSettlements(projectId, memberId) {
|
|
191
|
-
return __request(OpenAPI, {
|
|
192
|
-
method: 'GET',
|
|
193
|
-
url: '/projects/{projectId}/members/{memberId}/settlements',
|
|
194
|
-
path: {
|
|
195
|
-
'projectId': projectId,
|
|
196
|
-
'memberId': memberId,
|
|
197
|
-
},
|
|
198
|
-
});
|
|
199
|
-
}
|
|
200
198
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { Settlement } from '../models/Settlement';
|
|
2
|
+
import type { SettlementEdit } from '../models/SettlementEdit';
|
|
3
|
+
import type { SettlementInsert } from '../models/SettlementInsert';
|
|
4
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
5
|
+
export declare class SettlementsService {
|
|
6
|
+
/**
|
|
7
|
+
* @param projectId
|
|
8
|
+
* @param memberId
|
|
9
|
+
* @param standaloneOnly
|
|
10
|
+
* @returns Settlement OK
|
|
11
|
+
* @throws ApiError
|
|
12
|
+
*/
|
|
13
|
+
static getProjectsSettlements(projectId: string, memberId?: string, standaloneOnly?: boolean): CancelablePromise<Array<Settlement>>;
|
|
14
|
+
/**
|
|
15
|
+
* @param projectId
|
|
16
|
+
* @param requestBody
|
|
17
|
+
* @returns Settlement OK
|
|
18
|
+
* @throws ApiError
|
|
19
|
+
*/
|
|
20
|
+
static postProjectsSettlements(projectId: string, requestBody?: SettlementInsert): CancelablePromise<Settlement>;
|
|
21
|
+
/**
|
|
22
|
+
* @param projectId
|
|
23
|
+
* @param settlementId
|
|
24
|
+
* @returns Settlement OK
|
|
25
|
+
* @throws ApiError
|
|
26
|
+
*/
|
|
27
|
+
static getProjectsSettlements1(projectId: string, settlementId: string): CancelablePromise<Settlement>;
|
|
28
|
+
/**
|
|
29
|
+
* @param projectId
|
|
30
|
+
* @param settlementId
|
|
31
|
+
* @param requestBody
|
|
32
|
+
* @returns Settlement OK
|
|
33
|
+
* @throws ApiError
|
|
34
|
+
*/
|
|
35
|
+
static patchProjectsSettlements(projectId: string, settlementId: string, requestBody?: SettlementEdit): CancelablePromise<Settlement>;
|
|
36
|
+
/**
|
|
37
|
+
* @param projectId
|
|
38
|
+
* @param settlementId
|
|
39
|
+
* @returns any OK
|
|
40
|
+
* @throws ApiError
|
|
41
|
+
*/
|
|
42
|
+
static deleteProjectsSettlements(projectId: string, settlementId: string): CancelablePromise<any>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { OpenAPI } from '../core/OpenAPI';
|
|
2
|
+
import { request as __request } from '../core/request';
|
|
3
|
+
export class SettlementsService {
|
|
4
|
+
/**
|
|
5
|
+
* @param projectId
|
|
6
|
+
* @param memberId
|
|
7
|
+
* @param standaloneOnly
|
|
8
|
+
* @returns Settlement OK
|
|
9
|
+
* @throws ApiError
|
|
10
|
+
*/
|
|
11
|
+
static getProjectsSettlements(projectId, memberId, standaloneOnly = false) {
|
|
12
|
+
return __request(OpenAPI, {
|
|
13
|
+
method: 'GET',
|
|
14
|
+
url: '/projects/{projectId}/settlements',
|
|
15
|
+
path: {
|
|
16
|
+
'projectId': projectId,
|
|
17
|
+
},
|
|
18
|
+
query: {
|
|
19
|
+
'memberId': memberId,
|
|
20
|
+
'standaloneOnly': standaloneOnly,
|
|
21
|
+
},
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @param projectId
|
|
26
|
+
* @param requestBody
|
|
27
|
+
* @returns Settlement OK
|
|
28
|
+
* @throws ApiError
|
|
29
|
+
*/
|
|
30
|
+
static postProjectsSettlements(projectId, requestBody) {
|
|
31
|
+
return __request(OpenAPI, {
|
|
32
|
+
method: 'POST',
|
|
33
|
+
url: '/projects/{projectId}/settlements',
|
|
34
|
+
path: {
|
|
35
|
+
'projectId': projectId,
|
|
36
|
+
},
|
|
37
|
+
body: requestBody,
|
|
38
|
+
mediaType: 'application/json;odata.metadata=minimal;odata.streaming=true',
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @param projectId
|
|
43
|
+
* @param settlementId
|
|
44
|
+
* @returns Settlement OK
|
|
45
|
+
* @throws ApiError
|
|
46
|
+
*/
|
|
47
|
+
static getProjectsSettlements1(projectId, settlementId) {
|
|
48
|
+
return __request(OpenAPI, {
|
|
49
|
+
method: 'GET',
|
|
50
|
+
url: '/projects/{projectId}/settlements/{settlementId}',
|
|
51
|
+
path: {
|
|
52
|
+
'projectId': projectId,
|
|
53
|
+
'settlementId': settlementId,
|
|
54
|
+
},
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @param projectId
|
|
59
|
+
* @param settlementId
|
|
60
|
+
* @param requestBody
|
|
61
|
+
* @returns Settlement OK
|
|
62
|
+
* @throws ApiError
|
|
63
|
+
*/
|
|
64
|
+
static patchProjectsSettlements(projectId, settlementId, requestBody) {
|
|
65
|
+
return __request(OpenAPI, {
|
|
66
|
+
method: 'PATCH',
|
|
67
|
+
url: '/projects/{projectId}/settlements/{settlementId}',
|
|
68
|
+
path: {
|
|
69
|
+
'projectId': projectId,
|
|
70
|
+
'settlementId': settlementId,
|
|
71
|
+
},
|
|
72
|
+
body: requestBody,
|
|
73
|
+
mediaType: 'application/json;odata.metadata=minimal;odata.streaming=true',
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* @param projectId
|
|
78
|
+
* @param settlementId
|
|
79
|
+
* @returns any OK
|
|
80
|
+
* @throws ApiError
|
|
81
|
+
*/
|
|
82
|
+
static deleteProjectsSettlements(projectId, settlementId) {
|
|
83
|
+
return __request(OpenAPI, {
|
|
84
|
+
method: 'DELETE',
|
|
85
|
+
url: '/projects/{projectId}/settlements/{settlementId}',
|
|
86
|
+
path: {
|
|
87
|
+
'projectId': projectId,
|
|
88
|
+
'settlementId': settlementId,
|
|
89
|
+
},
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
}
|
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { OperationEdit } from './OperationEdit';
|
|
2
|
-
import type { SettlementEdit } from './SettlementEdit';
|
|
3
|
-
import type { TemplateInfo } from './TemplateInfo';
|
|
4
|
-
export type EntryEdit = {
|
|
5
|
-
name?: string | null;
|
|
6
|
-
occurredAt?: string | null;
|
|
7
|
-
operations?: Array<OperationEdit> | null;
|
|
8
|
-
settlements?: Array<SettlementEdit> | null;
|
|
9
|
-
template?: TemplateInfo;
|
|
10
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { BucketBreakdown } from './BucketBreakdown';
|
|
2
|
-
import type { Money } from './Money';
|
|
3
|
-
export type OperationEdit = {
|
|
4
|
-
name: string;
|
|
5
|
-
/**
|
|
6
|
-
* Entry time will be used if left empty
|
|
7
|
-
*/
|
|
8
|
-
time?: string | null;
|
|
9
|
-
originWalletId?: string | null;
|
|
10
|
-
targetWalletId?: string | null;
|
|
11
|
-
type: 'in' | 'out' | 'transfer';
|
|
12
|
-
money: Money;
|
|
13
|
-
bucketBreakdown: Array<BucketBreakdown>;
|
|
14
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { BucketBreakdown } from './BucketBreakdown';
|
|
2
|
-
import type { Money } from './Money';
|
|
3
|
-
export type SettlementEdit = {
|
|
4
|
-
name: string;
|
|
5
|
-
description?: string | null;
|
|
6
|
-
memberId: string;
|
|
7
|
-
money: Money;
|
|
8
|
-
bucketBreakdown: Array<BucketBreakdown>;
|
|
9
|
-
compensation: boolean;
|
|
10
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { BucketBreakdown } from './BucketBreakdown';
|
|
2
|
-
import type { Money } from './Money';
|
|
3
|
-
export type SettlementInsert = {
|
|
4
|
-
name: string;
|
|
5
|
-
description?: string | null;
|
|
6
|
-
memberId: string;
|
|
7
|
-
money: Money;
|
|
8
|
-
bucketBreakdown: Array<BucketBreakdown>;
|
|
9
|
-
compensation: boolean;
|
|
10
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/services/{core/models/InputFieldDefinition.js → hub/models/EntryOperations.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/services/{core/models/MemberBalanceReport.js → hub/models/InputFieldDefinition.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/services/{core/models/TemplateInputDefinition.js → hub/models/TemplateDefinition.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/services/{core/models/TemplateSettlementDefinition.js → hub/models/TemplateInfo.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|