@coopenomics/sdk 2026.2.22-2 → 2026.2.28-4
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/README.md +82 -93
- package/dist/index.cjs +1039 -839
- package/dist/index.d.cts +2742 -1253
- package/dist/index.d.mts +2742 -1253
- package/dist/index.d.ts +2742 -1253
- package/dist/index.mjs +1038 -838
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -986,6 +986,7 @@ const AllTypesProps = {
|
|
|
986
986
|
generator_offer: "SignedDigitalDocumentInput",
|
|
987
987
|
storage_agreement: "SignedDigitalDocumentInput"
|
|
988
988
|
},
|
|
989
|
+
CompleteProcessStepInput: {},
|
|
989
990
|
CompleteRequestInput: {},
|
|
990
991
|
CompleteVotingInput: {},
|
|
991
992
|
ComponentGenerationContractGenerateDocumentInput: {},
|
|
@@ -1061,6 +1062,7 @@ const AllTypesProps = {
|
|
|
1061
1062
|
type: "OrganizationType"
|
|
1062
1063
|
},
|
|
1063
1064
|
CreateParentOfferInput: {},
|
|
1065
|
+
CreateProcessTemplateInput: {},
|
|
1064
1066
|
CreateProgramPropertyInput: {
|
|
1065
1067
|
statement: "SignedDigitalDocumentInput"
|
|
1066
1068
|
},
|
|
@@ -1128,6 +1130,9 @@ const AllTypesProps = {
|
|
|
1128
1130
|
GenerateRegistrationDocumentsInput: {
|
|
1129
1131
|
account_type: "AccountType"
|
|
1130
1132
|
},
|
|
1133
|
+
GenerateReportInput: {
|
|
1134
|
+
reportType: "ReportType"
|
|
1135
|
+
},
|
|
1131
1136
|
GenerationContractGenerateDocumentInput: {},
|
|
1132
1137
|
GenerationContractSignedDocumentInput: {
|
|
1133
1138
|
meta: "GenerationContractSignedMetaDocumentInput",
|
|
@@ -1231,6 +1236,9 @@ const AllTypesProps = {
|
|
|
1231
1236
|
capitalCloseProject: {
|
|
1232
1237
|
data: "CloseProjectInput"
|
|
1233
1238
|
},
|
|
1239
|
+
capitalCompleteProcessStep: {
|
|
1240
|
+
data: "CompleteProcessStepInput"
|
|
1241
|
+
},
|
|
1234
1242
|
capitalCompleteRegistration: {
|
|
1235
1243
|
data: "CompleteCapitalRegistrationInputDTO"
|
|
1236
1244
|
},
|
|
@@ -1255,6 +1263,9 @@ const AllTypesProps = {
|
|
|
1255
1263
|
capitalCreateIssue: {
|
|
1256
1264
|
data: "CreateIssueInput"
|
|
1257
1265
|
},
|
|
1266
|
+
capitalCreateProcessTemplate: {
|
|
1267
|
+
data: "CreateProcessTemplateInput"
|
|
1268
|
+
},
|
|
1258
1269
|
capitalCreateProgramProperty: {
|
|
1259
1270
|
data: "CreateProgramPropertyInput"
|
|
1260
1271
|
},
|
|
@@ -1276,6 +1287,7 @@ const AllTypesProps = {
|
|
|
1276
1287
|
capitalDeleteIssue: {
|
|
1277
1288
|
data: "DeleteCapitalIssueByHashInput"
|
|
1278
1289
|
},
|
|
1290
|
+
capitalDeleteProcessTemplate: {},
|
|
1279
1291
|
capitalDeleteProject: {
|
|
1280
1292
|
data: "DeleteProjectInput"
|
|
1281
1293
|
},
|
|
@@ -1425,6 +1437,9 @@ const AllTypesProps = {
|
|
|
1425
1437
|
capitalSignActAsContributor: {
|
|
1426
1438
|
data: "SignActAsContributorInput"
|
|
1427
1439
|
},
|
|
1440
|
+
capitalStartProcess: {
|
|
1441
|
+
data: "StartProcessInput"
|
|
1442
|
+
},
|
|
1428
1443
|
capitalStartProject: {
|
|
1429
1444
|
data: "StartProjectInput"
|
|
1430
1445
|
},
|
|
@@ -1440,6 +1455,9 @@ const AllTypesProps = {
|
|
|
1440
1455
|
capitalUpdateIssue: {
|
|
1441
1456
|
data: "UpdateIssueInput"
|
|
1442
1457
|
},
|
|
1458
|
+
capitalUpdateProcessTemplate: {
|
|
1459
|
+
data: "UpdateProcessTemplateInput"
|
|
1460
|
+
},
|
|
1443
1461
|
capitalUpdateStory: {
|
|
1444
1462
|
data: "UpdateStoryInput"
|
|
1445
1463
|
},
|
|
@@ -1585,6 +1603,10 @@ const AllTypesProps = {
|
|
|
1585
1603
|
generateRegistrationDocuments: {
|
|
1586
1604
|
data: "GenerateRegistrationDocumentsInput"
|
|
1587
1605
|
},
|
|
1606
|
+
generateReport: {
|
|
1607
|
+
data: "GenerateReportInput",
|
|
1608
|
+
organization: "OrganizationDataInput"
|
|
1609
|
+
},
|
|
1588
1610
|
generateReturnByAssetAct: {
|
|
1589
1611
|
data: "ReturnByAssetActGenerateDocumentInput",
|
|
1590
1612
|
options: "GenerateDocumentOptionsInput"
|
|
@@ -1742,6 +1764,7 @@ const AllTypesProps = {
|
|
|
1742
1764
|
notification: "AnnualGeneralMeetingNotificationSignedDocumentInput"
|
|
1743
1765
|
},
|
|
1744
1766
|
OpenProjectInput: {},
|
|
1767
|
+
OrganizationDataInput: {},
|
|
1745
1768
|
OrganizationDetailsInput: {},
|
|
1746
1769
|
OrganizationType: "enum",
|
|
1747
1770
|
PaginationInput: {},
|
|
@@ -1764,6 +1787,14 @@ const AllTypesProps = {
|
|
|
1764
1787
|
ProcessConvertToAxonStatementInput: {
|
|
1765
1788
|
signedDocument: "ConvertToAxonStatementSignedDocumentInput"
|
|
1766
1789
|
},
|
|
1790
|
+
ProcessEdgeInput: {},
|
|
1791
|
+
ProcessInstanceStatus: "enum",
|
|
1792
|
+
ProcessStepPositionInput: {},
|
|
1793
|
+
ProcessStepStatus: "enum",
|
|
1794
|
+
ProcessStepTemplateInput: {
|
|
1795
|
+
position: "ProcessStepPositionInput"
|
|
1796
|
+
},
|
|
1797
|
+
ProcessTemplateStatus: "enum",
|
|
1767
1798
|
ProgramInvestStatus: "enum",
|
|
1768
1799
|
ProgramKey: "enum",
|
|
1769
1800
|
ProgramType: "enum",
|
|
@@ -1831,6 +1862,10 @@ const AllTypesProps = {
|
|
|
1831
1862
|
filter: "ExpenseFilter",
|
|
1832
1863
|
options: "PaginationInput"
|
|
1833
1864
|
},
|
|
1865
|
+
capitalGetProcessInstance: {},
|
|
1866
|
+
capitalGetProcessInstances: {},
|
|
1867
|
+
capitalGetProcessTemplate: {},
|
|
1868
|
+
capitalGetProcessTemplates: {},
|
|
1834
1869
|
capitalInvest: {
|
|
1835
1870
|
data: "GetInvestInput"
|
|
1836
1871
|
},
|
|
@@ -1997,6 +2032,9 @@ const AllTypesProps = {
|
|
|
1997
2032
|
onecoopGetDocuments: {
|
|
1998
2033
|
data: "GetOneCoopDocumentsInput"
|
|
1999
2034
|
},
|
|
2035
|
+
searchDocuments: {
|
|
2036
|
+
data: "SearchDocumentsInput"
|
|
2037
|
+
},
|
|
2000
2038
|
searchPrivateAccounts: {
|
|
2001
2039
|
data: "SearchPrivateAccountsInput"
|
|
2002
2040
|
}
|
|
@@ -2026,6 +2064,7 @@ const AllTypesProps = {
|
|
|
2026
2064
|
user_agreement: "SignedDigitalDocumentInput",
|
|
2027
2065
|
wallet_agreement: "SignedDigitalDocumentInput"
|
|
2028
2066
|
},
|
|
2067
|
+
ReportType: "enum",
|
|
2029
2068
|
RepresentedByInput: {},
|
|
2030
2069
|
ResetKeyInput: {},
|
|
2031
2070
|
RestartAnnualGeneralMeetInput: {
|
|
@@ -2063,6 +2102,7 @@ const AllTypesProps = {
|
|
|
2063
2102
|
},
|
|
2064
2103
|
ReturnByMoneySignedMetaDocumentInput: {},
|
|
2065
2104
|
SbpDataInput: {},
|
|
2105
|
+
SearchDocumentsInput: {},
|
|
2066
2106
|
SearchPrivateAccountsInput: {},
|
|
2067
2107
|
SegmentStatus: "enum",
|
|
2068
2108
|
SelectBranchGenerateDocumentInput: {},
|
|
@@ -2115,6 +2155,7 @@ const AllTypesProps = {
|
|
|
2115
2155
|
individual_data: "CreateSovietIndividualDataInput"
|
|
2116
2156
|
},
|
|
2117
2157
|
StartInstallInput: {},
|
|
2158
|
+
StartProcessInput: {},
|
|
2118
2159
|
StartProjectInput: {},
|
|
2119
2160
|
StartResetKeyInput: {},
|
|
2120
2161
|
StartVotingInput: {},
|
|
@@ -2161,6 +2202,11 @@ const AllTypesProps = {
|
|
|
2161
2202
|
details: "OrganizationDetailsInput",
|
|
2162
2203
|
represented_by: "RepresentedByInput"
|
|
2163
2204
|
},
|
|
2205
|
+
UpdateProcessTemplateInput: {
|
|
2206
|
+
edges: "ProcessEdgeInput",
|
|
2207
|
+
status: "ProcessTemplateStatus",
|
|
2208
|
+
steps: "ProcessStepTemplateInput"
|
|
2209
|
+
},
|
|
2164
2210
|
UpdateRequestInput: {},
|
|
2165
2211
|
UpdateSettingsInput: {},
|
|
2166
2212
|
UpdateStoryInput: {
|
|
@@ -2291,6 +2337,12 @@ const ReturnTypes = {
|
|
|
2291
2337
|
threshold: "Int",
|
|
2292
2338
|
waits: "WaitWeight"
|
|
2293
2339
|
},
|
|
2340
|
+
AvailableReport: {
|
|
2341
|
+
deadline: "String",
|
|
2342
|
+
name: "String",
|
|
2343
|
+
period: "String",
|
|
2344
|
+
type: "ReportType"
|
|
2345
|
+
},
|
|
2294
2346
|
BankAccount: {
|
|
2295
2347
|
account_number: "String",
|
|
2296
2348
|
bank_name: "String",
|
|
@@ -2882,8 +2934,8 @@ const ReturnTypes = {
|
|
|
2882
2934
|
target_expense_pool: "String",
|
|
2883
2935
|
total: "String",
|
|
2884
2936
|
total_generation_pool: "String",
|
|
2885
|
-
total_with_investments: "String",
|
|
2886
2937
|
total_received_investments: "String",
|
|
2938
|
+
total_with_investments: "String",
|
|
2887
2939
|
use_invest_percent: "Float"
|
|
2888
2940
|
},
|
|
2889
2941
|
CapitalProjectTimeStats: {
|
|
@@ -3368,6 +3420,13 @@ const ReturnTypes = {
|
|
|
3368
3420
|
order: "Int",
|
|
3369
3421
|
title: "String"
|
|
3370
3422
|
},
|
|
3423
|
+
GeneratedReport: {
|
|
3424
|
+
errors: "String",
|
|
3425
|
+
fileName: "String",
|
|
3426
|
+
isValid: "Boolean",
|
|
3427
|
+
reportType: "ReportType",
|
|
3428
|
+
xml: "String"
|
|
3429
|
+
},
|
|
3371
3430
|
Individual: {
|
|
3372
3431
|
birthdate: "String",
|
|
3373
3432
|
email: "String",
|
|
@@ -3528,6 +3587,7 @@ const ReturnTypes = {
|
|
|
3528
3587
|
capitalApproveCommit: "CapitalCommit",
|
|
3529
3588
|
capitalCalculateVotes: "CapitalSegment",
|
|
3530
3589
|
capitalCloseProject: "CapitalProject",
|
|
3590
|
+
capitalCompleteProcessStep: "ProcessInstance",
|
|
3531
3591
|
capitalCompleteRegistration: "Transaction",
|
|
3532
3592
|
capitalCompleteVoting: "Transaction",
|
|
3533
3593
|
capitalConvertSegment: "CapitalSegment",
|
|
@@ -3536,6 +3596,7 @@ const ReturnTypes = {
|
|
|
3536
3596
|
capitalCreateDebt: "Transaction",
|
|
3537
3597
|
capitalCreateExpense: "Transaction",
|
|
3538
3598
|
capitalCreateIssue: "CapitalIssue",
|
|
3599
|
+
capitalCreateProcessTemplate: "ProcessTemplate",
|
|
3539
3600
|
capitalCreateProgramProperty: "Transaction",
|
|
3540
3601
|
capitalCreateProject: "Transaction",
|
|
3541
3602
|
capitalCreateProjectInvest: "Transaction",
|
|
@@ -3543,6 +3604,7 @@ const ReturnTypes = {
|
|
|
3543
3604
|
capitalCreateStory: "CapitalStory",
|
|
3544
3605
|
capitalDeclineCommit: "CapitalCommit",
|
|
3545
3606
|
capitalDeleteIssue: "Boolean",
|
|
3607
|
+
capitalDeleteProcessTemplate: "Boolean",
|
|
3546
3608
|
capitalDeleteProject: "Transaction",
|
|
3547
3609
|
capitalDeleteStory: "Boolean",
|
|
3548
3610
|
capitalEditContributor: "CapitalContributor",
|
|
@@ -3585,11 +3647,13 @@ const ReturnTypes = {
|
|
|
3585
3647
|
capitalSetPlan: "CapitalProject",
|
|
3586
3648
|
capitalSignActAsChairman: "CapitalSegment",
|
|
3587
3649
|
capitalSignActAsContributor: "CapitalSegment",
|
|
3650
|
+
capitalStartProcess: "ProcessInstance",
|
|
3588
3651
|
capitalStartProject: "CapitalProject",
|
|
3589
3652
|
capitalStartVoting: "Transaction",
|
|
3590
3653
|
capitalStopProject: "CapitalProject",
|
|
3591
3654
|
capitalSubmitVote: "Transaction",
|
|
3592
3655
|
capitalUpdateIssue: "CapitalIssue",
|
|
3656
|
+
capitalUpdateProcessTemplate: "ProcessTemplate",
|
|
3593
3657
|
capitalUpdateStory: "CapitalStory",
|
|
3594
3658
|
chairmanConfirmApprove: "Approval",
|
|
3595
3659
|
chairmanDeclineApprove: "Approval",
|
|
@@ -3634,6 +3698,7 @@ const ReturnTypes = {
|
|
|
3634
3698
|
generatePrivacyAgreement: "GeneratedDocument",
|
|
3635
3699
|
generateProjectOfFreeDecision: "GeneratedDocument",
|
|
3636
3700
|
generateRegistrationDocuments: "GenerateRegistrationDocumentsOutput",
|
|
3701
|
+
generateReport: "GeneratedReport",
|
|
3637
3702
|
generateReturnByAssetAct: "GeneratedDocument",
|
|
3638
3703
|
generateReturnByAssetDecision: "GeneratedDocument",
|
|
3639
3704
|
generateReturnByAssetStatement: "GeneratedDocument",
|
|
@@ -3961,6 +4026,54 @@ const ReturnTypes = {
|
|
|
3961
4026
|
score: "Float",
|
|
3962
4027
|
type: "String"
|
|
3963
4028
|
},
|
|
4029
|
+
ProcessEdge: {
|
|
4030
|
+
id: "String",
|
|
4031
|
+
source: "String",
|
|
4032
|
+
target: "String"
|
|
4033
|
+
},
|
|
4034
|
+
ProcessInstance: {
|
|
4035
|
+
completed_at: "DateTime",
|
|
4036
|
+
coopname: "String",
|
|
4037
|
+
cycle: "Int",
|
|
4038
|
+
id: "String",
|
|
4039
|
+
project_hash: "String",
|
|
4040
|
+
started_at: "DateTime",
|
|
4041
|
+
started_by: "String",
|
|
4042
|
+
status: "ProcessInstanceStatus",
|
|
4043
|
+
step_states: "ProcessStepState",
|
|
4044
|
+
template_id: "String"
|
|
4045
|
+
},
|
|
4046
|
+
ProcessStepPosition: {
|
|
4047
|
+
x: "Float",
|
|
4048
|
+
y: "Float"
|
|
4049
|
+
},
|
|
4050
|
+
ProcessStepState: {
|
|
4051
|
+
completed_at: "DateTime",
|
|
4052
|
+
issue_hash: "String",
|
|
4053
|
+
status: "ProcessStepStatus",
|
|
4054
|
+
step_id: "String"
|
|
4055
|
+
},
|
|
4056
|
+
ProcessStepTemplate: {
|
|
4057
|
+
description: "String",
|
|
4058
|
+
estimate: "Float",
|
|
4059
|
+
id: "String",
|
|
4060
|
+
is_start: "Boolean",
|
|
4061
|
+
position: "ProcessStepPosition",
|
|
4062
|
+
title: "String"
|
|
4063
|
+
},
|
|
4064
|
+
ProcessTemplate: {
|
|
4065
|
+
coopname: "String",
|
|
4066
|
+
created_at: "DateTime",
|
|
4067
|
+
created_by: "String",
|
|
4068
|
+
description: "String",
|
|
4069
|
+
edges: "ProcessEdge",
|
|
4070
|
+
id: "String",
|
|
4071
|
+
project_hash: "String",
|
|
4072
|
+
status: "ProcessTemplateStatus",
|
|
4073
|
+
steps: "ProcessStepTemplate",
|
|
4074
|
+
title: "String",
|
|
4075
|
+
updated_at: "DateTime"
|
|
4076
|
+
},
|
|
3964
4077
|
ProgramWallet: {
|
|
3965
4078
|
agreement_id: "ID",
|
|
3966
4079
|
available: "String",
|
|
@@ -4019,6 +4132,10 @@ const ReturnTypes = {
|
|
|
4019
4132
|
capitalDebts: "PaginatedCapitalDebtsPaginationResult",
|
|
4020
4133
|
capitalExpense: "CapitalExpense",
|
|
4021
4134
|
capitalExpenses: "PaginatedCapitalExpensesPaginationResult",
|
|
4135
|
+
capitalGetProcessInstance: "ProcessInstance",
|
|
4136
|
+
capitalGetProcessInstances: "ProcessInstance",
|
|
4137
|
+
capitalGetProcessTemplate: "ProcessTemplate",
|
|
4138
|
+
capitalGetProcessTemplates: "ProcessTemplate",
|
|
4022
4139
|
capitalInvest: "CapitalInvest",
|
|
4023
4140
|
capitalInvests: "PaginatedCapitalInvestsPaginationResult",
|
|
4024
4141
|
capitalIssue: "CapitalIssue",
|
|
@@ -4050,6 +4167,7 @@ const ReturnTypes = {
|
|
|
4050
4167
|
getAccounts: "AccountsPaginationResult",
|
|
4051
4168
|
getActions: "PaginatedActionsPaginationResult",
|
|
4052
4169
|
getAgenda: "AgendaWithDocuments",
|
|
4170
|
+
getAvailableReports: "AvailableReport",
|
|
4053
4171
|
getBranches: "Branch",
|
|
4054
4172
|
getCapitalIssueLogs: "PaginatedCapitalLogsPaginationResult",
|
|
4055
4173
|
getCapitalOnboardingState: "CapitalOnboardingState",
|
|
@@ -4078,6 +4196,7 @@ const ReturnTypes = {
|
|
|
4078
4196
|
getUserWebPushSubscriptions: "WebPushSubscriptionDto",
|
|
4079
4197
|
getWebPushSubscriptionStats: "SubscriptionStatsDto",
|
|
4080
4198
|
onecoopGetDocuments: "OneCoopDocumentsResponse",
|
|
4199
|
+
searchDocuments: "SearchResult",
|
|
4081
4200
|
searchPrivateAccounts: "PrivateAccountSearchResult"
|
|
4082
4201
|
},
|
|
4083
4202
|
Question: {
|
|
@@ -4146,6 +4265,15 @@ const ReturnTypes = {
|
|
|
4146
4265
|
SbpAccount: {
|
|
4147
4266
|
phone: "String"
|
|
4148
4267
|
},
|
|
4268
|
+
SearchResult: {
|
|
4269
|
+
coopname: "String",
|
|
4270
|
+
created_at: "String",
|
|
4271
|
+
full_title: "String",
|
|
4272
|
+
hash: "String",
|
|
4273
|
+
highlights: "String",
|
|
4274
|
+
registry_id: "Int",
|
|
4275
|
+
username: "String"
|
|
4276
|
+
},
|
|
4149
4277
|
Settings: {
|
|
4150
4278
|
authorized_default_route: "String",
|
|
4151
4279
|
authorized_default_workspace: "String",
|
|
@@ -4203,6 +4331,9 @@ const ReturnTypes = {
|
|
|
4203
4331
|
root_precision: "Float",
|
|
4204
4332
|
root_symbol: "String"
|
|
4205
4333
|
},
|
|
4334
|
+
SystemFeatures: {
|
|
4335
|
+
search: "Boolean"
|
|
4336
|
+
},
|
|
4206
4337
|
SystemInfo: {
|
|
4207
4338
|
blockchain_account: "BlockchainAccount",
|
|
4208
4339
|
blockchain_info: "BlockchainInfoDTO",
|
|
@@ -4210,6 +4341,7 @@ const ReturnTypes = {
|
|
|
4210
4341
|
contacts: "ContactsDTO",
|
|
4211
4342
|
cooperator_account: "CooperativeOperatorAccount",
|
|
4212
4343
|
coopname: "String",
|
|
4344
|
+
features: "SystemFeatures",
|
|
4213
4345
|
is_providered: "Boolean",
|
|
4214
4346
|
is_unioned: "Boolean",
|
|
4215
4347
|
settings: "Settings",
|
|
@@ -5054,6 +5186,25 @@ var PaymentType = /* @__PURE__ */ ((PaymentType2) => {
|
|
|
5054
5186
|
PaymentType2["WITHDRAWAL"] = "WITHDRAWAL";
|
|
5055
5187
|
return PaymentType2;
|
|
5056
5188
|
})(PaymentType || {});
|
|
5189
|
+
var ProcessInstanceStatus = /* @__PURE__ */ ((ProcessInstanceStatus2) => {
|
|
5190
|
+
ProcessInstanceStatus2["CANCELLED"] = "CANCELLED";
|
|
5191
|
+
ProcessInstanceStatus2["COMPLETED"] = "COMPLETED";
|
|
5192
|
+
ProcessInstanceStatus2["RUNNING"] = "RUNNING";
|
|
5193
|
+
return ProcessInstanceStatus2;
|
|
5194
|
+
})(ProcessInstanceStatus || {});
|
|
5195
|
+
var ProcessStepStatus = /* @__PURE__ */ ((ProcessStepStatus2) => {
|
|
5196
|
+
ProcessStepStatus2["ACTIVE"] = "ACTIVE";
|
|
5197
|
+
ProcessStepStatus2["CANCELLED"] = "CANCELLED";
|
|
5198
|
+
ProcessStepStatus2["COMPLETED"] = "COMPLETED";
|
|
5199
|
+
ProcessStepStatus2["PENDING"] = "PENDING";
|
|
5200
|
+
return ProcessStepStatus2;
|
|
5201
|
+
})(ProcessStepStatus || {});
|
|
5202
|
+
var ProcessTemplateStatus = /* @__PURE__ */ ((ProcessTemplateStatus2) => {
|
|
5203
|
+
ProcessTemplateStatus2["ACTIVE"] = "ACTIVE";
|
|
5204
|
+
ProcessTemplateStatus2["ARCHIVED"] = "ARCHIVED";
|
|
5205
|
+
ProcessTemplateStatus2["DRAFT"] = "DRAFT";
|
|
5206
|
+
return ProcessTemplateStatus2;
|
|
5207
|
+
})(ProcessTemplateStatus || {});
|
|
5057
5208
|
var ProgramInvestStatus = /* @__PURE__ */ ((ProgramInvestStatus2) => {
|
|
5058
5209
|
ProgramInvestStatus2["CREATED"] = "CREATED";
|
|
5059
5210
|
ProgramInvestStatus2["UNDEFINED"] = "UNDEFINED";
|
|
@@ -5082,6 +5233,17 @@ var ProjectStatus = /* @__PURE__ */ ((ProjectStatus2) => {
|
|
|
5082
5233
|
ProjectStatus2["VOTING"] = "VOTING";
|
|
5083
5234
|
return ProjectStatus2;
|
|
5084
5235
|
})(ProjectStatus || {});
|
|
5236
|
+
var ReportType = /* @__PURE__ */ ((ReportType2) => {
|
|
5237
|
+
ReportType2["BUHOTCH"] = "BUHOTCH";
|
|
5238
|
+
ReportType2["DUSN"] = "DUSN";
|
|
5239
|
+
ReportType2["FSS4"] = "FSS4";
|
|
5240
|
+
ReportType2["NDFL6"] = "NDFL6";
|
|
5241
|
+
ReportType2["PSV"] = "PSV";
|
|
5242
|
+
ReportType2["RSV"] = "RSV";
|
|
5243
|
+
ReportType2["UUSN"] = "UUSN";
|
|
5244
|
+
ReportType2["UV_VZNOSY"] = "UV_VZNOSY";
|
|
5245
|
+
return ReportType2;
|
|
5246
|
+
})(ReportType || {});
|
|
5085
5247
|
var ResultStatus = /* @__PURE__ */ ((ResultStatus2) => {
|
|
5086
5248
|
ResultStatus2["ACT1"] = "ACT1";
|
|
5087
5249
|
ResultStatus2["ACT2"] = "ACT2";
|
|
@@ -5101,6 +5263,7 @@ var SegmentStatus = /* @__PURE__ */ ((SegmentStatus2) => {
|
|
|
5101
5263
|
SegmentStatus2["FINALIZED"] = "FINALIZED";
|
|
5102
5264
|
SegmentStatus2["GENERATION"] = "GENERATION";
|
|
5103
5265
|
SegmentStatus2["READY"] = "READY";
|
|
5266
|
+
SegmentStatus2["SKIPPED"] = "SKIPPED";
|
|
5104
5267
|
SegmentStatus2["STATEMENT"] = "STATEMENT";
|
|
5105
5268
|
SegmentStatus2["UNDEFINED"] = "UNDEFINED";
|
|
5106
5269
|
return SegmentStatus2;
|
|
@@ -5136,7 +5299,7 @@ var UserStatus = /* @__PURE__ */ ((UserStatus2) => {
|
|
|
5136
5299
|
return UserStatus2;
|
|
5137
5300
|
})(UserStatus || {});
|
|
5138
5301
|
|
|
5139
|
-
const index$
|
|
5302
|
+
const index$M = {
|
|
5140
5303
|
__proto__: null,
|
|
5141
5304
|
$: $,
|
|
5142
5305
|
AccountType: AccountType,
|
|
@@ -5172,10 +5335,14 @@ const index$L = {
|
|
|
5172
5335
|
PaymentStatus: PaymentStatus,
|
|
5173
5336
|
PaymentType: PaymentType,
|
|
5174
5337
|
PrepareScalarPaths: PrepareScalarPaths,
|
|
5338
|
+
ProcessInstanceStatus: ProcessInstanceStatus,
|
|
5339
|
+
ProcessStepStatus: ProcessStepStatus,
|
|
5340
|
+
ProcessTemplateStatus: ProcessTemplateStatus,
|
|
5175
5341
|
ProgramInvestStatus: ProgramInvestStatus,
|
|
5176
5342
|
ProgramKey: ProgramKey,
|
|
5177
5343
|
ProgramType: ProgramType,
|
|
5178
5344
|
ProjectStatus: ProjectStatus,
|
|
5345
|
+
ReportType: ReportType,
|
|
5179
5346
|
ResolveFromPath: ResolveFromPath,
|
|
5180
5347
|
ResultStatus: ResultStatus,
|
|
5181
5348
|
SEPARATOR: SEPARATOR,
|
|
@@ -5577,37 +5744,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
|
|
|
5577
5744
|
rawRegisteredAccountSelector
|
|
5578
5745
|
);
|
|
5579
5746
|
|
|
5580
|
-
const name$
|
|
5747
|
+
const name$3G = "registerAccount";
|
|
5581
5748
|
const mutation$2y = Selector("Mutation")({
|
|
5582
|
-
[name$
|
|
5749
|
+
[name$3G]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
|
|
5583
5750
|
});
|
|
5584
5751
|
|
|
5585
5752
|
const registerAccount = {
|
|
5586
5753
|
__proto__: null,
|
|
5587
5754
|
mutation: mutation$2y,
|
|
5588
|
-
name: name$
|
|
5755
|
+
name: name$3G
|
|
5589
5756
|
};
|
|
5590
5757
|
|
|
5591
|
-
const name$
|
|
5758
|
+
const name$3F = "resetKey";
|
|
5592
5759
|
const mutation$2x = Selector("Mutation")({
|
|
5593
|
-
[name$
|
|
5760
|
+
[name$3F]: [{ data: $("data", "ResetKeyInput!") }, true]
|
|
5594
5761
|
});
|
|
5595
5762
|
|
|
5596
5763
|
const resetKey = {
|
|
5597
5764
|
__proto__: null,
|
|
5598
5765
|
mutation: mutation$2x,
|
|
5599
|
-
name: name$
|
|
5766
|
+
name: name$3F
|
|
5600
5767
|
};
|
|
5601
5768
|
|
|
5602
|
-
const name$
|
|
5769
|
+
const name$3E = "startResetKey";
|
|
5603
5770
|
const mutation$2w = Selector("Mutation")({
|
|
5604
|
-
[name$
|
|
5771
|
+
[name$3E]: [{ data: $("data", "StartResetKeyInput!") }, true]
|
|
5605
5772
|
});
|
|
5606
5773
|
|
|
5607
5774
|
const startResetKey = {
|
|
5608
5775
|
__proto__: null,
|
|
5609
5776
|
mutation: mutation$2w,
|
|
5610
|
-
name: name$
|
|
5777
|
+
name: name$3E
|
|
5611
5778
|
};
|
|
5612
5779
|
|
|
5613
5780
|
const paginationSelector = {
|
|
@@ -7003,6 +7170,9 @@ const rawBoardMemberSelector = {
|
|
|
7003
7170
|
middle_name: true,
|
|
7004
7171
|
is_chairman: true
|
|
7005
7172
|
};
|
|
7173
|
+
const rawFeaturesSelector = {
|
|
7174
|
+
search: true
|
|
7175
|
+
};
|
|
7006
7176
|
const rawSystemInfoSelector = {
|
|
7007
7177
|
blockchain_info: rawBlockchainInfoSelector,
|
|
7008
7178
|
cooperator_account: rawCooperatorAccountSelector,
|
|
@@ -7016,11 +7186,12 @@ const rawSystemInfoSelector = {
|
|
|
7016
7186
|
vars: rawVarsSelector,
|
|
7017
7187
|
symbols: rawSymbolsSelector,
|
|
7018
7188
|
settings: rawSettingsSelector,
|
|
7019
|
-
board_members: rawBoardMemberSelector
|
|
7189
|
+
board_members: rawBoardMemberSelector,
|
|
7190
|
+
features: rawFeaturesSelector
|
|
7020
7191
|
};
|
|
7021
7192
|
const systemInfoSelector = Selector("SystemInfo")(rawSystemInfoSelector);
|
|
7022
7193
|
|
|
7023
|
-
const index$
|
|
7194
|
+
const index$L = {
|
|
7024
7195
|
__proto__: null,
|
|
7025
7196
|
accountSelector: accountSelector,
|
|
7026
7197
|
accountsPaginationSelector: accountsPaginationSelector,
|
|
@@ -7138,6 +7309,7 @@ const index$K = {
|
|
|
7138
7309
|
rawEntrepreneurSelector: rawEntrepreneurSelector,
|
|
7139
7310
|
rawExpenseSelector: rawExpenseSelector,
|
|
7140
7311
|
rawExtensionSelector: rawExtensionSelector,
|
|
7312
|
+
rawFeaturesSelector: rawFeaturesSelector,
|
|
7141
7313
|
rawGenerateCapitalRegistrationDocumentsOutputSelector: rawGenerateCapitalRegistrationDocumentsOutputSelector,
|
|
7142
7314
|
rawGenerateRegistrationDocumentsOutputSelector: rawGenerateRegistrationDocumentsOutputSelector,
|
|
7143
7315
|
rawGeneratedRegistrationDocumentSelector: rawGeneratedRegistrationDocumentSelector,
|
|
@@ -7223,18 +7395,18 @@ const index$K = {
|
|
|
7223
7395
|
webPushSubscriptionSelector: webPushSubscriptionSelector
|
|
7224
7396
|
};
|
|
7225
7397
|
|
|
7226
|
-
const name$
|
|
7398
|
+
const name$3D = "updateAccount";
|
|
7227
7399
|
const mutation$2v = Selector("Mutation")({
|
|
7228
|
-
[name$
|
|
7400
|
+
[name$3D]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
|
|
7229
7401
|
});
|
|
7230
7402
|
|
|
7231
7403
|
const updateAccount = {
|
|
7232
7404
|
__proto__: null,
|
|
7233
7405
|
mutation: mutation$2v,
|
|
7234
|
-
name: name$
|
|
7406
|
+
name: name$3D
|
|
7235
7407
|
};
|
|
7236
7408
|
|
|
7237
|
-
const index$
|
|
7409
|
+
const index$K = {
|
|
7238
7410
|
__proto__: null,
|
|
7239
7411
|
RegisterAccount: registerAccount,
|
|
7240
7412
|
ResetKey: resetKey,
|
|
@@ -7242,84 +7414,84 @@ const index$J = {
|
|
|
7242
7414
|
UpdateAccount: updateAccount
|
|
7243
7415
|
};
|
|
7244
7416
|
|
|
7245
|
-
const name$
|
|
7417
|
+
const name$3C = "generatePrivacyAgreement";
|
|
7246
7418
|
const mutation$2u = Selector("Mutation")({
|
|
7247
|
-
[name$
|
|
7419
|
+
[name$3C]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7248
7420
|
});
|
|
7249
7421
|
|
|
7250
7422
|
const generatePrivacyAgreement = {
|
|
7251
7423
|
__proto__: null,
|
|
7252
7424
|
mutation: mutation$2u,
|
|
7253
|
-
name: name$
|
|
7425
|
+
name: name$3C
|
|
7254
7426
|
};
|
|
7255
7427
|
|
|
7256
|
-
const name$
|
|
7428
|
+
const name$3B = "generateSignatureAgreement";
|
|
7257
7429
|
const mutation$2t = Selector("Mutation")({
|
|
7258
|
-
[name$
|
|
7430
|
+
[name$3B]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7259
7431
|
});
|
|
7260
7432
|
|
|
7261
7433
|
const generateSignatureAgreement = {
|
|
7262
7434
|
__proto__: null,
|
|
7263
7435
|
mutation: mutation$2t,
|
|
7264
|
-
name: name$
|
|
7436
|
+
name: name$3B
|
|
7265
7437
|
};
|
|
7266
7438
|
|
|
7267
|
-
const name$
|
|
7439
|
+
const name$3A = "generateWalletAgreement";
|
|
7268
7440
|
const mutation$2s = Selector("Mutation")({
|
|
7269
|
-
[name$
|
|
7441
|
+
[name$3A]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7270
7442
|
});
|
|
7271
7443
|
|
|
7272
7444
|
const generateWalletAgreement = {
|
|
7273
7445
|
__proto__: null,
|
|
7274
7446
|
mutation: mutation$2s,
|
|
7275
|
-
name: name$
|
|
7447
|
+
name: name$3A
|
|
7276
7448
|
};
|
|
7277
7449
|
|
|
7278
|
-
const name$
|
|
7450
|
+
const name$3z = "generateUserAgreement";
|
|
7279
7451
|
const mutation$2r = Selector("Mutation")({
|
|
7280
|
-
[name$
|
|
7452
|
+
[name$3z]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7281
7453
|
});
|
|
7282
7454
|
|
|
7283
7455
|
const generateUserAgreement = {
|
|
7284
7456
|
__proto__: null,
|
|
7285
7457
|
mutation: mutation$2r,
|
|
7286
|
-
name: name$
|
|
7458
|
+
name: name$3z
|
|
7287
7459
|
};
|
|
7288
7460
|
|
|
7289
|
-
const name$
|
|
7461
|
+
const name$3y = "sendAgreement";
|
|
7290
7462
|
const mutation$2q = Selector("Mutation")({
|
|
7291
|
-
[name$
|
|
7463
|
+
[name$3y]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
|
|
7292
7464
|
});
|
|
7293
7465
|
|
|
7294
7466
|
const sendAgreement = {
|
|
7295
7467
|
__proto__: null,
|
|
7296
7468
|
mutation: mutation$2q,
|
|
7297
|
-
name: name$
|
|
7469
|
+
name: name$3y
|
|
7298
7470
|
};
|
|
7299
7471
|
|
|
7300
|
-
const name$
|
|
7472
|
+
const name$3x = "confirmAgreement";
|
|
7301
7473
|
const mutation$2p = Selector("Mutation")({
|
|
7302
|
-
[name$
|
|
7474
|
+
[name$3x]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
|
|
7303
7475
|
});
|
|
7304
7476
|
|
|
7305
7477
|
const confirmAgreement = {
|
|
7306
7478
|
__proto__: null,
|
|
7307
7479
|
mutation: mutation$2p,
|
|
7308
|
-
name: name$
|
|
7480
|
+
name: name$3x
|
|
7309
7481
|
};
|
|
7310
7482
|
|
|
7311
|
-
const name$
|
|
7483
|
+
const name$3w = "declineAgreement";
|
|
7312
7484
|
const mutation$2o = Selector("Mutation")({
|
|
7313
|
-
[name$
|
|
7485
|
+
[name$3w]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
|
|
7314
7486
|
});
|
|
7315
7487
|
|
|
7316
7488
|
const declineAgreement = {
|
|
7317
7489
|
__proto__: null,
|
|
7318
7490
|
mutation: mutation$2o,
|
|
7319
|
-
name: name$
|
|
7491
|
+
name: name$3w
|
|
7320
7492
|
};
|
|
7321
7493
|
|
|
7322
|
-
const index$
|
|
7494
|
+
const index$J = {
|
|
7323
7495
|
__proto__: null,
|
|
7324
7496
|
ConfirmAgreement: confirmAgreement,
|
|
7325
7497
|
DeclineAgreement: declineAgreement,
|
|
@@ -7330,124 +7502,124 @@ const index$I = {
|
|
|
7330
7502
|
SendAgreement: sendAgreement
|
|
7331
7503
|
};
|
|
7332
7504
|
|
|
7333
|
-
const name$
|
|
7505
|
+
const name$3v = "refresh";
|
|
7334
7506
|
const mutation$2n = Selector("Mutation")({
|
|
7335
|
-
[name$
|
|
7507
|
+
[name$3v]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
|
|
7336
7508
|
});
|
|
7337
7509
|
|
|
7338
7510
|
const refresh = {
|
|
7339
7511
|
__proto__: null,
|
|
7340
7512
|
mutation: mutation$2n,
|
|
7341
|
-
name: name$
|
|
7513
|
+
name: name$3v
|
|
7342
7514
|
};
|
|
7343
7515
|
|
|
7344
|
-
const name$
|
|
7516
|
+
const name$3u = "logout";
|
|
7345
7517
|
const mutation$2m = Selector("Mutation")({
|
|
7346
|
-
[name$
|
|
7518
|
+
[name$3u]: [{ data: $("data", "LogoutInput!") }, true]
|
|
7347
7519
|
});
|
|
7348
7520
|
|
|
7349
7521
|
const logout = {
|
|
7350
7522
|
__proto__: null,
|
|
7351
7523
|
mutation: mutation$2m,
|
|
7352
|
-
name: name$
|
|
7524
|
+
name: name$3u
|
|
7353
7525
|
};
|
|
7354
7526
|
|
|
7355
|
-
const name$
|
|
7527
|
+
const name$3t = "login";
|
|
7356
7528
|
const mutation$2l = Selector("Mutation")({
|
|
7357
|
-
[name$
|
|
7529
|
+
[name$3t]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
|
|
7358
7530
|
});
|
|
7359
7531
|
|
|
7360
7532
|
const login = {
|
|
7361
7533
|
__proto__: null,
|
|
7362
7534
|
mutation: mutation$2l,
|
|
7363
|
-
name: name$
|
|
7535
|
+
name: name$3t
|
|
7364
7536
|
};
|
|
7365
7537
|
|
|
7366
|
-
const index$
|
|
7538
|
+
const index$I = {
|
|
7367
7539
|
__proto__: null,
|
|
7368
7540
|
Login: login,
|
|
7369
7541
|
Logout: logout,
|
|
7370
7542
|
Refresh: refresh
|
|
7371
7543
|
};
|
|
7372
7544
|
|
|
7373
|
-
const name$
|
|
7545
|
+
const name$3s = "addTrustedAccount";
|
|
7374
7546
|
const mutation$2k = Selector("Mutation")({
|
|
7375
|
-
[name$
|
|
7547
|
+
[name$3s]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
|
|
7376
7548
|
});
|
|
7377
7549
|
|
|
7378
7550
|
const addTrustedAccount = {
|
|
7379
7551
|
__proto__: null,
|
|
7380
7552
|
mutation: mutation$2k,
|
|
7381
|
-
name: name$
|
|
7553
|
+
name: name$3s
|
|
7382
7554
|
};
|
|
7383
7555
|
|
|
7384
|
-
const name$
|
|
7556
|
+
const name$3r = "createBranch";
|
|
7385
7557
|
const mutation$2j = Selector("Mutation")({
|
|
7386
|
-
[name$
|
|
7558
|
+
[name$3r]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
|
|
7387
7559
|
});
|
|
7388
7560
|
|
|
7389
7561
|
const createBranch = {
|
|
7390
7562
|
__proto__: null,
|
|
7391
7563
|
mutation: mutation$2j,
|
|
7392
|
-
name: name$
|
|
7564
|
+
name: name$3r
|
|
7393
7565
|
};
|
|
7394
7566
|
|
|
7395
|
-
const name$
|
|
7567
|
+
const name$3q = "deleteBranch";
|
|
7396
7568
|
const mutation$2i = Selector("Mutation")({
|
|
7397
|
-
[name$
|
|
7569
|
+
[name$3q]: [{ data: $("data", "DeleteBranchInput!") }, true]
|
|
7398
7570
|
});
|
|
7399
7571
|
|
|
7400
7572
|
const deleteBranch = {
|
|
7401
7573
|
__proto__: null,
|
|
7402
7574
|
mutation: mutation$2i,
|
|
7403
|
-
name: name$
|
|
7575
|
+
name: name$3q
|
|
7404
7576
|
};
|
|
7405
7577
|
|
|
7406
|
-
const name$
|
|
7578
|
+
const name$3p = "deleteTrustedAccount";
|
|
7407
7579
|
const mutation$2h = Selector("Mutation")({
|
|
7408
|
-
[name$
|
|
7580
|
+
[name$3p]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
|
|
7409
7581
|
});
|
|
7410
7582
|
|
|
7411
7583
|
const deleteTrustedAccount = {
|
|
7412
7584
|
__proto__: null,
|
|
7413
7585
|
mutation: mutation$2h,
|
|
7414
|
-
name: name$
|
|
7586
|
+
name: name$3p
|
|
7415
7587
|
};
|
|
7416
7588
|
|
|
7417
|
-
const name$
|
|
7589
|
+
const name$3o = "editBranch";
|
|
7418
7590
|
const mutation$2g = Selector("Mutation")({
|
|
7419
|
-
[name$
|
|
7591
|
+
[name$3o]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
|
|
7420
7592
|
});
|
|
7421
7593
|
|
|
7422
7594
|
const editBranch = {
|
|
7423
7595
|
__proto__: null,
|
|
7424
7596
|
mutation: mutation$2g,
|
|
7425
|
-
name: name$
|
|
7597
|
+
name: name$3o
|
|
7426
7598
|
};
|
|
7427
7599
|
|
|
7428
|
-
const name$
|
|
7600
|
+
const name$3n = "generateSelectBranchDocument";
|
|
7429
7601
|
const mutation$2f = Selector("Mutation")({
|
|
7430
|
-
[name$
|
|
7602
|
+
[name$3n]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7431
7603
|
});
|
|
7432
7604
|
|
|
7433
7605
|
const generateSelectBranchDocument = {
|
|
7434
7606
|
__proto__: null,
|
|
7435
7607
|
mutation: mutation$2f,
|
|
7436
|
-
name: name$
|
|
7608
|
+
name: name$3n
|
|
7437
7609
|
};
|
|
7438
7610
|
|
|
7439
|
-
const name$
|
|
7611
|
+
const name$3m = "selectBranch";
|
|
7440
7612
|
const mutation$2e = Selector("Mutation")({
|
|
7441
|
-
[name$
|
|
7613
|
+
[name$3m]: [{ data: $("data", "SelectBranchInput!") }, true]
|
|
7442
7614
|
});
|
|
7443
7615
|
|
|
7444
7616
|
const selectBranch = {
|
|
7445
7617
|
__proto__: null,
|
|
7446
7618
|
mutation: mutation$2e,
|
|
7447
|
-
name: name$
|
|
7619
|
+
name: name$3m
|
|
7448
7620
|
};
|
|
7449
7621
|
|
|
7450
|
-
const index$
|
|
7622
|
+
const index$H = {
|
|
7451
7623
|
__proto__: null,
|
|
7452
7624
|
AddTrustedAccount: addTrustedAccount,
|
|
7453
7625
|
CreateBranch: createBranch,
|
|
@@ -7458,361 +7630,361 @@ const index$G = {
|
|
|
7458
7630
|
SelectBranch: selectBranch
|
|
7459
7631
|
};
|
|
7460
7632
|
|
|
7461
|
-
const name$
|
|
7633
|
+
const name$3l = "capitalAddAuthor";
|
|
7462
7634
|
const mutation$2d = Selector("Mutation")({
|
|
7463
|
-
[name$
|
|
7635
|
+
[name$3l]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
|
|
7464
7636
|
});
|
|
7465
7637
|
|
|
7466
7638
|
const addAuthor = {
|
|
7467
7639
|
__proto__: null,
|
|
7468
7640
|
mutation: mutation$2d,
|
|
7469
|
-
name: name$
|
|
7641
|
+
name: name$3l
|
|
7470
7642
|
};
|
|
7471
7643
|
|
|
7472
|
-
const name$
|
|
7644
|
+
const name$3k = "capitalApproveCommit";
|
|
7473
7645
|
const mutation$2c = Selector("Mutation")({
|
|
7474
|
-
[name$
|
|
7646
|
+
[name$3k]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
|
|
7475
7647
|
});
|
|
7476
7648
|
|
|
7477
7649
|
const approveCommit = {
|
|
7478
7650
|
__proto__: null,
|
|
7479
7651
|
mutation: mutation$2c,
|
|
7480
|
-
name: name$
|
|
7652
|
+
name: name$3k
|
|
7481
7653
|
};
|
|
7482
7654
|
|
|
7483
|
-
const name$
|
|
7655
|
+
const name$3j = "capitalCalculateVotes";
|
|
7484
7656
|
const mutation$2b = Selector("Mutation")({
|
|
7485
|
-
[name$
|
|
7657
|
+
[name$3j]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
|
|
7486
7658
|
});
|
|
7487
7659
|
|
|
7488
7660
|
const calculateVotes = {
|
|
7489
7661
|
__proto__: null,
|
|
7490
7662
|
mutation: mutation$2b,
|
|
7491
|
-
name: name$
|
|
7663
|
+
name: name$3j
|
|
7492
7664
|
};
|
|
7493
7665
|
|
|
7494
|
-
const name$
|
|
7666
|
+
const name$3i = "capitalCloseProject";
|
|
7495
7667
|
const mutation$2a = Selector("Mutation")({
|
|
7496
|
-
[name$
|
|
7668
|
+
[name$3i]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
|
|
7497
7669
|
});
|
|
7498
7670
|
|
|
7499
7671
|
const closeProject = {
|
|
7500
7672
|
__proto__: null,
|
|
7501
7673
|
mutation: mutation$2a,
|
|
7502
|
-
name: name$
|
|
7674
|
+
name: name$3i
|
|
7503
7675
|
};
|
|
7504
7676
|
|
|
7505
|
-
const name$
|
|
7677
|
+
const name$3h = "capitalCompleteRegistration";
|
|
7506
7678
|
const mutation$29 = Selector("Mutation")({
|
|
7507
|
-
[name$
|
|
7679
|
+
[name$3h]: [{ data: $("data", "CompleteCapitalRegistrationInputDTO!") }, rawTransactionSelector]
|
|
7508
7680
|
});
|
|
7509
7681
|
|
|
7510
7682
|
const completeCapitalRegistration = {
|
|
7511
7683
|
__proto__: null,
|
|
7512
7684
|
mutation: mutation$29,
|
|
7513
|
-
name: name$
|
|
7685
|
+
name: name$3h
|
|
7514
7686
|
};
|
|
7515
7687
|
|
|
7516
|
-
const name$
|
|
7688
|
+
const name$3g = "completeCapitalOnboardingStep";
|
|
7517
7689
|
const mutation$28 = Selector("Mutation")({
|
|
7518
|
-
[name$
|
|
7690
|
+
[name$3g]: [{ data: $("data", "CapitalOnboardingStepInput!") }, capitalOnboardingStateSelector]
|
|
7519
7691
|
});
|
|
7520
7692
|
|
|
7521
7693
|
const completeOnboardingStep = {
|
|
7522
7694
|
__proto__: null,
|
|
7523
7695
|
mutation: mutation$28,
|
|
7524
|
-
name: name$
|
|
7696
|
+
name: name$3g
|
|
7525
7697
|
};
|
|
7526
7698
|
|
|
7527
|
-
const name$
|
|
7699
|
+
const name$3f = "capitalCompleteVoting";
|
|
7528
7700
|
const mutation$27 = Selector("Mutation")({
|
|
7529
|
-
[name$
|
|
7701
|
+
[name$3f]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
|
|
7530
7702
|
});
|
|
7531
7703
|
|
|
7532
7704
|
const completeVoting = {
|
|
7533
7705
|
__proto__: null,
|
|
7534
7706
|
mutation: mutation$27,
|
|
7535
|
-
name: name$
|
|
7707
|
+
name: name$3f
|
|
7536
7708
|
};
|
|
7537
7709
|
|
|
7538
|
-
const name$
|
|
7710
|
+
const name$3e = "capitalConvertSegment";
|
|
7539
7711
|
const mutation$26 = Selector("Mutation")({
|
|
7540
|
-
[name$
|
|
7712
|
+
[name$3e]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
|
|
7541
7713
|
});
|
|
7542
7714
|
|
|
7543
7715
|
const convertSegment = {
|
|
7544
7716
|
__proto__: null,
|
|
7545
7717
|
mutation: mutation$26,
|
|
7546
|
-
name: name$
|
|
7718
|
+
name: name$3e
|
|
7547
7719
|
};
|
|
7548
7720
|
|
|
7549
|
-
const name$
|
|
7721
|
+
const name$3d = "capitalCreateCommit";
|
|
7550
7722
|
const mutation$25 = Selector("Mutation")({
|
|
7551
|
-
[name$
|
|
7723
|
+
[name$3d]: [{ data: $("data", "CreateCommitInput!") }, rawCommitSelector]
|
|
7552
7724
|
});
|
|
7553
7725
|
|
|
7554
7726
|
const createCommit = {
|
|
7555
7727
|
__proto__: null,
|
|
7556
7728
|
mutation: mutation$25,
|
|
7557
|
-
name: name$
|
|
7729
|
+
name: name$3d
|
|
7558
7730
|
};
|
|
7559
7731
|
|
|
7560
|
-
const name$
|
|
7732
|
+
const name$3c = "capitalCreateCycle";
|
|
7561
7733
|
const mutation$24 = Selector("Mutation")({
|
|
7562
|
-
[name$
|
|
7734
|
+
[name$3c]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
|
|
7563
7735
|
});
|
|
7564
7736
|
|
|
7565
7737
|
const createCycle = {
|
|
7566
7738
|
__proto__: null,
|
|
7567
7739
|
mutation: mutation$24,
|
|
7568
|
-
name: name$
|
|
7740
|
+
name: name$3c
|
|
7569
7741
|
};
|
|
7570
7742
|
|
|
7571
|
-
const name$
|
|
7743
|
+
const name$3b = "capitalCreateDebt";
|
|
7572
7744
|
const mutation$23 = Selector("Mutation")({
|
|
7573
|
-
[name$
|
|
7745
|
+
[name$3b]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
|
|
7574
7746
|
});
|
|
7575
7747
|
|
|
7576
7748
|
const createDebt = {
|
|
7577
7749
|
__proto__: null,
|
|
7578
7750
|
mutation: mutation$23,
|
|
7579
|
-
name: name$
|
|
7751
|
+
name: name$3b
|
|
7580
7752
|
};
|
|
7581
7753
|
|
|
7582
|
-
const name$
|
|
7754
|
+
const name$3a = "capitalCreateExpense";
|
|
7583
7755
|
const mutation$22 = Selector("Mutation")({
|
|
7584
|
-
[name$
|
|
7756
|
+
[name$3a]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
|
|
7585
7757
|
});
|
|
7586
7758
|
|
|
7587
7759
|
const createExpense = {
|
|
7588
7760
|
__proto__: null,
|
|
7589
7761
|
mutation: mutation$22,
|
|
7590
|
-
name: name$
|
|
7762
|
+
name: name$3a
|
|
7591
7763
|
};
|
|
7592
7764
|
|
|
7593
|
-
const name$
|
|
7765
|
+
const name$39 = "capitalCreateIssue";
|
|
7594
7766
|
const mutation$21 = Selector("Mutation")({
|
|
7595
|
-
[name$
|
|
7767
|
+
[name$39]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
|
|
7596
7768
|
});
|
|
7597
7769
|
|
|
7598
7770
|
const createIssue = {
|
|
7599
7771
|
__proto__: null,
|
|
7600
7772
|
mutation: mutation$21,
|
|
7601
|
-
name: name$
|
|
7773
|
+
name: name$39
|
|
7602
7774
|
};
|
|
7603
7775
|
|
|
7604
|
-
const name$
|
|
7776
|
+
const name$38 = "capitalCreateProgramProperty";
|
|
7605
7777
|
const mutation$20 = Selector("Mutation")({
|
|
7606
|
-
[name$
|
|
7778
|
+
[name$38]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
|
|
7607
7779
|
});
|
|
7608
7780
|
|
|
7609
7781
|
const createProgramProperty = {
|
|
7610
7782
|
__proto__: null,
|
|
7611
7783
|
mutation: mutation$20,
|
|
7612
|
-
name: name$
|
|
7784
|
+
name: name$38
|
|
7613
7785
|
};
|
|
7614
7786
|
|
|
7615
|
-
const name$
|
|
7787
|
+
const name$37 = "capitalCreateProject";
|
|
7616
7788
|
const mutation$1$ = Selector("Mutation")({
|
|
7617
|
-
[name$
|
|
7789
|
+
[name$37]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
|
|
7618
7790
|
});
|
|
7619
7791
|
|
|
7620
7792
|
const createProject = {
|
|
7621
7793
|
__proto__: null,
|
|
7622
7794
|
mutation: mutation$1$,
|
|
7623
|
-
name: name$
|
|
7795
|
+
name: name$37
|
|
7624
7796
|
};
|
|
7625
7797
|
|
|
7626
|
-
const name$
|
|
7798
|
+
const name$36 = "capitalCreateProjectInvest";
|
|
7627
7799
|
const mutation$1_ = Selector("Mutation")({
|
|
7628
|
-
[name$
|
|
7800
|
+
[name$36]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
|
|
7629
7801
|
});
|
|
7630
7802
|
|
|
7631
7803
|
const createProjectInvest = {
|
|
7632
7804
|
__proto__: null,
|
|
7633
7805
|
mutation: mutation$1_,
|
|
7634
|
-
name: name$
|
|
7806
|
+
name: name$36
|
|
7635
7807
|
};
|
|
7636
7808
|
|
|
7637
|
-
const name$
|
|
7809
|
+
const name$35 = "capitalCreateProjectProperty";
|
|
7638
7810
|
const mutation$1Z = Selector("Mutation")({
|
|
7639
|
-
[name$
|
|
7811
|
+
[name$35]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
|
|
7640
7812
|
});
|
|
7641
7813
|
|
|
7642
7814
|
const createProjectProperty = {
|
|
7643
7815
|
__proto__: null,
|
|
7644
7816
|
mutation: mutation$1Z,
|
|
7645
|
-
name: name$
|
|
7817
|
+
name: name$35
|
|
7646
7818
|
};
|
|
7647
7819
|
|
|
7648
|
-
const name$
|
|
7820
|
+
const name$34 = "capitalCreateStory";
|
|
7649
7821
|
const mutation$1Y = Selector("Mutation")({
|
|
7650
|
-
[name$
|
|
7822
|
+
[name$34]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
|
|
7651
7823
|
});
|
|
7652
7824
|
|
|
7653
7825
|
const createStory = {
|
|
7654
7826
|
__proto__: null,
|
|
7655
7827
|
mutation: mutation$1Y,
|
|
7656
|
-
name: name$
|
|
7828
|
+
name: name$34
|
|
7657
7829
|
};
|
|
7658
7830
|
|
|
7659
|
-
const name$
|
|
7831
|
+
const name$33 = "capitalDeclineCommit";
|
|
7660
7832
|
const mutation$1X = Selector("Mutation")({
|
|
7661
|
-
[name$
|
|
7833
|
+
[name$33]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
|
|
7662
7834
|
});
|
|
7663
7835
|
|
|
7664
7836
|
const declineCommit = {
|
|
7665
7837
|
__proto__: null,
|
|
7666
7838
|
mutation: mutation$1X,
|
|
7667
|
-
name: name$
|
|
7839
|
+
name: name$33
|
|
7668
7840
|
};
|
|
7669
7841
|
|
|
7670
|
-
const name$
|
|
7842
|
+
const name$32 = "capitalDeleteIssue";
|
|
7671
7843
|
const mutation$1W = Selector("Mutation")({
|
|
7672
|
-
[name$
|
|
7844
|
+
[name$32]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
|
|
7673
7845
|
});
|
|
7674
7846
|
|
|
7675
7847
|
const deleteIssue = {
|
|
7676
7848
|
__proto__: null,
|
|
7677
7849
|
mutation: mutation$1W,
|
|
7678
|
-
name: name$
|
|
7850
|
+
name: name$32
|
|
7679
7851
|
};
|
|
7680
7852
|
|
|
7681
|
-
const name$
|
|
7853
|
+
const name$31 = "capitalDeleteProject";
|
|
7682
7854
|
const mutation$1V = Selector("Mutation")({
|
|
7683
|
-
[name$
|
|
7855
|
+
[name$31]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
|
|
7684
7856
|
});
|
|
7685
7857
|
|
|
7686
7858
|
const deleteProject = {
|
|
7687
7859
|
__proto__: null,
|
|
7688
7860
|
mutation: mutation$1V,
|
|
7689
|
-
name: name$
|
|
7861
|
+
name: name$31
|
|
7690
7862
|
};
|
|
7691
7863
|
|
|
7692
|
-
const name$
|
|
7864
|
+
const name$30 = "capitalDeleteStory";
|
|
7693
7865
|
const mutation$1U = Selector("Mutation")({
|
|
7694
|
-
[name$
|
|
7866
|
+
[name$30]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
|
|
7695
7867
|
});
|
|
7696
7868
|
|
|
7697
7869
|
const deleteStory = {
|
|
7698
7870
|
__proto__: null,
|
|
7699
7871
|
mutation: mutation$1U,
|
|
7700
|
-
name: name$
|
|
7872
|
+
name: name$30
|
|
7701
7873
|
};
|
|
7702
7874
|
|
|
7703
|
-
const name$
|
|
7875
|
+
const name$2$ = "capitalEditContributor";
|
|
7704
7876
|
const mutation$1T = Selector("Mutation")({
|
|
7705
|
-
[name$
|
|
7877
|
+
[name$2$]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
|
|
7706
7878
|
});
|
|
7707
7879
|
|
|
7708
7880
|
const editContributor = {
|
|
7709
7881
|
__proto__: null,
|
|
7710
7882
|
mutation: mutation$1T,
|
|
7711
|
-
name: name$
|
|
7883
|
+
name: name$2$
|
|
7712
7884
|
};
|
|
7713
7885
|
|
|
7714
|
-
const name$
|
|
7886
|
+
const name$2_ = "capitalEditProject";
|
|
7715
7887
|
const mutation$1S = Selector("Mutation")({
|
|
7716
|
-
[name$
|
|
7888
|
+
[name$2_]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
|
|
7717
7889
|
});
|
|
7718
7890
|
|
|
7719
7891
|
const editProject = {
|
|
7720
7892
|
__proto__: null,
|
|
7721
7893
|
mutation: mutation$1S,
|
|
7722
|
-
name: name$
|
|
7894
|
+
name: name$2_
|
|
7723
7895
|
};
|
|
7724
7896
|
|
|
7725
|
-
const name$
|
|
7897
|
+
const name$2Z = "capitalFinalizeProject";
|
|
7726
7898
|
const mutation$1R = Selector("Mutation")({
|
|
7727
|
-
[name$
|
|
7899
|
+
[name$2Z]: [{ data: $("data", "FinalizeProjectInput!") }, projectSelector]
|
|
7728
7900
|
});
|
|
7729
7901
|
|
|
7730
7902
|
const finalizeProject = {
|
|
7731
7903
|
__proto__: null,
|
|
7732
7904
|
mutation: mutation$1R,
|
|
7733
|
-
name: name$
|
|
7905
|
+
name: name$2Z
|
|
7734
7906
|
};
|
|
7735
7907
|
|
|
7736
|
-
const name$
|
|
7908
|
+
const name$2Y = "capitalFundProgram";
|
|
7737
7909
|
const mutation$1Q = Selector("Mutation")({
|
|
7738
|
-
[name$
|
|
7910
|
+
[name$2Y]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
|
|
7739
7911
|
});
|
|
7740
7912
|
|
|
7741
7913
|
const fundProgram = {
|
|
7742
7914
|
__proto__: null,
|
|
7743
7915
|
mutation: mutation$1Q,
|
|
7744
|
-
name: name$
|
|
7916
|
+
name: name$2Y
|
|
7745
7917
|
};
|
|
7746
7918
|
|
|
7747
|
-
const name$
|
|
7919
|
+
const name$2X = "capitalGenerateCapitalizationAgreement";
|
|
7748
7920
|
const mutation$1P = Selector("Mutation")({
|
|
7749
|
-
[name$
|
|
7921
|
+
[name$2X]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7750
7922
|
});
|
|
7751
7923
|
|
|
7752
7924
|
const generateCapitalizationAgreement = {
|
|
7753
7925
|
__proto__: null,
|
|
7754
7926
|
mutation: mutation$1P,
|
|
7755
|
-
name: name$
|
|
7927
|
+
name: name$2X
|
|
7756
7928
|
};
|
|
7757
7929
|
|
|
7758
|
-
const name$
|
|
7930
|
+
const name$2W = "capitalGenerateCapitalizationMoneyInvestStatement";
|
|
7759
7931
|
const mutation$1O = Selector("Mutation")({
|
|
7760
|
-
[name$
|
|
7932
|
+
[name$2W]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7761
7933
|
});
|
|
7762
7934
|
|
|
7763
7935
|
const generateCapitalizationMoneyInvestStatement = {
|
|
7764
7936
|
__proto__: null,
|
|
7765
7937
|
mutation: mutation$1O,
|
|
7766
|
-
name: name$
|
|
7938
|
+
name: name$2W
|
|
7767
7939
|
};
|
|
7768
7940
|
|
|
7769
|
-
const name$
|
|
7941
|
+
const name$2V = "capitalGenerateCapitalizationPropertyInvestAct";
|
|
7770
7942
|
const mutation$1N = Selector("Mutation")({
|
|
7771
|
-
[name$
|
|
7943
|
+
[name$2V]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7772
7944
|
});
|
|
7773
7945
|
|
|
7774
7946
|
const generateCapitalizationPropertyInvestAct = {
|
|
7775
7947
|
__proto__: null,
|
|
7776
7948
|
mutation: mutation$1N,
|
|
7777
|
-
name: name$
|
|
7949
|
+
name: name$2V
|
|
7778
7950
|
};
|
|
7779
7951
|
|
|
7780
|
-
const name$
|
|
7952
|
+
const name$2U = "capitalGenerateCapitalizationPropertyInvestDecision";
|
|
7781
7953
|
const mutation$1M = Selector("Mutation")({
|
|
7782
|
-
[name$
|
|
7954
|
+
[name$2U]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7783
7955
|
});
|
|
7784
7956
|
|
|
7785
7957
|
const generateCapitalizationPropertyInvestDecision = {
|
|
7786
7958
|
__proto__: null,
|
|
7787
7959
|
mutation: mutation$1M,
|
|
7788
|
-
name: name$
|
|
7960
|
+
name: name$2U
|
|
7789
7961
|
};
|
|
7790
7962
|
|
|
7791
|
-
const name$
|
|
7963
|
+
const name$2T = "capitalGenerateCapitalizationPropertyInvestStatement";
|
|
7792
7964
|
const mutation$1L = Selector("Mutation")({
|
|
7793
|
-
[name$
|
|
7965
|
+
[name$2T]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7794
7966
|
});
|
|
7795
7967
|
|
|
7796
7968
|
const generateCapitalizationPropertyInvestStatement = {
|
|
7797
7969
|
__proto__: null,
|
|
7798
7970
|
mutation: mutation$1L,
|
|
7799
|
-
name: name$
|
|
7971
|
+
name: name$2T
|
|
7800
7972
|
};
|
|
7801
7973
|
|
|
7802
|
-
const name$
|
|
7974
|
+
const name$2S = "capitalGenerateCapitalizationToMainWalletConvertStatement";
|
|
7803
7975
|
const mutation$1K = Selector("Mutation")({
|
|
7804
|
-
[name$
|
|
7976
|
+
[name$2S]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7805
7977
|
});
|
|
7806
7978
|
|
|
7807
7979
|
const generateCapitalizationToMainWalletConvertStatement = {
|
|
7808
7980
|
__proto__: null,
|
|
7809
7981
|
mutation: mutation$1K,
|
|
7810
|
-
name: name$
|
|
7982
|
+
name: name$2S
|
|
7811
7983
|
};
|
|
7812
7984
|
|
|
7813
|
-
const name$
|
|
7985
|
+
const name$2R = "capitalGenerateRegistrationDocuments";
|
|
7814
7986
|
const mutation$1J = Selector("Mutation")({
|
|
7815
|
-
[name$
|
|
7987
|
+
[name$2R]: [
|
|
7816
7988
|
{ data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
|
|
7817
7989
|
generateCapitalRegistrationDocumentsOutputSelector
|
|
7818
7990
|
]
|
|
@@ -7821,395 +7993,395 @@ const mutation$1J = Selector("Mutation")({
|
|
|
7821
7993
|
const generateCapitalRegistrationDocuments = {
|
|
7822
7994
|
__proto__: null,
|
|
7823
7995
|
mutation: mutation$1J,
|
|
7824
|
-
name: name$
|
|
7996
|
+
name: name$2R
|
|
7825
7997
|
};
|
|
7826
7998
|
|
|
7827
|
-
const name$
|
|
7999
|
+
const name$2Q = "capitalGenerateComponentGenerationContract";
|
|
7828
8000
|
const mutation$1I = Selector("Mutation")({
|
|
7829
|
-
[name$
|
|
8001
|
+
[name$2Q]: [{ data: $("data", "ComponentGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7830
8002
|
});
|
|
7831
8003
|
|
|
7832
8004
|
const generateComponentGenerationContract = {
|
|
7833
8005
|
__proto__: null,
|
|
7834
8006
|
mutation: mutation$1I,
|
|
7835
|
-
name: name$
|
|
8007
|
+
name: name$2Q
|
|
7836
8008
|
};
|
|
7837
8009
|
|
|
7838
|
-
const name$
|
|
8010
|
+
const name$2P = "capitalGenerateExpenseDecision";
|
|
7839
8011
|
const mutation$1H = Selector("Mutation")({
|
|
7840
|
-
[name$
|
|
8012
|
+
[name$2P]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7841
8013
|
});
|
|
7842
8014
|
|
|
7843
8015
|
const generateExpenseDecision = {
|
|
7844
8016
|
__proto__: null,
|
|
7845
8017
|
mutation: mutation$1H,
|
|
7846
|
-
name: name$
|
|
8018
|
+
name: name$2P
|
|
7847
8019
|
};
|
|
7848
8020
|
|
|
7849
|
-
const name$
|
|
8021
|
+
const name$2O = "capitalGenerateExpenseStatement";
|
|
7850
8022
|
const mutation$1G = Selector("Mutation")({
|
|
7851
|
-
[name$
|
|
8023
|
+
[name$2O]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7852
8024
|
});
|
|
7853
8025
|
|
|
7854
8026
|
const generateExpenseStatement = {
|
|
7855
8027
|
__proto__: null,
|
|
7856
8028
|
mutation: mutation$1G,
|
|
7857
|
-
name: name$
|
|
8029
|
+
name: name$2O
|
|
7858
8030
|
};
|
|
7859
8031
|
|
|
7860
|
-
const name$
|
|
8032
|
+
const name$2N = "capitalGenerateGenerationContract";
|
|
7861
8033
|
const mutation$1F = Selector("Mutation")({
|
|
7862
|
-
[name$
|
|
8034
|
+
[name$2N]: [{ data: $("data", "GenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7863
8035
|
});
|
|
7864
8036
|
|
|
7865
8037
|
const generateGenerationContract = {
|
|
7866
8038
|
__proto__: null,
|
|
7867
8039
|
mutation: mutation$1F,
|
|
7868
|
-
name: name$
|
|
8040
|
+
name: name$2N
|
|
7869
8041
|
};
|
|
7870
8042
|
|
|
7871
|
-
const name$
|
|
8043
|
+
const name$2M = "capitalGenerateGenerationMoneyInvestStatement";
|
|
7872
8044
|
const mutation$1E = Selector("Mutation")({
|
|
7873
|
-
[name$
|
|
8045
|
+
[name$2M]: [{ data: $("data", "GenerationMoneyInvestStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7874
8046
|
});
|
|
7875
8047
|
|
|
7876
8048
|
const generateGenerationMoneyInvestStatement = {
|
|
7877
8049
|
__proto__: null,
|
|
7878
8050
|
mutation: mutation$1E,
|
|
7879
|
-
name: name$
|
|
8051
|
+
name: name$2M
|
|
7880
8052
|
};
|
|
7881
8053
|
|
|
7882
|
-
const name$
|
|
8054
|
+
const name$2L = "capitalGenerateGenerationPropertyInvestAct";
|
|
7883
8055
|
const mutation$1D = Selector("Mutation")({
|
|
7884
|
-
[name$
|
|
8056
|
+
[name$2L]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7885
8057
|
});
|
|
7886
8058
|
|
|
7887
8059
|
const generateGenerationPropertyInvestAct = {
|
|
7888
8060
|
__proto__: null,
|
|
7889
8061
|
mutation: mutation$1D,
|
|
7890
|
-
name: name$
|
|
8062
|
+
name: name$2L
|
|
7891
8063
|
};
|
|
7892
8064
|
|
|
7893
|
-
const name$
|
|
8065
|
+
const name$2K = "capitalGenerateGenerationPropertyInvestDecision";
|
|
7894
8066
|
const mutation$1C = Selector("Mutation")({
|
|
7895
|
-
[name$
|
|
8067
|
+
[name$2K]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7896
8068
|
});
|
|
7897
8069
|
|
|
7898
8070
|
const generateGenerationPropertyInvestDecision = {
|
|
7899
8071
|
__proto__: null,
|
|
7900
8072
|
mutation: mutation$1C,
|
|
7901
|
-
name: name$
|
|
8073
|
+
name: name$2K
|
|
7902
8074
|
};
|
|
7903
8075
|
|
|
7904
|
-
const name$
|
|
8076
|
+
const name$2J = "capitalGenerateGenerationPropertyInvestStatement";
|
|
7905
8077
|
const mutation$1B = Selector("Mutation")({
|
|
7906
|
-
[name$
|
|
8078
|
+
[name$2J]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7907
8079
|
});
|
|
7908
8080
|
|
|
7909
8081
|
const generateGenerationPropertyInvestStatement = {
|
|
7910
8082
|
__proto__: null,
|
|
7911
8083
|
mutation: mutation$1B,
|
|
7912
|
-
name: name$
|
|
8084
|
+
name: name$2J
|
|
7913
8085
|
};
|
|
7914
8086
|
|
|
7915
|
-
const name$
|
|
8087
|
+
const name$2I = "capitalGenerateGenerationToCapitalizationConvertStatement";
|
|
7916
8088
|
const mutation$1A = Selector("Mutation")({
|
|
7917
|
-
[name$
|
|
8089
|
+
[name$2I]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7918
8090
|
});
|
|
7919
8091
|
|
|
7920
8092
|
const generateGenerationToCapitalizationConvertStatement = {
|
|
7921
8093
|
__proto__: null,
|
|
7922
8094
|
mutation: mutation$1A,
|
|
7923
|
-
name: name$
|
|
8095
|
+
name: name$2I
|
|
7924
8096
|
};
|
|
7925
8097
|
|
|
7926
|
-
const name$
|
|
8098
|
+
const name$2H = "capitalGenerateGenerationToMainWalletConvertStatement";
|
|
7927
8099
|
const mutation$1z = Selector("Mutation")({
|
|
7928
|
-
[name$
|
|
8100
|
+
[name$2H]: [{ data: $("data", "GenerationToMainWalletConvertStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7929
8101
|
});
|
|
7930
8102
|
|
|
7931
8103
|
const generateGenerationToMainWalletConvertStatement = {
|
|
7932
8104
|
__proto__: null,
|
|
7933
8105
|
mutation: mutation$1z,
|
|
7934
|
-
name: name$
|
|
8106
|
+
name: name$2H
|
|
7935
8107
|
};
|
|
7936
8108
|
|
|
7937
|
-
const name$
|
|
8109
|
+
const name$2G = "capitalGenerateGenerationToProjectConvertStatement";
|
|
7938
8110
|
const mutation$1y = Selector("Mutation")({
|
|
7939
|
-
[name$
|
|
8111
|
+
[name$2G]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7940
8112
|
});
|
|
7941
8113
|
|
|
7942
8114
|
const generateGenerationToProjectConvertStatement = {
|
|
7943
8115
|
__proto__: null,
|
|
7944
8116
|
mutation: mutation$1y,
|
|
7945
|
-
name: name$
|
|
8117
|
+
name: name$2G
|
|
7946
8118
|
};
|
|
7947
8119
|
|
|
7948
|
-
const name$
|
|
8120
|
+
const name$2F = "capitalGenerateGetLoanDecision";
|
|
7949
8121
|
const mutation$1x = Selector("Mutation")({
|
|
7950
|
-
[name$
|
|
8122
|
+
[name$2F]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7951
8123
|
});
|
|
7952
8124
|
|
|
7953
8125
|
const generateGetLoanDecision = {
|
|
7954
8126
|
__proto__: null,
|
|
7955
8127
|
mutation: mutation$1x,
|
|
7956
|
-
name: name$
|
|
8128
|
+
name: name$2F
|
|
7957
8129
|
};
|
|
7958
8130
|
|
|
7959
|
-
const name$
|
|
8131
|
+
const name$2E = "capitalGenerateGetLoanStatement";
|
|
7960
8132
|
const mutation$1w = Selector("Mutation")({
|
|
7961
|
-
[name$
|
|
8133
|
+
[name$2E]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7962
8134
|
});
|
|
7963
8135
|
|
|
7964
8136
|
const generateGetLoanStatement = {
|
|
7965
8137
|
__proto__: null,
|
|
7966
8138
|
mutation: mutation$1w,
|
|
7967
|
-
name: name$
|
|
8139
|
+
name: name$2E
|
|
7968
8140
|
};
|
|
7969
8141
|
|
|
7970
|
-
const name$
|
|
8142
|
+
const name$2D = "capitalGenerateProjectGenerationContract";
|
|
7971
8143
|
const mutation$1v = Selector("Mutation")({
|
|
7972
|
-
[name$
|
|
8144
|
+
[name$2D]: [{ data: $("data", "ProjectGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7973
8145
|
});
|
|
7974
8146
|
|
|
7975
8147
|
const generateProjectGenerationContract = {
|
|
7976
8148
|
__proto__: null,
|
|
7977
8149
|
mutation: mutation$1v,
|
|
7978
|
-
name: name$
|
|
8150
|
+
name: name$2D
|
|
7979
8151
|
};
|
|
7980
8152
|
|
|
7981
|
-
const name$
|
|
8153
|
+
const name$2C = "capitalGenerateResultContributionAct";
|
|
7982
8154
|
const mutation$1u = Selector("Mutation")({
|
|
7983
|
-
[name$
|
|
8155
|
+
[name$2C]: [{ data: $("data", "ResultContributionActGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7984
8156
|
});
|
|
7985
8157
|
|
|
7986
8158
|
const generateResultContributionAct = {
|
|
7987
8159
|
__proto__: null,
|
|
7988
8160
|
mutation: mutation$1u,
|
|
7989
|
-
name: name$
|
|
8161
|
+
name: name$2C
|
|
7990
8162
|
};
|
|
7991
8163
|
|
|
7992
|
-
const name$
|
|
8164
|
+
const name$2B = "capitalGenerateResultContributionDecision";
|
|
7993
8165
|
const mutation$1t = Selector("Mutation")({
|
|
7994
|
-
[name$
|
|
8166
|
+
[name$2B]: [{ data: $("data", "ResultContributionDecisionGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7995
8167
|
});
|
|
7996
8168
|
|
|
7997
8169
|
const generateResultContributionDecision = {
|
|
7998
8170
|
__proto__: null,
|
|
7999
8171
|
mutation: mutation$1t,
|
|
8000
|
-
name: name$
|
|
8172
|
+
name: name$2B
|
|
8001
8173
|
};
|
|
8002
8174
|
|
|
8003
|
-
const name$
|
|
8175
|
+
const name$2A = "capitalGenerateResultContributionStatement";
|
|
8004
8176
|
const mutation$1s = Selector("Mutation")({
|
|
8005
|
-
[name$
|
|
8177
|
+
[name$2A]: [{ data: $("data", "ResultContributionStatementGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8006
8178
|
});
|
|
8007
8179
|
|
|
8008
8180
|
const generateResultContributionStatement = {
|
|
8009
8181
|
__proto__: null,
|
|
8010
8182
|
mutation: mutation$1s,
|
|
8011
|
-
name: name$
|
|
8183
|
+
name: name$2A
|
|
8012
8184
|
};
|
|
8013
8185
|
|
|
8014
|
-
const name$
|
|
8186
|
+
const name$2z = "capitalImportContributor";
|
|
8015
8187
|
const mutation$1r = Selector("Mutation")({
|
|
8016
|
-
[name$
|
|
8188
|
+
[name$2z]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
|
|
8017
8189
|
});
|
|
8018
8190
|
|
|
8019
8191
|
const importContributor = {
|
|
8020
8192
|
__proto__: null,
|
|
8021
8193
|
mutation: mutation$1r,
|
|
8022
|
-
name: name$
|
|
8194
|
+
name: name$2z
|
|
8023
8195
|
};
|
|
8024
8196
|
|
|
8025
|
-
const name$
|
|
8197
|
+
const name$2y = "capitalMakeClearance";
|
|
8026
8198
|
const mutation$1q = Selector("Mutation")({
|
|
8027
|
-
[name$
|
|
8199
|
+
[name$2y]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
|
|
8028
8200
|
});
|
|
8029
8201
|
|
|
8030
8202
|
const makeClearance = {
|
|
8031
8203
|
__proto__: null,
|
|
8032
8204
|
mutation: mutation$1q,
|
|
8033
|
-
name: name$
|
|
8205
|
+
name: name$2y
|
|
8034
8206
|
};
|
|
8035
8207
|
|
|
8036
|
-
const name$
|
|
8208
|
+
const name$2x = "capitalOpenProject";
|
|
8037
8209
|
const mutation$1p = Selector("Mutation")({
|
|
8038
|
-
[name$
|
|
8210
|
+
[name$2x]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
|
|
8039
8211
|
});
|
|
8040
8212
|
|
|
8041
8213
|
const openProject = {
|
|
8042
8214
|
__proto__: null,
|
|
8043
8215
|
mutation: mutation$1p,
|
|
8044
|
-
name: name$
|
|
8216
|
+
name: name$2x
|
|
8045
8217
|
};
|
|
8046
8218
|
|
|
8047
|
-
const name$
|
|
8219
|
+
const name$2w = "capitalPushResult";
|
|
8048
8220
|
const mutation$1o = Selector("Mutation")({
|
|
8049
|
-
[name$
|
|
8221
|
+
[name$2w]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
|
|
8050
8222
|
});
|
|
8051
8223
|
|
|
8052
8224
|
const pushResult = {
|
|
8053
8225
|
__proto__: null,
|
|
8054
8226
|
mutation: mutation$1o,
|
|
8055
|
-
name: name$
|
|
8227
|
+
name: name$2w
|
|
8056
8228
|
};
|
|
8057
8229
|
|
|
8058
|
-
const name$
|
|
8230
|
+
const name$2v = "capitalRefreshProgram";
|
|
8059
8231
|
const mutation$1n = Selector("Mutation")({
|
|
8060
|
-
[name$
|
|
8232
|
+
[name$2v]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
|
|
8061
8233
|
});
|
|
8062
8234
|
|
|
8063
8235
|
const refreshProgram = {
|
|
8064
8236
|
__proto__: null,
|
|
8065
8237
|
mutation: mutation$1n,
|
|
8066
|
-
name: name$
|
|
8238
|
+
name: name$2v
|
|
8067
8239
|
};
|
|
8068
8240
|
|
|
8069
|
-
const name$
|
|
8241
|
+
const name$2u = "capitalRefreshSegment";
|
|
8070
8242
|
const mutation$1m = Selector("Mutation")({
|
|
8071
|
-
[name$
|
|
8243
|
+
[name$2u]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
|
|
8072
8244
|
});
|
|
8073
8245
|
|
|
8074
8246
|
const refreshSegment = {
|
|
8075
8247
|
__proto__: null,
|
|
8076
8248
|
mutation: mutation$1m,
|
|
8077
|
-
name: name$
|
|
8249
|
+
name: name$2u
|
|
8078
8250
|
};
|
|
8079
8251
|
|
|
8080
|
-
const name$
|
|
8252
|
+
const name$2t = "capitalRegisterContributor";
|
|
8081
8253
|
const mutation$1l = Selector("Mutation")({
|
|
8082
|
-
[name$
|
|
8254
|
+
[name$2t]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
|
|
8083
8255
|
});
|
|
8084
8256
|
|
|
8085
8257
|
const registerContributor = {
|
|
8086
8258
|
__proto__: null,
|
|
8087
8259
|
mutation: mutation$1l,
|
|
8088
|
-
name: name$
|
|
8260
|
+
name: name$2t
|
|
8089
8261
|
};
|
|
8090
8262
|
|
|
8091
|
-
const name$
|
|
8263
|
+
const name$2s = "capitalSetConfig";
|
|
8092
8264
|
const mutation$1k = Selector("Mutation")({
|
|
8093
|
-
[name$
|
|
8265
|
+
[name$2s]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
|
|
8094
8266
|
});
|
|
8095
8267
|
|
|
8096
8268
|
const setConfig = {
|
|
8097
8269
|
__proto__: null,
|
|
8098
8270
|
mutation: mutation$1k,
|
|
8099
|
-
name: name$
|
|
8271
|
+
name: name$2s
|
|
8100
8272
|
};
|
|
8101
8273
|
|
|
8102
|
-
const name$
|
|
8274
|
+
const name$2r = "capitalSetMaster";
|
|
8103
8275
|
const mutation$1j = Selector("Mutation")({
|
|
8104
|
-
[name$
|
|
8276
|
+
[name$2r]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
|
|
8105
8277
|
});
|
|
8106
8278
|
|
|
8107
8279
|
const setMaster = {
|
|
8108
8280
|
__proto__: null,
|
|
8109
8281
|
mutation: mutation$1j,
|
|
8110
|
-
name: name$
|
|
8282
|
+
name: name$2r
|
|
8111
8283
|
};
|
|
8112
8284
|
|
|
8113
|
-
const name$
|
|
8285
|
+
const name$2q = "capitalSetPlan";
|
|
8114
8286
|
const mutation$1i = Selector("Mutation")({
|
|
8115
|
-
[name$
|
|
8287
|
+
[name$2q]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
|
|
8116
8288
|
});
|
|
8117
8289
|
|
|
8118
8290
|
const setPlan = {
|
|
8119
8291
|
__proto__: null,
|
|
8120
8292
|
mutation: mutation$1i,
|
|
8121
|
-
name: name$
|
|
8293
|
+
name: name$2q
|
|
8122
8294
|
};
|
|
8123
8295
|
|
|
8124
|
-
const name$
|
|
8296
|
+
const name$2p = "capitalSignActAsChairman";
|
|
8125
8297
|
const mutation$1h = Selector("Mutation")({
|
|
8126
|
-
[name$
|
|
8298
|
+
[name$2p]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
|
|
8127
8299
|
});
|
|
8128
8300
|
|
|
8129
8301
|
const signActAsChairman = {
|
|
8130
8302
|
__proto__: null,
|
|
8131
8303
|
mutation: mutation$1h,
|
|
8132
|
-
name: name$
|
|
8304
|
+
name: name$2p
|
|
8133
8305
|
};
|
|
8134
8306
|
|
|
8135
|
-
const name$
|
|
8307
|
+
const name$2o = "capitalSignActAsContributor";
|
|
8136
8308
|
const mutation$1g = Selector("Mutation")({
|
|
8137
|
-
[name$
|
|
8309
|
+
[name$2o]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
|
|
8138
8310
|
});
|
|
8139
8311
|
|
|
8140
8312
|
const signActAsContributor = {
|
|
8141
8313
|
__proto__: null,
|
|
8142
8314
|
mutation: mutation$1g,
|
|
8143
|
-
name: name$
|
|
8315
|
+
name: name$2o
|
|
8144
8316
|
};
|
|
8145
8317
|
|
|
8146
|
-
const name$
|
|
8318
|
+
const name$2n = "capitalStartProject";
|
|
8147
8319
|
const mutation$1f = Selector("Mutation")({
|
|
8148
|
-
[name$
|
|
8320
|
+
[name$2n]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
|
|
8149
8321
|
});
|
|
8150
8322
|
|
|
8151
8323
|
const startProject = {
|
|
8152
8324
|
__proto__: null,
|
|
8153
8325
|
mutation: mutation$1f,
|
|
8154
|
-
name: name$
|
|
8326
|
+
name: name$2n
|
|
8155
8327
|
};
|
|
8156
8328
|
|
|
8157
|
-
const name$
|
|
8329
|
+
const name$2m = "capitalStartVoting";
|
|
8158
8330
|
const mutation$1e = Selector("Mutation")({
|
|
8159
|
-
[name$
|
|
8331
|
+
[name$2m]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
|
|
8160
8332
|
});
|
|
8161
8333
|
|
|
8162
8334
|
const startVoting = {
|
|
8163
8335
|
__proto__: null,
|
|
8164
8336
|
mutation: mutation$1e,
|
|
8165
|
-
name: name$
|
|
8337
|
+
name: name$2m
|
|
8166
8338
|
};
|
|
8167
8339
|
|
|
8168
|
-
const name$
|
|
8340
|
+
const name$2l = "capitalStopProject";
|
|
8169
8341
|
const mutation$1d = Selector("Mutation")({
|
|
8170
|
-
[name$
|
|
8342
|
+
[name$2l]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
|
|
8171
8343
|
});
|
|
8172
8344
|
|
|
8173
8345
|
const stopProject = {
|
|
8174
8346
|
__proto__: null,
|
|
8175
8347
|
mutation: mutation$1d,
|
|
8176
|
-
name: name$
|
|
8348
|
+
name: name$2l
|
|
8177
8349
|
};
|
|
8178
8350
|
|
|
8179
|
-
const name$
|
|
8351
|
+
const name$2k = "capitalSubmitVote";
|
|
8180
8352
|
const mutation$1c = Selector("Mutation")({
|
|
8181
|
-
[name$
|
|
8353
|
+
[name$2k]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
|
|
8182
8354
|
});
|
|
8183
8355
|
|
|
8184
8356
|
const submitVote = {
|
|
8185
8357
|
__proto__: null,
|
|
8186
8358
|
mutation: mutation$1c,
|
|
8187
|
-
name: name$
|
|
8359
|
+
name: name$2k
|
|
8188
8360
|
};
|
|
8189
8361
|
|
|
8190
|
-
const name$
|
|
8362
|
+
const name$2j = "capitalUpdateIssue";
|
|
8191
8363
|
const mutation$1b = Selector("Mutation")({
|
|
8192
|
-
[name$
|
|
8364
|
+
[name$2j]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
|
|
8193
8365
|
});
|
|
8194
8366
|
|
|
8195
8367
|
const updateIssue = {
|
|
8196
8368
|
__proto__: null,
|
|
8197
8369
|
mutation: mutation$1b,
|
|
8198
|
-
name: name$
|
|
8370
|
+
name: name$2j
|
|
8199
8371
|
};
|
|
8200
8372
|
|
|
8201
|
-
const name$
|
|
8373
|
+
const name$2i = "capitalUpdateStory";
|
|
8202
8374
|
const mutation$1a = Selector("Mutation")({
|
|
8203
|
-
[name$
|
|
8375
|
+
[name$2i]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
|
|
8204
8376
|
});
|
|
8205
8377
|
|
|
8206
8378
|
const updateStory = {
|
|
8207
8379
|
__proto__: null,
|
|
8208
8380
|
mutation: mutation$1a,
|
|
8209
|
-
name: name$
|
|
8381
|
+
name: name$2i
|
|
8210
8382
|
};
|
|
8211
8383
|
|
|
8212
|
-
const index$
|
|
8384
|
+
const index$G = {
|
|
8213
8385
|
__proto__: null,
|
|
8214
8386
|
AddAuthor: addAuthor,
|
|
8215
8387
|
ApproveCommit: approveCommit,
|
|
@@ -8325,51 +8497,51 @@ const chairmanOnboardingStateSelector = Selector("ChairmanOnboardingState")(onbo
|
|
|
8325
8497
|
const rawApprovalsPaginationSelector = { ...paginationSelector, items: rawApprovalSelector };
|
|
8326
8498
|
const approvalsPaginationSelector = Selector("PaginatedChairmanApprovalsPaginationResult")(rawApprovalsPaginationSelector);
|
|
8327
8499
|
|
|
8328
|
-
const name$
|
|
8500
|
+
const name$2h = "completeChairmanAgendaStep";
|
|
8329
8501
|
const mutation$19 = Selector("Mutation")({
|
|
8330
|
-
[name$
|
|
8502
|
+
[name$2h]: [{ data: $("data", "ChairmanOnboardingAgendaInput!") }, chairmanOnboardingStateSelector]
|
|
8331
8503
|
});
|
|
8332
8504
|
|
|
8333
8505
|
const completeOnboardingAgendaStep = {
|
|
8334
8506
|
__proto__: null,
|
|
8335
8507
|
mutation: mutation$19,
|
|
8336
|
-
name: name$
|
|
8508
|
+
name: name$2h
|
|
8337
8509
|
};
|
|
8338
8510
|
|
|
8339
|
-
const name$
|
|
8511
|
+
const name$2g = "completeChairmanGeneralMeetStep";
|
|
8340
8512
|
const mutation$18 = Selector("Mutation")({
|
|
8341
|
-
[name$
|
|
8513
|
+
[name$2g]: [{ data: $("data", "ChairmanOnboardingGeneralMeetInput!") }, chairmanOnboardingStateSelector]
|
|
8342
8514
|
});
|
|
8343
8515
|
|
|
8344
8516
|
const completeOnboardingGeneralMeetStep = {
|
|
8345
8517
|
__proto__: null,
|
|
8346
8518
|
mutation: mutation$18,
|
|
8347
|
-
name: name$
|
|
8519
|
+
name: name$2g
|
|
8348
8520
|
};
|
|
8349
8521
|
|
|
8350
|
-
const name$
|
|
8522
|
+
const name$2f = "chairmanConfirmApprove";
|
|
8351
8523
|
const mutation$17 = Selector("Mutation")({
|
|
8352
|
-
[name$
|
|
8524
|
+
[name$2f]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
|
|
8353
8525
|
});
|
|
8354
8526
|
|
|
8355
8527
|
const confirmApprove = {
|
|
8356
8528
|
__proto__: null,
|
|
8357
8529
|
mutation: mutation$17,
|
|
8358
|
-
name: name$
|
|
8530
|
+
name: name$2f
|
|
8359
8531
|
};
|
|
8360
8532
|
|
|
8361
|
-
const name$
|
|
8533
|
+
const name$2e = "chairmanDeclineApprove";
|
|
8362
8534
|
const mutation$16 = Selector("Mutation")({
|
|
8363
|
-
[name$
|
|
8535
|
+
[name$2e]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
|
|
8364
8536
|
});
|
|
8365
8537
|
|
|
8366
8538
|
const declineApprove = {
|
|
8367
8539
|
__proto__: null,
|
|
8368
8540
|
mutation: mutation$16,
|
|
8369
|
-
name: name$
|
|
8541
|
+
name: name$2e
|
|
8370
8542
|
};
|
|
8371
8543
|
|
|
8372
|
-
const index$
|
|
8544
|
+
const index$F = {
|
|
8373
8545
|
__proto__: null,
|
|
8374
8546
|
CompleteOnboardingAgendaStep: completeOnboardingAgendaStep,
|
|
8375
8547
|
CompleteOnboardingGeneralMeetStep: completeOnboardingGeneralMeetStep,
|
|
@@ -8377,276 +8549,276 @@ const index$E = {
|
|
|
8377
8549
|
DeclineApprove: declineApprove
|
|
8378
8550
|
};
|
|
8379
8551
|
|
|
8380
|
-
const name$
|
|
8552
|
+
const name$2d = "chatcoopCreateAccount";
|
|
8381
8553
|
const mutation$15 = Selector("Mutation")({
|
|
8382
|
-
[name$
|
|
8554
|
+
[name$2d]: [{ data: $("data", "CreateMatrixAccountInputDTO!") }, true]
|
|
8383
8555
|
});
|
|
8384
8556
|
|
|
8385
8557
|
const createAccount = {
|
|
8386
8558
|
__proto__: null,
|
|
8387
8559
|
mutation: mutation$15,
|
|
8388
|
-
name: name$
|
|
8560
|
+
name: name$2d
|
|
8389
8561
|
};
|
|
8390
8562
|
|
|
8391
|
-
const index$
|
|
8563
|
+
const index$E = {
|
|
8392
8564
|
__proto__: null,
|
|
8393
8565
|
CreateAccount: createAccount
|
|
8394
8566
|
};
|
|
8395
8567
|
|
|
8396
|
-
const name$
|
|
8568
|
+
const name$2c = "acceptChildOrder";
|
|
8397
8569
|
const mutation$14 = Selector("Mutation")({
|
|
8398
|
-
[name$
|
|
8570
|
+
[name$2c]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
|
|
8399
8571
|
});
|
|
8400
8572
|
|
|
8401
8573
|
const acceptChildOrder = {
|
|
8402
8574
|
__proto__: null,
|
|
8403
8575
|
mutation: mutation$14,
|
|
8404
|
-
name: name$
|
|
8576
|
+
name: name$2c
|
|
8405
8577
|
};
|
|
8406
8578
|
|
|
8407
|
-
const name$
|
|
8579
|
+
const name$2b = "cancelRequest";
|
|
8408
8580
|
const mutation$13 = Selector("Mutation")({
|
|
8409
|
-
[name$
|
|
8581
|
+
[name$2b]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
|
|
8410
8582
|
});
|
|
8411
8583
|
|
|
8412
8584
|
const cancelRequest = {
|
|
8413
8585
|
__proto__: null,
|
|
8414
8586
|
mutation: mutation$13,
|
|
8415
|
-
name: name$
|
|
8587
|
+
name: name$2b
|
|
8416
8588
|
};
|
|
8417
8589
|
|
|
8418
|
-
const name$
|
|
8590
|
+
const name$2a = "confirmReceiveOnRequest";
|
|
8419
8591
|
const mutation$12 = Selector("Mutation")({
|
|
8420
|
-
[name$
|
|
8592
|
+
[name$2a]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
|
|
8421
8593
|
});
|
|
8422
8594
|
|
|
8423
8595
|
const completeReceiveOnRequest = {
|
|
8424
8596
|
__proto__: null,
|
|
8425
8597
|
mutation: mutation$12,
|
|
8426
|
-
name: name$
|
|
8598
|
+
name: name$2a
|
|
8427
8599
|
};
|
|
8428
8600
|
|
|
8429
|
-
const name$
|
|
8601
|
+
const name$29 = "completeRequest";
|
|
8430
8602
|
const mutation$11 = Selector("Mutation")({
|
|
8431
|
-
[name$
|
|
8603
|
+
[name$29]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
|
|
8432
8604
|
});
|
|
8433
8605
|
|
|
8434
8606
|
const completeRequest = {
|
|
8435
8607
|
__proto__: null,
|
|
8436
8608
|
mutation: mutation$11,
|
|
8437
|
-
name: name$
|
|
8609
|
+
name: name$29
|
|
8438
8610
|
};
|
|
8439
8611
|
|
|
8440
|
-
const name$
|
|
8612
|
+
const name$28 = "confirmSupplyOnRequest";
|
|
8441
8613
|
const mutation$10 = Selector("Mutation")({
|
|
8442
|
-
[name$
|
|
8614
|
+
[name$28]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
|
|
8443
8615
|
});
|
|
8444
8616
|
|
|
8445
8617
|
const confirmSupplyOnRequest = {
|
|
8446
8618
|
__proto__: null,
|
|
8447
8619
|
mutation: mutation$10,
|
|
8448
|
-
name: name$
|
|
8620
|
+
name: name$28
|
|
8449
8621
|
};
|
|
8450
8622
|
|
|
8451
|
-
const name$
|
|
8623
|
+
const name$27 = "createChildOrder";
|
|
8452
8624
|
const mutation$$ = Selector("Mutation")({
|
|
8453
|
-
[name$
|
|
8625
|
+
[name$27]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
|
|
8454
8626
|
});
|
|
8455
8627
|
|
|
8456
8628
|
const createChildOrder = {
|
|
8457
8629
|
__proto__: null,
|
|
8458
8630
|
mutation: mutation$$,
|
|
8459
|
-
name: name$
|
|
8631
|
+
name: name$27
|
|
8460
8632
|
};
|
|
8461
8633
|
|
|
8462
|
-
const name$
|
|
8634
|
+
const name$26 = "createParentOffer";
|
|
8463
8635
|
const mutation$_ = Selector("Mutation")({
|
|
8464
|
-
[name$
|
|
8636
|
+
[name$26]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
|
|
8465
8637
|
});
|
|
8466
8638
|
|
|
8467
8639
|
const createParentOffer = {
|
|
8468
8640
|
__proto__: null,
|
|
8469
8641
|
mutation: mutation$_,
|
|
8470
|
-
name: name$
|
|
8642
|
+
name: name$26
|
|
8471
8643
|
};
|
|
8472
8644
|
|
|
8473
|
-
const name$
|
|
8645
|
+
const name$25 = "declineRequest";
|
|
8474
8646
|
const mutation$Z = Selector("Mutation")({
|
|
8475
|
-
[name$
|
|
8647
|
+
[name$25]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
|
|
8476
8648
|
});
|
|
8477
8649
|
|
|
8478
8650
|
const declineRequest = {
|
|
8479
8651
|
__proto__: null,
|
|
8480
8652
|
mutation: mutation$Z,
|
|
8481
|
-
name: name$
|
|
8653
|
+
name: name$25
|
|
8482
8654
|
};
|
|
8483
8655
|
|
|
8484
|
-
const name$
|
|
8656
|
+
const name$24 = "deliverOnRequest";
|
|
8485
8657
|
const mutation$Y = Selector("Mutation")({
|
|
8486
|
-
[name$
|
|
8658
|
+
[name$24]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
|
|
8487
8659
|
});
|
|
8488
8660
|
|
|
8489
8661
|
const deliverOnRequest = {
|
|
8490
8662
|
__proto__: null,
|
|
8491
8663
|
mutation: mutation$Y,
|
|
8492
|
-
name: name$
|
|
8664
|
+
name: name$24
|
|
8493
8665
|
};
|
|
8494
8666
|
|
|
8495
|
-
const name$
|
|
8667
|
+
const name$23 = "disputeOnRequest";
|
|
8496
8668
|
const mutation$X = Selector("Mutation")({
|
|
8497
|
-
[name$
|
|
8669
|
+
[name$23]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
|
|
8498
8670
|
});
|
|
8499
8671
|
|
|
8500
8672
|
const disputeOnRequest = {
|
|
8501
8673
|
__proto__: null,
|
|
8502
8674
|
mutation: mutation$X,
|
|
8503
|
-
name: name$
|
|
8675
|
+
name: name$23
|
|
8504
8676
|
};
|
|
8505
8677
|
|
|
8506
|
-
const name$
|
|
8678
|
+
const name$22 = "generateAssetContributionAct";
|
|
8507
8679
|
const mutation$W = Selector("Mutation")({
|
|
8508
|
-
[name$
|
|
8680
|
+
[name$22]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8509
8681
|
});
|
|
8510
8682
|
|
|
8511
8683
|
const generateAssetContributionAct = {
|
|
8512
8684
|
__proto__: null,
|
|
8513
8685
|
mutation: mutation$W,
|
|
8514
|
-
name: name$
|
|
8686
|
+
name: name$22
|
|
8515
8687
|
};
|
|
8516
8688
|
|
|
8517
|
-
const name$
|
|
8689
|
+
const name$21 = "generateAssetContributionDecision";
|
|
8518
8690
|
const mutation$V = Selector("Mutation")({
|
|
8519
|
-
[name$
|
|
8691
|
+
[name$21]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8520
8692
|
});
|
|
8521
8693
|
|
|
8522
8694
|
const generateAssetContributionDecision = {
|
|
8523
8695
|
__proto__: null,
|
|
8524
8696
|
mutation: mutation$V,
|
|
8525
|
-
name: name$
|
|
8697
|
+
name: name$21
|
|
8526
8698
|
};
|
|
8527
8699
|
|
|
8528
|
-
const name$
|
|
8700
|
+
const name$20 = "generateAssetContributionStatement";
|
|
8529
8701
|
const mutation$U = Selector("Mutation")({
|
|
8530
|
-
[name$
|
|
8702
|
+
[name$20]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8531
8703
|
});
|
|
8532
8704
|
|
|
8533
8705
|
const generateAssetContributionStatement = {
|
|
8534
8706
|
__proto__: null,
|
|
8535
8707
|
mutation: mutation$U,
|
|
8536
|
-
name: name$
|
|
8708
|
+
name: name$20
|
|
8537
8709
|
};
|
|
8538
8710
|
|
|
8539
|
-
const name$
|
|
8711
|
+
const name$1$ = "generateReturnByAssetAct";
|
|
8540
8712
|
const mutation$T = Selector("Mutation")({
|
|
8541
|
-
[name$
|
|
8713
|
+
[name$1$]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8542
8714
|
});
|
|
8543
8715
|
|
|
8544
8716
|
const generateReturnByAssetAct = {
|
|
8545
8717
|
__proto__: null,
|
|
8546
8718
|
mutation: mutation$T,
|
|
8547
|
-
name: name$
|
|
8719
|
+
name: name$1$
|
|
8548
8720
|
};
|
|
8549
8721
|
|
|
8550
|
-
const name$
|
|
8722
|
+
const name$1_ = "generateReturnByAssetDecision";
|
|
8551
8723
|
const mutation$S = Selector("Mutation")({
|
|
8552
|
-
[name$
|
|
8724
|
+
[name$1_]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8553
8725
|
});
|
|
8554
8726
|
|
|
8555
8727
|
const generateReturnByAssetDecision = {
|
|
8556
8728
|
__proto__: null,
|
|
8557
8729
|
mutation: mutation$S,
|
|
8558
|
-
name: name$
|
|
8730
|
+
name: name$1_
|
|
8559
8731
|
};
|
|
8560
8732
|
|
|
8561
|
-
const name$
|
|
8733
|
+
const name$1Z = "generateReturnByAssetStatement";
|
|
8562
8734
|
const mutation$R = Selector("Mutation")({
|
|
8563
|
-
[name$
|
|
8735
|
+
[name$1Z]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8564
8736
|
});
|
|
8565
8737
|
|
|
8566
8738
|
const generateReturnByAssetStatement = {
|
|
8567
8739
|
__proto__: null,
|
|
8568
8740
|
mutation: mutation$R,
|
|
8569
|
-
name: name$
|
|
8741
|
+
name: name$1Z
|
|
8570
8742
|
};
|
|
8571
8743
|
|
|
8572
|
-
const name$
|
|
8744
|
+
const name$1Y = "moderateRequest";
|
|
8573
8745
|
const mutation$Q = Selector("Mutation")({
|
|
8574
|
-
[name$
|
|
8746
|
+
[name$1Y]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
|
|
8575
8747
|
});
|
|
8576
8748
|
|
|
8577
8749
|
const moderateRequest = {
|
|
8578
8750
|
__proto__: null,
|
|
8579
8751
|
mutation: mutation$Q,
|
|
8580
|
-
name: name$
|
|
8752
|
+
name: name$1Y
|
|
8581
8753
|
};
|
|
8582
8754
|
|
|
8583
|
-
const name$
|
|
8755
|
+
const name$1X = "prohibitRequest";
|
|
8584
8756
|
const mutation$P = Selector("Mutation")({
|
|
8585
|
-
[name$
|
|
8757
|
+
[name$1X]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
|
|
8586
8758
|
});
|
|
8587
8759
|
|
|
8588
8760
|
const prohibitRequest = {
|
|
8589
8761
|
__proto__: null,
|
|
8590
8762
|
mutation: mutation$P,
|
|
8591
|
-
name: name$
|
|
8763
|
+
name: name$1X
|
|
8592
8764
|
};
|
|
8593
8765
|
|
|
8594
|
-
const name$
|
|
8766
|
+
const name$1W = "publishRequest";
|
|
8595
8767
|
const mutation$O = Selector("Mutation")({
|
|
8596
|
-
[name$
|
|
8768
|
+
[name$1W]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
|
|
8597
8769
|
});
|
|
8598
8770
|
|
|
8599
8771
|
const publishRequest = {
|
|
8600
8772
|
__proto__: null,
|
|
8601
8773
|
mutation: mutation$O,
|
|
8602
|
-
name: name$
|
|
8774
|
+
name: name$1W
|
|
8603
8775
|
};
|
|
8604
8776
|
|
|
8605
|
-
const name$
|
|
8777
|
+
const name$1V = "receiveOnRequest";
|
|
8606
8778
|
const mutation$N = Selector("Mutation")({
|
|
8607
|
-
[name$
|
|
8779
|
+
[name$1V]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
|
|
8608
8780
|
});
|
|
8609
8781
|
|
|
8610
8782
|
const receiveOnRequest = {
|
|
8611
8783
|
__proto__: null,
|
|
8612
8784
|
mutation: mutation$N,
|
|
8613
|
-
name: name$
|
|
8785
|
+
name: name$1V
|
|
8614
8786
|
};
|
|
8615
8787
|
|
|
8616
|
-
const name$
|
|
8788
|
+
const name$1U = "supplyOnRequest";
|
|
8617
8789
|
const mutation$M = Selector("Mutation")({
|
|
8618
|
-
[name$
|
|
8790
|
+
[name$1U]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
|
|
8619
8791
|
});
|
|
8620
8792
|
|
|
8621
8793
|
const supplyOnRequest = {
|
|
8622
8794
|
__proto__: null,
|
|
8623
8795
|
mutation: mutation$M,
|
|
8624
|
-
name: name$
|
|
8796
|
+
name: name$1U
|
|
8625
8797
|
};
|
|
8626
8798
|
|
|
8627
|
-
const name$
|
|
8799
|
+
const name$1T = "unpublishRequest";
|
|
8628
8800
|
const mutation$L = Selector("Mutation")({
|
|
8629
|
-
[name$
|
|
8801
|
+
[name$1T]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
|
|
8630
8802
|
});
|
|
8631
8803
|
|
|
8632
8804
|
const unpublishRequest = {
|
|
8633
8805
|
__proto__: null,
|
|
8634
8806
|
mutation: mutation$L,
|
|
8635
|
-
name: name$
|
|
8807
|
+
name: name$1T
|
|
8636
8808
|
};
|
|
8637
8809
|
|
|
8638
|
-
const name$
|
|
8810
|
+
const name$1S = "updateRequest";
|
|
8639
8811
|
const mutation$K = Selector("Mutation")({
|
|
8640
|
-
[name$
|
|
8812
|
+
[name$1S]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
|
|
8641
8813
|
});
|
|
8642
8814
|
|
|
8643
8815
|
const updateRequest = {
|
|
8644
8816
|
__proto__: null,
|
|
8645
8817
|
mutation: mutation$K,
|
|
8646
|
-
name: name$
|
|
8818
|
+
name: name$1S
|
|
8647
8819
|
};
|
|
8648
8820
|
|
|
8649
|
-
const index$
|
|
8821
|
+
const index$D = {
|
|
8650
8822
|
__proto__: null,
|
|
8651
8823
|
AcceptChildOrder: acceptChildOrder,
|
|
8652
8824
|
CancelRequest: cancelRequest,
|
|
@@ -8673,9 +8845,9 @@ const index$C = {
|
|
|
8673
8845
|
UpdateRequest: updateRequest
|
|
8674
8846
|
};
|
|
8675
8847
|
|
|
8676
|
-
const name$
|
|
8848
|
+
const name$1R = "generateDocument";
|
|
8677
8849
|
const mutation$J = Selector("Mutation")({
|
|
8678
|
-
[name$
|
|
8850
|
+
[name$1R]: [
|
|
8679
8851
|
{
|
|
8680
8852
|
input: $("input", "GenerateAnyDocumentInput!")
|
|
8681
8853
|
},
|
|
@@ -8686,99 +8858,99 @@ const mutation$J = Selector("Mutation")({
|
|
|
8686
8858
|
const generateDocument = {
|
|
8687
8859
|
__proto__: null,
|
|
8688
8860
|
mutation: mutation$J,
|
|
8689
|
-
name: name$
|
|
8861
|
+
name: name$1R
|
|
8690
8862
|
};
|
|
8691
8863
|
|
|
8692
|
-
const index$
|
|
8864
|
+
const index$C = {
|
|
8693
8865
|
__proto__: null,
|
|
8694
8866
|
GenerateDocument: generateDocument
|
|
8695
8867
|
};
|
|
8696
8868
|
|
|
8697
|
-
const name$
|
|
8869
|
+
const name$1Q = "installExtension";
|
|
8698
8870
|
const mutation$I = Selector("Mutation")({
|
|
8699
|
-
[name$
|
|
8871
|
+
[name$1Q]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
|
|
8700
8872
|
});
|
|
8701
8873
|
|
|
8702
8874
|
const installExtension = {
|
|
8703
8875
|
__proto__: null,
|
|
8704
8876
|
mutation: mutation$I,
|
|
8705
|
-
name: name$
|
|
8877
|
+
name: name$1Q
|
|
8706
8878
|
};
|
|
8707
8879
|
|
|
8708
|
-
const name$
|
|
8880
|
+
const name$1P = "uninstallExtension";
|
|
8709
8881
|
const mutation$H = Selector("Mutation")({
|
|
8710
|
-
[name$
|
|
8882
|
+
[name$1P]: [{ data: $("data", "UninstallExtensionInput!") }, true]
|
|
8711
8883
|
});
|
|
8712
8884
|
|
|
8713
8885
|
const uninstallExtension = {
|
|
8714
8886
|
__proto__: null,
|
|
8715
8887
|
mutation: mutation$H,
|
|
8716
|
-
name: name$
|
|
8888
|
+
name: name$1P
|
|
8717
8889
|
};
|
|
8718
8890
|
|
|
8719
|
-
const name$
|
|
8891
|
+
const name$1O = "updateExtension";
|
|
8720
8892
|
const mutation$G = Selector("Mutation")({
|
|
8721
|
-
[name$
|
|
8893
|
+
[name$1O]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
|
|
8722
8894
|
});
|
|
8723
8895
|
|
|
8724
8896
|
const updateExtension = {
|
|
8725
8897
|
__proto__: null,
|
|
8726
8898
|
mutation: mutation$G,
|
|
8727
|
-
name: name$
|
|
8899
|
+
name: name$1O
|
|
8728
8900
|
};
|
|
8729
8901
|
|
|
8730
|
-
const index$
|
|
8902
|
+
const index$B = {
|
|
8731
8903
|
__proto__: null,
|
|
8732
8904
|
InstallExtension: installExtension,
|
|
8733
8905
|
UninstallExtension: uninstallExtension,
|
|
8734
8906
|
UpdateExtension: updateExtension
|
|
8735
8907
|
};
|
|
8736
8908
|
|
|
8737
|
-
const name$
|
|
8909
|
+
const name$1N = "generateProjectOfFreeDecision";
|
|
8738
8910
|
const mutation$F = Selector("Mutation")({
|
|
8739
|
-
[name$
|
|
8911
|
+
[name$1N]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8740
8912
|
});
|
|
8741
8913
|
|
|
8742
8914
|
const generateProjectOfFreeDecisionDocument = {
|
|
8743
8915
|
__proto__: null,
|
|
8744
8916
|
mutation: mutation$F,
|
|
8745
|
-
name: name$
|
|
8917
|
+
name: name$1N
|
|
8746
8918
|
};
|
|
8747
8919
|
|
|
8748
|
-
const name$
|
|
8920
|
+
const name$1M = "generateFreeDecision";
|
|
8749
8921
|
const mutation$E = Selector("Mutation")({
|
|
8750
|
-
[name$
|
|
8922
|
+
[name$1M]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8751
8923
|
});
|
|
8752
8924
|
|
|
8753
8925
|
const generateFreeDecision = {
|
|
8754
8926
|
__proto__: null,
|
|
8755
8927
|
mutation: mutation$E,
|
|
8756
|
-
name: name$
|
|
8928
|
+
name: name$1M
|
|
8757
8929
|
};
|
|
8758
8930
|
|
|
8759
|
-
const name$
|
|
8931
|
+
const name$1L = "publishProjectOfFreeDecision";
|
|
8760
8932
|
const mutation$D = Selector("Mutation")({
|
|
8761
|
-
[name$
|
|
8933
|
+
[name$1L]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
|
|
8762
8934
|
});
|
|
8763
8935
|
|
|
8764
8936
|
const publishProjectOfFreeDecision = {
|
|
8765
8937
|
__proto__: null,
|
|
8766
8938
|
mutation: mutation$D,
|
|
8767
|
-
name: name$
|
|
8939
|
+
name: name$1L
|
|
8768
8940
|
};
|
|
8769
8941
|
|
|
8770
|
-
const name$
|
|
8942
|
+
const name$1K = "createProjectOfFreeDecision";
|
|
8771
8943
|
const mutation$C = Selector("Mutation")({
|
|
8772
|
-
[name$
|
|
8944
|
+
[name$1K]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
|
|
8773
8945
|
});
|
|
8774
8946
|
|
|
8775
8947
|
const createProjectOfFreeDecision = {
|
|
8776
8948
|
__proto__: null,
|
|
8777
8949
|
mutation: mutation$C,
|
|
8778
|
-
name: name$
|
|
8950
|
+
name: name$1K
|
|
8779
8951
|
};
|
|
8780
8952
|
|
|
8781
|
-
const index$
|
|
8953
|
+
const index$A = {
|
|
8782
8954
|
__proto__: null,
|
|
8783
8955
|
CreateProjectOfFreeDecision: createProjectOfFreeDecision,
|
|
8784
8956
|
GenerateFreeDecision: generateFreeDecision,
|
|
@@ -8786,60 +8958,60 @@ const index$z = {
|
|
|
8786
8958
|
PublishProjectOfFreeDecision: publishProjectOfFreeDecision
|
|
8787
8959
|
};
|
|
8788
8960
|
|
|
8789
|
-
const name$
|
|
8961
|
+
const name$1J = "setPaymentStatus";
|
|
8790
8962
|
const mutation$B = Selector("Mutation")({
|
|
8791
|
-
[name$
|
|
8963
|
+
[name$1J]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
|
|
8792
8964
|
});
|
|
8793
8965
|
|
|
8794
8966
|
const updatePaymentStatus = {
|
|
8795
8967
|
__proto__: null,
|
|
8796
8968
|
mutation: mutation$B,
|
|
8797
|
-
name: name$
|
|
8969
|
+
name: name$1J
|
|
8798
8970
|
};
|
|
8799
8971
|
|
|
8800
|
-
const name$
|
|
8972
|
+
const name$1I = "createInitialPayment";
|
|
8801
8973
|
const mutation$A = Selector("Mutation")({
|
|
8802
|
-
[name$
|
|
8974
|
+
[name$1I]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
|
|
8803
8975
|
});
|
|
8804
8976
|
|
|
8805
8977
|
const createInitialPayment$1 = {
|
|
8806
8978
|
__proto__: null,
|
|
8807
8979
|
mutation: mutation$A,
|
|
8808
|
-
name: name$
|
|
8980
|
+
name: name$1I
|
|
8809
8981
|
};
|
|
8810
8982
|
|
|
8811
|
-
const name$
|
|
8983
|
+
const name$1H = "createDepositPayment";
|
|
8812
8984
|
const mutation$z = Selector("Mutation")({
|
|
8813
|
-
[name$
|
|
8985
|
+
[name$1H]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
|
|
8814
8986
|
});
|
|
8815
8987
|
|
|
8816
8988
|
const createDepositPayment$1 = {
|
|
8817
8989
|
__proto__: null,
|
|
8818
8990
|
mutation: mutation$z,
|
|
8819
|
-
name: name$
|
|
8991
|
+
name: name$1H
|
|
8820
8992
|
};
|
|
8821
8993
|
|
|
8822
|
-
const index$
|
|
8994
|
+
const index$z = {
|
|
8823
8995
|
__proto__: null,
|
|
8824
8996
|
CreateDepositPayment: createDepositPayment$1,
|
|
8825
8997
|
CreateInitialPayment: createInitialPayment$1,
|
|
8826
8998
|
SetPaymentStatus: updatePaymentStatus
|
|
8827
8999
|
};
|
|
8828
9000
|
|
|
8829
|
-
const name$
|
|
9001
|
+
const name$1G = "createAnnualGeneralMeet";
|
|
8830
9002
|
const mutation$y = Selector("Mutation")({
|
|
8831
|
-
[name$
|
|
9003
|
+
[name$1G]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
8832
9004
|
});
|
|
8833
9005
|
|
|
8834
9006
|
const createAnnualGeneralMeet = {
|
|
8835
9007
|
__proto__: null,
|
|
8836
9008
|
mutation: mutation$y,
|
|
8837
|
-
name: name$
|
|
9009
|
+
name: name$1G
|
|
8838
9010
|
};
|
|
8839
9011
|
|
|
8840
|
-
const name$
|
|
9012
|
+
const name$1F = "generateAnnualGeneralMeetAgendaDocument";
|
|
8841
9013
|
const mutation$x = Selector("Mutation")({
|
|
8842
|
-
[name$
|
|
9014
|
+
[name$1F]: [
|
|
8843
9015
|
{
|
|
8844
9016
|
data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
|
|
8845
9017
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -8851,12 +9023,12 @@ const mutation$x = Selector("Mutation")({
|
|
|
8851
9023
|
const generateAnnualGeneralMeetAgendaDocument = {
|
|
8852
9024
|
__proto__: null,
|
|
8853
9025
|
mutation: mutation$x,
|
|
8854
|
-
name: name$
|
|
9026
|
+
name: name$1F
|
|
8855
9027
|
};
|
|
8856
9028
|
|
|
8857
|
-
const name$
|
|
9029
|
+
const name$1E = "generateAnnualGeneralMeetDecisionDocument";
|
|
8858
9030
|
const mutation$w = Selector("Mutation")({
|
|
8859
|
-
[name$
|
|
9031
|
+
[name$1E]: [
|
|
8860
9032
|
{
|
|
8861
9033
|
data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
|
|
8862
9034
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -8868,12 +9040,12 @@ const mutation$w = Selector("Mutation")({
|
|
|
8868
9040
|
const generateAnnualGeneralMeetDecisionDocument = {
|
|
8869
9041
|
__proto__: null,
|
|
8870
9042
|
mutation: mutation$w,
|
|
8871
|
-
name: name$
|
|
9043
|
+
name: name$1E
|
|
8872
9044
|
};
|
|
8873
9045
|
|
|
8874
|
-
const name$
|
|
9046
|
+
const name$1D = "generateAnnualGeneralMeetNotificationDocument";
|
|
8875
9047
|
const mutation$v = Selector("Mutation")({
|
|
8876
|
-
[name$
|
|
9048
|
+
[name$1D]: [
|
|
8877
9049
|
{
|
|
8878
9050
|
data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
|
|
8879
9051
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -8885,12 +9057,12 @@ const mutation$v = Selector("Mutation")({
|
|
|
8885
9057
|
const generateAnnualGeneralMeetNotificationDocument = {
|
|
8886
9058
|
__proto__: null,
|
|
8887
9059
|
mutation: mutation$v,
|
|
8888
|
-
name: name$
|
|
9060
|
+
name: name$1D
|
|
8889
9061
|
};
|
|
8890
9062
|
|
|
8891
|
-
const name$
|
|
9063
|
+
const name$1C = "generateBallotForAnnualGeneralMeetDocument";
|
|
8892
9064
|
const mutation$u = Selector("Mutation")({
|
|
8893
|
-
[name$
|
|
9065
|
+
[name$1C]: [
|
|
8894
9066
|
{
|
|
8895
9067
|
data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
|
|
8896
9068
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -8902,12 +9074,12 @@ const mutation$u = Selector("Mutation")({
|
|
|
8902
9074
|
const generateBallotForAnnualGeneralMeetDocument = {
|
|
8903
9075
|
__proto__: null,
|
|
8904
9076
|
mutation: mutation$u,
|
|
8905
|
-
name: name$
|
|
9077
|
+
name: name$1C
|
|
8906
9078
|
};
|
|
8907
9079
|
|
|
8908
|
-
const name$
|
|
9080
|
+
const name$1B = "generateSovietDecisionOnAnnualMeetDocument";
|
|
8909
9081
|
const mutation$t = Selector("Mutation")({
|
|
8910
|
-
[name$
|
|
9082
|
+
[name$1B]: [{
|
|
8911
9083
|
data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
|
|
8912
9084
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
8913
9085
|
}, documentSelector]
|
|
@@ -8916,65 +9088,65 @@ const mutation$t = Selector("Mutation")({
|
|
|
8916
9088
|
const generateSovietDecisionOnAnnualMeetDocument = {
|
|
8917
9089
|
__proto__: null,
|
|
8918
9090
|
mutation: mutation$t,
|
|
8919
|
-
name: name$
|
|
9091
|
+
name: name$1B
|
|
8920
9092
|
};
|
|
8921
9093
|
|
|
8922
|
-
const name$
|
|
9094
|
+
const name$1A = "notifyOnAnnualGeneralMeet";
|
|
8923
9095
|
const mutation$s = Selector("Mutation")({
|
|
8924
|
-
[name$
|
|
9096
|
+
[name$1A]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
8925
9097
|
});
|
|
8926
9098
|
|
|
8927
9099
|
const notifyOnAnnualGeneralMeet = {
|
|
8928
9100
|
__proto__: null,
|
|
8929
9101
|
mutation: mutation$s,
|
|
8930
|
-
name: name$
|
|
9102
|
+
name: name$1A
|
|
8931
9103
|
};
|
|
8932
9104
|
|
|
8933
|
-
const name$
|
|
9105
|
+
const name$1z = "restartAnnualGeneralMeet";
|
|
8934
9106
|
const mutation$r = Selector("Mutation")({
|
|
8935
|
-
[name$
|
|
9107
|
+
[name$1z]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
8936
9108
|
});
|
|
8937
9109
|
|
|
8938
9110
|
const restartAnnualGeneralMeet = {
|
|
8939
9111
|
__proto__: null,
|
|
8940
9112
|
mutation: mutation$r,
|
|
8941
|
-
name: name$
|
|
9113
|
+
name: name$1z
|
|
8942
9114
|
};
|
|
8943
9115
|
|
|
8944
|
-
const name$
|
|
9116
|
+
const name$1y = "signByPresiderOnAnnualGeneralMeet";
|
|
8945
9117
|
const mutation$q = Selector("Mutation")({
|
|
8946
|
-
[name$
|
|
9118
|
+
[name$1y]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
8947
9119
|
});
|
|
8948
9120
|
|
|
8949
9121
|
const signByPresiderOnAnnualGeneralMeet = {
|
|
8950
9122
|
__proto__: null,
|
|
8951
9123
|
mutation: mutation$q,
|
|
8952
|
-
name: name$
|
|
9124
|
+
name: name$1y
|
|
8953
9125
|
};
|
|
8954
9126
|
|
|
8955
|
-
const name$
|
|
9127
|
+
const name$1x = "signBySecretaryOnAnnualGeneralMeet";
|
|
8956
9128
|
const mutation$p = Selector("Mutation")({
|
|
8957
|
-
[name$
|
|
9129
|
+
[name$1x]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
8958
9130
|
});
|
|
8959
9131
|
|
|
8960
9132
|
const signBySecretaryOnAnnualGeneralMeet = {
|
|
8961
9133
|
__proto__: null,
|
|
8962
9134
|
mutation: mutation$p,
|
|
8963
|
-
name: name$
|
|
9135
|
+
name: name$1x
|
|
8964
9136
|
};
|
|
8965
9137
|
|
|
8966
|
-
const name$
|
|
9138
|
+
const name$1w = "voteOnAnnualGeneralMeet";
|
|
8967
9139
|
const mutation$o = Selector("Mutation")({
|
|
8968
|
-
[name$
|
|
9140
|
+
[name$1w]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
8969
9141
|
});
|
|
8970
9142
|
|
|
8971
9143
|
const voteOnAnnualGeneralMeet = {
|
|
8972
9144
|
__proto__: null,
|
|
8973
9145
|
mutation: mutation$o,
|
|
8974
|
-
name: name$
|
|
9146
|
+
name: name$1w
|
|
8975
9147
|
};
|
|
8976
9148
|
|
|
8977
|
-
const index$
|
|
9149
|
+
const index$y = {
|
|
8978
9150
|
__proto__: null,
|
|
8979
9151
|
CreateAnnualGeneralMeet: createAnnualGeneralMeet,
|
|
8980
9152
|
GenerateAnnualGeneralMeetAgendaDocument: generateAnnualGeneralMeetAgendaDocument,
|
|
@@ -8989,102 +9161,102 @@ const index$x = {
|
|
|
8989
9161
|
VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
|
|
8990
9162
|
};
|
|
8991
9163
|
|
|
8992
|
-
const name$
|
|
9164
|
+
const name$1v = "createWebPushSubscription";
|
|
8993
9165
|
const mutation$n = Selector("Mutation")({
|
|
8994
|
-
[name$
|
|
9166
|
+
[name$1v]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
|
|
8995
9167
|
});
|
|
8996
9168
|
|
|
8997
9169
|
const createWebPushSubscription = {
|
|
8998
9170
|
__proto__: null,
|
|
8999
9171
|
mutation: mutation$n,
|
|
9000
|
-
name: name$
|
|
9172
|
+
name: name$1v
|
|
9001
9173
|
};
|
|
9002
9174
|
|
|
9003
|
-
const name$
|
|
9175
|
+
const name$1u = "deactivateWebPushSubscriptionById";
|
|
9004
9176
|
const mutation$m = Selector("Mutation")({
|
|
9005
|
-
[name$
|
|
9177
|
+
[name$1u]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
|
|
9006
9178
|
});
|
|
9007
9179
|
|
|
9008
9180
|
const deactivateWebPushSubscriptionById = {
|
|
9009
9181
|
__proto__: null,
|
|
9010
9182
|
mutation: mutation$m,
|
|
9011
|
-
name: name$
|
|
9183
|
+
name: name$1u
|
|
9012
9184
|
};
|
|
9013
9185
|
|
|
9014
|
-
const name$
|
|
9186
|
+
const name$1t = "triggerNotificationWorkflow";
|
|
9015
9187
|
const mutation$l = Selector("Mutation")({
|
|
9016
|
-
[name$
|
|
9188
|
+
[name$1t]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
|
|
9017
9189
|
});
|
|
9018
9190
|
|
|
9019
9191
|
const triggerNotificationWorkflow = {
|
|
9020
9192
|
__proto__: null,
|
|
9021
9193
|
mutation: mutation$l,
|
|
9022
|
-
name: name$
|
|
9194
|
+
name: name$1t
|
|
9023
9195
|
};
|
|
9024
9196
|
|
|
9025
|
-
const index$
|
|
9197
|
+
const index$x = {
|
|
9026
9198
|
__proto__: null,
|
|
9027
9199
|
CreateWebPushSubscription: createWebPushSubscription,
|
|
9028
9200
|
DeactivateWebPushSubscriptionById: deactivateWebPushSubscriptionById,
|
|
9029
9201
|
TriggerNotificationWorkflow: triggerNotificationWorkflow
|
|
9030
9202
|
};
|
|
9031
9203
|
|
|
9032
|
-
const name$
|
|
9204
|
+
const name$1s = "addParticipant";
|
|
9033
9205
|
const mutation$k = Selector("Mutation")({
|
|
9034
|
-
[name$
|
|
9206
|
+
[name$1s]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
|
|
9035
9207
|
});
|
|
9036
9208
|
|
|
9037
9209
|
const addParticipant = {
|
|
9038
9210
|
__proto__: null,
|
|
9039
9211
|
mutation: mutation$k,
|
|
9040
|
-
name: name$
|
|
9212
|
+
name: name$1s
|
|
9041
9213
|
};
|
|
9042
9214
|
|
|
9043
|
-
const name$
|
|
9215
|
+
const name$1r = "generateParticipantApplication";
|
|
9044
9216
|
const mutation$j = Selector("Mutation")({
|
|
9045
|
-
[name$
|
|
9217
|
+
[name$1r]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9046
9218
|
});
|
|
9047
9219
|
|
|
9048
9220
|
const generateParticipantApplication = {
|
|
9049
9221
|
__proto__: null,
|
|
9050
9222
|
mutation: mutation$j,
|
|
9051
|
-
name: name$
|
|
9223
|
+
name: name$1r
|
|
9052
9224
|
};
|
|
9053
9225
|
|
|
9054
|
-
const name$
|
|
9226
|
+
const name$1q = "generateParticipantApplicationDecision";
|
|
9055
9227
|
const mutation$i = Selector("Mutation")({
|
|
9056
|
-
[name$
|
|
9228
|
+
[name$1q]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9057
9229
|
});
|
|
9058
9230
|
|
|
9059
9231
|
const generateParticipantApplicationDecision = {
|
|
9060
9232
|
__proto__: null,
|
|
9061
9233
|
mutation: mutation$i,
|
|
9062
|
-
name: name$
|
|
9234
|
+
name: name$1q
|
|
9063
9235
|
};
|
|
9064
9236
|
|
|
9065
|
-
const name$
|
|
9237
|
+
const name$1p = "registerParticipant";
|
|
9066
9238
|
const mutation$h = Selector("Mutation")({
|
|
9067
|
-
[name$
|
|
9239
|
+
[name$1p]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
|
|
9068
9240
|
});
|
|
9069
9241
|
|
|
9070
9242
|
const registerParticipant = {
|
|
9071
9243
|
__proto__: null,
|
|
9072
9244
|
mutation: mutation$h,
|
|
9073
|
-
name: name$
|
|
9245
|
+
name: name$1p
|
|
9074
9246
|
};
|
|
9075
9247
|
|
|
9076
|
-
const name$
|
|
9248
|
+
const name$1o = "createInitialPayment";
|
|
9077
9249
|
const mutation$g = Selector("Mutation")({
|
|
9078
|
-
[name$
|
|
9250
|
+
[name$1o]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
|
|
9079
9251
|
});
|
|
9080
9252
|
|
|
9081
9253
|
const createInitialPayment = {
|
|
9082
9254
|
__proto__: null,
|
|
9083
9255
|
mutation: mutation$g,
|
|
9084
|
-
name: name$
|
|
9256
|
+
name: name$1o
|
|
9085
9257
|
};
|
|
9086
9258
|
|
|
9087
|
-
const index$
|
|
9259
|
+
const index$w = {
|
|
9088
9260
|
__proto__: null,
|
|
9089
9261
|
AddParticipant: addParticipant,
|
|
9090
9262
|
CreateInitialPayment: createInitialPayment,
|
|
@@ -9093,126 +9265,126 @@ const index$v = {
|
|
|
9093
9265
|
RegisterParticipant: registerParticipant
|
|
9094
9266
|
};
|
|
9095
9267
|
|
|
9096
|
-
const name$
|
|
9268
|
+
const name$1n = "addPaymentMethod";
|
|
9097
9269
|
const mutation$f = Selector("Mutation")({
|
|
9098
|
-
[name$
|
|
9270
|
+
[name$1n]: [{ data: $("data", "AddPaymentMethodInput!") }, paymentMethodSelector]
|
|
9099
9271
|
});
|
|
9100
9272
|
|
|
9101
9273
|
const addPaymentMethod = {
|
|
9102
9274
|
__proto__: null,
|
|
9103
9275
|
mutation: mutation$f,
|
|
9104
|
-
name: name$
|
|
9276
|
+
name: name$1n
|
|
9105
9277
|
};
|
|
9106
9278
|
|
|
9107
|
-
const name$
|
|
9279
|
+
const name$1m = "deletePaymentMethod";
|
|
9108
9280
|
const mutation$e = Selector("Mutation")({
|
|
9109
|
-
[name$
|
|
9281
|
+
[name$1m]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
|
|
9110
9282
|
});
|
|
9111
9283
|
|
|
9112
9284
|
const deletePaymentMethod = {
|
|
9113
9285
|
__proto__: null,
|
|
9114
9286
|
mutation: mutation$e,
|
|
9115
|
-
name: name$
|
|
9287
|
+
name: name$1m
|
|
9116
9288
|
};
|
|
9117
9289
|
|
|
9118
|
-
const name$
|
|
9290
|
+
const name$1l = "updateBankAccount";
|
|
9119
9291
|
const mutation$d = Selector("Mutation")({
|
|
9120
|
-
[name$
|
|
9292
|
+
[name$1l]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
|
|
9121
9293
|
});
|
|
9122
9294
|
|
|
9123
9295
|
const updateBankAccount = {
|
|
9124
9296
|
__proto__: null,
|
|
9125
9297
|
mutation: mutation$d,
|
|
9126
|
-
name: name$
|
|
9298
|
+
name: name$1l
|
|
9127
9299
|
};
|
|
9128
9300
|
|
|
9129
|
-
const index$
|
|
9301
|
+
const index$v = {
|
|
9130
9302
|
__proto__: null,
|
|
9131
9303
|
AddPaymentMethod: addPaymentMethod,
|
|
9132
9304
|
DeletePaymentMethod: deletePaymentMethod,
|
|
9133
9305
|
UpdateBankAccount: updateBankAccount
|
|
9134
9306
|
};
|
|
9135
9307
|
|
|
9136
|
-
const name$
|
|
9308
|
+
const name$1k = "generateConvertToAxonStatement";
|
|
9137
9309
|
const mutation$c = Selector("Mutation")({
|
|
9138
|
-
[name$
|
|
9310
|
+
[name$1k]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9139
9311
|
});
|
|
9140
9312
|
|
|
9141
9313
|
const generateConvertToAxonStatement = {
|
|
9142
9314
|
__proto__: null,
|
|
9143
9315
|
mutation: mutation$c,
|
|
9144
|
-
name: name$
|
|
9316
|
+
name: name$1k
|
|
9145
9317
|
};
|
|
9146
9318
|
|
|
9147
|
-
const name$
|
|
9319
|
+
const name$1j = "processConvertToAxonStatement";
|
|
9148
9320
|
const mutation$b = Selector("Mutation")({
|
|
9149
|
-
[name$
|
|
9321
|
+
[name$1j]: [{ data: $("data", "ProcessConvertToAxonStatementInput!") }, true]
|
|
9150
9322
|
});
|
|
9151
9323
|
|
|
9152
9324
|
const processConvertToAxonStatement = {
|
|
9153
9325
|
__proto__: null,
|
|
9154
9326
|
mutation: mutation$b,
|
|
9155
|
-
name: name$
|
|
9327
|
+
name: name$1j
|
|
9156
9328
|
};
|
|
9157
9329
|
|
|
9158
|
-
const index$
|
|
9330
|
+
const index$u = {
|
|
9159
9331
|
__proto__: null,
|
|
9160
9332
|
GenerateConvertToAxonStatement: generateConvertToAxonStatement,
|
|
9161
9333
|
ProcessConvertToAxonStatement: processConvertToAxonStatement
|
|
9162
9334
|
};
|
|
9163
9335
|
|
|
9164
|
-
const name$
|
|
9336
|
+
const name$1i = "generateRegistrationDocuments";
|
|
9165
9337
|
const mutation$a = Selector("Mutation")({
|
|
9166
|
-
[name$
|
|
9338
|
+
[name$1i]: [{ data: $("data", "GenerateRegistrationDocumentsInput!") }, generateRegistrationDocumentsOutputSelector]
|
|
9167
9339
|
});
|
|
9168
9340
|
|
|
9169
9341
|
const generateRegistrationDocuments = {
|
|
9170
9342
|
__proto__: null,
|
|
9171
9343
|
mutation: mutation$a,
|
|
9172
|
-
name: name$
|
|
9344
|
+
name: name$1i
|
|
9173
9345
|
};
|
|
9174
9346
|
|
|
9175
|
-
const index$
|
|
9347
|
+
const index$t = {
|
|
9176
9348
|
__proto__: null,
|
|
9177
9349
|
GenerateRegistrationDocuments: generateRegistrationDocuments
|
|
9178
9350
|
};
|
|
9179
9351
|
|
|
9180
|
-
const name$
|
|
9352
|
+
const name$1h = "initSystem";
|
|
9181
9353
|
const mutation$9 = Selector("Mutation")({
|
|
9182
|
-
[name$
|
|
9354
|
+
[name$1h]: [{ data: $("data", "Init!") }, systemInfoSelector]
|
|
9183
9355
|
});
|
|
9184
9356
|
|
|
9185
9357
|
const initSystem = {
|
|
9186
9358
|
__proto__: null,
|
|
9187
9359
|
mutation: mutation$9,
|
|
9188
|
-
name: name$
|
|
9360
|
+
name: name$1h
|
|
9189
9361
|
};
|
|
9190
9362
|
|
|
9191
|
-
const name$
|
|
9363
|
+
const name$1g = "installSystem";
|
|
9192
9364
|
const mutation$8 = Selector("Mutation")({
|
|
9193
|
-
[name$
|
|
9365
|
+
[name$1g]: [{ data: $("data", "Install!") }, systemInfoSelector]
|
|
9194
9366
|
});
|
|
9195
9367
|
|
|
9196
9368
|
const installSystem = {
|
|
9197
9369
|
__proto__: null,
|
|
9198
9370
|
mutation: mutation$8,
|
|
9199
|
-
name: name$
|
|
9371
|
+
name: name$1g
|
|
9200
9372
|
};
|
|
9201
9373
|
|
|
9202
|
-
const name$
|
|
9374
|
+
const name$1f = "setWif";
|
|
9203
9375
|
const mutation$7 = Selector("Mutation")({
|
|
9204
|
-
[name$
|
|
9376
|
+
[name$1f]: [{ data: $("data", "SetWifInput!") }, true]
|
|
9205
9377
|
});
|
|
9206
9378
|
|
|
9207
9379
|
const saveWif = {
|
|
9208
9380
|
__proto__: null,
|
|
9209
9381
|
mutation: mutation$7,
|
|
9210
|
-
name: name$
|
|
9382
|
+
name: name$1f
|
|
9211
9383
|
};
|
|
9212
9384
|
|
|
9213
|
-
const name$
|
|
9385
|
+
const name$1e = "startInstall";
|
|
9214
9386
|
const mutation$6 = Selector("Mutation")({
|
|
9215
|
-
[name$
|
|
9387
|
+
[name$1e]: [{ data: $("data", "StartInstallInput!") }, {
|
|
9216
9388
|
install_code: true,
|
|
9217
9389
|
coopname: true
|
|
9218
9390
|
}]
|
|
@@ -9221,32 +9393,32 @@ const mutation$6 = Selector("Mutation")({
|
|
|
9221
9393
|
const startInstall = {
|
|
9222
9394
|
__proto__: null,
|
|
9223
9395
|
mutation: mutation$6,
|
|
9224
|
-
name: name$
|
|
9396
|
+
name: name$1e
|
|
9225
9397
|
};
|
|
9226
9398
|
|
|
9227
|
-
const name$
|
|
9399
|
+
const name$1d = "updateSettings";
|
|
9228
9400
|
const mutation$5 = Selector("Mutation")({
|
|
9229
|
-
[name$
|
|
9401
|
+
[name$1d]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
|
|
9230
9402
|
});
|
|
9231
9403
|
|
|
9232
9404
|
const updateSettings = {
|
|
9233
9405
|
__proto__: null,
|
|
9234
9406
|
mutation: mutation$5,
|
|
9235
|
-
name: name$
|
|
9407
|
+
name: name$1d
|
|
9236
9408
|
};
|
|
9237
9409
|
|
|
9238
|
-
const name$
|
|
9410
|
+
const name$1c = "updateSystem";
|
|
9239
9411
|
const mutation$4 = Selector("Mutation")({
|
|
9240
|
-
[name$
|
|
9412
|
+
[name$1c]: [{ data: $("data", "Update!") }, systemInfoSelector]
|
|
9241
9413
|
});
|
|
9242
9414
|
|
|
9243
9415
|
const updateSystem = {
|
|
9244
9416
|
__proto__: null,
|
|
9245
9417
|
mutation: mutation$4,
|
|
9246
|
-
name: name$
|
|
9418
|
+
name: name$1c
|
|
9247
9419
|
};
|
|
9248
9420
|
|
|
9249
|
-
const index$
|
|
9421
|
+
const index$s = {
|
|
9250
9422
|
__proto__: null,
|
|
9251
9423
|
InitSystem: initSystem,
|
|
9252
9424
|
InstallSystem: installSystem,
|
|
@@ -9256,31 +9428,31 @@ const index$r = {
|
|
|
9256
9428
|
UpdateSystem: updateSystem
|
|
9257
9429
|
};
|
|
9258
9430
|
|
|
9259
|
-
const name$
|
|
9431
|
+
const name$1b = "createWithdraw";
|
|
9260
9432
|
const mutation$3 = Selector("Mutation")({
|
|
9261
|
-
[name$
|
|
9433
|
+
[name$1b]: [{ data: $("data", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
|
|
9262
9434
|
});
|
|
9263
9435
|
|
|
9264
9436
|
const createWithdraw = {
|
|
9265
9437
|
__proto__: null,
|
|
9266
9438
|
mutation: mutation$3,
|
|
9267
|
-
name: name$
|
|
9439
|
+
name: name$1b
|
|
9268
9440
|
};
|
|
9269
9441
|
|
|
9270
|
-
const name$
|
|
9442
|
+
const name$1a = "createDepositPayment";
|
|
9271
9443
|
const mutation$2 = Selector("Mutation")({
|
|
9272
|
-
[name$
|
|
9444
|
+
[name$1a]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
|
|
9273
9445
|
});
|
|
9274
9446
|
|
|
9275
9447
|
const createDepositPayment = {
|
|
9276
9448
|
__proto__: null,
|
|
9277
9449
|
mutation: mutation$2,
|
|
9278
|
-
name: name$
|
|
9450
|
+
name: name$1a
|
|
9279
9451
|
};
|
|
9280
9452
|
|
|
9281
|
-
const name$
|
|
9453
|
+
const name$19 = "generateReturnByMoneyStatementDocument";
|
|
9282
9454
|
const mutation$1 = Selector("Mutation")({
|
|
9283
|
-
[name$
|
|
9455
|
+
[name$19]: [
|
|
9284
9456
|
{
|
|
9285
9457
|
data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
|
|
9286
9458
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -9292,12 +9464,12 @@ const mutation$1 = Selector("Mutation")({
|
|
|
9292
9464
|
const generateReturnByMoneyStatementDocument = {
|
|
9293
9465
|
__proto__: null,
|
|
9294
9466
|
mutation: mutation$1,
|
|
9295
|
-
name: name$
|
|
9467
|
+
name: name$19
|
|
9296
9468
|
};
|
|
9297
9469
|
|
|
9298
|
-
const name$
|
|
9470
|
+
const name$18 = "generateReturnByMoneyDecisionDocument";
|
|
9299
9471
|
const mutation = Selector("Mutation")({
|
|
9300
|
-
[name$
|
|
9472
|
+
[name$18]: [
|
|
9301
9473
|
{
|
|
9302
9474
|
data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
|
|
9303
9475
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -9309,10 +9481,10 @@ const mutation = Selector("Mutation")({
|
|
|
9309
9481
|
const generateReturnByMoneyDecisionDocument = {
|
|
9310
9482
|
__proto__: null,
|
|
9311
9483
|
mutation: mutation,
|
|
9312
|
-
name: name$
|
|
9484
|
+
name: name$18
|
|
9313
9485
|
};
|
|
9314
9486
|
|
|
9315
|
-
const index$
|
|
9487
|
+
const index$r = {
|
|
9316
9488
|
__proto__: null,
|
|
9317
9489
|
CreateDepositPayment: createDepositPayment,
|
|
9318
9490
|
CreateWithdraw: createWithdraw,
|
|
@@ -9322,48 +9494,48 @@ const index$q = {
|
|
|
9322
9494
|
|
|
9323
9495
|
const Mutations = {
|
|
9324
9496
|
__proto__: null,
|
|
9325
|
-
Accounts: index$
|
|
9326
|
-
Agreements: index$
|
|
9327
|
-
Auth: index$
|
|
9328
|
-
Branches: index$
|
|
9329
|
-
Capital: index$
|
|
9330
|
-
Chairman: index$
|
|
9331
|
-
ChatCoop: index$
|
|
9332
|
-
Cooplace: index$
|
|
9333
|
-
Documents: index$
|
|
9334
|
-
Extensions: index$
|
|
9335
|
-
FreeDecisions: index$
|
|
9336
|
-
Gateway: index$
|
|
9337
|
-
Meet: index$
|
|
9338
|
-
Notification: index$
|
|
9339
|
-
Participants: index$
|
|
9340
|
-
PaymentMethods: index$
|
|
9341
|
-
Provider: index$
|
|
9342
|
-
Registration: index$
|
|
9343
|
-
System: index$
|
|
9344
|
-
Wallet: index$
|
|
9345
|
-
};
|
|
9346
|
-
|
|
9347
|
-
const name$
|
|
9348
|
-
const query$
|
|
9349
|
-
[name$
|
|
9497
|
+
Accounts: index$K,
|
|
9498
|
+
Agreements: index$J,
|
|
9499
|
+
Auth: index$I,
|
|
9500
|
+
Branches: index$H,
|
|
9501
|
+
Capital: index$G,
|
|
9502
|
+
Chairman: index$F,
|
|
9503
|
+
ChatCoop: index$E,
|
|
9504
|
+
Cooplace: index$D,
|
|
9505
|
+
Documents: index$C,
|
|
9506
|
+
Extensions: index$B,
|
|
9507
|
+
FreeDecisions: index$A,
|
|
9508
|
+
Gateway: index$z,
|
|
9509
|
+
Meet: index$y,
|
|
9510
|
+
Notification: index$x,
|
|
9511
|
+
Participants: index$w,
|
|
9512
|
+
PaymentMethods: index$v,
|
|
9513
|
+
Provider: index$u,
|
|
9514
|
+
Registration: index$t,
|
|
9515
|
+
System: index$s,
|
|
9516
|
+
Wallet: index$r
|
|
9517
|
+
};
|
|
9518
|
+
|
|
9519
|
+
const name$17 = "getAccount";
|
|
9520
|
+
const query$17 = Selector("Query")({
|
|
9521
|
+
[name$17]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
|
|
9350
9522
|
});
|
|
9351
9523
|
|
|
9352
9524
|
const getAccount = {
|
|
9353
9525
|
__proto__: null,
|
|
9354
|
-
name: name$
|
|
9355
|
-
query: query$
|
|
9526
|
+
name: name$17,
|
|
9527
|
+
query: query$17
|
|
9356
9528
|
};
|
|
9357
9529
|
|
|
9358
|
-
const name$
|
|
9359
|
-
const query$
|
|
9360
|
-
[name$
|
|
9530
|
+
const name$16 = "getAccounts";
|
|
9531
|
+
const query$16 = Selector("Query")({
|
|
9532
|
+
[name$16]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
|
|
9361
9533
|
});
|
|
9362
9534
|
|
|
9363
9535
|
const getAccounts = {
|
|
9364
9536
|
__proto__: null,
|
|
9365
|
-
name: name$
|
|
9366
|
-
query: query$
|
|
9537
|
+
name: name$16,
|
|
9538
|
+
query: query$16
|
|
9367
9539
|
};
|
|
9368
9540
|
|
|
9369
9541
|
const rawSearchPrivateAccountsResultSelector = {
|
|
@@ -9380,18 +9552,18 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
|
|
|
9380
9552
|
rawSearchPrivateAccountsResultSelector
|
|
9381
9553
|
);
|
|
9382
9554
|
|
|
9383
|
-
const name$
|
|
9384
|
-
const query$
|
|
9385
|
-
[name$
|
|
9555
|
+
const name$15 = "searchPrivateAccounts";
|
|
9556
|
+
const query$15 = Selector("Query")({
|
|
9557
|
+
[name$15]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
|
|
9386
9558
|
});
|
|
9387
9559
|
|
|
9388
9560
|
const searchPrivateAccounts = {
|
|
9389
9561
|
__proto__: null,
|
|
9390
|
-
name: name$
|
|
9391
|
-
query: query$
|
|
9562
|
+
name: name$15,
|
|
9563
|
+
query: query$15
|
|
9392
9564
|
};
|
|
9393
9565
|
|
|
9394
|
-
const index$
|
|
9566
|
+
const index$q = {
|
|
9395
9567
|
__proto__: null,
|
|
9396
9568
|
GetAccount: getAccount,
|
|
9397
9569
|
GetAccounts: getAccounts,
|
|
@@ -9432,25 +9604,25 @@ const rawAgendaSelector = {
|
|
|
9432
9604
|
};
|
|
9433
9605
|
const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
|
|
9434
9606
|
|
|
9435
|
-
const name$
|
|
9436
|
-
const query$
|
|
9437
|
-
[name$
|
|
9607
|
+
const name$14 = "getAgenda";
|
|
9608
|
+
const query$14 = Selector("Query")({
|
|
9609
|
+
[name$14]: agendaSelector
|
|
9438
9610
|
});
|
|
9439
9611
|
|
|
9440
9612
|
const getAgenda = {
|
|
9441
9613
|
__proto__: null,
|
|
9442
|
-
name: name$
|
|
9443
|
-
query: query$
|
|
9614
|
+
name: name$14,
|
|
9615
|
+
query: query$14
|
|
9444
9616
|
};
|
|
9445
9617
|
|
|
9446
|
-
const index$
|
|
9618
|
+
const index$p = {
|
|
9447
9619
|
__proto__: null,
|
|
9448
9620
|
GetAgenda: getAgenda
|
|
9449
9621
|
};
|
|
9450
9622
|
|
|
9451
|
-
const name$
|
|
9452
|
-
const query$
|
|
9453
|
-
[name$
|
|
9623
|
+
const name$13 = "agreements";
|
|
9624
|
+
const query$13 = Selector("Query")({
|
|
9625
|
+
[name$13]: [
|
|
9454
9626
|
{
|
|
9455
9627
|
filter: $("filter", "AgreementFilter"),
|
|
9456
9628
|
options: $("options", "PaginationInput")
|
|
@@ -9461,19 +9633,19 @@ const query$12 = Selector("Query")({
|
|
|
9461
9633
|
|
|
9462
9634
|
const agreements = {
|
|
9463
9635
|
__proto__: null,
|
|
9464
|
-
name: name$
|
|
9465
|
-
query: query$
|
|
9636
|
+
name: name$13,
|
|
9637
|
+
query: query$13
|
|
9466
9638
|
};
|
|
9467
9639
|
|
|
9468
|
-
const index$
|
|
9640
|
+
const index$o = {
|
|
9469
9641
|
__proto__: null,
|
|
9470
9642
|
Agreements: agreements
|
|
9471
9643
|
};
|
|
9472
9644
|
|
|
9473
9645
|
const paginatedActionsSelector = { ...paginationSelector, items: rawBlockchainActionSelector };
|
|
9474
|
-
const name$
|
|
9475
|
-
const query$
|
|
9476
|
-
[name$
|
|
9646
|
+
const name$12 = "getActions";
|
|
9647
|
+
const query$12 = Selector("Query")({
|
|
9648
|
+
[name$12]: [
|
|
9477
9649
|
{
|
|
9478
9650
|
filters: $("filters", "ActionFiltersInput"),
|
|
9479
9651
|
pagination: $("pagination", "PaginationInput")
|
|
@@ -9484,14 +9656,14 @@ const query$11 = Selector("Query")({
|
|
|
9484
9656
|
|
|
9485
9657
|
const getActions = {
|
|
9486
9658
|
__proto__: null,
|
|
9487
|
-
name: name$
|
|
9488
|
-
query: query$
|
|
9659
|
+
name: name$12,
|
|
9660
|
+
query: query$12
|
|
9489
9661
|
};
|
|
9490
9662
|
|
|
9491
|
-
const name$
|
|
9663
|
+
const name$11 = "getCurrentTableStates";
|
|
9492
9664
|
const paginatedCurrentTableStatesSelector = { ...paginationSelector, items: rawCurrentTableStateSelector };
|
|
9493
|
-
const query$
|
|
9494
|
-
[name$
|
|
9665
|
+
const query$11 = Selector("Query")({
|
|
9666
|
+
[name$11]: [
|
|
9495
9667
|
{
|
|
9496
9668
|
filters: $("filters", "CurrentTableStatesFiltersInput"),
|
|
9497
9669
|
pagination: $("pagination", "PaginationInput")
|
|
@@ -9502,14 +9674,14 @@ const query$10 = Selector("Query")({
|
|
|
9502
9674
|
|
|
9503
9675
|
const getCurrentTableStates = {
|
|
9504
9676
|
__proto__: null,
|
|
9505
|
-
name: name$
|
|
9506
|
-
query: query$
|
|
9677
|
+
name: name$11,
|
|
9678
|
+
query: query$11
|
|
9507
9679
|
};
|
|
9508
9680
|
|
|
9509
9681
|
const paginatedDeltasSelector = { ...paginationSelector, items: rawDeltaSelector };
|
|
9510
|
-
const name
|
|
9511
|
-
const query
|
|
9512
|
-
[name
|
|
9682
|
+
const name$10 = "getDeltas";
|
|
9683
|
+
const query$10 = Selector("Query")({
|
|
9684
|
+
[name$10]: [
|
|
9513
9685
|
{
|
|
9514
9686
|
filters: $("filters", "DeltaFiltersInput"),
|
|
9515
9687
|
pagination: $("pagination", "PaginationInput")
|
|
@@ -9520,48 +9692,48 @@ const query$$ = Selector("Query")({
|
|
|
9520
9692
|
|
|
9521
9693
|
const getDeltas = {
|
|
9522
9694
|
__proto__: null,
|
|
9523
|
-
name: name
|
|
9524
|
-
query: query
|
|
9695
|
+
name: name$10,
|
|
9696
|
+
query: query$10
|
|
9525
9697
|
};
|
|
9526
9698
|
|
|
9527
|
-
const index$
|
|
9699
|
+
const index$n = {
|
|
9528
9700
|
__proto__: null,
|
|
9529
9701
|
GetActions: getActions,
|
|
9530
9702
|
GetCurrentTableStates: getCurrentTableStates,
|
|
9531
9703
|
GetDeltas: getDeltas
|
|
9532
9704
|
};
|
|
9533
9705
|
|
|
9534
|
-
const name
|
|
9535
|
-
const query
|
|
9536
|
-
[name
|
|
9706
|
+
const name$$ = "getBranches";
|
|
9707
|
+
const query$$ = Selector("Query")({
|
|
9708
|
+
[name$$]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
|
|
9537
9709
|
});
|
|
9538
9710
|
|
|
9539
9711
|
const getBranches = {
|
|
9540
9712
|
__proto__: null,
|
|
9541
|
-
name: name
|
|
9542
|
-
query: query
|
|
9713
|
+
name: name$$,
|
|
9714
|
+
query: query$$
|
|
9543
9715
|
};
|
|
9544
9716
|
|
|
9545
|
-
const name$
|
|
9546
|
-
const query$
|
|
9547
|
-
[name$
|
|
9717
|
+
const name$_ = "getBranches";
|
|
9718
|
+
const query$_ = Selector("Query")({
|
|
9719
|
+
[name$_]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
|
|
9548
9720
|
});
|
|
9549
9721
|
|
|
9550
9722
|
const getPublicBranches = {
|
|
9551
9723
|
__proto__: null,
|
|
9552
|
-
name: name$
|
|
9553
|
-
query: query$
|
|
9724
|
+
name: name$_,
|
|
9725
|
+
query: query$_
|
|
9554
9726
|
};
|
|
9555
9727
|
|
|
9556
|
-
const index$
|
|
9728
|
+
const index$m = {
|
|
9557
9729
|
__proto__: null,
|
|
9558
9730
|
GetBranches: getBranches,
|
|
9559
9731
|
GetPublicBranches: getPublicBranches
|
|
9560
9732
|
};
|
|
9561
9733
|
|
|
9562
|
-
const name$
|
|
9563
|
-
const query$
|
|
9564
|
-
[name$
|
|
9734
|
+
const name$Z = "capitalCandidates";
|
|
9735
|
+
const query$Z = Selector("Query")({
|
|
9736
|
+
[name$Z]: [
|
|
9565
9737
|
{
|
|
9566
9738
|
filter: $("filter", "CandidateFilterInput"),
|
|
9567
9739
|
options: $("options", "PaginationInput")
|
|
@@ -9571,381 +9743,381 @@ const query$Y = Selector("Query")({
|
|
|
9571
9743
|
});
|
|
9572
9744
|
|
|
9573
9745
|
const getCapitalCandidates = {
|
|
9746
|
+
__proto__: null,
|
|
9747
|
+
name: name$Z,
|
|
9748
|
+
query: query$Z
|
|
9749
|
+
};
|
|
9750
|
+
|
|
9751
|
+
const name$Y = "capitalCommit";
|
|
9752
|
+
const query$Y = Selector("Query")({
|
|
9753
|
+
[name$Y]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
|
|
9754
|
+
});
|
|
9755
|
+
|
|
9756
|
+
const getCommit = {
|
|
9574
9757
|
__proto__: null,
|
|
9575
9758
|
name: name$Y,
|
|
9576
9759
|
query: query$Y
|
|
9577
9760
|
};
|
|
9578
9761
|
|
|
9579
|
-
const name$X = "
|
|
9762
|
+
const name$X = "capitalCommits";
|
|
9580
9763
|
const query$X = Selector("Query")({
|
|
9581
|
-
[name$X]: [{
|
|
9764
|
+
[name$X]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
|
|
9582
9765
|
});
|
|
9583
9766
|
|
|
9584
|
-
const
|
|
9767
|
+
const getCommits = {
|
|
9585
9768
|
__proto__: null,
|
|
9586
9769
|
name: name$X,
|
|
9587
9770
|
query: query$X
|
|
9588
9771
|
};
|
|
9589
9772
|
|
|
9590
|
-
const name$W = "
|
|
9773
|
+
const name$W = "capitalContributor";
|
|
9591
9774
|
const query$W = Selector("Query")({
|
|
9592
|
-
[name$W]: [{
|
|
9775
|
+
[name$W]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
|
|
9593
9776
|
});
|
|
9594
9777
|
|
|
9595
|
-
const
|
|
9778
|
+
const getContributor = {
|
|
9596
9779
|
__proto__: null,
|
|
9597
9780
|
name: name$W,
|
|
9598
9781
|
query: query$W
|
|
9599
9782
|
};
|
|
9600
9783
|
|
|
9601
|
-
const name$V = "
|
|
9784
|
+
const name$V = "capitalContributors";
|
|
9602
9785
|
const query$V = Selector("Query")({
|
|
9603
|
-
[name$V]: [{
|
|
9786
|
+
[name$V]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
|
|
9604
9787
|
});
|
|
9605
9788
|
|
|
9606
|
-
const
|
|
9789
|
+
const getContributors = {
|
|
9607
9790
|
__proto__: null,
|
|
9608
9791
|
name: name$V,
|
|
9609
9792
|
query: query$V
|
|
9610
9793
|
};
|
|
9611
9794
|
|
|
9612
|
-
const name$U = "
|
|
9795
|
+
const name$U = "capitalCycles";
|
|
9613
9796
|
const query$U = Selector("Query")({
|
|
9614
|
-
[name$U]: [{ filter: $("filter", "
|
|
9797
|
+
[name$U]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
|
|
9615
9798
|
});
|
|
9616
9799
|
|
|
9617
|
-
const
|
|
9800
|
+
const getCycles = {
|
|
9618
9801
|
__proto__: null,
|
|
9619
9802
|
name: name$U,
|
|
9620
9803
|
query: query$U
|
|
9621
9804
|
};
|
|
9622
9805
|
|
|
9623
|
-
const name$T = "
|
|
9806
|
+
const name$T = "capitalDebt";
|
|
9624
9807
|
const query$T = Selector("Query")({
|
|
9625
|
-
[name$T]: [{
|
|
9808
|
+
[name$T]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
|
|
9626
9809
|
});
|
|
9627
9810
|
|
|
9628
|
-
const
|
|
9811
|
+
const getDebt = {
|
|
9629
9812
|
__proto__: null,
|
|
9630
9813
|
name: name$T,
|
|
9631
9814
|
query: query$T
|
|
9632
9815
|
};
|
|
9633
9816
|
|
|
9634
|
-
const name$S = "
|
|
9817
|
+
const name$S = "capitalDebts";
|
|
9635
9818
|
const query$S = Selector("Query")({
|
|
9636
|
-
[name$S]: [{
|
|
9819
|
+
[name$S]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
|
|
9637
9820
|
});
|
|
9638
9821
|
|
|
9639
|
-
const
|
|
9822
|
+
const getDebts = {
|
|
9640
9823
|
__proto__: null,
|
|
9641
9824
|
name: name$S,
|
|
9642
9825
|
query: query$S
|
|
9643
9826
|
};
|
|
9644
9827
|
|
|
9645
|
-
const name$R = "
|
|
9828
|
+
const name$R = "capitalExpense";
|
|
9646
9829
|
const query$R = Selector("Query")({
|
|
9647
|
-
[name$R]: [{
|
|
9830
|
+
[name$R]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
|
|
9648
9831
|
});
|
|
9649
9832
|
|
|
9650
|
-
const
|
|
9833
|
+
const getExpense = {
|
|
9651
9834
|
__proto__: null,
|
|
9652
9835
|
name: name$R,
|
|
9653
9836
|
query: query$R
|
|
9654
9837
|
};
|
|
9655
9838
|
|
|
9656
|
-
const name$Q = "
|
|
9839
|
+
const name$Q = "capitalExpenses";
|
|
9657
9840
|
const query$Q = Selector("Query")({
|
|
9658
|
-
[name$Q]: [{
|
|
9841
|
+
[name$Q]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
|
|
9659
9842
|
});
|
|
9660
9843
|
|
|
9661
|
-
const
|
|
9844
|
+
const getExpenses = {
|
|
9662
9845
|
__proto__: null,
|
|
9663
9846
|
name: name$Q,
|
|
9664
9847
|
query: query$Q
|
|
9665
9848
|
};
|
|
9666
9849
|
|
|
9667
|
-
const name$P = "
|
|
9850
|
+
const name$P = "capitalInvest";
|
|
9668
9851
|
const query$P = Selector("Query")({
|
|
9669
|
-
[name$P]: [{
|
|
9852
|
+
[name$P]: [{ data: $("data", "GetInvestInput!") }, investSelector]
|
|
9670
9853
|
});
|
|
9671
9854
|
|
|
9672
|
-
const
|
|
9855
|
+
const getInvest = {
|
|
9673
9856
|
__proto__: null,
|
|
9674
9857
|
name: name$P,
|
|
9675
9858
|
query: query$P
|
|
9676
9859
|
};
|
|
9677
9860
|
|
|
9678
|
-
const name$O = "
|
|
9861
|
+
const name$O = "capitalInvests";
|
|
9679
9862
|
const query$O = Selector("Query")({
|
|
9680
|
-
[name$O]: [{
|
|
9863
|
+
[name$O]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
|
|
9681
9864
|
});
|
|
9682
9865
|
|
|
9683
|
-
const
|
|
9866
|
+
const getInvests = {
|
|
9684
9867
|
__proto__: null,
|
|
9685
9868
|
name: name$O,
|
|
9686
9869
|
query: query$O
|
|
9687
9870
|
};
|
|
9688
9871
|
|
|
9689
|
-
const name$N = "
|
|
9872
|
+
const name$N = "capitalIssue";
|
|
9690
9873
|
const query$N = Selector("Query")({
|
|
9691
|
-
[name$N]: [{
|
|
9874
|
+
[name$N]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
|
|
9692
9875
|
});
|
|
9693
9876
|
|
|
9694
|
-
const
|
|
9877
|
+
const getIssue = {
|
|
9695
9878
|
__proto__: null,
|
|
9696
9879
|
name: name$N,
|
|
9697
9880
|
query: query$N
|
|
9698
9881
|
};
|
|
9699
9882
|
|
|
9700
|
-
const name$M = "
|
|
9883
|
+
const name$M = "getCapitalIssueLogs";
|
|
9701
9884
|
const query$M = Selector("Query")({
|
|
9702
|
-
[name$M]: [
|
|
9885
|
+
[name$M]: [
|
|
9886
|
+
{
|
|
9887
|
+
data: $("data", "GetCapitalIssueLogsInput!"),
|
|
9888
|
+
options: $("options", "PaginationInput")
|
|
9889
|
+
},
|
|
9890
|
+
logsPaginationSelector
|
|
9891
|
+
]
|
|
9703
9892
|
});
|
|
9704
9893
|
|
|
9705
|
-
const
|
|
9894
|
+
const getIssueLogs = {
|
|
9706
9895
|
__proto__: null,
|
|
9707
9896
|
name: name$M,
|
|
9708
9897
|
query: query$M
|
|
9709
9898
|
};
|
|
9710
9899
|
|
|
9711
|
-
const name$L = "
|
|
9900
|
+
const name$L = "capitalIssues";
|
|
9712
9901
|
const query$L = Selector("Query")({
|
|
9713
|
-
[name$L]: [
|
|
9714
|
-
{
|
|
9715
|
-
data: $("data", "GetCapitalIssueLogsInput!"),
|
|
9716
|
-
options: $("options", "PaginationInput")
|
|
9717
|
-
},
|
|
9718
|
-
logsPaginationSelector
|
|
9719
|
-
]
|
|
9902
|
+
[name$L]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
|
|
9720
9903
|
});
|
|
9721
9904
|
|
|
9722
|
-
const
|
|
9905
|
+
const getIssues = {
|
|
9723
9906
|
__proto__: null,
|
|
9724
9907
|
name: name$L,
|
|
9725
9908
|
query: query$L
|
|
9726
9909
|
};
|
|
9727
9910
|
|
|
9728
|
-
const name$K = "
|
|
9911
|
+
const name$K = "getCapitalOnboardingState";
|
|
9729
9912
|
const query$K = Selector("Query")({
|
|
9730
|
-
[name$K]:
|
|
9913
|
+
[name$K]: capitalOnboardingStateSelector
|
|
9731
9914
|
});
|
|
9732
9915
|
|
|
9733
|
-
const
|
|
9916
|
+
const getOnboardingState$1 = {
|
|
9734
9917
|
__proto__: null,
|
|
9735
9918
|
name: name$K,
|
|
9736
9919
|
query: query$K
|
|
9737
9920
|
};
|
|
9738
9921
|
|
|
9739
|
-
const name$J = "
|
|
9922
|
+
const name$J = "capitalProgramInvest";
|
|
9740
9923
|
const query$J = Selector("Query")({
|
|
9741
|
-
[name$J]:
|
|
9924
|
+
[name$J]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
|
|
9742
9925
|
});
|
|
9743
9926
|
|
|
9744
|
-
const
|
|
9927
|
+
const getProgramInvest = {
|
|
9745
9928
|
__proto__: null,
|
|
9746
9929
|
name: name$J,
|
|
9747
9930
|
query: query$J
|
|
9748
9931
|
};
|
|
9749
9932
|
|
|
9750
|
-
const name$I = "
|
|
9933
|
+
const name$I = "capitalProgramInvests";
|
|
9751
9934
|
const query$I = Selector("Query")({
|
|
9752
|
-
[name$I]: [{
|
|
9935
|
+
[name$I]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
|
|
9753
9936
|
});
|
|
9754
9937
|
|
|
9755
|
-
const
|
|
9938
|
+
const getProgramInvests = {
|
|
9756
9939
|
__proto__: null,
|
|
9757
9940
|
name: name$I,
|
|
9758
9941
|
query: query$I
|
|
9759
9942
|
};
|
|
9760
9943
|
|
|
9761
|
-
const name$H = "
|
|
9944
|
+
const name$H = "capitalProject";
|
|
9762
9945
|
const query$H = Selector("Query")({
|
|
9763
|
-
[name$H]: [{
|
|
9946
|
+
[name$H]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
|
|
9764
9947
|
});
|
|
9765
9948
|
|
|
9766
|
-
const
|
|
9949
|
+
const getProject = {
|
|
9767
9950
|
__proto__: null,
|
|
9768
9951
|
name: name$H,
|
|
9769
9952
|
query: query$H
|
|
9770
9953
|
};
|
|
9771
9954
|
|
|
9772
|
-
const name$G = "
|
|
9955
|
+
const name$G = "getCapitalProjectLogs";
|
|
9773
9956
|
const query$G = Selector("Query")({
|
|
9774
|
-
[name$G]: [{ data: $("data", "
|
|
9957
|
+
[name$G]: [{ data: $("data", "GetCapitalLogsInput!") }, logsPaginationSelector]
|
|
9775
9958
|
});
|
|
9776
9959
|
|
|
9777
|
-
const
|
|
9960
|
+
const getProjectLogs = {
|
|
9778
9961
|
__proto__: null,
|
|
9779
9962
|
name: name$G,
|
|
9780
9963
|
query: query$G
|
|
9781
9964
|
};
|
|
9782
9965
|
|
|
9783
|
-
const name$F = "
|
|
9966
|
+
const name$F = "capitalProjects";
|
|
9784
9967
|
const query$F = Selector("Query")({
|
|
9785
|
-
[name$F]: [{
|
|
9968
|
+
[name$F]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
|
|
9786
9969
|
});
|
|
9787
9970
|
|
|
9788
|
-
const
|
|
9971
|
+
const getProjects = {
|
|
9789
9972
|
__proto__: null,
|
|
9790
9973
|
name: name$F,
|
|
9791
9974
|
query: query$F
|
|
9792
9975
|
};
|
|
9793
9976
|
|
|
9794
|
-
const name$E = "
|
|
9977
|
+
const name$E = "capitalProjectWithRelations";
|
|
9795
9978
|
const query$E = Selector("Query")({
|
|
9796
|
-
[name$E]: [{
|
|
9979
|
+
[name$E]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
|
|
9797
9980
|
});
|
|
9798
9981
|
|
|
9799
|
-
const
|
|
9982
|
+
const getProjectWithRelations = {
|
|
9800
9983
|
__proto__: null,
|
|
9801
9984
|
name: name$E,
|
|
9802
9985
|
query: query$E
|
|
9803
9986
|
};
|
|
9804
9987
|
|
|
9805
|
-
const name$D = "
|
|
9988
|
+
const name$D = "capitalResult";
|
|
9806
9989
|
const query$D = Selector("Query")({
|
|
9807
|
-
[name$D]: [{ data: $("data", "
|
|
9990
|
+
[name$D]: [{ data: $("data", "GetResultInput!") }, resultSelector]
|
|
9808
9991
|
});
|
|
9809
9992
|
|
|
9810
|
-
const
|
|
9993
|
+
const getResult = {
|
|
9811
9994
|
__proto__: null,
|
|
9812
9995
|
name: name$D,
|
|
9813
9996
|
query: query$D
|
|
9814
9997
|
};
|
|
9815
9998
|
|
|
9816
|
-
const name$C = "
|
|
9999
|
+
const name$C = "capitalResults";
|
|
9817
10000
|
const query$C = Selector("Query")({
|
|
9818
|
-
[name$C]: [{
|
|
10001
|
+
[name$C]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
|
|
9819
10002
|
});
|
|
9820
10003
|
|
|
9821
|
-
const
|
|
10004
|
+
const getResults = {
|
|
9822
10005
|
__proto__: null,
|
|
9823
10006
|
name: name$C,
|
|
9824
10007
|
query: query$C
|
|
9825
10008
|
};
|
|
9826
10009
|
|
|
9827
|
-
const name$B = "
|
|
10010
|
+
const name$B = "capitalSegment";
|
|
9828
10011
|
const query$B = Selector("Query")({
|
|
9829
|
-
[name$B]: [{ filter: $("filter", "
|
|
10012
|
+
[name$B]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
|
|
9830
10013
|
});
|
|
9831
10014
|
|
|
9832
|
-
const
|
|
10015
|
+
const getSegment = {
|
|
9833
10016
|
__proto__: null,
|
|
9834
10017
|
name: name$B,
|
|
9835
10018
|
query: query$B
|
|
9836
10019
|
};
|
|
9837
10020
|
|
|
9838
|
-
const name$A = "
|
|
10021
|
+
const name$A = "capitalSegments";
|
|
9839
10022
|
const query$A = Selector("Query")({
|
|
9840
|
-
[name$A]: [{ filter: $("filter", "CapitalSegmentFilter") },
|
|
10023
|
+
[name$A]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
|
|
9841
10024
|
});
|
|
9842
10025
|
|
|
9843
|
-
const
|
|
10026
|
+
const getSegments = {
|
|
9844
10027
|
__proto__: null,
|
|
9845
10028
|
name: name$A,
|
|
9846
10029
|
query: query$A
|
|
9847
10030
|
};
|
|
9848
10031
|
|
|
9849
|
-
const name$z = "
|
|
10032
|
+
const name$z = "capitalState";
|
|
9850
10033
|
const query$z = Selector("Query")({
|
|
9851
|
-
[name$z]: [{
|
|
10034
|
+
[name$z]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
|
|
9852
10035
|
});
|
|
9853
10036
|
|
|
9854
|
-
const
|
|
10037
|
+
const getState = {
|
|
9855
10038
|
__proto__: null,
|
|
9856
10039
|
name: name$z,
|
|
9857
10040
|
query: query$z
|
|
9858
10041
|
};
|
|
9859
10042
|
|
|
9860
|
-
const name$y = "
|
|
10043
|
+
const name$y = "capitalStories";
|
|
9861
10044
|
const query$y = Selector("Query")({
|
|
9862
|
-
[name$y]: [{
|
|
10045
|
+
[name$y]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
|
|
9863
10046
|
});
|
|
9864
10047
|
|
|
9865
|
-
const
|
|
10048
|
+
const getStories = {
|
|
9866
10049
|
__proto__: null,
|
|
9867
10050
|
name: name$y,
|
|
9868
10051
|
query: query$y
|
|
9869
10052
|
};
|
|
9870
10053
|
|
|
9871
|
-
const name$x = "
|
|
10054
|
+
const name$x = "capitalStory";
|
|
9872
10055
|
const query$x = Selector("Query")({
|
|
9873
|
-
[name$x]: [{
|
|
10056
|
+
[name$x]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
|
|
9874
10057
|
});
|
|
9875
10058
|
|
|
9876
|
-
const
|
|
10059
|
+
const getStory = {
|
|
9877
10060
|
__proto__: null,
|
|
9878
10061
|
name: name$x,
|
|
9879
10062
|
query: query$x
|
|
9880
10063
|
};
|
|
9881
10064
|
|
|
9882
|
-
const name$w = "
|
|
10065
|
+
const name$w = "capitalTimeEntries";
|
|
9883
10066
|
const query$w = Selector("Query")({
|
|
9884
|
-
[name$w]: [{
|
|
10067
|
+
[name$w]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
|
|
9885
10068
|
});
|
|
9886
10069
|
|
|
9887
|
-
const
|
|
10070
|
+
const getTimeEntries = {
|
|
9888
10071
|
__proto__: null,
|
|
9889
10072
|
name: name$w,
|
|
9890
10073
|
query: query$w
|
|
9891
10074
|
};
|
|
9892
10075
|
|
|
9893
|
-
const name$v = "
|
|
10076
|
+
const name$v = "capitalTimeEntriesByIssues";
|
|
9894
10077
|
const query$v = Selector("Query")({
|
|
9895
|
-
[name$v]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") },
|
|
10078
|
+
[name$v]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
|
|
9896
10079
|
});
|
|
9897
10080
|
|
|
9898
|
-
const
|
|
10081
|
+
const getTimeEntriesByIssues = {
|
|
9899
10082
|
__proto__: null,
|
|
9900
10083
|
name: name$v,
|
|
9901
10084
|
query: query$v
|
|
9902
10085
|
};
|
|
9903
10086
|
|
|
9904
|
-
const name$u = "
|
|
10087
|
+
const name$u = "capitalTimeStats";
|
|
9905
10088
|
const query$u = Selector("Query")({
|
|
9906
|
-
[name$u]: [{
|
|
10089
|
+
[name$u]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
|
|
9907
10090
|
});
|
|
9908
10091
|
|
|
9909
|
-
const
|
|
10092
|
+
const getTimeStats = {
|
|
9910
10093
|
__proto__: null,
|
|
9911
10094
|
name: name$u,
|
|
9912
10095
|
query: query$u
|
|
9913
10096
|
};
|
|
9914
10097
|
|
|
9915
|
-
const name$t = "
|
|
10098
|
+
const name$t = "capitalVote";
|
|
9916
10099
|
const query$t = Selector("Query")({
|
|
9917
|
-
[name$t]: [{ data: $("data", "
|
|
10100
|
+
[name$t]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
|
|
9918
10101
|
});
|
|
9919
10102
|
|
|
9920
|
-
const
|
|
10103
|
+
const getVote = {
|
|
9921
10104
|
__proto__: null,
|
|
9922
10105
|
name: name$t,
|
|
9923
10106
|
query: query$t
|
|
9924
10107
|
};
|
|
9925
10108
|
|
|
9926
|
-
const name$s = "
|
|
10109
|
+
const name$s = "capitalVotes";
|
|
9927
10110
|
const query$s = Selector("Query")({
|
|
9928
|
-
[name$s]: [{
|
|
10111
|
+
[name$s]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
|
|
9929
10112
|
});
|
|
9930
10113
|
|
|
9931
|
-
const
|
|
10114
|
+
const getVotes = {
|
|
9932
10115
|
__proto__: null,
|
|
9933
10116
|
name: name$s,
|
|
9934
10117
|
query: query$s
|
|
9935
10118
|
};
|
|
9936
10119
|
|
|
9937
|
-
const
|
|
9938
|
-
const query$r = Selector("Query")({
|
|
9939
|
-
[name$r]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
|
|
9940
|
-
});
|
|
9941
|
-
|
|
9942
|
-
const getVotes = {
|
|
9943
|
-
__proto__: null,
|
|
9944
|
-
name: name$r,
|
|
9945
|
-
query: query$r
|
|
9946
|
-
};
|
|
9947
|
-
|
|
9948
|
-
const index$k = {
|
|
10120
|
+
const index$l = {
|
|
9949
10121
|
__proto__: null,
|
|
9950
10122
|
GetCapitalCandidates: getCapitalCandidates,
|
|
9951
10123
|
GetCommit: getCommit,
|
|
@@ -9983,20 +10155,20 @@ const index$k = {
|
|
|
9983
10155
|
GetVotes: getVotes
|
|
9984
10156
|
};
|
|
9985
10157
|
|
|
9986
|
-
const name$
|
|
9987
|
-
const query$
|
|
9988
|
-
[name$
|
|
10158
|
+
const name$r = "chairmanApproval";
|
|
10159
|
+
const query$r = Selector("Query")({
|
|
10160
|
+
[name$r]: [{ id: $("id", "String!") }, approvalSelector]
|
|
9989
10161
|
});
|
|
9990
10162
|
|
|
9991
10163
|
const getApproval = {
|
|
9992
10164
|
__proto__: null,
|
|
9993
|
-
name: name$
|
|
9994
|
-
query: query$
|
|
10165
|
+
name: name$r,
|
|
10166
|
+
query: query$r
|
|
9995
10167
|
};
|
|
9996
10168
|
|
|
9997
|
-
const name$
|
|
9998
|
-
const query$
|
|
9999
|
-
[name$
|
|
10169
|
+
const name$q = "chairmanApprovals";
|
|
10170
|
+
const query$q = Selector("Query")({
|
|
10171
|
+
[name$q]: [
|
|
10000
10172
|
{
|
|
10001
10173
|
filter: $("filter", "ApprovalFilter"),
|
|
10002
10174
|
options: $("options", "PaginationInput")
|
|
@@ -10007,73 +10179,73 @@ const query$p = Selector("Query")({
|
|
|
10007
10179
|
|
|
10008
10180
|
const getApprovals = {
|
|
10009
10181
|
__proto__: null,
|
|
10010
|
-
name: name$
|
|
10011
|
-
query: query$
|
|
10182
|
+
name: name$q,
|
|
10183
|
+
query: query$q
|
|
10012
10184
|
};
|
|
10013
10185
|
|
|
10014
|
-
const name$
|
|
10015
|
-
const query$
|
|
10016
|
-
[name$
|
|
10186
|
+
const name$p = "getChairmanOnboardingState";
|
|
10187
|
+
const query$p = Selector("Query")({
|
|
10188
|
+
[name$p]: chairmanOnboardingStateSelector
|
|
10017
10189
|
});
|
|
10018
10190
|
|
|
10019
10191
|
const getOnboardingState = {
|
|
10020
10192
|
__proto__: null,
|
|
10021
|
-
name: name$
|
|
10022
|
-
query: query$
|
|
10193
|
+
name: name$p,
|
|
10194
|
+
query: query$p
|
|
10023
10195
|
};
|
|
10024
10196
|
|
|
10025
|
-
const index$
|
|
10197
|
+
const index$k = {
|
|
10026
10198
|
__proto__: null,
|
|
10027
10199
|
GetApproval: getApproval,
|
|
10028
10200
|
GetApprovals: getApprovals,
|
|
10029
10201
|
GetOnboardingState: getOnboardingState
|
|
10030
10202
|
};
|
|
10031
10203
|
|
|
10032
|
-
const name$
|
|
10033
|
-
const query$
|
|
10034
|
-
[name$
|
|
10204
|
+
const name$o = "chatcoopCheckUsernameAvailability";
|
|
10205
|
+
const query$o = Selector("Query")({
|
|
10206
|
+
[name$o]: [{ data: $("data", "CheckMatrixUsernameInput!") }, true]
|
|
10035
10207
|
});
|
|
10036
10208
|
|
|
10037
10209
|
const checkUsernameAvailability = {
|
|
10038
10210
|
__proto__: null,
|
|
10039
|
-
name: name$
|
|
10040
|
-
query: query$
|
|
10211
|
+
name: name$o,
|
|
10212
|
+
query: query$o
|
|
10041
10213
|
};
|
|
10042
10214
|
|
|
10043
|
-
const name$
|
|
10044
|
-
const query$
|
|
10045
|
-
[name$
|
|
10215
|
+
const name$n = "chatcoopGetAccountStatus";
|
|
10216
|
+
const query$n = Selector("Query")({
|
|
10217
|
+
[name$n]: chatcoopAccountStatusSelector
|
|
10046
10218
|
});
|
|
10047
10219
|
|
|
10048
10220
|
const getAccountStatus = {
|
|
10049
10221
|
__proto__: null,
|
|
10050
|
-
name: name$
|
|
10051
|
-
query: query$
|
|
10222
|
+
name: name$n,
|
|
10223
|
+
query: query$n
|
|
10052
10224
|
};
|
|
10053
10225
|
|
|
10054
|
-
const name$
|
|
10055
|
-
const query$
|
|
10056
|
-
[name$
|
|
10226
|
+
const name$m = "chatcoopGetTranscription";
|
|
10227
|
+
const query$m = Selector("Query")({
|
|
10228
|
+
[name$m]: [{ data: $("data", "GetTranscriptionInput!") }, rawCallTranscriptionWithSegmentsSelector]
|
|
10057
10229
|
});
|
|
10058
10230
|
|
|
10059
10231
|
const getTranscription = {
|
|
10060
10232
|
__proto__: null,
|
|
10061
|
-
name: name$
|
|
10062
|
-
query: query$
|
|
10233
|
+
name: name$m,
|
|
10234
|
+
query: query$m
|
|
10063
10235
|
};
|
|
10064
10236
|
|
|
10065
|
-
const name$
|
|
10066
|
-
const query$
|
|
10067
|
-
[name$
|
|
10237
|
+
const name$l = "chatcoopGetTranscriptions";
|
|
10238
|
+
const query$l = Selector("Query")({
|
|
10239
|
+
[name$l]: [{ data: $("data", "GetTranscriptionsInput") }, rawCallTranscriptionSelector]
|
|
10068
10240
|
});
|
|
10069
10241
|
|
|
10070
10242
|
const getTranscriptions = {
|
|
10071
10243
|
__proto__: null,
|
|
10072
|
-
name: name$
|
|
10073
|
-
query: query$
|
|
10244
|
+
name: name$l,
|
|
10245
|
+
query: query$l
|
|
10074
10246
|
};
|
|
10075
10247
|
|
|
10076
|
-
const index$
|
|
10248
|
+
const index$j = {
|
|
10077
10249
|
__proto__: null,
|
|
10078
10250
|
CheckUsernameAvailability: checkUsernameAvailability,
|
|
10079
10251
|
GetAccountStatus: getAccountStatus,
|
|
@@ -10099,35 +10271,35 @@ const rawDesktopSelector = {
|
|
|
10099
10271
|
};
|
|
10100
10272
|
const desktopSelector = Selector("Desktop")(rawDesktopSelector);
|
|
10101
10273
|
|
|
10102
|
-
const name$
|
|
10103
|
-
const query$
|
|
10104
|
-
[name$
|
|
10274
|
+
const name$k = "getDesktop";
|
|
10275
|
+
const query$k = Selector("Query")({
|
|
10276
|
+
[name$k]: desktopSelector
|
|
10105
10277
|
});
|
|
10106
10278
|
|
|
10107
10279
|
const getDesktop = {
|
|
10108
10280
|
__proto__: null,
|
|
10109
|
-
name: name$
|
|
10110
|
-
query: query$
|
|
10281
|
+
name: name$k,
|
|
10282
|
+
query: query$k
|
|
10111
10283
|
};
|
|
10112
10284
|
|
|
10113
|
-
const index$
|
|
10285
|
+
const index$i = {
|
|
10114
10286
|
__proto__: null,
|
|
10115
10287
|
GetDesktop: getDesktop
|
|
10116
10288
|
};
|
|
10117
10289
|
|
|
10118
10290
|
const documentPaginationSelector = { ...paginationSelector, items: rawDocumentPackageAggregateSelector };
|
|
10119
|
-
const name$
|
|
10120
|
-
const query$
|
|
10121
|
-
[name$
|
|
10291
|
+
const name$j = "getDocuments";
|
|
10292
|
+
const query$j = Selector("Query")({
|
|
10293
|
+
[name$j]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
|
|
10122
10294
|
});
|
|
10123
10295
|
|
|
10124
10296
|
const getDocuments = {
|
|
10125
10297
|
__proto__: null,
|
|
10126
|
-
name: name$
|
|
10127
|
-
query: query$
|
|
10298
|
+
name: name$j,
|
|
10299
|
+
query: query$j
|
|
10128
10300
|
};
|
|
10129
10301
|
|
|
10130
|
-
const index$
|
|
10302
|
+
const index$h = {
|
|
10131
10303
|
__proto__: null,
|
|
10132
10304
|
GetDocuments: getDocuments
|
|
10133
10305
|
};
|
|
@@ -10150,9 +10322,9 @@ const rawPaginatedExtensionLogsSelector = {
|
|
|
10150
10322
|
};
|
|
10151
10323
|
const paginatedExtensionLogsSelector = Selector("ExtensionLogsPaginationResult")(rawPaginatedExtensionLogsSelector);
|
|
10152
10324
|
|
|
10153
|
-
const name$
|
|
10154
|
-
const query$
|
|
10155
|
-
[name$
|
|
10325
|
+
const name$i = "getExtensionLogs";
|
|
10326
|
+
const query$i = Selector("Query")({
|
|
10327
|
+
[name$i]: [
|
|
10156
10328
|
{
|
|
10157
10329
|
data: $("data", "GetExtensionLogsInput"),
|
|
10158
10330
|
options: $("options", "PaginationInput")
|
|
@@ -10163,31 +10335,31 @@ const query$h = Selector("Query")({
|
|
|
10163
10335
|
|
|
10164
10336
|
const getExtensionLogs = {
|
|
10165
10337
|
__proto__: null,
|
|
10166
|
-
name: name$
|
|
10167
|
-
query: query$
|
|
10338
|
+
name: name$i,
|
|
10339
|
+
query: query$i
|
|
10168
10340
|
};
|
|
10169
10341
|
|
|
10170
|
-
const name$
|
|
10171
|
-
const query$
|
|
10172
|
-
[name$
|
|
10342
|
+
const name$h = "getExtensions";
|
|
10343
|
+
const query$h = Selector("Query")({
|
|
10344
|
+
[name$h]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
|
|
10173
10345
|
});
|
|
10174
10346
|
|
|
10175
10347
|
const getExtensions = {
|
|
10176
10348
|
__proto__: null,
|
|
10177
|
-
name: name$
|
|
10178
|
-
query: query$
|
|
10349
|
+
name: name$h,
|
|
10350
|
+
query: query$h
|
|
10179
10351
|
};
|
|
10180
10352
|
|
|
10181
|
-
const index$
|
|
10353
|
+
const index$g = {
|
|
10182
10354
|
__proto__: null,
|
|
10183
10355
|
GetExtensionLogs: getExtensionLogs,
|
|
10184
10356
|
GetExtensions: getExtensions
|
|
10185
10357
|
};
|
|
10186
10358
|
|
|
10187
10359
|
const paginatedPaymentsSelector = { ...paginationSelector, items: rawPaymentSelector };
|
|
10188
|
-
const name$
|
|
10189
|
-
const query$
|
|
10190
|
-
[name$
|
|
10360
|
+
const name$g = "getPayments";
|
|
10361
|
+
const query$g = Selector("Query")({
|
|
10362
|
+
[name$g]: [
|
|
10191
10363
|
{
|
|
10192
10364
|
data: $("data", "PaymentFiltersInput"),
|
|
10193
10365
|
options: $("options", "PaginationInput")
|
|
@@ -10198,111 +10370,111 @@ const query$f = Selector("Query")({
|
|
|
10198
10370
|
|
|
10199
10371
|
const getPayments = {
|
|
10200
10372
|
__proto__: null,
|
|
10201
|
-
name: name$
|
|
10202
|
-
query: query$
|
|
10373
|
+
name: name$g,
|
|
10374
|
+
query: query$g
|
|
10203
10375
|
};
|
|
10204
10376
|
|
|
10205
|
-
const index$
|
|
10377
|
+
const index$f = {
|
|
10206
10378
|
__proto__: null,
|
|
10207
10379
|
GetPayments: getPayments
|
|
10208
10380
|
};
|
|
10209
10381
|
|
|
10210
|
-
const name$
|
|
10211
|
-
const query$
|
|
10212
|
-
[name$
|
|
10382
|
+
const name$f = "getLedger";
|
|
10383
|
+
const query$f = Selector("Query")({
|
|
10384
|
+
[name$f]: [{ data: $("data", "GetLedgerInput!") }, ledgerStateSelector]
|
|
10213
10385
|
});
|
|
10214
10386
|
|
|
10215
10387
|
const getLedger = {
|
|
10216
10388
|
__proto__: null,
|
|
10217
|
-
name: name$
|
|
10218
|
-
query: query$
|
|
10389
|
+
name: name$f,
|
|
10390
|
+
query: query$f
|
|
10219
10391
|
};
|
|
10220
10392
|
|
|
10221
|
-
const name$
|
|
10222
|
-
const query$
|
|
10223
|
-
[name$
|
|
10393
|
+
const name$e = "getLedgerHistory";
|
|
10394
|
+
const query$e = Selector("Query")({
|
|
10395
|
+
[name$e]: [{ data: $("data", "GetLedgerHistoryInput!") }, rawLedgerHistorySelector]
|
|
10224
10396
|
});
|
|
10225
10397
|
|
|
10226
10398
|
const getLedgerHistory = {
|
|
10227
10399
|
__proto__: null,
|
|
10228
|
-
name: name$
|
|
10229
|
-
query: query$
|
|
10400
|
+
name: name$e,
|
|
10401
|
+
query: query$e
|
|
10230
10402
|
};
|
|
10231
10403
|
|
|
10232
|
-
const index$
|
|
10404
|
+
const index$e = {
|
|
10233
10405
|
__proto__: null,
|
|
10234
10406
|
GetLedger: getLedger,
|
|
10235
10407
|
GetLedgerHistory: getLedgerHistory
|
|
10236
10408
|
};
|
|
10237
10409
|
|
|
10238
|
-
const name$
|
|
10239
|
-
const query$
|
|
10240
|
-
[name$
|
|
10410
|
+
const name$d = "getMeet";
|
|
10411
|
+
const query$d = Selector("Query")({
|
|
10412
|
+
[name$d]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
|
|
10241
10413
|
});
|
|
10242
10414
|
|
|
10243
10415
|
const getMeet = {
|
|
10244
10416
|
__proto__: null,
|
|
10245
|
-
name: name$
|
|
10246
|
-
query: query$
|
|
10417
|
+
name: name$d,
|
|
10418
|
+
query: query$d
|
|
10247
10419
|
};
|
|
10248
10420
|
|
|
10249
|
-
const name$
|
|
10250
|
-
const query$
|
|
10251
|
-
[name$
|
|
10421
|
+
const name$c = "getMeets";
|
|
10422
|
+
const query$c = Selector("Query")({
|
|
10423
|
+
[name$c]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
|
|
10252
10424
|
});
|
|
10253
10425
|
|
|
10254
10426
|
const getMeets = {
|
|
10255
10427
|
__proto__: null,
|
|
10256
|
-
name: name$
|
|
10257
|
-
query: query$
|
|
10428
|
+
name: name$c,
|
|
10429
|
+
query: query$c
|
|
10258
10430
|
};
|
|
10259
10431
|
|
|
10260
|
-
const index$
|
|
10432
|
+
const index$d = {
|
|
10261
10433
|
__proto__: null,
|
|
10262
10434
|
GetMeet: getMeet,
|
|
10263
10435
|
GetMeets: getMeets
|
|
10264
10436
|
};
|
|
10265
10437
|
|
|
10266
|
-
const name$
|
|
10267
|
-
const query$
|
|
10268
|
-
[name$
|
|
10438
|
+
const name$b = "getUserWebPushSubscriptions";
|
|
10439
|
+
const query$b = Selector("Query")({
|
|
10440
|
+
[name$b]: [{ data: $("data", "GetUserSubscriptionsInput!") }, rawWebPushSubscriptionSelector]
|
|
10269
10441
|
});
|
|
10270
10442
|
|
|
10271
10443
|
const getUserWebPushSubscriptions = {
|
|
10272
10444
|
__proto__: null,
|
|
10273
|
-
name: name$
|
|
10274
|
-
query: query$
|
|
10445
|
+
name: name$b,
|
|
10446
|
+
query: query$b
|
|
10275
10447
|
};
|
|
10276
10448
|
|
|
10277
|
-
const name$
|
|
10278
|
-
const query$
|
|
10279
|
-
[name$
|
|
10449
|
+
const name$a = "getWebPushSubscriptionStats";
|
|
10450
|
+
const query$a = Selector("Query")({
|
|
10451
|
+
[name$a]: rawSubscriptionStatsSelector
|
|
10280
10452
|
});
|
|
10281
10453
|
|
|
10282
10454
|
const getWebPushSubscriptionStats = {
|
|
10283
10455
|
__proto__: null,
|
|
10284
|
-
name: name$
|
|
10285
|
-
query: query$
|
|
10456
|
+
name: name$a,
|
|
10457
|
+
query: query$a
|
|
10286
10458
|
};
|
|
10287
10459
|
|
|
10288
|
-
const index$
|
|
10460
|
+
const index$c = {
|
|
10289
10461
|
__proto__: null,
|
|
10290
10462
|
GetUserWebPushSubscriptions: getUserWebPushSubscriptions,
|
|
10291
10463
|
GetWebPushSubscriptionStats: getWebPushSubscriptionStats
|
|
10292
10464
|
};
|
|
10293
10465
|
|
|
10294
|
-
const name$
|
|
10295
|
-
const query$
|
|
10296
|
-
[name$
|
|
10466
|
+
const name$9 = "onecoopGetDocuments";
|
|
10467
|
+
const query$9 = Selector("Query")({
|
|
10468
|
+
[name$9]: [{ data: $("data", "GetOneCoopDocumentsInput!") }, oneCoopDocumentsPaginationSelector]
|
|
10297
10469
|
});
|
|
10298
10470
|
|
|
10299
10471
|
const getOneCoopDocuments = {
|
|
10300
10472
|
__proto__: null,
|
|
10301
|
-
name: name$
|
|
10302
|
-
query: query$
|
|
10473
|
+
name: name$9,
|
|
10474
|
+
query: query$9
|
|
10303
10475
|
};
|
|
10304
10476
|
|
|
10305
|
-
const index$
|
|
10477
|
+
const index$b = {
|
|
10306
10478
|
__proto__: null,
|
|
10307
10479
|
GetOneCoopDocuments: getOneCoopDocuments
|
|
10308
10480
|
};
|
|
@@ -10310,17 +10482,17 @@ const index$a = {
|
|
|
10310
10482
|
const rawPaymentMethodPaginationSelector = { ...paginationSelector, items: rawPaymentMethodSelector };
|
|
10311
10483
|
Selector("PaymentMethodPaginationResult")(rawPaymentMethodPaginationSelector);
|
|
10312
10484
|
|
|
10313
|
-
const name$
|
|
10314
|
-
const query$
|
|
10315
|
-
[name$
|
|
10485
|
+
const name$8 = "getPaymentMethods";
|
|
10486
|
+
const query$8 = Selector("Query")({
|
|
10487
|
+
[name$8]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
|
|
10316
10488
|
});
|
|
10317
10489
|
|
|
10318
10490
|
const getPaymentMethods = {
|
|
10319
10491
|
__proto__: null,
|
|
10320
|
-
query: query$
|
|
10492
|
+
query: query$8
|
|
10321
10493
|
};
|
|
10322
10494
|
|
|
10323
|
-
const index$
|
|
10495
|
+
const index$a = {
|
|
10324
10496
|
__proto__: null,
|
|
10325
10497
|
GetPaymentMethods: getPaymentMethods
|
|
10326
10498
|
};
|
|
@@ -10335,11 +10507,38 @@ const getCandidatesQuery = Selector("Query")({
|
|
|
10335
10507
|
]
|
|
10336
10508
|
});
|
|
10337
10509
|
|
|
10338
|
-
const index$
|
|
10510
|
+
const index$9 = {
|
|
10339
10511
|
__proto__: null,
|
|
10340
10512
|
getCandidatesQuery: getCandidatesQuery
|
|
10341
10513
|
};
|
|
10342
10514
|
|
|
10515
|
+
const name$7 = "searchDocuments";
|
|
10516
|
+
const query$7 = {
|
|
10517
|
+
[name$7]: [
|
|
10518
|
+
{ data: $("data", "SearchDocumentsInput!") },
|
|
10519
|
+
{
|
|
10520
|
+
hash: true,
|
|
10521
|
+
full_title: true,
|
|
10522
|
+
username: true,
|
|
10523
|
+
coopname: true,
|
|
10524
|
+
registry_id: true,
|
|
10525
|
+
created_at: true,
|
|
10526
|
+
highlights: true
|
|
10527
|
+
}
|
|
10528
|
+
]
|
|
10529
|
+
};
|
|
10530
|
+
|
|
10531
|
+
const searchDocuments = {
|
|
10532
|
+
__proto__: null,
|
|
10533
|
+
name: name$7,
|
|
10534
|
+
query: query$7
|
|
10535
|
+
};
|
|
10536
|
+
|
|
10537
|
+
const index$8 = {
|
|
10538
|
+
__proto__: null,
|
|
10539
|
+
SearchDocuments: searchDocuments
|
|
10540
|
+
};
|
|
10541
|
+
|
|
10343
10542
|
const name$6 = "getCurrentInstance";
|
|
10344
10543
|
const query$6 = Selector("Query")({
|
|
10345
10544
|
[name$6]: currentInstanceSelector
|
|
@@ -10451,24 +10650,25 @@ const index$6 = {
|
|
|
10451
10650
|
|
|
10452
10651
|
const index$5 = {
|
|
10453
10652
|
__proto__: null,
|
|
10454
|
-
Accounts: index$
|
|
10455
|
-
Agenda: index$
|
|
10456
|
-
Agreements: index$
|
|
10457
|
-
BlockchainExplorer: index$
|
|
10458
|
-
Branches: index$
|
|
10459
|
-
Capital: index$
|
|
10460
|
-
Chairman: index$
|
|
10461
|
-
ChatCoop: index$
|
|
10462
|
-
Desktop: index$
|
|
10463
|
-
Documents: index$
|
|
10464
|
-
Extensions: index$
|
|
10465
|
-
Gateway: index$
|
|
10466
|
-
Ledger: index$
|
|
10467
|
-
Meet: index$
|
|
10468
|
-
Notification: index$
|
|
10469
|
-
OneCoop: index$
|
|
10470
|
-
PaymentMethods: index$
|
|
10471
|
-
Registration: index$
|
|
10653
|
+
Accounts: index$q,
|
|
10654
|
+
Agenda: index$p,
|
|
10655
|
+
Agreements: index$o,
|
|
10656
|
+
BlockchainExplorer: index$n,
|
|
10657
|
+
Branches: index$m,
|
|
10658
|
+
Capital: index$l,
|
|
10659
|
+
Chairman: index$k,
|
|
10660
|
+
ChatCoop: index$j,
|
|
10661
|
+
Desktop: index$i,
|
|
10662
|
+
Documents: index$h,
|
|
10663
|
+
Extensions: index$g,
|
|
10664
|
+
Gateway: index$f,
|
|
10665
|
+
Ledger: index$e,
|
|
10666
|
+
Meet: index$d,
|
|
10667
|
+
Notification: index$c,
|
|
10668
|
+
OneCoop: index$b,
|
|
10669
|
+
PaymentMethods: index$a,
|
|
10670
|
+
Registration: index$9,
|
|
10671
|
+
Search: index$8,
|
|
10472
10672
|
System: index$7,
|
|
10473
10673
|
Wallet: index$6
|
|
10474
10674
|
};
|
|
@@ -10567,7 +10767,7 @@ const _Client = class _Client {
|
|
|
10567
10767
|
signature
|
|
10568
10768
|
}
|
|
10569
10769
|
};
|
|
10570
|
-
const { [name$
|
|
10770
|
+
const { [name$3t]: result } = await this.thunder("mutation")(
|
|
10571
10771
|
mutation$2l,
|
|
10572
10772
|
{
|
|
10573
10773
|
variables
|
|
@@ -10689,4 +10889,4 @@ __publicField(_Client, "scalars", ZeusScalars({
|
|
|
10689
10889
|
}));
|
|
10690
10890
|
let Client = _Client;
|
|
10691
10891
|
|
|
10692
|
-
export { Classes, Client, Mutations, index$5 as Queries, index$
|
|
10892
|
+
export { Classes, Client, Mutations, index$5 as Queries, index$L as Selectors, index as Types, index$M as Zeus };
|