@coopenomics/sdk 2026.3.24-7 → 2026.4.26-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/dist/index.cjs +1419 -962
- package/dist/index.d.cts +5123 -2492
- package/dist/index.d.mts +5123 -2492
- package/dist/index.d.ts +5123 -2492
- package/dist/index.mjs +1419 -962
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -970,6 +970,7 @@ const AllTypesProps = {
|
|
|
970
970
|
CapitalSegmentFilter: {
|
|
971
971
|
status: "SegmentStatus"
|
|
972
972
|
},
|
|
973
|
+
CapitalStoryContentFormat: "enum",
|
|
973
974
|
CapitalStoryFilter: {
|
|
974
975
|
status: "StoryStatus"
|
|
975
976
|
},
|
|
@@ -1025,6 +1026,10 @@ const AllTypesProps = {
|
|
|
1025
1026
|
proposal: "AnnualGeneralMeetingAgendaSignedDocumentInput"
|
|
1026
1027
|
},
|
|
1027
1028
|
CreateBranchInput: {},
|
|
1029
|
+
CreateChatCoopCalendarEventInput: {
|
|
1030
|
+
endsAt: "DateTime",
|
|
1031
|
+
startsAt: "DateTime"
|
|
1032
|
+
},
|
|
1028
1033
|
CreateChildOrderInput: {
|
|
1029
1034
|
document: "ReturnByAssetStatementSignedDocumentInput"
|
|
1030
1035
|
},
|
|
@@ -1069,6 +1074,9 @@ const AllTypesProps = {
|
|
|
1069
1074
|
},
|
|
1070
1075
|
CreateParentOfferInput: {},
|
|
1071
1076
|
CreateProcessTemplateInput: {},
|
|
1077
|
+
CreateProgramInvestInput: {
|
|
1078
|
+
statement: "ProgramCapitalizationMoneyInvestStatementSignedDocumentInput"
|
|
1079
|
+
},
|
|
1072
1080
|
CreateProgramPropertyInput: {
|
|
1073
1081
|
statement: "SignedDigitalDocumentInput"
|
|
1074
1082
|
},
|
|
@@ -1181,14 +1189,16 @@ const AllTypesProps = {
|
|
|
1181
1189
|
GetInvestInput: {},
|
|
1182
1190
|
GetLedgerHistoryInput: {},
|
|
1183
1191
|
GetLedgerInput: {},
|
|
1192
|
+
GetMaxOriginServerTsForRoomInput: {},
|
|
1184
1193
|
GetMeetInput: {},
|
|
1185
1194
|
GetMeetsInput: {},
|
|
1186
1195
|
GetOneCoopDocumentsInput: {},
|
|
1187
1196
|
GetPaymentMethodsInput: {},
|
|
1188
|
-
|
|
1197
|
+
GetProjectCommunicationRoomsInput: {},
|
|
1189
1198
|
GetProjectInput: {},
|
|
1190
1199
|
GetProjectWithRelationsInput: {},
|
|
1191
1200
|
GetResultInput: {},
|
|
1201
|
+
GetRoomMessagesForUtcDateInput: {},
|
|
1192
1202
|
GetTranscriptionInput: {},
|
|
1193
1203
|
GetTranscriptionsInput: {},
|
|
1194
1204
|
GetUserSubscriptionsInput: {},
|
|
@@ -1207,6 +1217,7 @@ const AllTypesProps = {
|
|
|
1207
1217
|
IssueStatus: "enum",
|
|
1208
1218
|
JSON: `scalar.JSON`,
|
|
1209
1219
|
JSONObject: `scalar.JSONObject`,
|
|
1220
|
+
ListUtcDatesWithNewRoomMessagesInput: {},
|
|
1210
1221
|
LogEntityType: "enum",
|
|
1211
1222
|
LogEventType: "enum",
|
|
1212
1223
|
LoginInput: {},
|
|
@@ -1215,6 +1226,7 @@ const AllTypesProps = {
|
|
|
1215
1226
|
document: "SignedDigitalDocumentInput"
|
|
1216
1227
|
},
|
|
1217
1228
|
ModerateRequestInput: {},
|
|
1229
|
+
MoveCapitalIssueToComponentInput: {},
|
|
1218
1230
|
Mutation: {
|
|
1219
1231
|
acceptChildOrder: {
|
|
1220
1232
|
data: "AcceptChildOrderInput"
|
|
@@ -1273,6 +1285,9 @@ const AllTypesProps = {
|
|
|
1273
1285
|
capitalCreateProcessTemplate: {
|
|
1274
1286
|
data: "CreateProcessTemplateInput"
|
|
1275
1287
|
},
|
|
1288
|
+
capitalCreateProgramInvest: {
|
|
1289
|
+
data: "CreateProgramInvestInput"
|
|
1290
|
+
},
|
|
1276
1291
|
capitalCreateProgramProperty: {
|
|
1277
1292
|
data: "CreateProgramPropertyInput"
|
|
1278
1293
|
},
|
|
@@ -1389,6 +1404,10 @@ const AllTypesProps = {
|
|
|
1389
1404
|
data: "GenerateDocumentInput",
|
|
1390
1405
|
options: "GenerateDocumentOptionsInput"
|
|
1391
1406
|
},
|
|
1407
|
+
capitalGenerateProgramMoneyInvestStatement: {
|
|
1408
|
+
data: "ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput",
|
|
1409
|
+
options: "GenerateDocumentOptionsInput"
|
|
1410
|
+
},
|
|
1392
1411
|
capitalGenerateProjectGenerationContract: {
|
|
1393
1412
|
data: "ProjectGenerationContractGenerateDocumentInput",
|
|
1394
1413
|
options: "GenerateDocumentOptionsInput"
|
|
@@ -1414,6 +1433,9 @@ const AllTypesProps = {
|
|
|
1414
1433
|
capitalMakeClearance: {
|
|
1415
1434
|
data: "MakeClearanceInput"
|
|
1416
1435
|
},
|
|
1436
|
+
capitalMoveIssueToComponent: {
|
|
1437
|
+
data: "MoveCapitalIssueToComponentInput"
|
|
1438
|
+
},
|
|
1417
1439
|
capitalOpenProject: {
|
|
1418
1440
|
data: "OpenProjectInput"
|
|
1419
1441
|
},
|
|
@@ -1438,6 +1460,9 @@ const AllTypesProps = {
|
|
|
1438
1460
|
capitalSetPlan: {
|
|
1439
1461
|
data: "SetPlanInput"
|
|
1440
1462
|
},
|
|
1463
|
+
capitalSetProjectDevelopmentRepositoryUrl: {
|
|
1464
|
+
data: "SetCapitalProjectDevelopmentRepositoryUrlInput"
|
|
1465
|
+
},
|
|
1441
1466
|
capitalSignActAsChairman: {
|
|
1442
1467
|
data: "SignActAsChairmanInput"
|
|
1443
1468
|
},
|
|
@@ -1477,6 +1502,16 @@ const AllTypesProps = {
|
|
|
1477
1502
|
chatcoopCreateAccount: {
|
|
1478
1503
|
data: "CreateMatrixAccountInputDTO"
|
|
1479
1504
|
},
|
|
1505
|
+
chatcoopCreateCalendarEvent: {
|
|
1506
|
+
data: "CreateChatCoopCalendarEventInput"
|
|
1507
|
+
},
|
|
1508
|
+
chatcoopDeleteCalendarEvent: {},
|
|
1509
|
+
chatcoopUpdateCalendarEvent: {
|
|
1510
|
+
data: "UpdateChatCoopCalendarEventInput"
|
|
1511
|
+
},
|
|
1512
|
+
chatcoopUpdateTranscriptionMemo: {
|
|
1513
|
+
data: "UpdateCallTranscriptionMemoInput"
|
|
1514
|
+
},
|
|
1480
1515
|
completeCapitalOnboardingStep: {
|
|
1481
1516
|
data: "CapitalOnboardingStepInput"
|
|
1482
1517
|
},
|
|
@@ -1802,7 +1837,12 @@ const AllTypesProps = {
|
|
|
1802
1837
|
position: "ProcessStepPositionInput"
|
|
1803
1838
|
},
|
|
1804
1839
|
ProcessTemplateStatus: "enum",
|
|
1805
|
-
|
|
1840
|
+
ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput: {},
|
|
1841
|
+
ProgramCapitalizationMoneyInvestStatementSignedDocumentInput: {
|
|
1842
|
+
meta: "ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput",
|
|
1843
|
+
signatures: "SignatureInfoInput"
|
|
1844
|
+
},
|
|
1845
|
+
ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput: {},
|
|
1806
1846
|
ProgramKey: "enum",
|
|
1807
1847
|
ProgramType: "enum",
|
|
1808
1848
|
ProgramWalletFilterInput: {
|
|
@@ -1887,13 +1927,6 @@ const AllTypesProps = {
|
|
|
1887
1927
|
filter: "CapitalIssueFilter",
|
|
1888
1928
|
options: "PaginationInput"
|
|
1889
1929
|
},
|
|
1890
|
-
capitalProgramInvest: {
|
|
1891
|
-
data: "GetProgramInvestInput"
|
|
1892
|
-
},
|
|
1893
|
-
capitalProgramInvests: {
|
|
1894
|
-
filter: "CapitalInvestFilter",
|
|
1895
|
-
options: "PaginationInput"
|
|
1896
|
-
},
|
|
1897
1930
|
capitalProject: {
|
|
1898
1931
|
data: "GetProjectInput"
|
|
1899
1932
|
},
|
|
@@ -1955,12 +1988,24 @@ const AllTypesProps = {
|
|
|
1955
1988
|
chatcoopCheckUsernameAvailability: {
|
|
1956
1989
|
data: "CheckMatrixUsernameInput"
|
|
1957
1990
|
},
|
|
1991
|
+
chatcoopGetMaxOriginServerTsForRoom: {
|
|
1992
|
+
data: "GetMaxOriginServerTsForRoomInput"
|
|
1993
|
+
},
|
|
1994
|
+
chatcoopGetRoomMessagesForUtcDate: {
|
|
1995
|
+
data: "GetRoomMessagesForUtcDateInput"
|
|
1996
|
+
},
|
|
1958
1997
|
chatcoopGetTranscription: {
|
|
1959
1998
|
data: "GetTranscriptionInput"
|
|
1960
1999
|
},
|
|
1961
2000
|
chatcoopGetTranscriptions: {
|
|
1962
2001
|
data: "GetTranscriptionsInput"
|
|
1963
2002
|
},
|
|
2003
|
+
chatcoopListProjectCommunicationRooms: {
|
|
2004
|
+
data: "GetProjectCommunicationRoomsInput"
|
|
2005
|
+
},
|
|
2006
|
+
chatcoopListUtcDatesWithNewRoomMessages: {
|
|
2007
|
+
data: "ListUtcDatesWithNewRoomMessagesInput"
|
|
2008
|
+
},
|
|
1964
2009
|
getAccount: {
|
|
1965
2010
|
data: "GetAccountInput"
|
|
1966
2011
|
},
|
|
@@ -2108,6 +2153,7 @@ const AllTypesProps = {
|
|
|
2108
2153
|
signatures: "SignatureInfoInput"
|
|
2109
2154
|
},
|
|
2110
2155
|
ReturnByMoneySignedMetaDocumentInput: {},
|
|
2156
|
+
RoomMessageKind: "enum",
|
|
2111
2157
|
SbpDataInput: {},
|
|
2112
2158
|
SearchDocumentsInput: {},
|
|
2113
2159
|
SearchPrivateAccountsInput: {},
|
|
@@ -2124,6 +2170,7 @@ const AllTypesProps = {
|
|
|
2124
2170
|
SendAgreementInput: {
|
|
2125
2171
|
document: "SignedDigitalDocumentInput"
|
|
2126
2172
|
},
|
|
2173
|
+
SetCapitalProjectDevelopmentRepositoryUrlInput: {},
|
|
2127
2174
|
SetConfigInput: {
|
|
2128
2175
|
config: "ConfigInput"
|
|
2129
2176
|
},
|
|
@@ -2168,7 +2215,6 @@ const AllTypesProps = {
|
|
|
2168
2215
|
StartVotingInput: {},
|
|
2169
2216
|
StopProjectInput: {},
|
|
2170
2217
|
StoryStatus: "enum",
|
|
2171
|
-
CapitalStoryContentFormat: "enum",
|
|
2172
2218
|
SubmitVoteInput: {
|
|
2173
2219
|
votes: "VoteDistributionInput"
|
|
2174
2220
|
},
|
|
@@ -2195,6 +2241,11 @@ const AllTypesProps = {
|
|
|
2195
2241
|
UpdateBankAccountInput: {
|
|
2196
2242
|
data: "BankAccountInput"
|
|
2197
2243
|
},
|
|
2244
|
+
UpdateCallTranscriptionMemoInput: {},
|
|
2245
|
+
UpdateChatCoopCalendarEventInput: {
|
|
2246
|
+
endsAt: "DateTime",
|
|
2247
|
+
startsAt: "DateTime"
|
|
2248
|
+
},
|
|
2198
2249
|
UpdateEntrepreneurDataInput: {
|
|
2199
2250
|
country: "Country",
|
|
2200
2251
|
details: "EntrepreneurDetailsInput"
|
|
@@ -2218,6 +2269,7 @@ const AllTypesProps = {
|
|
|
2218
2269
|
UpdateRequestInput: {},
|
|
2219
2270
|
UpdateSettingsInput: {},
|
|
2220
2271
|
UpdateStoryInput: {
|
|
2272
|
+
content_format: "CapitalStoryContentFormat",
|
|
2221
2273
|
status: "StoryStatus"
|
|
2222
2274
|
},
|
|
2223
2275
|
UserStatus: "enum",
|
|
@@ -2240,7 +2292,8 @@ const AllTypesProps = {
|
|
|
2240
2292
|
WebPushSubscriptionDataInput: {
|
|
2241
2293
|
keys: "WebPushSubscriptionKeysInput"
|
|
2242
2294
|
},
|
|
2243
|
-
WebPushSubscriptionKeysInput: {}
|
|
2295
|
+
WebPushSubscriptionKeysInput: {},
|
|
2296
|
+
ID: `scalar.ID`
|
|
2244
2297
|
};
|
|
2245
2298
|
const ReturnTypes = {
|
|
2246
2299
|
Account: {
|
|
@@ -2384,6 +2437,7 @@ const ReturnTypes = {
|
|
|
2384
2437
|
crps: "CapitalProjectCrpsData",
|
|
2385
2438
|
data: "String",
|
|
2386
2439
|
description: "String",
|
|
2440
|
+
development_repository_url: "String",
|
|
2387
2441
|
fact: "CapitalProjectFactPool",
|
|
2388
2442
|
id: "Int",
|
|
2389
2443
|
invite: "String",
|
|
@@ -2516,6 +2570,7 @@ const ReturnTypes = {
|
|
|
2516
2570
|
endedAt: "DateTime",
|
|
2517
2571
|
id: "String",
|
|
2518
2572
|
matrixRoomId: "String",
|
|
2573
|
+
memo: "String",
|
|
2519
2574
|
participants: "String",
|
|
2520
2575
|
roomId: "String",
|
|
2521
2576
|
roomName: "String",
|
|
@@ -2642,8 +2697,8 @@ const ReturnTypes = {
|
|
|
2642
2697
|
generator_offer_hash: "String",
|
|
2643
2698
|
hours_per_day: "Float",
|
|
2644
2699
|
id: "Int",
|
|
2645
|
-
is_external_contract: "Boolean",
|
|
2646
2700
|
is_external_blagorost_agreement: "Boolean",
|
|
2701
|
+
is_external_contract: "Boolean",
|
|
2647
2702
|
last_energy_update: "String",
|
|
2648
2703
|
level: "Int",
|
|
2649
2704
|
main_wallet: "ProgramWallet",
|
|
@@ -2735,9 +2790,14 @@ const ReturnTypes = {
|
|
|
2735
2790
|
creators: "String",
|
|
2736
2791
|
cycle_id: "String",
|
|
2737
2792
|
description: "String",
|
|
2738
|
-
estimate: "
|
|
2793
|
+
estimate: "Float",
|
|
2794
|
+
fact: "Float",
|
|
2795
|
+
fact_by_contributor: "CapitalIssueContributorFact",
|
|
2796
|
+
fact_committed: "Float",
|
|
2797
|
+
fact_uncommitted: "Float",
|
|
2739
2798
|
id: "String",
|
|
2740
2799
|
issue_hash: "String",
|
|
2800
|
+
linked_git_commits: "CapitalIssueLinkedGitCommit",
|
|
2741
2801
|
metadata: "JSON",
|
|
2742
2802
|
permissions: "CapitalIssuePermissions",
|
|
2743
2803
|
present: "Boolean",
|
|
@@ -2748,6 +2808,18 @@ const ReturnTypes = {
|
|
|
2748
2808
|
submaster: "String",
|
|
2749
2809
|
title: "String"
|
|
2750
2810
|
},
|
|
2811
|
+
CapitalIssueContributorFact: {
|
|
2812
|
+
contributor_hash: "String",
|
|
2813
|
+
hours: "Float"
|
|
2814
|
+
},
|
|
2815
|
+
CapitalIssueLinkedGitCommit: {
|
|
2816
|
+
commit_message: "String",
|
|
2817
|
+
committed_at: "DateTime",
|
|
2818
|
+
consumed: "Boolean",
|
|
2819
|
+
github_sha: "String",
|
|
2820
|
+
html_url: "String",
|
|
2821
|
+
username: "String"
|
|
2822
|
+
},
|
|
2751
2823
|
CapitalIssuePermissions: {
|
|
2752
2824
|
allowed_status_transitions: "IssueStatus",
|
|
2753
2825
|
can_assign_creator: "Boolean",
|
|
@@ -2757,6 +2829,8 @@ const ReturnTypes = {
|
|
|
2757
2829
|
can_delete_issue: "Boolean",
|
|
2758
2830
|
can_delete_requirement: "Boolean",
|
|
2759
2831
|
can_edit_issue: "Boolean",
|
|
2832
|
+
can_edit_requirement: "Boolean",
|
|
2833
|
+
can_move_issue: "Boolean",
|
|
2760
2834
|
can_set_done: "Boolean",
|
|
2761
2835
|
can_set_estimate: "Boolean",
|
|
2762
2836
|
can_set_on_review: "Boolean",
|
|
@@ -2791,22 +2865,6 @@ const ReturnTypes = {
|
|
|
2791
2865
|
onboarding_generator_program_template_hash: "String",
|
|
2792
2866
|
onboarding_init_at: "String"
|
|
2793
2867
|
},
|
|
2794
|
-
CapitalProgramInvest: {
|
|
2795
|
-
_created_at: "DateTime",
|
|
2796
|
-
_id: "String",
|
|
2797
|
-
_updated_at: "DateTime",
|
|
2798
|
-
amount: "Float",
|
|
2799
|
-
block_num: "Int",
|
|
2800
|
-
blockchain_status: "String",
|
|
2801
|
-
coopname: "String",
|
|
2802
|
-
id: "Int",
|
|
2803
|
-
invest_hash: "String",
|
|
2804
|
-
invested_at: "String",
|
|
2805
|
-
present: "Boolean",
|
|
2806
|
-
statement: "DocumentAggregate",
|
|
2807
|
-
status: "ProgramInvestStatus",
|
|
2808
|
-
username: "String"
|
|
2809
|
-
},
|
|
2810
2868
|
CapitalProject: {
|
|
2811
2869
|
_created_at: "DateTime",
|
|
2812
2870
|
_id: "String",
|
|
@@ -2820,6 +2878,7 @@ const ReturnTypes = {
|
|
|
2820
2878
|
crps: "CapitalProjectCrpsData",
|
|
2821
2879
|
data: "String",
|
|
2822
2880
|
description: "String",
|
|
2881
|
+
development_repository_url: "String",
|
|
2823
2882
|
fact: "CapitalProjectFactPool",
|
|
2824
2883
|
id: "Int",
|
|
2825
2884
|
invite: "String",
|
|
@@ -2851,6 +2910,7 @@ const ReturnTypes = {
|
|
|
2851
2910
|
crps: "CapitalProjectCrpsData",
|
|
2852
2911
|
data: "String",
|
|
2853
2912
|
description: "String",
|
|
2913
|
+
development_repository_url: "String",
|
|
2854
2914
|
fact: "CapitalProjectFactPool",
|
|
2855
2915
|
id: "Int",
|
|
2856
2916
|
invite: "String",
|
|
@@ -2919,6 +2979,7 @@ const ReturnTypes = {
|
|
|
2919
2979
|
can_delete_project: "Boolean",
|
|
2920
2980
|
can_delete_requirement: "Boolean",
|
|
2921
2981
|
can_edit_project: "Boolean",
|
|
2982
|
+
can_edit_requirement: "Boolean",
|
|
2922
2983
|
can_manage_authors: "Boolean",
|
|
2923
2984
|
can_manage_issues: "Boolean",
|
|
2924
2985
|
can_set_master: "Boolean",
|
|
@@ -3067,8 +3128,8 @@ const ReturnTypes = {
|
|
|
3067
3128
|
_id: "String",
|
|
3068
3129
|
_updated_at: "DateTime",
|
|
3069
3130
|
block_num: "Float",
|
|
3070
|
-
coopname: "String",
|
|
3071
3131
|
content_format: "CapitalStoryContentFormat",
|
|
3132
|
+
coopname: "String",
|
|
3072
3133
|
created_by: "String",
|
|
3073
3134
|
description: "String",
|
|
3074
3135
|
issue_hash: "String",
|
|
@@ -3156,6 +3217,36 @@ const ReturnTypes = {
|
|
|
3156
3217
|
name: "String",
|
|
3157
3218
|
writeoff: "String"
|
|
3158
3219
|
},
|
|
3220
|
+
ChatCoopCalendarEvent: {
|
|
3221
|
+
createdAt: "DateTime",
|
|
3222
|
+
createdByUsername: "String",
|
|
3223
|
+
description: "String",
|
|
3224
|
+
endsAt: "DateTime",
|
|
3225
|
+
icsSequence: "Int",
|
|
3226
|
+
id: "String",
|
|
3227
|
+
matrixRoomId: "String",
|
|
3228
|
+
startsAt: "DateTime",
|
|
3229
|
+
title: "String",
|
|
3230
|
+
updatedAt: "DateTime"
|
|
3231
|
+
},
|
|
3232
|
+
ChatCoopCalendarIcsUrlResponse: {
|
|
3233
|
+
icsUrl: "String"
|
|
3234
|
+
},
|
|
3235
|
+
ChatCoopCalendarRoomOption: {
|
|
3236
|
+
displayLabel: "String",
|
|
3237
|
+
matrixRoomId: "String"
|
|
3238
|
+
},
|
|
3239
|
+
ChatcoopProjectCommunicationRoom: {
|
|
3240
|
+
displayLabel: "String",
|
|
3241
|
+
matrixRoomId: "String"
|
|
3242
|
+
},
|
|
3243
|
+
ChatcoopRoomMessageLine: {
|
|
3244
|
+
authorLabel: "String",
|
|
3245
|
+
bodyText: "String",
|
|
3246
|
+
coopUsername: "String",
|
|
3247
|
+
kind: "RoomMessageKind",
|
|
3248
|
+
originServerTs: "Float"
|
|
3249
|
+
},
|
|
3159
3250
|
ContactsDTO: {
|
|
3160
3251
|
chairman: "PublicChairman",
|
|
3161
3252
|
details: "OrganizationDetails",
|
|
@@ -3529,6 +3620,7 @@ const ReturnTypes = {
|
|
|
3529
3620
|
agenda: "AgendaMeetPoint",
|
|
3530
3621
|
close_at: "DateTime",
|
|
3531
3622
|
coopname: "String",
|
|
3623
|
+
details: "String",
|
|
3532
3624
|
hash: "String",
|
|
3533
3625
|
initiator: "String",
|
|
3534
3626
|
initiator_certificate: "UserCertificateUnion",
|
|
@@ -3607,6 +3699,7 @@ const ReturnTypes = {
|
|
|
3607
3699
|
capitalCreateExpense: "Transaction",
|
|
3608
3700
|
capitalCreateIssue: "CapitalIssue",
|
|
3609
3701
|
capitalCreateProcessTemplate: "ProcessTemplate",
|
|
3702
|
+
capitalCreateProgramInvest: "Transaction",
|
|
3610
3703
|
capitalCreateProgramProperty: "Transaction",
|
|
3611
3704
|
capitalCreateProject: "Transaction",
|
|
3612
3705
|
capitalCreateProjectInvest: "Transaction",
|
|
@@ -3640,6 +3733,7 @@ const ReturnTypes = {
|
|
|
3640
3733
|
capitalGenerateGenerationToProjectConvertStatement: "GeneratedDocument",
|
|
3641
3734
|
capitalGenerateGetLoanDecision: "GeneratedDocument",
|
|
3642
3735
|
capitalGenerateGetLoanStatement: "GeneratedDocument",
|
|
3736
|
+
capitalGenerateProgramMoneyInvestStatement: "GeneratedDocument",
|
|
3643
3737
|
capitalGenerateProjectGenerationContract: "GeneratedDocument",
|
|
3644
3738
|
capitalGenerateRegistrationDocuments: "GenerateCapitalRegistrationDocumentsOutputDTO",
|
|
3645
3739
|
capitalGenerateResultContributionAct: "GeneratedDocument",
|
|
@@ -3647,6 +3741,7 @@ const ReturnTypes = {
|
|
|
3647
3741
|
capitalGenerateResultContributionStatement: "GeneratedDocument",
|
|
3648
3742
|
capitalImportContributor: "Transaction",
|
|
3649
3743
|
capitalMakeClearance: "Transaction",
|
|
3744
|
+
capitalMoveIssueToComponent: "CapitalIssue",
|
|
3650
3745
|
capitalOpenProject: "CapitalProject",
|
|
3651
3746
|
capitalPushResult: "CapitalSegment",
|
|
3652
3747
|
capitalRefreshProgram: "Transaction",
|
|
@@ -3655,6 +3750,7 @@ const ReturnTypes = {
|
|
|
3655
3750
|
capitalSetConfig: "Transaction",
|
|
3656
3751
|
capitalSetMaster: "Transaction",
|
|
3657
3752
|
capitalSetPlan: "CapitalProject",
|
|
3753
|
+
capitalSetProjectDevelopmentRepositoryUrl: "CapitalProject",
|
|
3658
3754
|
capitalSignActAsChairman: "CapitalSegment",
|
|
3659
3755
|
capitalSignActAsContributor: "CapitalSegment",
|
|
3660
3756
|
capitalStartProcess: "ProcessInstance",
|
|
@@ -3668,6 +3764,11 @@ const ReturnTypes = {
|
|
|
3668
3764
|
chairmanConfirmApprove: "Approval",
|
|
3669
3765
|
chairmanDeclineApprove: "Approval",
|
|
3670
3766
|
chatcoopCreateAccount: "Boolean",
|
|
3767
|
+
chatcoopCreateCalendarEvent: "ChatCoopCalendarEvent",
|
|
3768
|
+
chatcoopCreateCalendarIcsSubscription: "ChatCoopCalendarIcsUrlResponse",
|
|
3769
|
+
chatcoopDeleteCalendarEvent: "Boolean",
|
|
3770
|
+
chatcoopUpdateCalendarEvent: "ChatCoopCalendarEvent",
|
|
3771
|
+
chatcoopUpdateTranscriptionMemo: "CallTranscription",
|
|
3671
3772
|
completeCapitalOnboardingStep: "CapitalOnboardingState",
|
|
3672
3773
|
completeChairmanAgendaStep: "ChairmanOnboardingState",
|
|
3673
3774
|
completeChairmanGeneralMeetStep: "ChairmanOnboardingState",
|
|
@@ -3885,12 +3986,6 @@ const ReturnTypes = {
|
|
|
3885
3986
|
totalCount: "Int",
|
|
3886
3987
|
totalPages: "Int"
|
|
3887
3988
|
},
|
|
3888
|
-
PaginatedCapitalProgramInvestsPaginationResult: {
|
|
3889
|
-
currentPage: "Int",
|
|
3890
|
-
items: "CapitalProgramInvest",
|
|
3891
|
-
totalCount: "Int",
|
|
3892
|
-
totalPages: "Int"
|
|
3893
|
-
},
|
|
3894
3989
|
PaginatedCapitalProjectsPaginationResult: {
|
|
3895
3990
|
currentPage: "Int",
|
|
3896
3991
|
items: "CapitalProject",
|
|
@@ -4150,8 +4245,6 @@ const ReturnTypes = {
|
|
|
4150
4245
|
capitalInvests: "PaginatedCapitalInvestsPaginationResult",
|
|
4151
4246
|
capitalIssue: "CapitalIssue",
|
|
4152
4247
|
capitalIssues: "PaginatedCapitalIssuesPaginationResult",
|
|
4153
|
-
capitalProgramInvest: "CapitalProgramInvest",
|
|
4154
|
-
capitalProgramInvests: "PaginatedCapitalProgramInvestsPaginationResult",
|
|
4155
4248
|
capitalProject: "CapitalProject",
|
|
4156
4249
|
capitalProjectWithRelations: "CapitalProject",
|
|
4157
4250
|
capitalProjects: "PaginatedCapitalProjectsPaginationResult",
|
|
@@ -4171,8 +4264,14 @@ const ReturnTypes = {
|
|
|
4171
4264
|
chairmanApprovals: "PaginatedChairmanApprovalsPaginationResult",
|
|
4172
4265
|
chatcoopCheckUsernameAvailability: "Boolean",
|
|
4173
4266
|
chatcoopGetAccountStatus: "MatrixAccountStatusResponseDTO",
|
|
4267
|
+
chatcoopGetMaxOriginServerTsForRoom: "Float",
|
|
4268
|
+
chatcoopGetRoomMessagesForUtcDate: "ChatcoopRoomMessageLine",
|
|
4174
4269
|
chatcoopGetTranscription: "CallTranscriptionWithSegments",
|
|
4175
4270
|
chatcoopGetTranscriptions: "CallTranscription",
|
|
4271
|
+
chatcoopListCalendarEvents: "ChatCoopCalendarEvent",
|
|
4272
|
+
chatcoopListCalendarRooms: "ChatCoopCalendarRoomOption",
|
|
4273
|
+
chatcoopListProjectCommunicationRooms: "ChatcoopProjectCommunicationRoom",
|
|
4274
|
+
chatcoopListUtcDatesWithNewRoomMessages: "String",
|
|
4176
4275
|
getAccount: "Account",
|
|
4177
4276
|
getAccounts: "AccountsPaginationResult",
|
|
4178
4277
|
getActions: "PaginatedActionsPaginationResult",
|
|
@@ -4446,7 +4545,8 @@ const ReturnTypes = {
|
|
|
4446
4545
|
updatedAt: "DateTime",
|
|
4447
4546
|
userAgent: "String",
|
|
4448
4547
|
username: "String"
|
|
4449
|
-
}
|
|
4548
|
+
},
|
|
4549
|
+
ID: `scalar.ID`
|
|
4450
4550
|
};
|
|
4451
4551
|
const Ops = {
|
|
4452
4552
|
query: "Query",
|
|
@@ -4507,6 +4607,109 @@ const apiSubscription = (options) => {
|
|
|
4507
4607
|
};
|
|
4508
4608
|
};
|
|
4509
4609
|
};
|
|
4610
|
+
const apiSubscriptionSSE = (options) => (query, variables) => {
|
|
4611
|
+
const url = options[0];
|
|
4612
|
+
const fetchOptions = options[1] || {};
|
|
4613
|
+
let abortController = null;
|
|
4614
|
+
let reader = null;
|
|
4615
|
+
let onCallback = null;
|
|
4616
|
+
let errorCallback = null;
|
|
4617
|
+
let openCallback = null;
|
|
4618
|
+
let offCallback = null;
|
|
4619
|
+
let isClosing = false;
|
|
4620
|
+
const startStream = async () => {
|
|
4621
|
+
try {
|
|
4622
|
+
abortController = new AbortController();
|
|
4623
|
+
const response = await fetch(url, {
|
|
4624
|
+
method: "POST",
|
|
4625
|
+
headers: {
|
|
4626
|
+
Accept: "text/event-stream",
|
|
4627
|
+
"Content-Type": "application/json",
|
|
4628
|
+
"Cache-Control": "no-cache",
|
|
4629
|
+
...fetchOptions.headers
|
|
4630
|
+
},
|
|
4631
|
+
body: JSON.stringify({ query, variables }),
|
|
4632
|
+
signal: abortController.signal,
|
|
4633
|
+
...fetchOptions
|
|
4634
|
+
});
|
|
4635
|
+
if (!response.ok) {
|
|
4636
|
+
throw new Error(`HTTP error! status: ${response.status}`);
|
|
4637
|
+
}
|
|
4638
|
+
if (openCallback) {
|
|
4639
|
+
openCallback();
|
|
4640
|
+
}
|
|
4641
|
+
reader = response.body?.getReader() || null;
|
|
4642
|
+
if (!reader) {
|
|
4643
|
+
throw new Error("No response body");
|
|
4644
|
+
}
|
|
4645
|
+
const decoder = new TextDecoder();
|
|
4646
|
+
let buffer = "";
|
|
4647
|
+
while (true) {
|
|
4648
|
+
const { done, value } = await reader.read();
|
|
4649
|
+
if (done) {
|
|
4650
|
+
if (offCallback) {
|
|
4651
|
+
offCallback({ data: null, code: 1e3, reason: "Stream completed" });
|
|
4652
|
+
}
|
|
4653
|
+
break;
|
|
4654
|
+
}
|
|
4655
|
+
buffer += decoder.decode(value, { stream: true });
|
|
4656
|
+
const lines = buffer.split("\n");
|
|
4657
|
+
buffer = lines.pop() || "";
|
|
4658
|
+
for (const line of lines) {
|
|
4659
|
+
if (line.startsWith("data: ")) {
|
|
4660
|
+
try {
|
|
4661
|
+
const data = line.slice(6);
|
|
4662
|
+
const parsed = JSON.parse(data);
|
|
4663
|
+
if (parsed.errors) {
|
|
4664
|
+
if (errorCallback) {
|
|
4665
|
+
errorCallback({ data: parsed.data, errors: parsed.errors });
|
|
4666
|
+
}
|
|
4667
|
+
} else if (onCallback && parsed.data) {
|
|
4668
|
+
onCallback(parsed.data);
|
|
4669
|
+
}
|
|
4670
|
+
} catch {
|
|
4671
|
+
if (errorCallback) {
|
|
4672
|
+
errorCallback({ errors: ["Failed to parse SSE data"] });
|
|
4673
|
+
}
|
|
4674
|
+
}
|
|
4675
|
+
}
|
|
4676
|
+
}
|
|
4677
|
+
}
|
|
4678
|
+
} catch (err) {
|
|
4679
|
+
const error = err;
|
|
4680
|
+
if (error.name !== "AbortError" && !isClosing && errorCallback) {
|
|
4681
|
+
errorCallback({ errors: [error.message || "Unknown error"] });
|
|
4682
|
+
}
|
|
4683
|
+
}
|
|
4684
|
+
};
|
|
4685
|
+
return {
|
|
4686
|
+
on: (e) => {
|
|
4687
|
+
onCallback = e;
|
|
4688
|
+
},
|
|
4689
|
+
off: (e) => {
|
|
4690
|
+
offCallback = e;
|
|
4691
|
+
},
|
|
4692
|
+
error: (e) => {
|
|
4693
|
+
errorCallback = e;
|
|
4694
|
+
},
|
|
4695
|
+
open: (e) => {
|
|
4696
|
+
if (e) {
|
|
4697
|
+
openCallback = e;
|
|
4698
|
+
}
|
|
4699
|
+
startStream();
|
|
4700
|
+
},
|
|
4701
|
+
close: () => {
|
|
4702
|
+
isClosing = true;
|
|
4703
|
+
if (abortController) {
|
|
4704
|
+
abortController.abort();
|
|
4705
|
+
}
|
|
4706
|
+
if (reader) {
|
|
4707
|
+
reader.cancel().catch(() => {
|
|
4708
|
+
});
|
|
4709
|
+
}
|
|
4710
|
+
}
|
|
4711
|
+
};
|
|
4712
|
+
};
|
|
4510
4713
|
const handleFetchResponse = (response) => {
|
|
4511
4714
|
if (!response.ok) {
|
|
4512
4715
|
return new Promise((_, reject) => {
|
|
@@ -4655,6 +4858,39 @@ const SubscriptionThunder = (fn, thunderGraphQLOptions) => (operation, graphqlOp
|
|
|
4655
4858
|
return returnedFunction;
|
|
4656
4859
|
};
|
|
4657
4860
|
const Subscription = (...options) => SubscriptionThunder(apiSubscription(options));
|
|
4861
|
+
const SubscriptionThunderSSE = (fn, thunderGraphQLOptions) => (operation, graphqlOptions) => (o, ops) => {
|
|
4862
|
+
const options = {
|
|
4863
|
+
...thunderGraphQLOptions,
|
|
4864
|
+
...graphqlOptions
|
|
4865
|
+
};
|
|
4866
|
+
const returnedFunction = fn(
|
|
4867
|
+
Zeus(operation, o, {
|
|
4868
|
+
operationOptions: ops,
|
|
4869
|
+
scalars: options?.scalars
|
|
4870
|
+
}),
|
|
4871
|
+
ops?.variables
|
|
4872
|
+
);
|
|
4873
|
+
if (returnedFunction?.on && options?.scalars) {
|
|
4874
|
+
const wrapped = returnedFunction.on;
|
|
4875
|
+
returnedFunction.on = (fnToCall) => wrapped((data) => {
|
|
4876
|
+
if (options?.scalars) {
|
|
4877
|
+
return fnToCall(
|
|
4878
|
+
decodeScalarsInResponse({
|
|
4879
|
+
response: data,
|
|
4880
|
+
initialOp: operation,
|
|
4881
|
+
initialZeusQuery: o,
|
|
4882
|
+
returns: ReturnTypes,
|
|
4883
|
+
scalars: options.scalars,
|
|
4884
|
+
ops: Ops
|
|
4885
|
+
})
|
|
4886
|
+
);
|
|
4887
|
+
}
|
|
4888
|
+
return fnToCall(data);
|
|
4889
|
+
});
|
|
4890
|
+
}
|
|
4891
|
+
return returnedFunction;
|
|
4892
|
+
};
|
|
4893
|
+
const SubscriptionSSE = (...options) => SubscriptionThunderSSE(apiSubscriptionSSE(options));
|
|
4658
4894
|
const Zeus = (operation, o, ops) => InternalsBuildQuery({
|
|
4659
4895
|
props: AllTypesProps,
|
|
4660
4896
|
returns: ReturnTypes,
|
|
@@ -4750,7 +4986,7 @@ const traverseResponse = ({
|
|
|
4750
4986
|
const SEPARATOR = "|";
|
|
4751
4987
|
class GraphQLError extends Error {
|
|
4752
4988
|
constructor(response) {
|
|
4753
|
-
super("");
|
|
4989
|
+
super(response.errors?.[0]?.message || "GraphQL Response Error");
|
|
4754
4990
|
this.response = response;
|
|
4755
4991
|
console.error(response);
|
|
4756
4992
|
}
|
|
@@ -4960,7 +5196,7 @@ const InternalArgsBuilt = ({
|
|
|
4960
5196
|
};
|
|
4961
5197
|
return arb;
|
|
4962
5198
|
};
|
|
4963
|
-
const resolverFor = (
|
|
5199
|
+
const resolverFor = (_type, _field, fn) => fn;
|
|
4964
5200
|
const START_VAR_NAME = `$ZEUS_VAR`;
|
|
4965
5201
|
const GRAPHQL_TYPE_SEPARATOR = `__$GRAPHQL__`;
|
|
4966
5202
|
const $ = (name, graphqlType) => {
|
|
@@ -4998,6 +5234,13 @@ var CapitalOnboardingStep = /* @__PURE__ */ ((CapitalOnboardingStep2) => {
|
|
|
4998
5234
|
CapitalOnboardingStep2["generator_program_template"] = "generator_program_template";
|
|
4999
5235
|
return CapitalOnboardingStep2;
|
|
5000
5236
|
})(CapitalOnboardingStep || {});
|
|
5237
|
+
var CapitalStoryContentFormat = /* @__PURE__ */ ((CapitalStoryContentFormat2) => {
|
|
5238
|
+
CapitalStoryContentFormat2["BPMN"] = "BPMN";
|
|
5239
|
+
CapitalStoryContentFormat2["DRAWIO"] = "DRAWIO";
|
|
5240
|
+
CapitalStoryContentFormat2["MARKDOWN"] = "MARKDOWN";
|
|
5241
|
+
CapitalStoryContentFormat2["MERMAID"] = "MERMAID";
|
|
5242
|
+
return CapitalStoryContentFormat2;
|
|
5243
|
+
})(CapitalStoryContentFormat || {});
|
|
5001
5244
|
var ChairmanOnboardingAgendaStep = /* @__PURE__ */ ((ChairmanOnboardingAgendaStep2) => {
|
|
5002
5245
|
ChairmanOnboardingAgendaStep2["participant_application"] = "participant_application";
|
|
5003
5246
|
ChairmanOnboardingAgendaStep2["privacy_agreement"] = "privacy_agreement";
|
|
@@ -5215,11 +5458,6 @@ var ProcessTemplateStatus = /* @__PURE__ */ ((ProcessTemplateStatus2) => {
|
|
|
5215
5458
|
ProcessTemplateStatus2["DRAFT"] = "DRAFT";
|
|
5216
5459
|
return ProcessTemplateStatus2;
|
|
5217
5460
|
})(ProcessTemplateStatus || {});
|
|
5218
|
-
var ProgramInvestStatus = /* @__PURE__ */ ((ProgramInvestStatus2) => {
|
|
5219
|
-
ProgramInvestStatus2["CREATED"] = "CREATED";
|
|
5220
|
-
ProgramInvestStatus2["UNDEFINED"] = "UNDEFINED";
|
|
5221
|
-
return ProgramInvestStatus2;
|
|
5222
|
-
})(ProgramInvestStatus || {});
|
|
5223
5461
|
var ProgramKey = /* @__PURE__ */ ((ProgramKey2) => {
|
|
5224
5462
|
ProgramKey2["CAPITALIZATION"] = "CAPITALIZATION";
|
|
5225
5463
|
ProgramKey2["GENERATION"] = "GENERATION";
|
|
@@ -5265,6 +5503,11 @@ var ResultStatus = /* @__PURE__ */ ((ResultStatus2) => {
|
|
|
5265
5503
|
ResultStatus2["UNDEFINED"] = "UNDEFINED";
|
|
5266
5504
|
return ResultStatus2;
|
|
5267
5505
|
})(ResultStatus || {});
|
|
5506
|
+
var RoomMessageKind = /* @__PURE__ */ ((RoomMessageKind2) => {
|
|
5507
|
+
RoomMessageKind2["AUDIO"] = "AUDIO";
|
|
5508
|
+
RoomMessageKind2["TEXT"] = "TEXT";
|
|
5509
|
+
return RoomMessageKind2;
|
|
5510
|
+
})(RoomMessageKind || {});
|
|
5268
5511
|
var SegmentStatus = /* @__PURE__ */ ((SegmentStatus2) => {
|
|
5269
5512
|
SegmentStatus2["ACT1"] = "ACT1";
|
|
5270
5513
|
SegmentStatus2["APPROVED"] = "APPROVED";
|
|
@@ -5284,13 +5527,6 @@ var StoryStatus = /* @__PURE__ */ ((StoryStatus2) => {
|
|
|
5284
5527
|
StoryStatus2["PENDING"] = "PENDING";
|
|
5285
5528
|
return StoryStatus2;
|
|
5286
5529
|
})(StoryStatus || {});
|
|
5287
|
-
var CapitalStoryContentFormat = /* @__PURE__ */ ((CapitalStoryContentFormat2) => {
|
|
5288
|
-
CapitalStoryContentFormat2["BPMN"] = "BPMN";
|
|
5289
|
-
CapitalStoryContentFormat2["DRAWIO"] = "DRAWIO";
|
|
5290
|
-
CapitalStoryContentFormat2["MARKDOWN"] = "MARKDOWN";
|
|
5291
|
-
CapitalStoryContentFormat2["MERMAID"] = "MERMAID";
|
|
5292
|
-
return CapitalStoryContentFormat2;
|
|
5293
|
-
})(CapitalStoryContentFormat || {});
|
|
5294
5530
|
var SystemStatus = /* @__PURE__ */ ((SystemStatus2) => {
|
|
5295
5531
|
SystemStatus2["active"] = "active";
|
|
5296
5532
|
SystemStatus2["initialized"] = "initialized";
|
|
@@ -5356,20 +5592,22 @@ const index$M = {
|
|
|
5356
5592
|
ProcessInstanceStatus: ProcessInstanceStatus,
|
|
5357
5593
|
ProcessStepStatus: ProcessStepStatus,
|
|
5358
5594
|
ProcessTemplateStatus: ProcessTemplateStatus,
|
|
5359
|
-
ProgramInvestStatus: ProgramInvestStatus,
|
|
5360
5595
|
ProgramKey: ProgramKey,
|
|
5361
5596
|
ProgramType: ProgramType,
|
|
5362
5597
|
ProjectStatus: ProjectStatus,
|
|
5363
5598
|
ReportType: ReportType,
|
|
5364
5599
|
ResolveFromPath: ResolveFromPath,
|
|
5365
5600
|
ResultStatus: ResultStatus,
|
|
5601
|
+
RoomMessageKind: RoomMessageKind,
|
|
5366
5602
|
SEPARATOR: SEPARATOR,
|
|
5367
5603
|
START_VAR_NAME: START_VAR_NAME,
|
|
5368
5604
|
SegmentStatus: SegmentStatus,
|
|
5369
5605
|
Selector: Selector,
|
|
5370
5606
|
StoryStatus: StoryStatus,
|
|
5371
5607
|
Subscription: Subscription,
|
|
5608
|
+
SubscriptionSSE: SubscriptionSSE,
|
|
5372
5609
|
SubscriptionThunder: SubscriptionThunder,
|
|
5610
|
+
SubscriptionThunderSSE: SubscriptionThunderSSE,
|
|
5373
5611
|
SystemStatus: SystemStatus,
|
|
5374
5612
|
Thunder: Thunder,
|
|
5375
5613
|
TranscriptionStatus: TranscriptionStatus,
|
|
@@ -5380,6 +5618,7 @@ const index$M = {
|
|
|
5380
5618
|
ZeusSelect: ZeusSelect,
|
|
5381
5619
|
apiFetch: apiFetch,
|
|
5382
5620
|
apiSubscription: apiSubscription,
|
|
5621
|
+
apiSubscriptionSSE: apiSubscriptionSSE,
|
|
5383
5622
|
decodeScalarsInResponse: decodeScalarsInResponse,
|
|
5384
5623
|
fields: fields,
|
|
5385
5624
|
purifyGraphQLKey: purifyGraphQLKey,
|
|
@@ -5762,37 +6001,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
|
|
|
5762
6001
|
rawRegisteredAccountSelector
|
|
5763
6002
|
);
|
|
5764
6003
|
|
|
5765
|
-
const name$
|
|
5766
|
-
const mutation$
|
|
5767
|
-
[name$
|
|
6004
|
+
const name$3T = "registerAccount";
|
|
6005
|
+
const mutation$2H = Selector("Mutation")({
|
|
6006
|
+
[name$3T]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
|
|
5768
6007
|
});
|
|
5769
6008
|
|
|
5770
6009
|
const registerAccount = {
|
|
5771
6010
|
__proto__: null,
|
|
5772
|
-
mutation: mutation$
|
|
5773
|
-
name: name$
|
|
6011
|
+
mutation: mutation$2H,
|
|
6012
|
+
name: name$3T
|
|
5774
6013
|
};
|
|
5775
6014
|
|
|
5776
|
-
const name$
|
|
5777
|
-
const mutation$
|
|
5778
|
-
[name$
|
|
6015
|
+
const name$3S = "resetKey";
|
|
6016
|
+
const mutation$2G = Selector("Mutation")({
|
|
6017
|
+
[name$3S]: [{ data: $("data", "ResetKeyInput!") }, true]
|
|
5779
6018
|
});
|
|
5780
6019
|
|
|
5781
6020
|
const resetKey = {
|
|
5782
6021
|
__proto__: null,
|
|
5783
|
-
mutation: mutation$
|
|
5784
|
-
name: name$
|
|
6022
|
+
mutation: mutation$2G,
|
|
6023
|
+
name: name$3S
|
|
5785
6024
|
};
|
|
5786
6025
|
|
|
5787
|
-
const name$
|
|
5788
|
-
const mutation$
|
|
5789
|
-
[name$
|
|
6026
|
+
const name$3R = "startResetKey";
|
|
6027
|
+
const mutation$2F = Selector("Mutation")({
|
|
6028
|
+
[name$3R]: [{ data: $("data", "StartResetKeyInput!") }, true]
|
|
5790
6029
|
});
|
|
5791
6030
|
|
|
5792
6031
|
const startResetKey = {
|
|
5793
6032
|
__proto__: null,
|
|
5794
|
-
mutation: mutation$
|
|
5795
|
-
name: name$
|
|
6033
|
+
mutation: mutation$2F,
|
|
6034
|
+
name: name$3R
|
|
5796
6035
|
};
|
|
5797
6036
|
|
|
5798
6037
|
const paginationSelector = {
|
|
@@ -6122,6 +6361,7 @@ const rawProjectPermissionsSelector = {
|
|
|
6122
6361
|
pending_clearance: true,
|
|
6123
6362
|
is_guest: true,
|
|
6124
6363
|
can_create_requirement: true,
|
|
6364
|
+
can_edit_requirement: true,
|
|
6125
6365
|
can_delete_requirement: true,
|
|
6126
6366
|
can_complete_requirement: true
|
|
6127
6367
|
};
|
|
@@ -6143,6 +6383,8 @@ const rawBaseProjectSelector = {
|
|
|
6143
6383
|
master: true,
|
|
6144
6384
|
title: true,
|
|
6145
6385
|
description: true,
|
|
6386
|
+
/** URL репозитория для опроса маркеров коммитов (PRD §6.2.1) */
|
|
6387
|
+
development_repository_url: true,
|
|
6146
6388
|
meta: true,
|
|
6147
6389
|
created_at: true,
|
|
6148
6390
|
counts: rawProjectCountsDataSelector,
|
|
@@ -6370,11 +6612,25 @@ const rawIssuePermissionsSelector = {
|
|
|
6370
6612
|
is_guest: true,
|
|
6371
6613
|
can_assign_creator: true,
|
|
6372
6614
|
can_create_requirement: true,
|
|
6615
|
+
can_edit_requirement: true,
|
|
6373
6616
|
can_delete_requirement: true,
|
|
6374
6617
|
can_complete_requirement: true,
|
|
6375
6618
|
allowed_status_transitions: true,
|
|
6376
6619
|
can_set_estimate: true,
|
|
6377
|
-
can_set_priority: true
|
|
6620
|
+
can_set_priority: true,
|
|
6621
|
+
can_move_issue: true
|
|
6622
|
+
};
|
|
6623
|
+
const rawLinkedGitCommitsSelector = {
|
|
6624
|
+
github_sha: true,
|
|
6625
|
+
html_url: true,
|
|
6626
|
+
username: true,
|
|
6627
|
+
committed_at: true,
|
|
6628
|
+
consumed: true,
|
|
6629
|
+
commit_message: true
|
|
6630
|
+
};
|
|
6631
|
+
const rawIssueContributorFactSelector = {
|
|
6632
|
+
contributor_hash: true,
|
|
6633
|
+
hours: true
|
|
6378
6634
|
};
|
|
6379
6635
|
const rawIssueSelector = {
|
|
6380
6636
|
...baseCapitalSelector,
|
|
@@ -6392,7 +6648,12 @@ const rawIssueSelector = {
|
|
|
6392
6648
|
project_hash: true,
|
|
6393
6649
|
cycle_id: true,
|
|
6394
6650
|
metadata: true,
|
|
6395
|
-
|
|
6651
|
+
linked_git_commits: rawLinkedGitCommitsSelector,
|
|
6652
|
+
permissions: rawIssuePermissionsSelector,
|
|
6653
|
+
fact: true,
|
|
6654
|
+
fact_committed: true,
|
|
6655
|
+
fact_uncommitted: true,
|
|
6656
|
+
fact_by_contributor: rawIssueContributorFactSelector
|
|
6396
6657
|
};
|
|
6397
6658
|
const issueSelector = Selector("CapitalIssue")(rawIssueSelector);
|
|
6398
6659
|
|
|
@@ -6427,20 +6688,6 @@ const onboardingStateFields$1 = {
|
|
|
6427
6688
|
};
|
|
6428
6689
|
const capitalOnboardingStateSelector = Selector("CapitalOnboardingState")(onboardingStateFields$1);
|
|
6429
6690
|
|
|
6430
|
-
const rawProgramInvestSelector = {
|
|
6431
|
-
...baseCapitalSelector,
|
|
6432
|
-
id: true,
|
|
6433
|
-
status: true,
|
|
6434
|
-
invest_hash: true,
|
|
6435
|
-
coopname: true,
|
|
6436
|
-
username: true,
|
|
6437
|
-
blockchain_status: true,
|
|
6438
|
-
invested_at: true,
|
|
6439
|
-
amount: true,
|
|
6440
|
-
statement: rawDocumentAggregateSelector
|
|
6441
|
-
};
|
|
6442
|
-
const programInvestSelector = Selector("CapitalProgramInvest")(rawProgramInvestSelector);
|
|
6443
|
-
|
|
6444
6691
|
const rawResultSelector = {
|
|
6445
6692
|
...baseCapitalSelector,
|
|
6446
6693
|
id: true,
|
|
@@ -6602,8 +6849,6 @@ const rawContributorsPaginationSelector = { ...paginationSelector, items: rawCon
|
|
|
6602
6849
|
const contributorsPaginationSelector = Selector("PaginatedCapitalContributorsPaginationResult")(rawContributorsPaginationSelector);
|
|
6603
6850
|
const rawInvestsPaginationSelector = { ...paginationSelector, items: rawInvestSelector };
|
|
6604
6851
|
const investsPaginationSelector = Selector("PaginatedCapitalInvestsPaginationResult")(rawInvestsPaginationSelector);
|
|
6605
|
-
const rawProgramInvestsPaginationSelector = { ...paginationSelector, items: rawProgramInvestSelector };
|
|
6606
|
-
const programInvestsPaginationSelector = Selector("PaginatedCapitalProgramInvestsPaginationResult")(rawProgramInvestsPaginationSelector);
|
|
6607
6852
|
const rawDebtsPaginationSelector = { ...paginationSelector, items: rawDebtSelector };
|
|
6608
6853
|
const debtsPaginationSelector = Selector("PaginatedCapitalDebtsPaginationResult")(rawDebtsPaginationSelector);
|
|
6609
6854
|
const rawResultsPaginationSelector = { ...paginationSelector, items: rawResultSelector };
|
|
@@ -6646,6 +6891,24 @@ const rawTimeStatsSelector = {
|
|
|
6646
6891
|
};
|
|
6647
6892
|
const flexibleTimeStatsSelector = Selector("CapitalTimeStats")(rawTimeStatsSelector);
|
|
6648
6893
|
|
|
6894
|
+
const rawChatcoopProjectCommunicationRoomSelector = {
|
|
6895
|
+
matrixRoomId: true,
|
|
6896
|
+
displayLabel: true
|
|
6897
|
+
};
|
|
6898
|
+
const chatcoopProjectCommunicationRoomSelector = Selector("ChatcoopProjectCommunicationRoom")(
|
|
6899
|
+
rawChatcoopProjectCommunicationRoomSelector
|
|
6900
|
+
);
|
|
6901
|
+
const rawChatcoopRoomMessageLineSelector = {
|
|
6902
|
+
originServerTs: true,
|
|
6903
|
+
authorLabel: true,
|
|
6904
|
+
coopUsername: true,
|
|
6905
|
+
kind: true,
|
|
6906
|
+
bodyText: true
|
|
6907
|
+
};
|
|
6908
|
+
const chatcoopRoomMessageLineSelector = Selector("ChatcoopRoomMessageLine")(
|
|
6909
|
+
rawChatcoopRoomMessageLineSelector
|
|
6910
|
+
);
|
|
6911
|
+
|
|
6649
6912
|
const rawTranscriptionSegmentSelector = {
|
|
6650
6913
|
id: true,
|
|
6651
6914
|
speakerIdentity: true,
|
|
@@ -6665,6 +6928,7 @@ const rawCallTranscriptionSelector = {
|
|
|
6665
6928
|
endedAt: true,
|
|
6666
6929
|
participants: true,
|
|
6667
6930
|
status: true,
|
|
6931
|
+
memo: true,
|
|
6668
6932
|
createdAt: true,
|
|
6669
6933
|
updatedAt: true
|
|
6670
6934
|
};
|
|
@@ -6681,6 +6945,32 @@ const rawChatCoopAccountStatusSelector = {
|
|
|
6681
6945
|
iframeUrl: true
|
|
6682
6946
|
};
|
|
6683
6947
|
const chatcoopAccountStatusSelector = Selector("MatrixAccountStatusResponseDTO")(rawChatCoopAccountStatusSelector);
|
|
6948
|
+
const rawChatCoopCalendarRoomOptionSelector = {
|
|
6949
|
+
matrixRoomId: true,
|
|
6950
|
+
displayLabel: true
|
|
6951
|
+
};
|
|
6952
|
+
const chatCoopCalendarRoomOptionSelector = Selector("ChatCoopCalendarRoomOption")(
|
|
6953
|
+
rawChatCoopCalendarRoomOptionSelector
|
|
6954
|
+
);
|
|
6955
|
+
const rawChatCoopCalendarEventSelector = {
|
|
6956
|
+
id: true,
|
|
6957
|
+
matrixRoomId: true,
|
|
6958
|
+
title: true,
|
|
6959
|
+
description: true,
|
|
6960
|
+
startsAt: true,
|
|
6961
|
+
endsAt: true,
|
|
6962
|
+
createdByUsername: true,
|
|
6963
|
+
icsSequence: true,
|
|
6964
|
+
createdAt: true,
|
|
6965
|
+
updatedAt: true
|
|
6966
|
+
};
|
|
6967
|
+
const chatCoopCalendarEventSelector = Selector("ChatCoopCalendarEvent")(rawChatCoopCalendarEventSelector);
|
|
6968
|
+
const rawChatCoopCalendarIcsUrlSelector = {
|
|
6969
|
+
icsUrl: true
|
|
6970
|
+
};
|
|
6971
|
+
const chatCoopCalendarIcsUrlSelector = Selector("ChatCoopCalendarIcsUrlResponse")(
|
|
6972
|
+
rawChatCoopCalendarIcsUrlSelector
|
|
6973
|
+
);
|
|
6684
6974
|
|
|
6685
6975
|
const rawCommonRequestSelector = {
|
|
6686
6976
|
hash: true,
|
|
@@ -6853,7 +7143,8 @@ const rawMeetPreProcessingSelector = {
|
|
|
6853
7143
|
agenda: rawAgendaMeetPointSelector,
|
|
6854
7144
|
open_at: true,
|
|
6855
7145
|
close_at: true,
|
|
6856
|
-
proposal: rawDocumentAggregateSelector
|
|
7146
|
+
proposal: rawDocumentAggregateSelector,
|
|
7147
|
+
details: true
|
|
6857
7148
|
};
|
|
6858
7149
|
const meetPreProcessingSelector = Selector("MeetPreProcessing")(rawMeetPreProcessingSelector);
|
|
6859
7150
|
|
|
@@ -7230,7 +7521,12 @@ const index$L = {
|
|
|
7230
7521
|
capitalCandidatesPaginationSelector: capitalCandidatesPaginationSelector,
|
|
7231
7522
|
capitalOnboardingStateSelector: capitalOnboardingStateSelector,
|
|
7232
7523
|
chartOfAccountsItemSelector: chartOfAccountsItemSelector,
|
|
7524
|
+
chatCoopCalendarEventSelector: chatCoopCalendarEventSelector,
|
|
7525
|
+
chatCoopCalendarIcsUrlSelector: chatCoopCalendarIcsUrlSelector,
|
|
7526
|
+
chatCoopCalendarRoomOptionSelector: chatCoopCalendarRoomOptionSelector,
|
|
7233
7527
|
chatcoopAccountStatusSelector: chatcoopAccountStatusSelector,
|
|
7528
|
+
chatcoopProjectCommunicationRoomSelector: chatcoopProjectCommunicationRoomSelector,
|
|
7529
|
+
chatcoopRoomMessageLineSelector: chatcoopRoomMessageLineSelector,
|
|
7234
7530
|
commitSelector: commitSelector,
|
|
7235
7531
|
commitsPaginationSelector: commitsPaginationSelector,
|
|
7236
7532
|
configSelector: configSelector,
|
|
@@ -7283,8 +7579,6 @@ const index$L = {
|
|
|
7283
7579
|
paymentMethodSelector: paymentMethodSelector,
|
|
7284
7580
|
paymentSelector: paymentSelector,
|
|
7285
7581
|
privateAccountSelector: privateAccountSelector,
|
|
7286
|
-
programInvestSelector: programInvestSelector,
|
|
7287
|
-
programInvestsPaginationSelector: programInvestsPaginationSelector,
|
|
7288
7582
|
programWalletSelector: programWalletSelector,
|
|
7289
7583
|
programWalletsPaginationSelector: programWalletsPaginationSelector,
|
|
7290
7584
|
projectSelector: projectSelector,
|
|
@@ -7312,6 +7606,8 @@ const index$L = {
|
|
|
7312
7606
|
rawCapitalCandidatesPaginationSelector: rawCapitalCandidatesPaginationSelector,
|
|
7313
7607
|
rawChartOfAccountsItemSelector: rawChartOfAccountsItemSelector,
|
|
7314
7608
|
rawChatCoopAccountStatusSelector: rawChatCoopAccountStatusSelector,
|
|
7609
|
+
rawChatcoopProjectCommunicationRoomSelector: rawChatcoopProjectCommunicationRoomSelector,
|
|
7610
|
+
rawChatcoopRoomMessageLineSelector: rawChatcoopRoomMessageLineSelector,
|
|
7315
7611
|
rawCommitSelector: rawCommitSelector,
|
|
7316
7612
|
rawCommonRequestSelector: rawCommonRequestSelector,
|
|
7317
7613
|
rawConfigSelector: rawConfigSelector,
|
|
@@ -7359,7 +7655,6 @@ const index$L = {
|
|
|
7359
7655
|
rawPaymentMethodSelector: rawPaymentMethodSelector,
|
|
7360
7656
|
rawPaymentSelector: rawPaymentSelector,
|
|
7361
7657
|
rawPrivateAccountSelector: rawPrivateAccountSelector,
|
|
7362
|
-
rawProgramInvestSelector: rawProgramInvestSelector,
|
|
7363
7658
|
rawProgramWalletSelector: rawProgramWalletSelector,
|
|
7364
7659
|
rawProgramWalletsPaginationSelector: rawProgramWalletsPaginationSelector,
|
|
7365
7660
|
rawProjectCountsDataSelector: rawProjectCountsDataSelector,
|
|
@@ -7415,15 +7710,15 @@ const index$L = {
|
|
|
7415
7710
|
webPushSubscriptionSelector: webPushSubscriptionSelector
|
|
7416
7711
|
};
|
|
7417
7712
|
|
|
7418
|
-
const name$
|
|
7419
|
-
const mutation$
|
|
7420
|
-
[name$
|
|
7713
|
+
const name$3Q = "updateAccount";
|
|
7714
|
+
const mutation$2E = Selector("Mutation")({
|
|
7715
|
+
[name$3Q]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
|
|
7421
7716
|
});
|
|
7422
7717
|
|
|
7423
7718
|
const updateAccount = {
|
|
7424
7719
|
__proto__: null,
|
|
7425
|
-
mutation: mutation$
|
|
7426
|
-
name: name$
|
|
7720
|
+
mutation: mutation$2E,
|
|
7721
|
+
name: name$3Q
|
|
7427
7722
|
};
|
|
7428
7723
|
|
|
7429
7724
|
const index$K = {
|
|
@@ -7434,81 +7729,81 @@ const index$K = {
|
|
|
7434
7729
|
UpdateAccount: updateAccount
|
|
7435
7730
|
};
|
|
7436
7731
|
|
|
7437
|
-
const name$
|
|
7438
|
-
const mutation$
|
|
7439
|
-
[name$
|
|
7732
|
+
const name$3P = "generatePrivacyAgreement";
|
|
7733
|
+
const mutation$2D = Selector("Mutation")({
|
|
7734
|
+
[name$3P]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7440
7735
|
});
|
|
7441
7736
|
|
|
7442
7737
|
const generatePrivacyAgreement = {
|
|
7443
7738
|
__proto__: null,
|
|
7444
|
-
mutation: mutation$
|
|
7445
|
-
name: name$
|
|
7739
|
+
mutation: mutation$2D,
|
|
7740
|
+
name: name$3P
|
|
7446
7741
|
};
|
|
7447
7742
|
|
|
7448
|
-
const name$
|
|
7449
|
-
const mutation$
|
|
7450
|
-
[name$
|
|
7743
|
+
const name$3O = "generateSignatureAgreement";
|
|
7744
|
+
const mutation$2C = Selector("Mutation")({
|
|
7745
|
+
[name$3O]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7451
7746
|
});
|
|
7452
7747
|
|
|
7453
7748
|
const generateSignatureAgreement = {
|
|
7454
7749
|
__proto__: null,
|
|
7455
|
-
mutation: mutation$
|
|
7456
|
-
name: name$
|
|
7750
|
+
mutation: mutation$2C,
|
|
7751
|
+
name: name$3O
|
|
7457
7752
|
};
|
|
7458
7753
|
|
|
7459
|
-
const name$
|
|
7460
|
-
const mutation$
|
|
7461
|
-
[name$
|
|
7754
|
+
const name$3N = "generateWalletAgreement";
|
|
7755
|
+
const mutation$2B = Selector("Mutation")({
|
|
7756
|
+
[name$3N]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7462
7757
|
});
|
|
7463
7758
|
|
|
7464
7759
|
const generateWalletAgreement = {
|
|
7465
7760
|
__proto__: null,
|
|
7466
|
-
mutation: mutation$
|
|
7467
|
-
name: name$
|
|
7761
|
+
mutation: mutation$2B,
|
|
7762
|
+
name: name$3N
|
|
7468
7763
|
};
|
|
7469
7764
|
|
|
7470
|
-
const name$
|
|
7471
|
-
const mutation$
|
|
7472
|
-
[name$
|
|
7765
|
+
const name$3M = "generateUserAgreement";
|
|
7766
|
+
const mutation$2A = Selector("Mutation")({
|
|
7767
|
+
[name$3M]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7473
7768
|
});
|
|
7474
7769
|
|
|
7475
7770
|
const generateUserAgreement = {
|
|
7476
7771
|
__proto__: null,
|
|
7477
|
-
mutation: mutation$
|
|
7478
|
-
name: name$
|
|
7772
|
+
mutation: mutation$2A,
|
|
7773
|
+
name: name$3M
|
|
7479
7774
|
};
|
|
7480
7775
|
|
|
7481
|
-
const name$
|
|
7482
|
-
const mutation$
|
|
7483
|
-
[name$
|
|
7776
|
+
const name$3L = "sendAgreement";
|
|
7777
|
+
const mutation$2z = Selector("Mutation")({
|
|
7778
|
+
[name$3L]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
|
|
7484
7779
|
});
|
|
7485
7780
|
|
|
7486
7781
|
const sendAgreement = {
|
|
7487
7782
|
__proto__: null,
|
|
7488
|
-
mutation: mutation$
|
|
7489
|
-
name: name$
|
|
7783
|
+
mutation: mutation$2z,
|
|
7784
|
+
name: name$3L
|
|
7490
7785
|
};
|
|
7491
7786
|
|
|
7492
|
-
const name$
|
|
7493
|
-
const mutation$
|
|
7494
|
-
[name$
|
|
7787
|
+
const name$3K = "confirmAgreement";
|
|
7788
|
+
const mutation$2y = Selector("Mutation")({
|
|
7789
|
+
[name$3K]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
|
|
7495
7790
|
});
|
|
7496
7791
|
|
|
7497
7792
|
const confirmAgreement = {
|
|
7498
7793
|
__proto__: null,
|
|
7499
|
-
mutation: mutation$
|
|
7500
|
-
name: name$
|
|
7794
|
+
mutation: mutation$2y,
|
|
7795
|
+
name: name$3K
|
|
7501
7796
|
};
|
|
7502
7797
|
|
|
7503
|
-
const name$
|
|
7504
|
-
const mutation$
|
|
7505
|
-
[name$
|
|
7798
|
+
const name$3J = "declineAgreement";
|
|
7799
|
+
const mutation$2x = Selector("Mutation")({
|
|
7800
|
+
[name$3J]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
|
|
7506
7801
|
});
|
|
7507
7802
|
|
|
7508
7803
|
const declineAgreement = {
|
|
7509
7804
|
__proto__: null,
|
|
7510
|
-
mutation: mutation$
|
|
7511
|
-
name: name$
|
|
7805
|
+
mutation: mutation$2x,
|
|
7806
|
+
name: name$3J
|
|
7512
7807
|
};
|
|
7513
7808
|
|
|
7514
7809
|
const index$J = {
|
|
@@ -7522,37 +7817,37 @@ const index$J = {
|
|
|
7522
7817
|
SendAgreement: sendAgreement
|
|
7523
7818
|
};
|
|
7524
7819
|
|
|
7525
|
-
const name$
|
|
7526
|
-
const mutation$
|
|
7527
|
-
[name$
|
|
7820
|
+
const name$3I = "refresh";
|
|
7821
|
+
const mutation$2w = Selector("Mutation")({
|
|
7822
|
+
[name$3I]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
|
|
7528
7823
|
});
|
|
7529
7824
|
|
|
7530
7825
|
const refresh = {
|
|
7531
7826
|
__proto__: null,
|
|
7532
|
-
mutation: mutation$
|
|
7533
|
-
name: name$
|
|
7827
|
+
mutation: mutation$2w,
|
|
7828
|
+
name: name$3I
|
|
7534
7829
|
};
|
|
7535
7830
|
|
|
7536
|
-
const name$
|
|
7537
|
-
const mutation$
|
|
7538
|
-
[name$
|
|
7831
|
+
const name$3H = "logout";
|
|
7832
|
+
const mutation$2v = Selector("Mutation")({
|
|
7833
|
+
[name$3H]: [{ data: $("data", "LogoutInput!") }, true]
|
|
7539
7834
|
});
|
|
7540
7835
|
|
|
7541
7836
|
const logout = {
|
|
7542
7837
|
__proto__: null,
|
|
7543
|
-
mutation: mutation$
|
|
7544
|
-
name: name$
|
|
7838
|
+
mutation: mutation$2v,
|
|
7839
|
+
name: name$3H
|
|
7545
7840
|
};
|
|
7546
7841
|
|
|
7547
|
-
const name$
|
|
7548
|
-
const mutation$
|
|
7549
|
-
[name$
|
|
7842
|
+
const name$3G = "login";
|
|
7843
|
+
const mutation$2u = Selector("Mutation")({
|
|
7844
|
+
[name$3G]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
|
|
7550
7845
|
});
|
|
7551
7846
|
|
|
7552
7847
|
const login = {
|
|
7553
7848
|
__proto__: null,
|
|
7554
|
-
mutation: mutation$
|
|
7555
|
-
name: name$
|
|
7849
|
+
mutation: mutation$2u,
|
|
7850
|
+
name: name$3G
|
|
7556
7851
|
};
|
|
7557
7852
|
|
|
7558
7853
|
const index$I = {
|
|
@@ -7562,81 +7857,81 @@ const index$I = {
|
|
|
7562
7857
|
Refresh: refresh
|
|
7563
7858
|
};
|
|
7564
7859
|
|
|
7565
|
-
const name$
|
|
7566
|
-
const mutation$
|
|
7567
|
-
[name$
|
|
7860
|
+
const name$3F = "addTrustedAccount";
|
|
7861
|
+
const mutation$2t = Selector("Mutation")({
|
|
7862
|
+
[name$3F]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
|
|
7568
7863
|
});
|
|
7569
7864
|
|
|
7570
7865
|
const addTrustedAccount = {
|
|
7571
7866
|
__proto__: null,
|
|
7572
|
-
mutation: mutation$
|
|
7573
|
-
name: name$
|
|
7867
|
+
mutation: mutation$2t,
|
|
7868
|
+
name: name$3F
|
|
7574
7869
|
};
|
|
7575
7870
|
|
|
7576
|
-
const name$
|
|
7577
|
-
const mutation$
|
|
7578
|
-
[name$
|
|
7871
|
+
const name$3E = "createBranch";
|
|
7872
|
+
const mutation$2s = Selector("Mutation")({
|
|
7873
|
+
[name$3E]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
|
|
7579
7874
|
});
|
|
7580
7875
|
|
|
7581
7876
|
const createBranch = {
|
|
7582
7877
|
__proto__: null,
|
|
7583
|
-
mutation: mutation$
|
|
7584
|
-
name: name$
|
|
7878
|
+
mutation: mutation$2s,
|
|
7879
|
+
name: name$3E
|
|
7585
7880
|
};
|
|
7586
7881
|
|
|
7587
|
-
const name$
|
|
7588
|
-
const mutation$
|
|
7589
|
-
[name$
|
|
7882
|
+
const name$3D = "deleteBranch";
|
|
7883
|
+
const mutation$2r = Selector("Mutation")({
|
|
7884
|
+
[name$3D]: [{ data: $("data", "DeleteBranchInput!") }, true]
|
|
7590
7885
|
});
|
|
7591
7886
|
|
|
7592
7887
|
const deleteBranch = {
|
|
7593
7888
|
__proto__: null,
|
|
7594
|
-
mutation: mutation$
|
|
7595
|
-
name: name$
|
|
7889
|
+
mutation: mutation$2r,
|
|
7890
|
+
name: name$3D
|
|
7596
7891
|
};
|
|
7597
7892
|
|
|
7598
|
-
const name$
|
|
7599
|
-
const mutation$
|
|
7600
|
-
[name$
|
|
7893
|
+
const name$3C = "deleteTrustedAccount";
|
|
7894
|
+
const mutation$2q = Selector("Mutation")({
|
|
7895
|
+
[name$3C]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
|
|
7601
7896
|
});
|
|
7602
7897
|
|
|
7603
7898
|
const deleteTrustedAccount = {
|
|
7604
7899
|
__proto__: null,
|
|
7605
|
-
mutation: mutation$
|
|
7606
|
-
name: name$
|
|
7900
|
+
mutation: mutation$2q,
|
|
7901
|
+
name: name$3C
|
|
7607
7902
|
};
|
|
7608
7903
|
|
|
7609
|
-
const name$
|
|
7610
|
-
const mutation$
|
|
7611
|
-
[name$
|
|
7904
|
+
const name$3B = "editBranch";
|
|
7905
|
+
const mutation$2p = Selector("Mutation")({
|
|
7906
|
+
[name$3B]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
|
|
7612
7907
|
});
|
|
7613
7908
|
|
|
7614
7909
|
const editBranch = {
|
|
7615
7910
|
__proto__: null,
|
|
7616
|
-
mutation: mutation$
|
|
7617
|
-
name: name$
|
|
7911
|
+
mutation: mutation$2p,
|
|
7912
|
+
name: name$3B
|
|
7618
7913
|
};
|
|
7619
7914
|
|
|
7620
|
-
const name$
|
|
7621
|
-
const mutation$
|
|
7622
|
-
[name$
|
|
7915
|
+
const name$3A = "generateSelectBranchDocument";
|
|
7916
|
+
const mutation$2o = Selector("Mutation")({
|
|
7917
|
+
[name$3A]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7623
7918
|
});
|
|
7624
7919
|
|
|
7625
7920
|
const generateSelectBranchDocument = {
|
|
7626
7921
|
__proto__: null,
|
|
7627
|
-
mutation: mutation$
|
|
7628
|
-
name: name$
|
|
7922
|
+
mutation: mutation$2o,
|
|
7923
|
+
name: name$3A
|
|
7629
7924
|
};
|
|
7630
7925
|
|
|
7631
|
-
const name$
|
|
7632
|
-
const mutation$
|
|
7633
|
-
[name$
|
|
7926
|
+
const name$3z = "selectBranch";
|
|
7927
|
+
const mutation$2n = Selector("Mutation")({
|
|
7928
|
+
[name$3z]: [{ data: $("data", "SelectBranchInput!") }, true]
|
|
7634
7929
|
});
|
|
7635
7930
|
|
|
7636
7931
|
const selectBranch = {
|
|
7637
7932
|
__proto__: null,
|
|
7638
|
-
mutation: mutation$
|
|
7639
|
-
name: name$
|
|
7933
|
+
mutation: mutation$2n,
|
|
7934
|
+
name: name$3z
|
|
7640
7935
|
};
|
|
7641
7936
|
|
|
7642
7937
|
const index$H = {
|
|
@@ -7650,755 +7945,805 @@ const index$H = {
|
|
|
7650
7945
|
SelectBranch: selectBranch
|
|
7651
7946
|
};
|
|
7652
7947
|
|
|
7653
|
-
const name$
|
|
7654
|
-
const mutation$
|
|
7655
|
-
[name$
|
|
7948
|
+
const name$3y = "capitalAddAuthor";
|
|
7949
|
+
const mutation$2m = Selector("Mutation")({
|
|
7950
|
+
[name$3y]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
|
|
7656
7951
|
});
|
|
7657
7952
|
|
|
7658
7953
|
const addAuthor = {
|
|
7954
|
+
__proto__: null,
|
|
7955
|
+
mutation: mutation$2m,
|
|
7956
|
+
name: name$3y
|
|
7957
|
+
};
|
|
7958
|
+
|
|
7959
|
+
const name$3x = "capitalApproveCommit";
|
|
7960
|
+
const mutation$2l = Selector("Mutation")({
|
|
7961
|
+
[name$3x]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
|
|
7962
|
+
});
|
|
7963
|
+
|
|
7964
|
+
const approveCommit = {
|
|
7965
|
+
__proto__: null,
|
|
7966
|
+
mutation: mutation$2l,
|
|
7967
|
+
name: name$3x
|
|
7968
|
+
};
|
|
7969
|
+
|
|
7970
|
+
const name$3w = "capitalCalculateVotes";
|
|
7971
|
+
const mutation$2k = Selector("Mutation")({
|
|
7972
|
+
[name$3w]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
|
|
7973
|
+
});
|
|
7974
|
+
|
|
7975
|
+
const calculateVotes = {
|
|
7976
|
+
__proto__: null,
|
|
7977
|
+
mutation: mutation$2k,
|
|
7978
|
+
name: name$3w
|
|
7979
|
+
};
|
|
7980
|
+
|
|
7981
|
+
const name$3v = "capitalCloseProject";
|
|
7982
|
+
const mutation$2j = Selector("Mutation")({
|
|
7983
|
+
[name$3v]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
|
|
7984
|
+
});
|
|
7985
|
+
|
|
7986
|
+
const closeProject = {
|
|
7987
|
+
__proto__: null,
|
|
7988
|
+
mutation: mutation$2j,
|
|
7989
|
+
name: name$3v
|
|
7990
|
+
};
|
|
7991
|
+
|
|
7992
|
+
const name$3u = "capitalCompleteRegistration";
|
|
7993
|
+
const mutation$2i = Selector("Mutation")({
|
|
7994
|
+
[name$3u]: [{ data: $("data", "CompleteCapitalRegistrationInputDTO!") }, rawTransactionSelector]
|
|
7995
|
+
});
|
|
7996
|
+
|
|
7997
|
+
const completeCapitalRegistration = {
|
|
7998
|
+
__proto__: null,
|
|
7999
|
+
mutation: mutation$2i,
|
|
8000
|
+
name: name$3u
|
|
8001
|
+
};
|
|
8002
|
+
|
|
8003
|
+
const name$3t = "completeCapitalOnboardingStep";
|
|
8004
|
+
const mutation$2h = Selector("Mutation")({
|
|
8005
|
+
[name$3t]: [{ data: $("data", "CapitalOnboardingStepInput!") }, capitalOnboardingStateSelector]
|
|
8006
|
+
});
|
|
8007
|
+
|
|
8008
|
+
const completeOnboardingStep = {
|
|
8009
|
+
__proto__: null,
|
|
8010
|
+
mutation: mutation$2h,
|
|
8011
|
+
name: name$3t
|
|
8012
|
+
};
|
|
8013
|
+
|
|
8014
|
+
const name$3s = "capitalCompleteVoting";
|
|
8015
|
+
const mutation$2g = Selector("Mutation")({
|
|
8016
|
+
[name$3s]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
|
|
8017
|
+
});
|
|
8018
|
+
|
|
8019
|
+
const completeVoting = {
|
|
8020
|
+
__proto__: null,
|
|
8021
|
+
mutation: mutation$2g,
|
|
8022
|
+
name: name$3s
|
|
8023
|
+
};
|
|
8024
|
+
|
|
8025
|
+
const name$3r = "capitalConvertSegment";
|
|
8026
|
+
const mutation$2f = Selector("Mutation")({
|
|
8027
|
+
[name$3r]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
|
|
8028
|
+
});
|
|
8029
|
+
|
|
8030
|
+
const convertSegment = {
|
|
8031
|
+
__proto__: null,
|
|
8032
|
+
mutation: mutation$2f,
|
|
8033
|
+
name: name$3r
|
|
8034
|
+
};
|
|
8035
|
+
|
|
8036
|
+
const name$3q = "capitalCreateCommit";
|
|
8037
|
+
const mutation$2e = Selector("Mutation")({
|
|
8038
|
+
[name$3q]: [{ data: $("data", "CreateCommitInput!") }, rawCommitSelector]
|
|
8039
|
+
});
|
|
8040
|
+
|
|
8041
|
+
const createCommit = {
|
|
8042
|
+
__proto__: null,
|
|
8043
|
+
mutation: mutation$2e,
|
|
8044
|
+
name: name$3q
|
|
8045
|
+
};
|
|
8046
|
+
|
|
8047
|
+
const name$3p = "capitalCreateCycle";
|
|
8048
|
+
const mutation$2d = Selector("Mutation")({
|
|
8049
|
+
[name$3p]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
|
|
8050
|
+
});
|
|
8051
|
+
|
|
8052
|
+
const createCycle = {
|
|
7659
8053
|
__proto__: null,
|
|
7660
8054
|
mutation: mutation$2d,
|
|
7661
|
-
name: name$
|
|
8055
|
+
name: name$3p
|
|
7662
8056
|
};
|
|
7663
8057
|
|
|
7664
|
-
const name$
|
|
8058
|
+
const name$3o = "capitalCreateDebt";
|
|
7665
8059
|
const mutation$2c = Selector("Mutation")({
|
|
7666
|
-
[name$
|
|
8060
|
+
[name$3o]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
|
|
7667
8061
|
});
|
|
7668
8062
|
|
|
7669
|
-
const
|
|
8063
|
+
const createDebt = {
|
|
7670
8064
|
__proto__: null,
|
|
7671
8065
|
mutation: mutation$2c,
|
|
7672
|
-
name: name$
|
|
8066
|
+
name: name$3o
|
|
7673
8067
|
};
|
|
7674
8068
|
|
|
7675
|
-
const name$
|
|
8069
|
+
const name$3n = "capitalCreateExpense";
|
|
7676
8070
|
const mutation$2b = Selector("Mutation")({
|
|
7677
|
-
[name$
|
|
8071
|
+
[name$3n]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
|
|
7678
8072
|
});
|
|
7679
8073
|
|
|
7680
|
-
const
|
|
8074
|
+
const createExpense = {
|
|
7681
8075
|
__proto__: null,
|
|
7682
8076
|
mutation: mutation$2b,
|
|
7683
|
-
name: name$
|
|
8077
|
+
name: name$3n
|
|
7684
8078
|
};
|
|
7685
8079
|
|
|
7686
|
-
const name$
|
|
8080
|
+
const name$3m = "capitalCreateIssue";
|
|
7687
8081
|
const mutation$2a = Selector("Mutation")({
|
|
7688
|
-
[name$
|
|
8082
|
+
[name$3m]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
|
|
7689
8083
|
});
|
|
7690
8084
|
|
|
7691
|
-
const
|
|
8085
|
+
const createIssue = {
|
|
7692
8086
|
__proto__: null,
|
|
7693
8087
|
mutation: mutation$2a,
|
|
7694
|
-
name: name$
|
|
8088
|
+
name: name$3m
|
|
7695
8089
|
};
|
|
7696
8090
|
|
|
7697
|
-
const name$
|
|
8091
|
+
const name$3l = "capitalCreateProgramInvest";
|
|
7698
8092
|
const mutation$29 = Selector("Mutation")({
|
|
7699
|
-
[name$
|
|
8093
|
+
[name$3l]: [{ data: $("data", "CreateProgramInvestInput!") }, rawTransactionSelector]
|
|
7700
8094
|
});
|
|
7701
8095
|
|
|
7702
|
-
const
|
|
8096
|
+
const createProgramInvest = {
|
|
7703
8097
|
__proto__: null,
|
|
7704
8098
|
mutation: mutation$29,
|
|
7705
|
-
name: name$
|
|
8099
|
+
name: name$3l
|
|
7706
8100
|
};
|
|
7707
8101
|
|
|
7708
|
-
const name$
|
|
8102
|
+
const name$3k = "capitalCreateProgramProperty";
|
|
7709
8103
|
const mutation$28 = Selector("Mutation")({
|
|
7710
|
-
[name$
|
|
8104
|
+
[name$3k]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
|
|
7711
8105
|
});
|
|
7712
8106
|
|
|
7713
|
-
const
|
|
8107
|
+
const createProgramProperty = {
|
|
7714
8108
|
__proto__: null,
|
|
7715
8109
|
mutation: mutation$28,
|
|
7716
|
-
name: name$
|
|
8110
|
+
name: name$3k
|
|
7717
8111
|
};
|
|
7718
8112
|
|
|
7719
|
-
const name$
|
|
8113
|
+
const name$3j = "capitalCreateProject";
|
|
7720
8114
|
const mutation$27 = Selector("Mutation")({
|
|
7721
|
-
[name$
|
|
8115
|
+
[name$3j]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
|
|
7722
8116
|
});
|
|
7723
8117
|
|
|
7724
|
-
const
|
|
8118
|
+
const createProject = {
|
|
7725
8119
|
__proto__: null,
|
|
7726
8120
|
mutation: mutation$27,
|
|
7727
|
-
name: name$
|
|
8121
|
+
name: name$3j
|
|
7728
8122
|
};
|
|
7729
8123
|
|
|
7730
|
-
const name$
|
|
8124
|
+
const name$3i = "capitalCreateProjectInvest";
|
|
7731
8125
|
const mutation$26 = Selector("Mutation")({
|
|
7732
|
-
[name$
|
|
8126
|
+
[name$3i]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
|
|
7733
8127
|
});
|
|
7734
8128
|
|
|
7735
|
-
const
|
|
8129
|
+
const createProjectInvest = {
|
|
7736
8130
|
__proto__: null,
|
|
7737
8131
|
mutation: mutation$26,
|
|
7738
|
-
name: name$
|
|
8132
|
+
name: name$3i
|
|
7739
8133
|
};
|
|
7740
8134
|
|
|
7741
|
-
const name$
|
|
8135
|
+
const name$3h = "capitalCreateProjectProperty";
|
|
7742
8136
|
const mutation$25 = Selector("Mutation")({
|
|
7743
|
-
[name$
|
|
8137
|
+
[name$3h]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
|
|
7744
8138
|
});
|
|
7745
8139
|
|
|
7746
|
-
const
|
|
8140
|
+
const createProjectProperty = {
|
|
7747
8141
|
__proto__: null,
|
|
7748
8142
|
mutation: mutation$25,
|
|
7749
|
-
name: name$
|
|
8143
|
+
name: name$3h
|
|
7750
8144
|
};
|
|
7751
8145
|
|
|
7752
|
-
const name$
|
|
8146
|
+
const name$3g = "capitalCreateStory";
|
|
7753
8147
|
const mutation$24 = Selector("Mutation")({
|
|
7754
|
-
[name$
|
|
8148
|
+
[name$3g]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
|
|
7755
8149
|
});
|
|
7756
8150
|
|
|
7757
|
-
const
|
|
8151
|
+
const createStory = {
|
|
7758
8152
|
__proto__: null,
|
|
7759
8153
|
mutation: mutation$24,
|
|
7760
|
-
name: name$
|
|
8154
|
+
name: name$3g
|
|
7761
8155
|
};
|
|
7762
8156
|
|
|
7763
|
-
const name$
|
|
8157
|
+
const name$3f = "capitalDeclineCommit";
|
|
7764
8158
|
const mutation$23 = Selector("Mutation")({
|
|
7765
|
-
[name$
|
|
8159
|
+
[name$3f]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
|
|
7766
8160
|
});
|
|
7767
8161
|
|
|
7768
|
-
const
|
|
8162
|
+
const declineCommit = {
|
|
7769
8163
|
__proto__: null,
|
|
7770
8164
|
mutation: mutation$23,
|
|
7771
|
-
name: name$
|
|
8165
|
+
name: name$3f
|
|
7772
8166
|
};
|
|
7773
8167
|
|
|
7774
|
-
const name$
|
|
8168
|
+
const name$3e = "capitalDeleteIssue";
|
|
7775
8169
|
const mutation$22 = Selector("Mutation")({
|
|
7776
|
-
[name$
|
|
8170
|
+
[name$3e]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
|
|
7777
8171
|
});
|
|
7778
8172
|
|
|
7779
|
-
const
|
|
8173
|
+
const deleteIssue = {
|
|
7780
8174
|
__proto__: null,
|
|
7781
8175
|
mutation: mutation$22,
|
|
7782
|
-
name: name$
|
|
8176
|
+
name: name$3e
|
|
7783
8177
|
};
|
|
7784
8178
|
|
|
7785
|
-
const name$
|
|
8179
|
+
const name$3d = "capitalMoveIssueToComponent";
|
|
7786
8180
|
const mutation$21 = Selector("Mutation")({
|
|
7787
|
-
[name$
|
|
8181
|
+
[name$3d]: [{ data: $("data", "MoveCapitalIssueToComponentInput!") }, rawIssueSelector]
|
|
7788
8182
|
});
|
|
7789
8183
|
|
|
7790
|
-
const
|
|
8184
|
+
const moveIssueToComponent = {
|
|
7791
8185
|
__proto__: null,
|
|
7792
8186
|
mutation: mutation$21,
|
|
7793
|
-
name: name$
|
|
8187
|
+
name: name$3d
|
|
7794
8188
|
};
|
|
7795
8189
|
|
|
7796
|
-
const name$
|
|
8190
|
+
const name$3c = "capitalDeleteProject";
|
|
7797
8191
|
const mutation$20 = Selector("Mutation")({
|
|
7798
|
-
[name$
|
|
8192
|
+
[name$3c]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
|
|
7799
8193
|
});
|
|
7800
8194
|
|
|
7801
|
-
const
|
|
8195
|
+
const deleteProject = {
|
|
7802
8196
|
__proto__: null,
|
|
7803
8197
|
mutation: mutation$20,
|
|
7804
|
-
name: name$
|
|
8198
|
+
name: name$3c
|
|
7805
8199
|
};
|
|
7806
8200
|
|
|
7807
|
-
const name$
|
|
8201
|
+
const name$3b = "capitalDeleteStory";
|
|
7808
8202
|
const mutation$1$ = Selector("Mutation")({
|
|
7809
|
-
[name$
|
|
8203
|
+
[name$3b]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
|
|
7810
8204
|
});
|
|
7811
8205
|
|
|
7812
|
-
const
|
|
8206
|
+
const deleteStory = {
|
|
7813
8207
|
__proto__: null,
|
|
7814
8208
|
mutation: mutation$1$,
|
|
7815
|
-
name: name$
|
|
8209
|
+
name: name$3b
|
|
7816
8210
|
};
|
|
7817
8211
|
|
|
7818
|
-
const name$
|
|
8212
|
+
const name$3a = "capitalEditContributor";
|
|
7819
8213
|
const mutation$1_ = Selector("Mutation")({
|
|
7820
|
-
[name$
|
|
8214
|
+
[name$3a]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
|
|
7821
8215
|
});
|
|
7822
8216
|
|
|
7823
|
-
const
|
|
8217
|
+
const editContributor = {
|
|
7824
8218
|
__proto__: null,
|
|
7825
8219
|
mutation: mutation$1_,
|
|
7826
|
-
name: name$
|
|
8220
|
+
name: name$3a
|
|
7827
8221
|
};
|
|
7828
8222
|
|
|
7829
|
-
const name$
|
|
8223
|
+
const name$39 = "capitalEditProject";
|
|
7830
8224
|
const mutation$1Z = Selector("Mutation")({
|
|
7831
|
-
[name$
|
|
8225
|
+
[name$39]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
|
|
7832
8226
|
});
|
|
7833
8227
|
|
|
7834
|
-
const
|
|
8228
|
+
const editProject = {
|
|
7835
8229
|
__proto__: null,
|
|
7836
8230
|
mutation: mutation$1Z,
|
|
7837
|
-
name: name$
|
|
8231
|
+
name: name$39
|
|
7838
8232
|
};
|
|
7839
8233
|
|
|
7840
|
-
const name$
|
|
8234
|
+
const name$38 = "capitalFinalizeProject";
|
|
7841
8235
|
const mutation$1Y = Selector("Mutation")({
|
|
7842
|
-
[name$
|
|
8236
|
+
[name$38]: [{ data: $("data", "FinalizeProjectInput!") }, projectSelector]
|
|
7843
8237
|
});
|
|
7844
8238
|
|
|
7845
|
-
const
|
|
8239
|
+
const finalizeProject = {
|
|
7846
8240
|
__proto__: null,
|
|
7847
8241
|
mutation: mutation$1Y,
|
|
7848
|
-
name: name$
|
|
8242
|
+
name: name$38
|
|
7849
8243
|
};
|
|
7850
8244
|
|
|
7851
|
-
const name$
|
|
8245
|
+
const name$37 = "capitalFundProgram";
|
|
7852
8246
|
const mutation$1X = Selector("Mutation")({
|
|
7853
|
-
[name$
|
|
8247
|
+
[name$37]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
|
|
7854
8248
|
});
|
|
7855
8249
|
|
|
7856
|
-
const
|
|
8250
|
+
const fundProgram = {
|
|
7857
8251
|
__proto__: null,
|
|
7858
8252
|
mutation: mutation$1X,
|
|
7859
|
-
name: name$
|
|
8253
|
+
name: name$37
|
|
7860
8254
|
};
|
|
7861
8255
|
|
|
7862
|
-
const name$
|
|
8256
|
+
const name$36 = "capitalGenerateCapitalizationAgreement";
|
|
7863
8257
|
const mutation$1W = Selector("Mutation")({
|
|
7864
|
-
[name$
|
|
8258
|
+
[name$36]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7865
8259
|
});
|
|
7866
8260
|
|
|
7867
|
-
const
|
|
8261
|
+
const generateCapitalizationAgreement = {
|
|
7868
8262
|
__proto__: null,
|
|
7869
8263
|
mutation: mutation$1W,
|
|
7870
|
-
name: name$
|
|
8264
|
+
name: name$36
|
|
7871
8265
|
};
|
|
7872
8266
|
|
|
7873
|
-
const name$
|
|
8267
|
+
const name$35 = "capitalGenerateCapitalizationMoneyInvestStatement";
|
|
7874
8268
|
const mutation$1V = Selector("Mutation")({
|
|
7875
|
-
[name$
|
|
8269
|
+
[name$35]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7876
8270
|
});
|
|
7877
8271
|
|
|
7878
|
-
const
|
|
8272
|
+
const generateCapitalizationMoneyInvestStatement = {
|
|
7879
8273
|
__proto__: null,
|
|
7880
8274
|
mutation: mutation$1V,
|
|
7881
|
-
name: name$
|
|
8275
|
+
name: name$35
|
|
7882
8276
|
};
|
|
7883
8277
|
|
|
7884
|
-
const name$
|
|
8278
|
+
const name$34 = "capitalGenerateCapitalizationPropertyInvestAct";
|
|
7885
8279
|
const mutation$1U = Selector("Mutation")({
|
|
7886
|
-
[name$
|
|
8280
|
+
[name$34]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7887
8281
|
});
|
|
7888
8282
|
|
|
7889
|
-
const
|
|
8283
|
+
const generateCapitalizationPropertyInvestAct = {
|
|
7890
8284
|
__proto__: null,
|
|
7891
8285
|
mutation: mutation$1U,
|
|
7892
|
-
name: name$
|
|
8286
|
+
name: name$34
|
|
7893
8287
|
};
|
|
7894
8288
|
|
|
7895
|
-
const name$
|
|
8289
|
+
const name$33 = "capitalGenerateCapitalizationPropertyInvestDecision";
|
|
7896
8290
|
const mutation$1T = Selector("Mutation")({
|
|
7897
|
-
[name$
|
|
8291
|
+
[name$33]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7898
8292
|
});
|
|
7899
8293
|
|
|
7900
|
-
const
|
|
8294
|
+
const generateCapitalizationPropertyInvestDecision = {
|
|
7901
8295
|
__proto__: null,
|
|
7902
8296
|
mutation: mutation$1T,
|
|
7903
|
-
name: name$
|
|
8297
|
+
name: name$33
|
|
7904
8298
|
};
|
|
7905
8299
|
|
|
7906
|
-
const name$
|
|
8300
|
+
const name$32 = "capitalGenerateCapitalizationPropertyInvestStatement";
|
|
7907
8301
|
const mutation$1S = Selector("Mutation")({
|
|
7908
|
-
[name$
|
|
8302
|
+
[name$32]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7909
8303
|
});
|
|
7910
8304
|
|
|
7911
|
-
const
|
|
8305
|
+
const generateCapitalizationPropertyInvestStatement = {
|
|
7912
8306
|
__proto__: null,
|
|
7913
8307
|
mutation: mutation$1S,
|
|
7914
|
-
name: name$
|
|
8308
|
+
name: name$32
|
|
7915
8309
|
};
|
|
7916
8310
|
|
|
7917
|
-
const name$
|
|
8311
|
+
const name$31 = "capitalGenerateCapitalizationToMainWalletConvertStatement";
|
|
7918
8312
|
const mutation$1R = Selector("Mutation")({
|
|
7919
|
-
[name$
|
|
8313
|
+
[name$31]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7920
8314
|
});
|
|
7921
8315
|
|
|
7922
|
-
const
|
|
8316
|
+
const generateCapitalizationToMainWalletConvertStatement = {
|
|
7923
8317
|
__proto__: null,
|
|
7924
8318
|
mutation: mutation$1R,
|
|
7925
|
-
name: name$
|
|
8319
|
+
name: name$31
|
|
7926
8320
|
};
|
|
7927
8321
|
|
|
7928
|
-
const name$
|
|
8322
|
+
const name$30 = "capitalGenerateRegistrationDocuments";
|
|
7929
8323
|
const mutation$1Q = Selector("Mutation")({
|
|
7930
|
-
[name$
|
|
8324
|
+
[name$30]: [
|
|
8325
|
+
{ data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
|
|
8326
|
+
generateCapitalRegistrationDocumentsOutputSelector
|
|
8327
|
+
]
|
|
7931
8328
|
});
|
|
7932
8329
|
|
|
7933
|
-
const
|
|
8330
|
+
const generateCapitalRegistrationDocuments = {
|
|
7934
8331
|
__proto__: null,
|
|
7935
8332
|
mutation: mutation$1Q,
|
|
7936
|
-
name: name$
|
|
8333
|
+
name: name$30
|
|
7937
8334
|
};
|
|
7938
8335
|
|
|
7939
|
-
const name$
|
|
8336
|
+
const name$2$ = "capitalGenerateComponentGenerationContract";
|
|
7940
8337
|
const mutation$1P = Selector("Mutation")({
|
|
7941
|
-
[name$
|
|
8338
|
+
[name$2$]: [{ data: $("data", "ComponentGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7942
8339
|
});
|
|
7943
8340
|
|
|
7944
|
-
const
|
|
8341
|
+
const generateComponentGenerationContract = {
|
|
7945
8342
|
__proto__: null,
|
|
7946
8343
|
mutation: mutation$1P,
|
|
7947
|
-
name: name$
|
|
8344
|
+
name: name$2$
|
|
7948
8345
|
};
|
|
7949
8346
|
|
|
7950
|
-
const name$
|
|
8347
|
+
const name$2_ = "capitalGenerateExpenseDecision";
|
|
7951
8348
|
const mutation$1O = Selector("Mutation")({
|
|
7952
|
-
[name$
|
|
8349
|
+
[name$2_]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7953
8350
|
});
|
|
7954
8351
|
|
|
7955
|
-
const
|
|
8352
|
+
const generateExpenseDecision = {
|
|
7956
8353
|
__proto__: null,
|
|
7957
8354
|
mutation: mutation$1O,
|
|
7958
|
-
name: name$
|
|
8355
|
+
name: name$2_
|
|
7959
8356
|
};
|
|
7960
8357
|
|
|
7961
|
-
const name$
|
|
8358
|
+
const name$2Z = "capitalGenerateExpenseStatement";
|
|
7962
8359
|
const mutation$1N = Selector("Mutation")({
|
|
7963
|
-
[name$
|
|
8360
|
+
[name$2Z]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7964
8361
|
});
|
|
7965
8362
|
|
|
7966
|
-
const
|
|
8363
|
+
const generateExpenseStatement = {
|
|
7967
8364
|
__proto__: null,
|
|
7968
8365
|
mutation: mutation$1N,
|
|
7969
|
-
name: name$
|
|
8366
|
+
name: name$2Z
|
|
7970
8367
|
};
|
|
7971
8368
|
|
|
7972
|
-
const name$
|
|
8369
|
+
const name$2Y = "capitalGenerateGenerationContract";
|
|
7973
8370
|
const mutation$1M = Selector("Mutation")({
|
|
7974
|
-
[name$
|
|
8371
|
+
[name$2Y]: [{ data: $("data", "GenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7975
8372
|
});
|
|
7976
8373
|
|
|
7977
|
-
const
|
|
8374
|
+
const generateGenerationContract = {
|
|
7978
8375
|
__proto__: null,
|
|
7979
8376
|
mutation: mutation$1M,
|
|
7980
|
-
name: name$
|
|
8377
|
+
name: name$2Y
|
|
7981
8378
|
};
|
|
7982
8379
|
|
|
7983
|
-
const name$
|
|
8380
|
+
const name$2X = "capitalGenerateGenerationMoneyInvestStatement";
|
|
7984
8381
|
const mutation$1L = Selector("Mutation")({
|
|
7985
|
-
[name$
|
|
8382
|
+
[name$2X]: [{ data: $("data", "GenerationMoneyInvestStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7986
8383
|
});
|
|
7987
8384
|
|
|
7988
|
-
const
|
|
8385
|
+
const generateGenerationMoneyInvestStatement = {
|
|
7989
8386
|
__proto__: null,
|
|
7990
8387
|
mutation: mutation$1L,
|
|
7991
|
-
name: name$
|
|
8388
|
+
name: name$2X
|
|
7992
8389
|
};
|
|
7993
8390
|
|
|
7994
|
-
const name$
|
|
8391
|
+
const name$2W = "capitalGenerateGenerationPropertyInvestAct";
|
|
7995
8392
|
const mutation$1K = Selector("Mutation")({
|
|
7996
|
-
[name$
|
|
8393
|
+
[name$2W]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
7997
8394
|
});
|
|
7998
8395
|
|
|
7999
|
-
const
|
|
8396
|
+
const generateGenerationPropertyInvestAct = {
|
|
8000
8397
|
__proto__: null,
|
|
8001
8398
|
mutation: mutation$1K,
|
|
8002
|
-
name: name$
|
|
8399
|
+
name: name$2W
|
|
8003
8400
|
};
|
|
8004
8401
|
|
|
8005
|
-
const name$
|
|
8402
|
+
const name$2V = "capitalGenerateGenerationPropertyInvestDecision";
|
|
8006
8403
|
const mutation$1J = Selector("Mutation")({
|
|
8007
|
-
[name$
|
|
8008
|
-
{ data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
|
|
8009
|
-
generateCapitalRegistrationDocumentsOutputSelector
|
|
8010
|
-
]
|
|
8404
|
+
[name$2V]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8011
8405
|
});
|
|
8012
8406
|
|
|
8013
|
-
const
|
|
8407
|
+
const generateGenerationPropertyInvestDecision = {
|
|
8014
8408
|
__proto__: null,
|
|
8015
8409
|
mutation: mutation$1J,
|
|
8016
|
-
name: name$
|
|
8410
|
+
name: name$2V
|
|
8017
8411
|
};
|
|
8018
8412
|
|
|
8019
|
-
const name$
|
|
8413
|
+
const name$2U = "capitalGenerateGenerationPropertyInvestStatement";
|
|
8020
8414
|
const mutation$1I = Selector("Mutation")({
|
|
8021
|
-
[name$
|
|
8415
|
+
[name$2U]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8022
8416
|
});
|
|
8023
8417
|
|
|
8024
|
-
const
|
|
8418
|
+
const generateGenerationPropertyInvestStatement = {
|
|
8025
8419
|
__proto__: null,
|
|
8026
8420
|
mutation: mutation$1I,
|
|
8027
|
-
name: name$
|
|
8421
|
+
name: name$2U
|
|
8028
8422
|
};
|
|
8029
8423
|
|
|
8030
|
-
const name$
|
|
8424
|
+
const name$2T = "capitalGenerateGenerationToCapitalizationConvertStatement";
|
|
8031
8425
|
const mutation$1H = Selector("Mutation")({
|
|
8032
|
-
[name$
|
|
8426
|
+
[name$2T]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8033
8427
|
});
|
|
8034
8428
|
|
|
8035
|
-
const
|
|
8429
|
+
const generateGenerationToCapitalizationConvertStatement = {
|
|
8036
8430
|
__proto__: null,
|
|
8037
8431
|
mutation: mutation$1H,
|
|
8038
|
-
name: name$
|
|
8432
|
+
name: name$2T
|
|
8039
8433
|
};
|
|
8040
8434
|
|
|
8041
|
-
const name$
|
|
8435
|
+
const name$2S = "capitalGenerateGenerationToMainWalletConvertStatement";
|
|
8042
8436
|
const mutation$1G = Selector("Mutation")({
|
|
8043
|
-
[name$
|
|
8437
|
+
[name$2S]: [{ data: $("data", "GenerationToMainWalletConvertStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8044
8438
|
});
|
|
8045
8439
|
|
|
8046
|
-
const
|
|
8440
|
+
const generateGenerationToMainWalletConvertStatement = {
|
|
8047
8441
|
__proto__: null,
|
|
8048
8442
|
mutation: mutation$1G,
|
|
8049
|
-
name: name$
|
|
8443
|
+
name: name$2S
|
|
8050
8444
|
};
|
|
8051
8445
|
|
|
8052
|
-
const name$
|
|
8446
|
+
const name$2R = "capitalGenerateGenerationToProjectConvertStatement";
|
|
8053
8447
|
const mutation$1F = Selector("Mutation")({
|
|
8054
|
-
[name$
|
|
8448
|
+
[name$2R]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8055
8449
|
});
|
|
8056
8450
|
|
|
8057
|
-
const
|
|
8451
|
+
const generateGenerationToProjectConvertStatement = {
|
|
8058
8452
|
__proto__: null,
|
|
8059
8453
|
mutation: mutation$1F,
|
|
8060
|
-
name: name$
|
|
8454
|
+
name: name$2R
|
|
8061
8455
|
};
|
|
8062
8456
|
|
|
8063
|
-
const name$
|
|
8457
|
+
const name$2Q = "capitalGenerateGetLoanDecision";
|
|
8064
8458
|
const mutation$1E = Selector("Mutation")({
|
|
8065
|
-
[name$
|
|
8459
|
+
[name$2Q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8066
8460
|
});
|
|
8067
8461
|
|
|
8068
|
-
const
|
|
8462
|
+
const generateGetLoanDecision = {
|
|
8069
8463
|
__proto__: null,
|
|
8070
8464
|
mutation: mutation$1E,
|
|
8071
|
-
name: name$
|
|
8465
|
+
name: name$2Q
|
|
8072
8466
|
};
|
|
8073
8467
|
|
|
8074
|
-
const name$
|
|
8468
|
+
const name$2P = "capitalGenerateGetLoanStatement";
|
|
8075
8469
|
const mutation$1D = Selector("Mutation")({
|
|
8076
|
-
[name$
|
|
8470
|
+
[name$2P]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8077
8471
|
});
|
|
8078
8472
|
|
|
8079
|
-
const
|
|
8473
|
+
const generateGetLoanStatement = {
|
|
8080
8474
|
__proto__: null,
|
|
8081
8475
|
mutation: mutation$1D,
|
|
8082
|
-
name: name$
|
|
8476
|
+
name: name$2P
|
|
8083
8477
|
};
|
|
8084
8478
|
|
|
8085
|
-
const name$
|
|
8479
|
+
const name$2O = "capitalGenerateProgramMoneyInvestStatement";
|
|
8086
8480
|
const mutation$1C = Selector("Mutation")({
|
|
8087
|
-
[name$
|
|
8481
|
+
[name$2O]: [
|
|
8482
|
+
{
|
|
8483
|
+
data: $("data", "ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput!"),
|
|
8484
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
8485
|
+
},
|
|
8486
|
+
documentSelector
|
|
8487
|
+
]
|
|
8088
8488
|
});
|
|
8089
8489
|
|
|
8090
|
-
const
|
|
8490
|
+
const generateProgramMoneyInvestStatement = {
|
|
8091
8491
|
__proto__: null,
|
|
8092
8492
|
mutation: mutation$1C,
|
|
8093
|
-
name: name$
|
|
8493
|
+
name: name$2O
|
|
8094
8494
|
};
|
|
8095
8495
|
|
|
8096
|
-
const name$
|
|
8496
|
+
const name$2N = "capitalGenerateProjectGenerationContract";
|
|
8097
8497
|
const mutation$1B = Selector("Mutation")({
|
|
8098
|
-
[name$
|
|
8498
|
+
[name$2N]: [{ data: $("data", "ProjectGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8099
8499
|
});
|
|
8100
8500
|
|
|
8101
|
-
const
|
|
8501
|
+
const generateProjectGenerationContract = {
|
|
8102
8502
|
__proto__: null,
|
|
8103
8503
|
mutation: mutation$1B,
|
|
8104
|
-
name: name$
|
|
8504
|
+
name: name$2N
|
|
8105
8505
|
};
|
|
8106
8506
|
|
|
8107
|
-
const name$
|
|
8507
|
+
const name$2M = "capitalGenerateResultContributionAct";
|
|
8108
8508
|
const mutation$1A = Selector("Mutation")({
|
|
8109
|
-
[name$
|
|
8509
|
+
[name$2M]: [{ data: $("data", "ResultContributionActGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8110
8510
|
});
|
|
8111
8511
|
|
|
8112
|
-
const
|
|
8512
|
+
const generateResultContributionAct = {
|
|
8113
8513
|
__proto__: null,
|
|
8114
8514
|
mutation: mutation$1A,
|
|
8115
|
-
name: name$
|
|
8515
|
+
name: name$2M
|
|
8116
8516
|
};
|
|
8117
8517
|
|
|
8118
|
-
const name$
|
|
8518
|
+
const name$2L = "capitalGenerateResultContributionDecision";
|
|
8119
8519
|
const mutation$1z = Selector("Mutation")({
|
|
8120
|
-
[name$
|
|
8520
|
+
[name$2L]: [{ data: $("data", "ResultContributionDecisionGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8121
8521
|
});
|
|
8122
8522
|
|
|
8123
|
-
const
|
|
8523
|
+
const generateResultContributionDecision = {
|
|
8124
8524
|
__proto__: null,
|
|
8125
8525
|
mutation: mutation$1z,
|
|
8126
|
-
name: name$
|
|
8526
|
+
name: name$2L
|
|
8127
8527
|
};
|
|
8128
8528
|
|
|
8129
|
-
const name$
|
|
8529
|
+
const name$2K = "capitalGenerateResultContributionStatement";
|
|
8130
8530
|
const mutation$1y = Selector("Mutation")({
|
|
8131
|
-
[name$
|
|
8531
|
+
[name$2K]: [{ data: $("data", "ResultContributionStatementGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8132
8532
|
});
|
|
8133
8533
|
|
|
8134
|
-
const
|
|
8534
|
+
const generateResultContributionStatement = {
|
|
8135
8535
|
__proto__: null,
|
|
8136
8536
|
mutation: mutation$1y,
|
|
8137
|
-
name: name$
|
|
8537
|
+
name: name$2K
|
|
8138
8538
|
};
|
|
8139
8539
|
|
|
8140
|
-
const name$
|
|
8540
|
+
const name$2J = "capitalImportContributor";
|
|
8141
8541
|
const mutation$1x = Selector("Mutation")({
|
|
8142
|
-
[name$
|
|
8542
|
+
[name$2J]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
|
|
8143
8543
|
});
|
|
8144
8544
|
|
|
8145
|
-
const
|
|
8545
|
+
const importContributor = {
|
|
8146
8546
|
__proto__: null,
|
|
8147
8547
|
mutation: mutation$1x,
|
|
8148
|
-
name: name$
|
|
8548
|
+
name: name$2J
|
|
8149
8549
|
};
|
|
8150
8550
|
|
|
8151
|
-
const name$
|
|
8551
|
+
const name$2I = "capitalMakeClearance";
|
|
8152
8552
|
const mutation$1w = Selector("Mutation")({
|
|
8153
|
-
[name$
|
|
8553
|
+
[name$2I]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
|
|
8154
8554
|
});
|
|
8155
8555
|
|
|
8156
|
-
const
|
|
8556
|
+
const makeClearance = {
|
|
8157
8557
|
__proto__: null,
|
|
8158
8558
|
mutation: mutation$1w,
|
|
8159
|
-
name: name$
|
|
8559
|
+
name: name$2I
|
|
8160
8560
|
};
|
|
8161
8561
|
|
|
8162
|
-
const name$
|
|
8562
|
+
const name$2H = "capitalOpenProject";
|
|
8163
8563
|
const mutation$1v = Selector("Mutation")({
|
|
8164
|
-
[name$
|
|
8564
|
+
[name$2H]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
|
|
8165
8565
|
});
|
|
8166
8566
|
|
|
8167
|
-
const
|
|
8567
|
+
const openProject = {
|
|
8168
8568
|
__proto__: null,
|
|
8169
8569
|
mutation: mutation$1v,
|
|
8170
|
-
name: name$
|
|
8570
|
+
name: name$2H
|
|
8171
8571
|
};
|
|
8172
8572
|
|
|
8173
|
-
const name$
|
|
8573
|
+
const name$2G = "capitalPushResult";
|
|
8174
8574
|
const mutation$1u = Selector("Mutation")({
|
|
8175
|
-
[name$
|
|
8575
|
+
[name$2G]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
|
|
8176
8576
|
});
|
|
8177
8577
|
|
|
8178
|
-
const
|
|
8578
|
+
const pushResult = {
|
|
8179
8579
|
__proto__: null,
|
|
8180
8580
|
mutation: mutation$1u,
|
|
8181
|
-
name: name$
|
|
8581
|
+
name: name$2G
|
|
8182
8582
|
};
|
|
8183
8583
|
|
|
8184
|
-
const name$
|
|
8584
|
+
const name$2F = "capitalRefreshProgram";
|
|
8185
8585
|
const mutation$1t = Selector("Mutation")({
|
|
8186
|
-
[name$
|
|
8586
|
+
[name$2F]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
|
|
8187
8587
|
});
|
|
8188
8588
|
|
|
8189
|
-
const
|
|
8589
|
+
const refreshProgram = {
|
|
8190
8590
|
__proto__: null,
|
|
8191
8591
|
mutation: mutation$1t,
|
|
8192
|
-
name: name$
|
|
8592
|
+
name: name$2F
|
|
8193
8593
|
};
|
|
8194
8594
|
|
|
8195
|
-
const name$
|
|
8595
|
+
const name$2E = "capitalRefreshSegment";
|
|
8196
8596
|
const mutation$1s = Selector("Mutation")({
|
|
8197
|
-
[name$
|
|
8597
|
+
[name$2E]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
|
|
8198
8598
|
});
|
|
8199
8599
|
|
|
8200
|
-
const
|
|
8600
|
+
const refreshSegment = {
|
|
8201
8601
|
__proto__: null,
|
|
8202
8602
|
mutation: mutation$1s,
|
|
8203
|
-
name: name$
|
|
8603
|
+
name: name$2E
|
|
8204
8604
|
};
|
|
8205
8605
|
|
|
8206
|
-
const name$
|
|
8606
|
+
const name$2D = "capitalRegisterContributor";
|
|
8207
8607
|
const mutation$1r = Selector("Mutation")({
|
|
8208
|
-
[name$
|
|
8608
|
+
[name$2D]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
|
|
8209
8609
|
});
|
|
8210
8610
|
|
|
8211
|
-
const
|
|
8611
|
+
const registerContributor = {
|
|
8212
8612
|
__proto__: null,
|
|
8213
8613
|
mutation: mutation$1r,
|
|
8214
|
-
name: name$
|
|
8614
|
+
name: name$2D
|
|
8215
8615
|
};
|
|
8216
8616
|
|
|
8217
|
-
const name$
|
|
8617
|
+
const name$2C = "capitalSetConfig";
|
|
8218
8618
|
const mutation$1q = Selector("Mutation")({
|
|
8219
|
-
[name$
|
|
8619
|
+
[name$2C]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
|
|
8220
8620
|
});
|
|
8221
8621
|
|
|
8222
|
-
const
|
|
8622
|
+
const setConfig = {
|
|
8223
8623
|
__proto__: null,
|
|
8224
8624
|
mutation: mutation$1q,
|
|
8225
|
-
name: name$
|
|
8625
|
+
name: name$2C
|
|
8226
8626
|
};
|
|
8227
8627
|
|
|
8228
|
-
const name$
|
|
8628
|
+
const name$2B = "capitalSetMaster";
|
|
8229
8629
|
const mutation$1p = Selector("Mutation")({
|
|
8230
|
-
[name$
|
|
8630
|
+
[name$2B]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
|
|
8231
8631
|
});
|
|
8232
8632
|
|
|
8233
|
-
const
|
|
8633
|
+
const setMaster = {
|
|
8234
8634
|
__proto__: null,
|
|
8235
8635
|
mutation: mutation$1p,
|
|
8236
|
-
name: name$
|
|
8636
|
+
name: name$2B
|
|
8237
8637
|
};
|
|
8238
8638
|
|
|
8239
|
-
const name$
|
|
8639
|
+
const name$2A = "capitalSetPlan";
|
|
8240
8640
|
const mutation$1o = Selector("Mutation")({
|
|
8241
|
-
[name$
|
|
8641
|
+
[name$2A]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
|
|
8242
8642
|
});
|
|
8243
8643
|
|
|
8244
|
-
const
|
|
8644
|
+
const setPlan = {
|
|
8245
8645
|
__proto__: null,
|
|
8246
8646
|
mutation: mutation$1o,
|
|
8247
|
-
name: name$
|
|
8647
|
+
name: name$2A
|
|
8248
8648
|
};
|
|
8249
8649
|
|
|
8250
|
-
const name$
|
|
8650
|
+
const name$2z = "capitalSetProjectDevelopmentRepositoryUrl";
|
|
8251
8651
|
const mutation$1n = Selector("Mutation")({
|
|
8252
|
-
[name$
|
|
8652
|
+
[name$2z]: [{ data: $("data", "SetCapitalProjectDevelopmentRepositoryUrlInput!") }, rawProjectSelector]
|
|
8253
8653
|
});
|
|
8254
8654
|
|
|
8255
|
-
const
|
|
8655
|
+
const setProjectDevelopmentRepositoryUrl = {
|
|
8256
8656
|
__proto__: null,
|
|
8257
8657
|
mutation: mutation$1n,
|
|
8258
|
-
name: name$
|
|
8658
|
+
name: name$2z
|
|
8259
8659
|
};
|
|
8260
8660
|
|
|
8261
|
-
const name$
|
|
8661
|
+
const name$2y = "capitalSignActAsChairman";
|
|
8262
8662
|
const mutation$1m = Selector("Mutation")({
|
|
8263
|
-
[name$
|
|
8663
|
+
[name$2y]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
|
|
8264
8664
|
});
|
|
8265
8665
|
|
|
8266
|
-
const
|
|
8666
|
+
const signActAsChairman = {
|
|
8267
8667
|
__proto__: null,
|
|
8268
8668
|
mutation: mutation$1m,
|
|
8269
|
-
name: name$
|
|
8669
|
+
name: name$2y
|
|
8270
8670
|
};
|
|
8271
8671
|
|
|
8272
|
-
const name$
|
|
8672
|
+
const name$2x = "capitalSignActAsContributor";
|
|
8273
8673
|
const mutation$1l = Selector("Mutation")({
|
|
8274
|
-
[name$
|
|
8275
|
-
});
|
|
8276
|
-
|
|
8277
|
-
const registerContributor = {
|
|
8278
|
-
__proto__: null,
|
|
8279
|
-
mutation: mutation$1l,
|
|
8280
|
-
name: name$2t
|
|
8281
|
-
};
|
|
8282
|
-
|
|
8283
|
-
const name$2s = "capitalSetConfig";
|
|
8284
|
-
const mutation$1k = Selector("Mutation")({
|
|
8285
|
-
[name$2s]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
|
|
8286
|
-
});
|
|
8287
|
-
|
|
8288
|
-
const setConfig = {
|
|
8289
|
-
__proto__: null,
|
|
8290
|
-
mutation: mutation$1k,
|
|
8291
|
-
name: name$2s
|
|
8292
|
-
};
|
|
8293
|
-
|
|
8294
|
-
const name$2r = "capitalSetMaster";
|
|
8295
|
-
const mutation$1j = Selector("Mutation")({
|
|
8296
|
-
[name$2r]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
|
|
8297
|
-
});
|
|
8298
|
-
|
|
8299
|
-
const setMaster = {
|
|
8300
|
-
__proto__: null,
|
|
8301
|
-
mutation: mutation$1j,
|
|
8302
|
-
name: name$2r
|
|
8303
|
-
};
|
|
8304
|
-
|
|
8305
|
-
const name$2q = "capitalSetPlan";
|
|
8306
|
-
const mutation$1i = Selector("Mutation")({
|
|
8307
|
-
[name$2q]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
|
|
8308
|
-
});
|
|
8309
|
-
|
|
8310
|
-
const setPlan = {
|
|
8311
|
-
__proto__: null,
|
|
8312
|
-
mutation: mutation$1i,
|
|
8313
|
-
name: name$2q
|
|
8314
|
-
};
|
|
8315
|
-
|
|
8316
|
-
const name$2p = "capitalSignActAsChairman";
|
|
8317
|
-
const mutation$1h = Selector("Mutation")({
|
|
8318
|
-
[name$2p]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
|
|
8319
|
-
});
|
|
8320
|
-
|
|
8321
|
-
const signActAsChairman = {
|
|
8322
|
-
__proto__: null,
|
|
8323
|
-
mutation: mutation$1h,
|
|
8324
|
-
name: name$2p
|
|
8325
|
-
};
|
|
8326
|
-
|
|
8327
|
-
const name$2o = "capitalSignActAsContributor";
|
|
8328
|
-
const mutation$1g = Selector("Mutation")({
|
|
8329
|
-
[name$2o]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
|
|
8674
|
+
[name$2x]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
|
|
8330
8675
|
});
|
|
8331
8676
|
|
|
8332
8677
|
const signActAsContributor = {
|
|
8333
8678
|
__proto__: null,
|
|
8334
|
-
mutation: mutation$
|
|
8335
|
-
name: name$
|
|
8679
|
+
mutation: mutation$1l,
|
|
8680
|
+
name: name$2x
|
|
8336
8681
|
};
|
|
8337
8682
|
|
|
8338
|
-
const name$
|
|
8339
|
-
const mutation$
|
|
8340
|
-
[name$
|
|
8683
|
+
const name$2w = "capitalStartProject";
|
|
8684
|
+
const mutation$1k = Selector("Mutation")({
|
|
8685
|
+
[name$2w]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
|
|
8341
8686
|
});
|
|
8342
8687
|
|
|
8343
8688
|
const startProject = {
|
|
8344
8689
|
__proto__: null,
|
|
8345
|
-
mutation: mutation$
|
|
8346
|
-
name: name$
|
|
8690
|
+
mutation: mutation$1k,
|
|
8691
|
+
name: name$2w
|
|
8347
8692
|
};
|
|
8348
8693
|
|
|
8349
|
-
const name$
|
|
8350
|
-
const mutation$
|
|
8351
|
-
[name$
|
|
8694
|
+
const name$2v = "capitalStartVoting";
|
|
8695
|
+
const mutation$1j = Selector("Mutation")({
|
|
8696
|
+
[name$2v]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
|
|
8352
8697
|
});
|
|
8353
8698
|
|
|
8354
8699
|
const startVoting = {
|
|
8355
8700
|
__proto__: null,
|
|
8356
|
-
mutation: mutation$
|
|
8357
|
-
name: name$
|
|
8701
|
+
mutation: mutation$1j,
|
|
8702
|
+
name: name$2v
|
|
8358
8703
|
};
|
|
8359
8704
|
|
|
8360
|
-
const name$
|
|
8361
|
-
const mutation$
|
|
8362
|
-
[name$
|
|
8705
|
+
const name$2u = "capitalStopProject";
|
|
8706
|
+
const mutation$1i = Selector("Mutation")({
|
|
8707
|
+
[name$2u]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
|
|
8363
8708
|
});
|
|
8364
8709
|
|
|
8365
8710
|
const stopProject = {
|
|
8366
8711
|
__proto__: null,
|
|
8367
|
-
mutation: mutation$
|
|
8368
|
-
name: name$
|
|
8712
|
+
mutation: mutation$1i,
|
|
8713
|
+
name: name$2u
|
|
8369
8714
|
};
|
|
8370
8715
|
|
|
8371
|
-
const name$
|
|
8372
|
-
const mutation$
|
|
8373
|
-
[name$
|
|
8716
|
+
const name$2t = "capitalSubmitVote";
|
|
8717
|
+
const mutation$1h = Selector("Mutation")({
|
|
8718
|
+
[name$2t]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
|
|
8374
8719
|
});
|
|
8375
8720
|
|
|
8376
8721
|
const submitVote = {
|
|
8377
8722
|
__proto__: null,
|
|
8378
|
-
mutation: mutation$
|
|
8379
|
-
name: name$
|
|
8723
|
+
mutation: mutation$1h,
|
|
8724
|
+
name: name$2t
|
|
8380
8725
|
};
|
|
8381
8726
|
|
|
8382
|
-
const name$
|
|
8383
|
-
const mutation$
|
|
8384
|
-
[name$
|
|
8727
|
+
const name$2s = "capitalUpdateIssue";
|
|
8728
|
+
const mutation$1g = Selector("Mutation")({
|
|
8729
|
+
[name$2s]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
|
|
8385
8730
|
});
|
|
8386
8731
|
|
|
8387
8732
|
const updateIssue = {
|
|
8388
8733
|
__proto__: null,
|
|
8389
|
-
mutation: mutation$
|
|
8390
|
-
name: name$
|
|
8734
|
+
mutation: mutation$1g,
|
|
8735
|
+
name: name$2s
|
|
8391
8736
|
};
|
|
8392
8737
|
|
|
8393
|
-
const name$
|
|
8394
|
-
const mutation$
|
|
8395
|
-
[name$
|
|
8738
|
+
const name$2r = "capitalUpdateStory";
|
|
8739
|
+
const mutation$1f = Selector("Mutation")({
|
|
8740
|
+
[name$2r]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
|
|
8396
8741
|
});
|
|
8397
8742
|
|
|
8398
8743
|
const updateStory = {
|
|
8399
8744
|
__proto__: null,
|
|
8400
|
-
mutation: mutation$
|
|
8401
|
-
name: name$
|
|
8745
|
+
mutation: mutation$1f,
|
|
8746
|
+
name: name$2r
|
|
8402
8747
|
};
|
|
8403
8748
|
|
|
8404
8749
|
const index$G = {
|
|
@@ -8416,6 +8761,7 @@ const index$G = {
|
|
|
8416
8761
|
CreateDebt: createDebt,
|
|
8417
8762
|
CreateExpense: createExpense,
|
|
8418
8763
|
CreateIssue: createIssue,
|
|
8764
|
+
CreateProgramInvest: createProgramInvest,
|
|
8419
8765
|
CreateProgramProperty: createProgramProperty,
|
|
8420
8766
|
CreateProject: createProject,
|
|
8421
8767
|
CreateProjectInvest: createProjectInvest,
|
|
@@ -8449,12 +8795,14 @@ const index$G = {
|
|
|
8449
8795
|
GenerateGenerationToProjectConvertStatement: generateGenerationToProjectConvertStatement,
|
|
8450
8796
|
GenerateGetLoanDecision: generateGetLoanDecision,
|
|
8451
8797
|
GenerateGetLoanStatement: generateGetLoanStatement,
|
|
8798
|
+
GenerateProgramMoneyInvestStatement: generateProgramMoneyInvestStatement,
|
|
8452
8799
|
GenerateProjectGenerationContract: generateProjectGenerationContract,
|
|
8453
8800
|
GenerateResultContributionAct: generateResultContributionAct,
|
|
8454
8801
|
GenerateResultContributionDecision: generateResultContributionDecision,
|
|
8455
8802
|
GenerateResultContributionStatement: generateResultContributionStatement,
|
|
8456
8803
|
ImportContributor: importContributor,
|
|
8457
8804
|
MakeClearance: makeClearance,
|
|
8805
|
+
MoveIssueToComponent: moveIssueToComponent,
|
|
8458
8806
|
OpenProject: openProject,
|
|
8459
8807
|
PushResult: pushResult,
|
|
8460
8808
|
RefreshProgram: refreshProgram,
|
|
@@ -8463,6 +8811,7 @@ const index$G = {
|
|
|
8463
8811
|
SetConfig: setConfig,
|
|
8464
8812
|
SetMaster: setMaster,
|
|
8465
8813
|
SetPlan: setPlan,
|
|
8814
|
+
SetProjectDevelopmentRepositoryUrl: setProjectDevelopmentRepositoryUrl,
|
|
8466
8815
|
SignActAsChairman: signActAsChairman,
|
|
8467
8816
|
SignActAsContributor: signActAsContributor,
|
|
8468
8817
|
StartProject: startProject,
|
|
@@ -8517,48 +8866,48 @@ const chairmanOnboardingStateSelector = Selector("ChairmanOnboardingState")(onbo
|
|
|
8517
8866
|
const rawApprovalsPaginationSelector = { ...paginationSelector, items: rawApprovalSelector };
|
|
8518
8867
|
const approvalsPaginationSelector = Selector("PaginatedChairmanApprovalsPaginationResult")(rawApprovalsPaginationSelector);
|
|
8519
8868
|
|
|
8520
|
-
const name$
|
|
8521
|
-
const mutation$
|
|
8522
|
-
[name$
|
|
8869
|
+
const name$2q = "completeChairmanAgendaStep";
|
|
8870
|
+
const mutation$1e = Selector("Mutation")({
|
|
8871
|
+
[name$2q]: [{ data: $("data", "ChairmanOnboardingAgendaInput!") }, chairmanOnboardingStateSelector]
|
|
8523
8872
|
});
|
|
8524
8873
|
|
|
8525
8874
|
const completeOnboardingAgendaStep = {
|
|
8526
8875
|
__proto__: null,
|
|
8527
|
-
mutation: mutation$
|
|
8528
|
-
name: name$
|
|
8876
|
+
mutation: mutation$1e,
|
|
8877
|
+
name: name$2q
|
|
8529
8878
|
};
|
|
8530
8879
|
|
|
8531
|
-
const name$
|
|
8532
|
-
const mutation$
|
|
8533
|
-
[name$
|
|
8880
|
+
const name$2p = "completeChairmanGeneralMeetStep";
|
|
8881
|
+
const mutation$1d = Selector("Mutation")({
|
|
8882
|
+
[name$2p]: [{ data: $("data", "ChairmanOnboardingGeneralMeetInput!") }, chairmanOnboardingStateSelector]
|
|
8534
8883
|
});
|
|
8535
8884
|
|
|
8536
8885
|
const completeOnboardingGeneralMeetStep = {
|
|
8537
8886
|
__proto__: null,
|
|
8538
|
-
mutation: mutation$
|
|
8539
|
-
name: name$
|
|
8887
|
+
mutation: mutation$1d,
|
|
8888
|
+
name: name$2p
|
|
8540
8889
|
};
|
|
8541
8890
|
|
|
8542
|
-
const name$
|
|
8543
|
-
const mutation$
|
|
8544
|
-
[name$
|
|
8891
|
+
const name$2o = "chairmanConfirmApprove";
|
|
8892
|
+
const mutation$1c = Selector("Mutation")({
|
|
8893
|
+
[name$2o]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
|
|
8545
8894
|
});
|
|
8546
8895
|
|
|
8547
8896
|
const confirmApprove = {
|
|
8548
8897
|
__proto__: null,
|
|
8549
|
-
mutation: mutation$
|
|
8550
|
-
name: name$
|
|
8898
|
+
mutation: mutation$1c,
|
|
8899
|
+
name: name$2o
|
|
8551
8900
|
};
|
|
8552
8901
|
|
|
8553
|
-
const name$
|
|
8554
|
-
const mutation$
|
|
8555
|
-
[name$
|
|
8902
|
+
const name$2n = "chairmanDeclineApprove";
|
|
8903
|
+
const mutation$1b = Selector("Mutation")({
|
|
8904
|
+
[name$2n]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
|
|
8556
8905
|
});
|
|
8557
8906
|
|
|
8558
8907
|
const declineApprove = {
|
|
8559
8908
|
__proto__: null,
|
|
8560
|
-
mutation: mutation$
|
|
8561
|
-
name: name$
|
|
8909
|
+
mutation: mutation$1b,
|
|
8910
|
+
name: name$2n
|
|
8562
8911
|
};
|
|
8563
8912
|
|
|
8564
8913
|
const index$F = {
|
|
@@ -8569,273 +8918,333 @@ const index$F = {
|
|
|
8569
8918
|
DeclineApprove: declineApprove
|
|
8570
8919
|
};
|
|
8571
8920
|
|
|
8572
|
-
const name$
|
|
8573
|
-
const mutation$
|
|
8574
|
-
[name$
|
|
8921
|
+
const name$2m = "chatcoopCreateAccount";
|
|
8922
|
+
const mutation$1a = Selector("Mutation")({
|
|
8923
|
+
[name$2m]: [{ data: $("data", "CreateMatrixAccountInputDTO!") }, true]
|
|
8575
8924
|
});
|
|
8576
8925
|
|
|
8577
8926
|
const createAccount = {
|
|
8927
|
+
__proto__: null,
|
|
8928
|
+
mutation: mutation$1a,
|
|
8929
|
+
name: name$2m
|
|
8930
|
+
};
|
|
8931
|
+
|
|
8932
|
+
const name$2l = "chatcoopCreateCalendarEvent";
|
|
8933
|
+
const mutation$19 = Selector("Mutation")({
|
|
8934
|
+
[name$2l]: [{ data: $("data", "CreateChatCoopCalendarEventInput!") }, chatCoopCalendarEventSelector]
|
|
8935
|
+
});
|
|
8936
|
+
|
|
8937
|
+
const createCalendarEvent = {
|
|
8938
|
+
__proto__: null,
|
|
8939
|
+
mutation: mutation$19,
|
|
8940
|
+
name: name$2l
|
|
8941
|
+
};
|
|
8942
|
+
|
|
8943
|
+
const name$2k = "chatcoopCreateCalendarIcsSubscription";
|
|
8944
|
+
const mutation$18 = Selector("Mutation")({
|
|
8945
|
+
[name$2k]: chatCoopCalendarIcsUrlSelector
|
|
8946
|
+
});
|
|
8947
|
+
|
|
8948
|
+
const createCalendarIcsSubscription = {
|
|
8949
|
+
__proto__: null,
|
|
8950
|
+
mutation: mutation$18,
|
|
8951
|
+
name: name$2k
|
|
8952
|
+
};
|
|
8953
|
+
|
|
8954
|
+
const name$2j = "chatcoopDeleteCalendarEvent";
|
|
8955
|
+
const mutation$17 = Selector("Mutation")({
|
|
8956
|
+
[name$2j]: [{ id: $("id", "String!") }, true]
|
|
8957
|
+
});
|
|
8958
|
+
|
|
8959
|
+
const deleteCalendarEvent = {
|
|
8960
|
+
__proto__: null,
|
|
8961
|
+
mutation: mutation$17,
|
|
8962
|
+
name: name$2j
|
|
8963
|
+
};
|
|
8964
|
+
|
|
8965
|
+
const name$2i = "chatcoopUpdateCalendarEvent";
|
|
8966
|
+
const mutation$16 = Selector("Mutation")({
|
|
8967
|
+
[name$2i]: [{ data: $("data", "UpdateChatCoopCalendarEventInput!") }, chatCoopCalendarEventSelector]
|
|
8968
|
+
});
|
|
8969
|
+
|
|
8970
|
+
const updateCalendarEvent = {
|
|
8971
|
+
__proto__: null,
|
|
8972
|
+
mutation: mutation$16,
|
|
8973
|
+
name: name$2i
|
|
8974
|
+
};
|
|
8975
|
+
|
|
8976
|
+
const name$2h = "chatcoopUpdateTranscriptionMemo";
|
|
8977
|
+
const mutation$15 = Selector("Mutation")({
|
|
8978
|
+
[name$2h]: [{ data: $("data", "UpdateCallTranscriptionMemoInput!") }, rawCallTranscriptionSelector]
|
|
8979
|
+
});
|
|
8980
|
+
|
|
8981
|
+
const updateTranscriptionMemo = {
|
|
8578
8982
|
__proto__: null,
|
|
8579
8983
|
mutation: mutation$15,
|
|
8580
|
-
name: name$
|
|
8984
|
+
name: name$2h
|
|
8581
8985
|
};
|
|
8582
8986
|
|
|
8583
8987
|
const index$E = {
|
|
8584
8988
|
__proto__: null,
|
|
8585
|
-
CreateAccount: createAccount
|
|
8989
|
+
CreateAccount: createAccount,
|
|
8990
|
+
CreateCalendarEvent: createCalendarEvent,
|
|
8991
|
+
CreateCalendarIcsSubscription: createCalendarIcsSubscription,
|
|
8992
|
+
DeleteCalendarEvent: deleteCalendarEvent,
|
|
8993
|
+
UpdateCalendarEvent: updateCalendarEvent,
|
|
8994
|
+
UpdateTranscriptionMemo: updateTranscriptionMemo
|
|
8586
8995
|
};
|
|
8587
8996
|
|
|
8588
|
-
const name$
|
|
8997
|
+
const name$2g = "acceptChildOrder";
|
|
8589
8998
|
const mutation$14 = Selector("Mutation")({
|
|
8590
|
-
[name$
|
|
8999
|
+
[name$2g]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
|
|
8591
9000
|
});
|
|
8592
9001
|
|
|
8593
9002
|
const acceptChildOrder = {
|
|
8594
9003
|
__proto__: null,
|
|
8595
9004
|
mutation: mutation$14,
|
|
8596
|
-
name: name$
|
|
9005
|
+
name: name$2g
|
|
8597
9006
|
};
|
|
8598
9007
|
|
|
8599
|
-
const name$
|
|
9008
|
+
const name$2f = "cancelRequest";
|
|
8600
9009
|
const mutation$13 = Selector("Mutation")({
|
|
8601
|
-
[name$
|
|
9010
|
+
[name$2f]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
|
|
8602
9011
|
});
|
|
8603
9012
|
|
|
8604
9013
|
const cancelRequest = {
|
|
8605
9014
|
__proto__: null,
|
|
8606
9015
|
mutation: mutation$13,
|
|
8607
|
-
name: name$
|
|
9016
|
+
name: name$2f
|
|
8608
9017
|
};
|
|
8609
9018
|
|
|
8610
|
-
const name$
|
|
9019
|
+
const name$2e = "confirmReceiveOnRequest";
|
|
8611
9020
|
const mutation$12 = Selector("Mutation")({
|
|
8612
|
-
[name$
|
|
9021
|
+
[name$2e]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
|
|
8613
9022
|
});
|
|
8614
9023
|
|
|
8615
9024
|
const completeReceiveOnRequest = {
|
|
8616
9025
|
__proto__: null,
|
|
8617
9026
|
mutation: mutation$12,
|
|
8618
|
-
name: name$
|
|
9027
|
+
name: name$2e
|
|
8619
9028
|
};
|
|
8620
9029
|
|
|
8621
|
-
const name$
|
|
9030
|
+
const name$2d = "completeRequest";
|
|
8622
9031
|
const mutation$11 = Selector("Mutation")({
|
|
8623
|
-
[name$
|
|
9032
|
+
[name$2d]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
|
|
8624
9033
|
});
|
|
8625
9034
|
|
|
8626
9035
|
const completeRequest = {
|
|
8627
9036
|
__proto__: null,
|
|
8628
9037
|
mutation: mutation$11,
|
|
8629
|
-
name: name$
|
|
9038
|
+
name: name$2d
|
|
8630
9039
|
};
|
|
8631
9040
|
|
|
8632
|
-
const name$
|
|
9041
|
+
const name$2c = "confirmSupplyOnRequest";
|
|
8633
9042
|
const mutation$10 = Selector("Mutation")({
|
|
8634
|
-
[name$
|
|
9043
|
+
[name$2c]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
|
|
8635
9044
|
});
|
|
8636
9045
|
|
|
8637
9046
|
const confirmSupplyOnRequest = {
|
|
8638
9047
|
__proto__: null,
|
|
8639
9048
|
mutation: mutation$10,
|
|
8640
|
-
name: name$
|
|
9049
|
+
name: name$2c
|
|
8641
9050
|
};
|
|
8642
9051
|
|
|
8643
|
-
const name$
|
|
9052
|
+
const name$2b = "createChildOrder";
|
|
8644
9053
|
const mutation$$ = Selector("Mutation")({
|
|
8645
|
-
[name$
|
|
9054
|
+
[name$2b]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
|
|
8646
9055
|
});
|
|
8647
9056
|
|
|
8648
9057
|
const createChildOrder = {
|
|
8649
9058
|
__proto__: null,
|
|
8650
9059
|
mutation: mutation$$,
|
|
8651
|
-
name: name$
|
|
9060
|
+
name: name$2b
|
|
8652
9061
|
};
|
|
8653
9062
|
|
|
8654
|
-
const name$
|
|
9063
|
+
const name$2a = "createParentOffer";
|
|
8655
9064
|
const mutation$_ = Selector("Mutation")({
|
|
8656
|
-
[name$
|
|
9065
|
+
[name$2a]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
|
|
8657
9066
|
});
|
|
8658
9067
|
|
|
8659
9068
|
const createParentOffer = {
|
|
8660
9069
|
__proto__: null,
|
|
8661
9070
|
mutation: mutation$_,
|
|
8662
|
-
name: name$
|
|
9071
|
+
name: name$2a
|
|
8663
9072
|
};
|
|
8664
9073
|
|
|
8665
|
-
const name$
|
|
9074
|
+
const name$29 = "declineRequest";
|
|
8666
9075
|
const mutation$Z = Selector("Mutation")({
|
|
8667
|
-
[name$
|
|
9076
|
+
[name$29]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
|
|
8668
9077
|
});
|
|
8669
9078
|
|
|
8670
9079
|
const declineRequest = {
|
|
8671
9080
|
__proto__: null,
|
|
8672
9081
|
mutation: mutation$Z,
|
|
8673
|
-
name: name$
|
|
9082
|
+
name: name$29
|
|
8674
9083
|
};
|
|
8675
9084
|
|
|
8676
|
-
const name$
|
|
9085
|
+
const name$28 = "deliverOnRequest";
|
|
8677
9086
|
const mutation$Y = Selector("Mutation")({
|
|
8678
|
-
[name$
|
|
9087
|
+
[name$28]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
|
|
8679
9088
|
});
|
|
8680
9089
|
|
|
8681
9090
|
const deliverOnRequest = {
|
|
8682
9091
|
__proto__: null,
|
|
8683
9092
|
mutation: mutation$Y,
|
|
8684
|
-
name: name$
|
|
9093
|
+
name: name$28
|
|
8685
9094
|
};
|
|
8686
9095
|
|
|
8687
|
-
const name$
|
|
9096
|
+
const name$27 = "disputeOnRequest";
|
|
8688
9097
|
const mutation$X = Selector("Mutation")({
|
|
8689
|
-
[name$
|
|
9098
|
+
[name$27]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
|
|
8690
9099
|
});
|
|
8691
9100
|
|
|
8692
9101
|
const disputeOnRequest = {
|
|
8693
9102
|
__proto__: null,
|
|
8694
9103
|
mutation: mutation$X,
|
|
8695
|
-
name: name$
|
|
9104
|
+
name: name$27
|
|
8696
9105
|
};
|
|
8697
9106
|
|
|
8698
|
-
const name$
|
|
9107
|
+
const name$26 = "generateAssetContributionAct";
|
|
8699
9108
|
const mutation$W = Selector("Mutation")({
|
|
8700
|
-
[name$
|
|
9109
|
+
[name$26]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8701
9110
|
});
|
|
8702
9111
|
|
|
8703
9112
|
const generateAssetContributionAct = {
|
|
8704
9113
|
__proto__: null,
|
|
8705
9114
|
mutation: mutation$W,
|
|
8706
|
-
name: name$
|
|
9115
|
+
name: name$26
|
|
8707
9116
|
};
|
|
8708
9117
|
|
|
8709
|
-
const name$
|
|
9118
|
+
const name$25 = "generateAssetContributionDecision";
|
|
8710
9119
|
const mutation$V = Selector("Mutation")({
|
|
8711
|
-
[name$
|
|
9120
|
+
[name$25]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8712
9121
|
});
|
|
8713
9122
|
|
|
8714
9123
|
const generateAssetContributionDecision = {
|
|
8715
9124
|
__proto__: null,
|
|
8716
9125
|
mutation: mutation$V,
|
|
8717
|
-
name: name$
|
|
9126
|
+
name: name$25
|
|
8718
9127
|
};
|
|
8719
9128
|
|
|
8720
|
-
const name$
|
|
9129
|
+
const name$24 = "generateAssetContributionStatement";
|
|
8721
9130
|
const mutation$U = Selector("Mutation")({
|
|
8722
|
-
[name$
|
|
9131
|
+
[name$24]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8723
9132
|
});
|
|
8724
9133
|
|
|
8725
9134
|
const generateAssetContributionStatement = {
|
|
8726
9135
|
__proto__: null,
|
|
8727
9136
|
mutation: mutation$U,
|
|
8728
|
-
name: name$
|
|
9137
|
+
name: name$24
|
|
8729
9138
|
};
|
|
8730
9139
|
|
|
8731
|
-
const name$
|
|
9140
|
+
const name$23 = "generateReturnByAssetAct";
|
|
8732
9141
|
const mutation$T = Selector("Mutation")({
|
|
8733
|
-
[name$
|
|
9142
|
+
[name$23]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8734
9143
|
});
|
|
8735
9144
|
|
|
8736
9145
|
const generateReturnByAssetAct = {
|
|
8737
9146
|
__proto__: null,
|
|
8738
9147
|
mutation: mutation$T,
|
|
8739
|
-
name: name$
|
|
9148
|
+
name: name$23
|
|
8740
9149
|
};
|
|
8741
9150
|
|
|
8742
|
-
const name$
|
|
9151
|
+
const name$22 = "generateReturnByAssetDecision";
|
|
8743
9152
|
const mutation$S = Selector("Mutation")({
|
|
8744
|
-
[name$
|
|
9153
|
+
[name$22]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8745
9154
|
});
|
|
8746
9155
|
|
|
8747
9156
|
const generateReturnByAssetDecision = {
|
|
8748
9157
|
__proto__: null,
|
|
8749
9158
|
mutation: mutation$S,
|
|
8750
|
-
name: name$
|
|
9159
|
+
name: name$22
|
|
8751
9160
|
};
|
|
8752
9161
|
|
|
8753
|
-
const name$
|
|
9162
|
+
const name$21 = "generateReturnByAssetStatement";
|
|
8754
9163
|
const mutation$R = Selector("Mutation")({
|
|
8755
|
-
[name$
|
|
9164
|
+
[name$21]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8756
9165
|
});
|
|
8757
9166
|
|
|
8758
9167
|
const generateReturnByAssetStatement = {
|
|
8759
9168
|
__proto__: null,
|
|
8760
9169
|
mutation: mutation$R,
|
|
8761
|
-
name: name$
|
|
9170
|
+
name: name$21
|
|
8762
9171
|
};
|
|
8763
9172
|
|
|
8764
|
-
const name$
|
|
9173
|
+
const name$20 = "moderateRequest";
|
|
8765
9174
|
const mutation$Q = Selector("Mutation")({
|
|
8766
|
-
[name$
|
|
9175
|
+
[name$20]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
|
|
8767
9176
|
});
|
|
8768
9177
|
|
|
8769
9178
|
const moderateRequest = {
|
|
8770
9179
|
__proto__: null,
|
|
8771
9180
|
mutation: mutation$Q,
|
|
8772
|
-
name: name$
|
|
9181
|
+
name: name$20
|
|
8773
9182
|
};
|
|
8774
9183
|
|
|
8775
|
-
const name$
|
|
9184
|
+
const name$1$ = "prohibitRequest";
|
|
8776
9185
|
const mutation$P = Selector("Mutation")({
|
|
8777
|
-
[name$
|
|
9186
|
+
[name$1$]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
|
|
8778
9187
|
});
|
|
8779
9188
|
|
|
8780
9189
|
const prohibitRequest = {
|
|
8781
9190
|
__proto__: null,
|
|
8782
9191
|
mutation: mutation$P,
|
|
8783
|
-
name: name$
|
|
9192
|
+
name: name$1$
|
|
8784
9193
|
};
|
|
8785
9194
|
|
|
8786
|
-
const name$
|
|
9195
|
+
const name$1_ = "publishRequest";
|
|
8787
9196
|
const mutation$O = Selector("Mutation")({
|
|
8788
|
-
[name$
|
|
9197
|
+
[name$1_]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
|
|
8789
9198
|
});
|
|
8790
9199
|
|
|
8791
9200
|
const publishRequest = {
|
|
8792
9201
|
__proto__: null,
|
|
8793
9202
|
mutation: mutation$O,
|
|
8794
|
-
name: name$
|
|
9203
|
+
name: name$1_
|
|
8795
9204
|
};
|
|
8796
9205
|
|
|
8797
|
-
const name$
|
|
9206
|
+
const name$1Z = "receiveOnRequest";
|
|
8798
9207
|
const mutation$N = Selector("Mutation")({
|
|
8799
|
-
[name$
|
|
9208
|
+
[name$1Z]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
|
|
8800
9209
|
});
|
|
8801
9210
|
|
|
8802
9211
|
const receiveOnRequest = {
|
|
8803
9212
|
__proto__: null,
|
|
8804
9213
|
mutation: mutation$N,
|
|
8805
|
-
name: name$
|
|
9214
|
+
name: name$1Z
|
|
8806
9215
|
};
|
|
8807
9216
|
|
|
8808
|
-
const name$
|
|
9217
|
+
const name$1Y = "supplyOnRequest";
|
|
8809
9218
|
const mutation$M = Selector("Mutation")({
|
|
8810
|
-
[name$
|
|
9219
|
+
[name$1Y]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
|
|
8811
9220
|
});
|
|
8812
9221
|
|
|
8813
9222
|
const supplyOnRequest = {
|
|
8814
9223
|
__proto__: null,
|
|
8815
9224
|
mutation: mutation$M,
|
|
8816
|
-
name: name$
|
|
9225
|
+
name: name$1Y
|
|
8817
9226
|
};
|
|
8818
9227
|
|
|
8819
|
-
const name$
|
|
9228
|
+
const name$1X = "unpublishRequest";
|
|
8820
9229
|
const mutation$L = Selector("Mutation")({
|
|
8821
|
-
[name$
|
|
9230
|
+
[name$1X]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
|
|
8822
9231
|
});
|
|
8823
9232
|
|
|
8824
9233
|
const unpublishRequest = {
|
|
8825
9234
|
__proto__: null,
|
|
8826
9235
|
mutation: mutation$L,
|
|
8827
|
-
name: name$
|
|
9236
|
+
name: name$1X
|
|
8828
9237
|
};
|
|
8829
9238
|
|
|
8830
|
-
const name$
|
|
9239
|
+
const name$1W = "updateRequest";
|
|
8831
9240
|
const mutation$K = Selector("Mutation")({
|
|
8832
|
-
[name$
|
|
9241
|
+
[name$1W]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
|
|
8833
9242
|
});
|
|
8834
9243
|
|
|
8835
9244
|
const updateRequest = {
|
|
8836
9245
|
__proto__: null,
|
|
8837
9246
|
mutation: mutation$K,
|
|
8838
|
-
name: name$
|
|
9247
|
+
name: name$1W
|
|
8839
9248
|
};
|
|
8840
9249
|
|
|
8841
9250
|
const index$D = {
|
|
@@ -8865,9 +9274,9 @@ const index$D = {
|
|
|
8865
9274
|
UpdateRequest: updateRequest
|
|
8866
9275
|
};
|
|
8867
9276
|
|
|
8868
|
-
const name$
|
|
9277
|
+
const name$1V = "generateDocument";
|
|
8869
9278
|
const mutation$J = Selector("Mutation")({
|
|
8870
|
-
[name$
|
|
9279
|
+
[name$1V]: [
|
|
8871
9280
|
{
|
|
8872
9281
|
input: $("input", "GenerateAnyDocumentInput!")
|
|
8873
9282
|
},
|
|
@@ -8878,7 +9287,7 @@ const mutation$J = Selector("Mutation")({
|
|
|
8878
9287
|
const generateDocument = {
|
|
8879
9288
|
__proto__: null,
|
|
8880
9289
|
mutation: mutation$J,
|
|
8881
|
-
name: name$
|
|
9290
|
+
name: name$1V
|
|
8882
9291
|
};
|
|
8883
9292
|
|
|
8884
9293
|
const index$C = {
|
|
@@ -8886,37 +9295,37 @@ const index$C = {
|
|
|
8886
9295
|
GenerateDocument: generateDocument
|
|
8887
9296
|
};
|
|
8888
9297
|
|
|
8889
|
-
const name$
|
|
9298
|
+
const name$1U = "installExtension";
|
|
8890
9299
|
const mutation$I = Selector("Mutation")({
|
|
8891
|
-
[name$
|
|
9300
|
+
[name$1U]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
|
|
8892
9301
|
});
|
|
8893
9302
|
|
|
8894
9303
|
const installExtension = {
|
|
8895
9304
|
__proto__: null,
|
|
8896
9305
|
mutation: mutation$I,
|
|
8897
|
-
name: name$
|
|
9306
|
+
name: name$1U
|
|
8898
9307
|
};
|
|
8899
9308
|
|
|
8900
|
-
const name$
|
|
9309
|
+
const name$1T = "uninstallExtension";
|
|
8901
9310
|
const mutation$H = Selector("Mutation")({
|
|
8902
|
-
[name$
|
|
9311
|
+
[name$1T]: [{ data: $("data", "UninstallExtensionInput!") }, true]
|
|
8903
9312
|
});
|
|
8904
9313
|
|
|
8905
9314
|
const uninstallExtension = {
|
|
8906
9315
|
__proto__: null,
|
|
8907
9316
|
mutation: mutation$H,
|
|
8908
|
-
name: name$
|
|
9317
|
+
name: name$1T
|
|
8909
9318
|
};
|
|
8910
9319
|
|
|
8911
|
-
const name$
|
|
9320
|
+
const name$1S = "updateExtension";
|
|
8912
9321
|
const mutation$G = Selector("Mutation")({
|
|
8913
|
-
[name$
|
|
9322
|
+
[name$1S]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
|
|
8914
9323
|
});
|
|
8915
9324
|
|
|
8916
9325
|
const updateExtension = {
|
|
8917
9326
|
__proto__: null,
|
|
8918
9327
|
mutation: mutation$G,
|
|
8919
|
-
name: name$
|
|
9328
|
+
name: name$1S
|
|
8920
9329
|
};
|
|
8921
9330
|
|
|
8922
9331
|
const index$B = {
|
|
@@ -8926,48 +9335,48 @@ const index$B = {
|
|
|
8926
9335
|
UpdateExtension: updateExtension
|
|
8927
9336
|
};
|
|
8928
9337
|
|
|
8929
|
-
const name$
|
|
9338
|
+
const name$1R = "generateProjectOfFreeDecision";
|
|
8930
9339
|
const mutation$F = Selector("Mutation")({
|
|
8931
|
-
[name$
|
|
9340
|
+
[name$1R]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8932
9341
|
});
|
|
8933
9342
|
|
|
8934
9343
|
const generateProjectOfFreeDecisionDocument = {
|
|
8935
9344
|
__proto__: null,
|
|
8936
9345
|
mutation: mutation$F,
|
|
8937
|
-
name: name$
|
|
9346
|
+
name: name$1R
|
|
8938
9347
|
};
|
|
8939
9348
|
|
|
8940
|
-
const name$
|
|
9349
|
+
const name$1Q = "generateFreeDecision";
|
|
8941
9350
|
const mutation$E = Selector("Mutation")({
|
|
8942
|
-
[name$
|
|
9351
|
+
[name$1Q]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8943
9352
|
});
|
|
8944
9353
|
|
|
8945
9354
|
const generateFreeDecision = {
|
|
8946
9355
|
__proto__: null,
|
|
8947
9356
|
mutation: mutation$E,
|
|
8948
|
-
name: name$
|
|
9357
|
+
name: name$1Q
|
|
8949
9358
|
};
|
|
8950
9359
|
|
|
8951
|
-
const name$
|
|
9360
|
+
const name$1P = "publishProjectOfFreeDecision";
|
|
8952
9361
|
const mutation$D = Selector("Mutation")({
|
|
8953
|
-
[name$
|
|
9362
|
+
[name$1P]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
|
|
8954
9363
|
});
|
|
8955
9364
|
|
|
8956
9365
|
const publishProjectOfFreeDecision = {
|
|
8957
9366
|
__proto__: null,
|
|
8958
9367
|
mutation: mutation$D,
|
|
8959
|
-
name: name$
|
|
9368
|
+
name: name$1P
|
|
8960
9369
|
};
|
|
8961
9370
|
|
|
8962
|
-
const name$
|
|
9371
|
+
const name$1O = "createProjectOfFreeDecision";
|
|
8963
9372
|
const mutation$C = Selector("Mutation")({
|
|
8964
|
-
[name$
|
|
9373
|
+
[name$1O]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
|
|
8965
9374
|
});
|
|
8966
9375
|
|
|
8967
9376
|
const createProjectOfFreeDecision = {
|
|
8968
9377
|
__proto__: null,
|
|
8969
9378
|
mutation: mutation$C,
|
|
8970
|
-
name: name$
|
|
9379
|
+
name: name$1O
|
|
8971
9380
|
};
|
|
8972
9381
|
|
|
8973
9382
|
const index$A = {
|
|
@@ -8978,37 +9387,37 @@ const index$A = {
|
|
|
8978
9387
|
PublishProjectOfFreeDecision: publishProjectOfFreeDecision
|
|
8979
9388
|
};
|
|
8980
9389
|
|
|
8981
|
-
const name$
|
|
9390
|
+
const name$1N = "setPaymentStatus";
|
|
8982
9391
|
const mutation$B = Selector("Mutation")({
|
|
8983
|
-
[name$
|
|
9392
|
+
[name$1N]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
|
|
8984
9393
|
});
|
|
8985
9394
|
|
|
8986
9395
|
const updatePaymentStatus = {
|
|
8987
9396
|
__proto__: null,
|
|
8988
9397
|
mutation: mutation$B,
|
|
8989
|
-
name: name$
|
|
9398
|
+
name: name$1N
|
|
8990
9399
|
};
|
|
8991
9400
|
|
|
8992
|
-
const name$
|
|
9401
|
+
const name$1M = "createInitialPayment";
|
|
8993
9402
|
const mutation$A = Selector("Mutation")({
|
|
8994
|
-
[name$
|
|
9403
|
+
[name$1M]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
|
|
8995
9404
|
});
|
|
8996
9405
|
|
|
8997
9406
|
const createInitialPayment$1 = {
|
|
8998
9407
|
__proto__: null,
|
|
8999
9408
|
mutation: mutation$A,
|
|
9000
|
-
name: name$
|
|
9409
|
+
name: name$1M
|
|
9001
9410
|
};
|
|
9002
9411
|
|
|
9003
|
-
const name$
|
|
9412
|
+
const name$1L = "createDepositPayment";
|
|
9004
9413
|
const mutation$z = Selector("Mutation")({
|
|
9005
|
-
[name$
|
|
9414
|
+
[name$1L]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
|
|
9006
9415
|
});
|
|
9007
9416
|
|
|
9008
9417
|
const createDepositPayment$1 = {
|
|
9009
9418
|
__proto__: null,
|
|
9010
9419
|
mutation: mutation$z,
|
|
9011
|
-
name: name$
|
|
9420
|
+
name: name$1L
|
|
9012
9421
|
};
|
|
9013
9422
|
|
|
9014
9423
|
const index$z = {
|
|
@@ -9018,20 +9427,20 @@ const index$z = {
|
|
|
9018
9427
|
SetPaymentStatus: updatePaymentStatus
|
|
9019
9428
|
};
|
|
9020
9429
|
|
|
9021
|
-
const name$
|
|
9430
|
+
const name$1K = "createAnnualGeneralMeet";
|
|
9022
9431
|
const mutation$y = Selector("Mutation")({
|
|
9023
|
-
[name$
|
|
9432
|
+
[name$1K]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
9024
9433
|
});
|
|
9025
9434
|
|
|
9026
9435
|
const createAnnualGeneralMeet = {
|
|
9027
9436
|
__proto__: null,
|
|
9028
9437
|
mutation: mutation$y,
|
|
9029
|
-
name: name$
|
|
9438
|
+
name: name$1K
|
|
9030
9439
|
};
|
|
9031
9440
|
|
|
9032
|
-
const name$
|
|
9441
|
+
const name$1J = "generateAnnualGeneralMeetAgendaDocument";
|
|
9033
9442
|
const mutation$x = Selector("Mutation")({
|
|
9034
|
-
[name$
|
|
9443
|
+
[name$1J]: [
|
|
9035
9444
|
{
|
|
9036
9445
|
data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
|
|
9037
9446
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -9043,12 +9452,12 @@ const mutation$x = Selector("Mutation")({
|
|
|
9043
9452
|
const generateAnnualGeneralMeetAgendaDocument = {
|
|
9044
9453
|
__proto__: null,
|
|
9045
9454
|
mutation: mutation$x,
|
|
9046
|
-
name: name$
|
|
9455
|
+
name: name$1J
|
|
9047
9456
|
};
|
|
9048
9457
|
|
|
9049
|
-
const name$
|
|
9458
|
+
const name$1I = "generateAnnualGeneralMeetDecisionDocument";
|
|
9050
9459
|
const mutation$w = Selector("Mutation")({
|
|
9051
|
-
[name$
|
|
9460
|
+
[name$1I]: [
|
|
9052
9461
|
{
|
|
9053
9462
|
data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
|
|
9054
9463
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -9060,12 +9469,12 @@ const mutation$w = Selector("Mutation")({
|
|
|
9060
9469
|
const generateAnnualGeneralMeetDecisionDocument = {
|
|
9061
9470
|
__proto__: null,
|
|
9062
9471
|
mutation: mutation$w,
|
|
9063
|
-
name: name$
|
|
9472
|
+
name: name$1I
|
|
9064
9473
|
};
|
|
9065
9474
|
|
|
9066
|
-
const name$
|
|
9475
|
+
const name$1H = "generateAnnualGeneralMeetNotificationDocument";
|
|
9067
9476
|
const mutation$v = Selector("Mutation")({
|
|
9068
|
-
[name$
|
|
9477
|
+
[name$1H]: [
|
|
9069
9478
|
{
|
|
9070
9479
|
data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
|
|
9071
9480
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -9077,12 +9486,12 @@ const mutation$v = Selector("Mutation")({
|
|
|
9077
9486
|
const generateAnnualGeneralMeetNotificationDocument = {
|
|
9078
9487
|
__proto__: null,
|
|
9079
9488
|
mutation: mutation$v,
|
|
9080
|
-
name: name$
|
|
9489
|
+
name: name$1H
|
|
9081
9490
|
};
|
|
9082
9491
|
|
|
9083
|
-
const name$
|
|
9492
|
+
const name$1G = "generateBallotForAnnualGeneralMeetDocument";
|
|
9084
9493
|
const mutation$u = Selector("Mutation")({
|
|
9085
|
-
[name$
|
|
9494
|
+
[name$1G]: [
|
|
9086
9495
|
{
|
|
9087
9496
|
data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
|
|
9088
9497
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -9094,12 +9503,12 @@ const mutation$u = Selector("Mutation")({
|
|
|
9094
9503
|
const generateBallotForAnnualGeneralMeetDocument = {
|
|
9095
9504
|
__proto__: null,
|
|
9096
9505
|
mutation: mutation$u,
|
|
9097
|
-
name: name$
|
|
9506
|
+
name: name$1G
|
|
9098
9507
|
};
|
|
9099
9508
|
|
|
9100
|
-
const name$
|
|
9509
|
+
const name$1F = "generateSovietDecisionOnAnnualMeetDocument";
|
|
9101
9510
|
const mutation$t = Selector("Mutation")({
|
|
9102
|
-
[name$
|
|
9511
|
+
[name$1F]: [{
|
|
9103
9512
|
data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
|
|
9104
9513
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
9105
9514
|
}, documentSelector]
|
|
@@ -9108,62 +9517,62 @@ const mutation$t = Selector("Mutation")({
|
|
|
9108
9517
|
const generateSovietDecisionOnAnnualMeetDocument = {
|
|
9109
9518
|
__proto__: null,
|
|
9110
9519
|
mutation: mutation$t,
|
|
9111
|
-
name: name$
|
|
9520
|
+
name: name$1F
|
|
9112
9521
|
};
|
|
9113
9522
|
|
|
9114
|
-
const name$
|
|
9523
|
+
const name$1E = "notifyOnAnnualGeneralMeet";
|
|
9115
9524
|
const mutation$s = Selector("Mutation")({
|
|
9116
|
-
[name$
|
|
9525
|
+
[name$1E]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
9117
9526
|
});
|
|
9118
9527
|
|
|
9119
9528
|
const notifyOnAnnualGeneralMeet = {
|
|
9120
9529
|
__proto__: null,
|
|
9121
9530
|
mutation: mutation$s,
|
|
9122
|
-
name: name$
|
|
9531
|
+
name: name$1E
|
|
9123
9532
|
};
|
|
9124
9533
|
|
|
9125
|
-
const name$
|
|
9534
|
+
const name$1D = "restartAnnualGeneralMeet";
|
|
9126
9535
|
const mutation$r = Selector("Mutation")({
|
|
9127
|
-
[name$
|
|
9536
|
+
[name$1D]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
9128
9537
|
});
|
|
9129
9538
|
|
|
9130
9539
|
const restartAnnualGeneralMeet = {
|
|
9131
9540
|
__proto__: null,
|
|
9132
9541
|
mutation: mutation$r,
|
|
9133
|
-
name: name$
|
|
9542
|
+
name: name$1D
|
|
9134
9543
|
};
|
|
9135
9544
|
|
|
9136
|
-
const name$
|
|
9545
|
+
const name$1C = "signByPresiderOnAnnualGeneralMeet";
|
|
9137
9546
|
const mutation$q = Selector("Mutation")({
|
|
9138
|
-
[name$
|
|
9547
|
+
[name$1C]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
9139
9548
|
});
|
|
9140
9549
|
|
|
9141
9550
|
const signByPresiderOnAnnualGeneralMeet = {
|
|
9142
9551
|
__proto__: null,
|
|
9143
9552
|
mutation: mutation$q,
|
|
9144
|
-
name: name$
|
|
9553
|
+
name: name$1C
|
|
9145
9554
|
};
|
|
9146
9555
|
|
|
9147
|
-
const name$
|
|
9556
|
+
const name$1B = "signBySecretaryOnAnnualGeneralMeet";
|
|
9148
9557
|
const mutation$p = Selector("Mutation")({
|
|
9149
|
-
[name$
|
|
9558
|
+
[name$1B]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
9150
9559
|
});
|
|
9151
9560
|
|
|
9152
9561
|
const signBySecretaryOnAnnualGeneralMeet = {
|
|
9153
9562
|
__proto__: null,
|
|
9154
9563
|
mutation: mutation$p,
|
|
9155
|
-
name: name$
|
|
9564
|
+
name: name$1B
|
|
9156
9565
|
};
|
|
9157
9566
|
|
|
9158
|
-
const name$
|
|
9567
|
+
const name$1A = "voteOnAnnualGeneralMeet";
|
|
9159
9568
|
const mutation$o = Selector("Mutation")({
|
|
9160
|
-
[name$
|
|
9569
|
+
[name$1A]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
9161
9570
|
});
|
|
9162
9571
|
|
|
9163
9572
|
const voteOnAnnualGeneralMeet = {
|
|
9164
9573
|
__proto__: null,
|
|
9165
9574
|
mutation: mutation$o,
|
|
9166
|
-
name: name$
|
|
9575
|
+
name: name$1A
|
|
9167
9576
|
};
|
|
9168
9577
|
|
|
9169
9578
|
const index$y = {
|
|
@@ -9181,37 +9590,37 @@ const index$y = {
|
|
|
9181
9590
|
VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
|
|
9182
9591
|
};
|
|
9183
9592
|
|
|
9184
|
-
const name$
|
|
9593
|
+
const name$1z = "createWebPushSubscription";
|
|
9185
9594
|
const mutation$n = Selector("Mutation")({
|
|
9186
|
-
[name$
|
|
9595
|
+
[name$1z]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
|
|
9187
9596
|
});
|
|
9188
9597
|
|
|
9189
9598
|
const createWebPushSubscription = {
|
|
9190
9599
|
__proto__: null,
|
|
9191
9600
|
mutation: mutation$n,
|
|
9192
|
-
name: name$
|
|
9601
|
+
name: name$1z
|
|
9193
9602
|
};
|
|
9194
9603
|
|
|
9195
|
-
const name$
|
|
9604
|
+
const name$1y = "deactivateWebPushSubscriptionById";
|
|
9196
9605
|
const mutation$m = Selector("Mutation")({
|
|
9197
|
-
[name$
|
|
9606
|
+
[name$1y]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
|
|
9198
9607
|
});
|
|
9199
9608
|
|
|
9200
9609
|
const deactivateWebPushSubscriptionById = {
|
|
9201
9610
|
__proto__: null,
|
|
9202
9611
|
mutation: mutation$m,
|
|
9203
|
-
name: name$
|
|
9612
|
+
name: name$1y
|
|
9204
9613
|
};
|
|
9205
9614
|
|
|
9206
|
-
const name$
|
|
9615
|
+
const name$1x = "triggerNotificationWorkflow";
|
|
9207
9616
|
const mutation$l = Selector("Mutation")({
|
|
9208
|
-
[name$
|
|
9617
|
+
[name$1x]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
|
|
9209
9618
|
});
|
|
9210
9619
|
|
|
9211
9620
|
const triggerNotificationWorkflow = {
|
|
9212
9621
|
__proto__: null,
|
|
9213
9622
|
mutation: mutation$l,
|
|
9214
|
-
name: name$
|
|
9623
|
+
name: name$1x
|
|
9215
9624
|
};
|
|
9216
9625
|
|
|
9217
9626
|
const index$x = {
|
|
@@ -9221,59 +9630,59 @@ const index$x = {
|
|
|
9221
9630
|
TriggerNotificationWorkflow: triggerNotificationWorkflow
|
|
9222
9631
|
};
|
|
9223
9632
|
|
|
9224
|
-
const name$
|
|
9633
|
+
const name$1w = "addParticipant";
|
|
9225
9634
|
const mutation$k = Selector("Mutation")({
|
|
9226
|
-
[name$
|
|
9635
|
+
[name$1w]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
|
|
9227
9636
|
});
|
|
9228
9637
|
|
|
9229
9638
|
const addParticipant = {
|
|
9230
9639
|
__proto__: null,
|
|
9231
9640
|
mutation: mutation$k,
|
|
9232
|
-
name: name$
|
|
9641
|
+
name: name$1w
|
|
9233
9642
|
};
|
|
9234
9643
|
|
|
9235
|
-
const name$
|
|
9644
|
+
const name$1v = "generateParticipantApplication";
|
|
9236
9645
|
const mutation$j = Selector("Mutation")({
|
|
9237
|
-
[name$
|
|
9646
|
+
[name$1v]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9238
9647
|
});
|
|
9239
9648
|
|
|
9240
9649
|
const generateParticipantApplication = {
|
|
9241
9650
|
__proto__: null,
|
|
9242
9651
|
mutation: mutation$j,
|
|
9243
|
-
name: name$
|
|
9652
|
+
name: name$1v
|
|
9244
9653
|
};
|
|
9245
9654
|
|
|
9246
|
-
const name$
|
|
9655
|
+
const name$1u = "generateParticipantApplicationDecision";
|
|
9247
9656
|
const mutation$i = Selector("Mutation")({
|
|
9248
|
-
[name$
|
|
9657
|
+
[name$1u]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9249
9658
|
});
|
|
9250
9659
|
|
|
9251
9660
|
const generateParticipantApplicationDecision = {
|
|
9252
9661
|
__proto__: null,
|
|
9253
9662
|
mutation: mutation$i,
|
|
9254
|
-
name: name$
|
|
9663
|
+
name: name$1u
|
|
9255
9664
|
};
|
|
9256
9665
|
|
|
9257
|
-
const name$
|
|
9666
|
+
const name$1t = "registerParticipant";
|
|
9258
9667
|
const mutation$h = Selector("Mutation")({
|
|
9259
|
-
[name$
|
|
9668
|
+
[name$1t]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
|
|
9260
9669
|
});
|
|
9261
9670
|
|
|
9262
9671
|
const registerParticipant = {
|
|
9263
9672
|
__proto__: null,
|
|
9264
9673
|
mutation: mutation$h,
|
|
9265
|
-
name: name$
|
|
9674
|
+
name: name$1t
|
|
9266
9675
|
};
|
|
9267
9676
|
|
|
9268
|
-
const name$
|
|
9677
|
+
const name$1s = "createInitialPayment";
|
|
9269
9678
|
const mutation$g = Selector("Mutation")({
|
|
9270
|
-
[name$
|
|
9679
|
+
[name$1s]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
|
|
9271
9680
|
});
|
|
9272
9681
|
|
|
9273
9682
|
const createInitialPayment = {
|
|
9274
9683
|
__proto__: null,
|
|
9275
9684
|
mutation: mutation$g,
|
|
9276
|
-
name: name$
|
|
9685
|
+
name: name$1s
|
|
9277
9686
|
};
|
|
9278
9687
|
|
|
9279
9688
|
const index$w = {
|
|
@@ -9285,37 +9694,37 @@ const index$w = {
|
|
|
9285
9694
|
RegisterParticipant: registerParticipant
|
|
9286
9695
|
};
|
|
9287
9696
|
|
|
9288
|
-
const name$
|
|
9697
|
+
const name$1r = "addPaymentMethod";
|
|
9289
9698
|
const mutation$f = Selector("Mutation")({
|
|
9290
|
-
[name$
|
|
9699
|
+
[name$1r]: [{ data: $("data", "AddPaymentMethodInput!") }, paymentMethodSelector]
|
|
9291
9700
|
});
|
|
9292
9701
|
|
|
9293
9702
|
const addPaymentMethod = {
|
|
9294
9703
|
__proto__: null,
|
|
9295
9704
|
mutation: mutation$f,
|
|
9296
|
-
name: name$
|
|
9705
|
+
name: name$1r
|
|
9297
9706
|
};
|
|
9298
9707
|
|
|
9299
|
-
const name$
|
|
9708
|
+
const name$1q = "deletePaymentMethod";
|
|
9300
9709
|
const mutation$e = Selector("Mutation")({
|
|
9301
|
-
[name$
|
|
9710
|
+
[name$1q]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
|
|
9302
9711
|
});
|
|
9303
9712
|
|
|
9304
9713
|
const deletePaymentMethod = {
|
|
9305
9714
|
__proto__: null,
|
|
9306
9715
|
mutation: mutation$e,
|
|
9307
|
-
name: name$
|
|
9716
|
+
name: name$1q
|
|
9308
9717
|
};
|
|
9309
9718
|
|
|
9310
|
-
const name$
|
|
9719
|
+
const name$1p = "updateBankAccount";
|
|
9311
9720
|
const mutation$d = Selector("Mutation")({
|
|
9312
|
-
[name$
|
|
9721
|
+
[name$1p]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
|
|
9313
9722
|
});
|
|
9314
9723
|
|
|
9315
9724
|
const updateBankAccount = {
|
|
9316
9725
|
__proto__: null,
|
|
9317
9726
|
mutation: mutation$d,
|
|
9318
|
-
name: name$
|
|
9727
|
+
name: name$1p
|
|
9319
9728
|
};
|
|
9320
9729
|
|
|
9321
9730
|
const index$v = {
|
|
@@ -9325,26 +9734,26 @@ const index$v = {
|
|
|
9325
9734
|
UpdateBankAccount: updateBankAccount
|
|
9326
9735
|
};
|
|
9327
9736
|
|
|
9328
|
-
const name$
|
|
9737
|
+
const name$1o = "generateConvertToAxonStatement";
|
|
9329
9738
|
const mutation$c = Selector("Mutation")({
|
|
9330
|
-
[name$
|
|
9739
|
+
[name$1o]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9331
9740
|
});
|
|
9332
9741
|
|
|
9333
9742
|
const generateConvertToAxonStatement = {
|
|
9334
9743
|
__proto__: null,
|
|
9335
9744
|
mutation: mutation$c,
|
|
9336
|
-
name: name$
|
|
9745
|
+
name: name$1o
|
|
9337
9746
|
};
|
|
9338
9747
|
|
|
9339
|
-
const name$
|
|
9748
|
+
const name$1n = "processConvertToAxonStatement";
|
|
9340
9749
|
const mutation$b = Selector("Mutation")({
|
|
9341
|
-
[name$
|
|
9750
|
+
[name$1n]: [{ data: $("data", "ProcessConvertToAxonStatementInput!") }, true]
|
|
9342
9751
|
});
|
|
9343
9752
|
|
|
9344
9753
|
const processConvertToAxonStatement = {
|
|
9345
9754
|
__proto__: null,
|
|
9346
9755
|
mutation: mutation$b,
|
|
9347
|
-
name: name$
|
|
9756
|
+
name: name$1n
|
|
9348
9757
|
};
|
|
9349
9758
|
|
|
9350
9759
|
const index$u = {
|
|
@@ -9353,15 +9762,15 @@ const index$u = {
|
|
|
9353
9762
|
ProcessConvertToAxonStatement: processConvertToAxonStatement
|
|
9354
9763
|
};
|
|
9355
9764
|
|
|
9356
|
-
const name$
|
|
9765
|
+
const name$1m = "generateRegistrationDocuments";
|
|
9357
9766
|
const mutation$a = Selector("Mutation")({
|
|
9358
|
-
[name$
|
|
9767
|
+
[name$1m]: [{ data: $("data", "GenerateRegistrationDocumentsInput!") }, generateRegistrationDocumentsOutputSelector]
|
|
9359
9768
|
});
|
|
9360
9769
|
|
|
9361
9770
|
const generateRegistrationDocuments = {
|
|
9362
9771
|
__proto__: null,
|
|
9363
9772
|
mutation: mutation$a,
|
|
9364
|
-
name: name$
|
|
9773
|
+
name: name$1m
|
|
9365
9774
|
};
|
|
9366
9775
|
|
|
9367
9776
|
const index$t = {
|
|
@@ -9369,42 +9778,42 @@ const index$t = {
|
|
|
9369
9778
|
GenerateRegistrationDocuments: generateRegistrationDocuments
|
|
9370
9779
|
};
|
|
9371
9780
|
|
|
9372
|
-
const name$
|
|
9781
|
+
const name$1l = "initSystem";
|
|
9373
9782
|
const mutation$9 = Selector("Mutation")({
|
|
9374
|
-
[name$
|
|
9783
|
+
[name$1l]: [{ data: $("data", "Init!") }, systemInfoSelector]
|
|
9375
9784
|
});
|
|
9376
9785
|
|
|
9377
9786
|
const initSystem = {
|
|
9378
9787
|
__proto__: null,
|
|
9379
9788
|
mutation: mutation$9,
|
|
9380
|
-
name: name$
|
|
9789
|
+
name: name$1l
|
|
9381
9790
|
};
|
|
9382
9791
|
|
|
9383
|
-
const name$
|
|
9792
|
+
const name$1k = "installSystem";
|
|
9384
9793
|
const mutation$8 = Selector("Mutation")({
|
|
9385
|
-
[name$
|
|
9794
|
+
[name$1k]: [{ data: $("data", "Install!") }, systemInfoSelector]
|
|
9386
9795
|
});
|
|
9387
9796
|
|
|
9388
9797
|
const installSystem = {
|
|
9389
9798
|
__proto__: null,
|
|
9390
9799
|
mutation: mutation$8,
|
|
9391
|
-
name: name$
|
|
9800
|
+
name: name$1k
|
|
9392
9801
|
};
|
|
9393
9802
|
|
|
9394
|
-
const name$
|
|
9803
|
+
const name$1j = "setWif";
|
|
9395
9804
|
const mutation$7 = Selector("Mutation")({
|
|
9396
|
-
[name$
|
|
9805
|
+
[name$1j]: [{ data: $("data", "SetWifInput!") }, true]
|
|
9397
9806
|
});
|
|
9398
9807
|
|
|
9399
9808
|
const saveWif = {
|
|
9400
9809
|
__proto__: null,
|
|
9401
9810
|
mutation: mutation$7,
|
|
9402
|
-
name: name$
|
|
9811
|
+
name: name$1j
|
|
9403
9812
|
};
|
|
9404
9813
|
|
|
9405
|
-
const name$
|
|
9814
|
+
const name$1i = "startInstall";
|
|
9406
9815
|
const mutation$6 = Selector("Mutation")({
|
|
9407
|
-
[name$
|
|
9816
|
+
[name$1i]: [{ data: $("data", "StartInstallInput!") }, {
|
|
9408
9817
|
install_code: true,
|
|
9409
9818
|
coopname: true
|
|
9410
9819
|
}]
|
|
@@ -9413,29 +9822,29 @@ const mutation$6 = Selector("Mutation")({
|
|
|
9413
9822
|
const startInstall = {
|
|
9414
9823
|
__proto__: null,
|
|
9415
9824
|
mutation: mutation$6,
|
|
9416
|
-
name: name$
|
|
9825
|
+
name: name$1i
|
|
9417
9826
|
};
|
|
9418
9827
|
|
|
9419
|
-
const name$
|
|
9828
|
+
const name$1h = "updateSettings";
|
|
9420
9829
|
const mutation$5 = Selector("Mutation")({
|
|
9421
|
-
[name$
|
|
9830
|
+
[name$1h]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
|
|
9422
9831
|
});
|
|
9423
9832
|
|
|
9424
9833
|
const updateSettings = {
|
|
9425
9834
|
__proto__: null,
|
|
9426
9835
|
mutation: mutation$5,
|
|
9427
|
-
name: name$
|
|
9836
|
+
name: name$1h
|
|
9428
9837
|
};
|
|
9429
9838
|
|
|
9430
|
-
const name$
|
|
9839
|
+
const name$1g = "updateSystem";
|
|
9431
9840
|
const mutation$4 = Selector("Mutation")({
|
|
9432
|
-
[name$
|
|
9841
|
+
[name$1g]: [{ data: $("data", "Update!") }, systemInfoSelector]
|
|
9433
9842
|
});
|
|
9434
9843
|
|
|
9435
9844
|
const updateSystem = {
|
|
9436
9845
|
__proto__: null,
|
|
9437
9846
|
mutation: mutation$4,
|
|
9438
|
-
name: name$
|
|
9847
|
+
name: name$1g
|
|
9439
9848
|
};
|
|
9440
9849
|
|
|
9441
9850
|
const index$s = {
|
|
@@ -9449,31 +9858,31 @@ const index$s = {
|
|
|
9449
9858
|
UpdateSystem: updateSystem
|
|
9450
9859
|
};
|
|
9451
9860
|
|
|
9452
|
-
const name$
|
|
9861
|
+
const name$1f = "createWithdraw";
|
|
9453
9862
|
const mutation$3 = Selector("Mutation")({
|
|
9454
|
-
[name$
|
|
9863
|
+
[name$1f]: [{ data: $("data", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
|
|
9455
9864
|
});
|
|
9456
9865
|
|
|
9457
9866
|
const createWithdraw = {
|
|
9458
9867
|
__proto__: null,
|
|
9459
9868
|
mutation: mutation$3,
|
|
9460
|
-
name: name$
|
|
9869
|
+
name: name$1f
|
|
9461
9870
|
};
|
|
9462
9871
|
|
|
9463
|
-
const name$
|
|
9872
|
+
const name$1e = "createDepositPayment";
|
|
9464
9873
|
const mutation$2 = Selector("Mutation")({
|
|
9465
|
-
[name$
|
|
9874
|
+
[name$1e]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
|
|
9466
9875
|
});
|
|
9467
9876
|
|
|
9468
9877
|
const createDepositPayment = {
|
|
9469
9878
|
__proto__: null,
|
|
9470
9879
|
mutation: mutation$2,
|
|
9471
|
-
name: name$
|
|
9880
|
+
name: name$1e
|
|
9472
9881
|
};
|
|
9473
9882
|
|
|
9474
|
-
const name$
|
|
9883
|
+
const name$1d = "generateReturnByMoneyStatementDocument";
|
|
9475
9884
|
const mutation$1 = Selector("Mutation")({
|
|
9476
|
-
[name$
|
|
9885
|
+
[name$1d]: [
|
|
9477
9886
|
{
|
|
9478
9887
|
data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
|
|
9479
9888
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -9485,12 +9894,12 @@ const mutation$1 = Selector("Mutation")({
|
|
|
9485
9894
|
const generateReturnByMoneyStatementDocument = {
|
|
9486
9895
|
__proto__: null,
|
|
9487
9896
|
mutation: mutation$1,
|
|
9488
|
-
name: name$
|
|
9897
|
+
name: name$1d
|
|
9489
9898
|
};
|
|
9490
9899
|
|
|
9491
|
-
const name$
|
|
9900
|
+
const name$1c = "generateReturnByMoneyDecisionDocument";
|
|
9492
9901
|
const mutation = Selector("Mutation")({
|
|
9493
|
-
[name$
|
|
9902
|
+
[name$1c]: [
|
|
9494
9903
|
{
|
|
9495
9904
|
data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
|
|
9496
9905
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -9502,7 +9911,7 @@ const mutation = Selector("Mutation")({
|
|
|
9502
9911
|
const generateReturnByMoneyDecisionDocument = {
|
|
9503
9912
|
__proto__: null,
|
|
9504
9913
|
mutation: mutation,
|
|
9505
|
-
name: name$
|
|
9914
|
+
name: name$1c
|
|
9506
9915
|
};
|
|
9507
9916
|
|
|
9508
9917
|
const index$r = {
|
|
@@ -9537,26 +9946,26 @@ const Mutations = {
|
|
|
9537
9946
|
Wallet: index$r
|
|
9538
9947
|
};
|
|
9539
9948
|
|
|
9540
|
-
const name$
|
|
9541
|
-
const query$
|
|
9542
|
-
[name$
|
|
9949
|
+
const name$1b = "getAccount";
|
|
9950
|
+
const query$1b = Selector("Query")({
|
|
9951
|
+
[name$1b]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
|
|
9543
9952
|
});
|
|
9544
9953
|
|
|
9545
9954
|
const getAccount = {
|
|
9546
9955
|
__proto__: null,
|
|
9547
|
-
name: name$
|
|
9548
|
-
query: query$
|
|
9956
|
+
name: name$1b,
|
|
9957
|
+
query: query$1b
|
|
9549
9958
|
};
|
|
9550
9959
|
|
|
9551
|
-
const name$
|
|
9552
|
-
const query$
|
|
9553
|
-
[name$
|
|
9960
|
+
const name$1a = "getAccounts";
|
|
9961
|
+
const query$1a = Selector("Query")({
|
|
9962
|
+
[name$1a]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
|
|
9554
9963
|
});
|
|
9555
9964
|
|
|
9556
9965
|
const getAccounts = {
|
|
9557
9966
|
__proto__: null,
|
|
9558
|
-
name: name$
|
|
9559
|
-
query: query$
|
|
9967
|
+
name: name$1a,
|
|
9968
|
+
query: query$1a
|
|
9560
9969
|
};
|
|
9561
9970
|
|
|
9562
9971
|
const rawSearchPrivateAccountsResultSelector = {
|
|
@@ -9573,15 +9982,15 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
|
|
|
9573
9982
|
rawSearchPrivateAccountsResultSelector
|
|
9574
9983
|
);
|
|
9575
9984
|
|
|
9576
|
-
const name$
|
|
9577
|
-
const query$
|
|
9578
|
-
[name$
|
|
9985
|
+
const name$19 = "searchPrivateAccounts";
|
|
9986
|
+
const query$19 = Selector("Query")({
|
|
9987
|
+
[name$19]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
|
|
9579
9988
|
});
|
|
9580
9989
|
|
|
9581
9990
|
const searchPrivateAccounts = {
|
|
9582
9991
|
__proto__: null,
|
|
9583
|
-
name: name$
|
|
9584
|
-
query: query$
|
|
9992
|
+
name: name$19,
|
|
9993
|
+
query: query$19
|
|
9585
9994
|
};
|
|
9586
9995
|
|
|
9587
9996
|
const index$q = {
|
|
@@ -9625,15 +10034,15 @@ const rawAgendaSelector = {
|
|
|
9625
10034
|
};
|
|
9626
10035
|
const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
|
|
9627
10036
|
|
|
9628
|
-
const name$
|
|
9629
|
-
const query$
|
|
9630
|
-
[name$
|
|
10037
|
+
const name$18 = "getAgenda";
|
|
10038
|
+
const query$18 = Selector("Query")({
|
|
10039
|
+
[name$18]: agendaSelector
|
|
9631
10040
|
});
|
|
9632
10041
|
|
|
9633
10042
|
const getAgenda = {
|
|
9634
10043
|
__proto__: null,
|
|
9635
|
-
name: name$
|
|
9636
|
-
query: query$
|
|
10044
|
+
name: name$18,
|
|
10045
|
+
query: query$18
|
|
9637
10046
|
};
|
|
9638
10047
|
|
|
9639
10048
|
const index$p = {
|
|
@@ -9641,9 +10050,9 @@ const index$p = {
|
|
|
9641
10050
|
GetAgenda: getAgenda
|
|
9642
10051
|
};
|
|
9643
10052
|
|
|
9644
|
-
const name$
|
|
9645
|
-
const query$
|
|
9646
|
-
[name$
|
|
10053
|
+
const name$17 = "agreements";
|
|
10054
|
+
const query$17 = Selector("Query")({
|
|
10055
|
+
[name$17]: [
|
|
9647
10056
|
{
|
|
9648
10057
|
filter: $("filter", "AgreementFilter"),
|
|
9649
10058
|
options: $("options", "PaginationInput")
|
|
@@ -9654,8 +10063,8 @@ const query$13 = Selector("Query")({
|
|
|
9654
10063
|
|
|
9655
10064
|
const agreements = {
|
|
9656
10065
|
__proto__: null,
|
|
9657
|
-
name: name$
|
|
9658
|
-
query: query$
|
|
10066
|
+
name: name$17,
|
|
10067
|
+
query: query$17
|
|
9659
10068
|
};
|
|
9660
10069
|
|
|
9661
10070
|
const index$o = {
|
|
@@ -9664,9 +10073,9 @@ const index$o = {
|
|
|
9664
10073
|
};
|
|
9665
10074
|
|
|
9666
10075
|
const paginatedActionsSelector = { ...paginationSelector, items: rawBlockchainActionSelector };
|
|
9667
|
-
const name$
|
|
9668
|
-
const query$
|
|
9669
|
-
[name$
|
|
10076
|
+
const name$16 = "getActions";
|
|
10077
|
+
const query$16 = Selector("Query")({
|
|
10078
|
+
[name$16]: [
|
|
9670
10079
|
{
|
|
9671
10080
|
filters: $("filters", "ActionFiltersInput"),
|
|
9672
10081
|
pagination: $("pagination", "PaginationInput")
|
|
@@ -9677,14 +10086,14 @@ const query$12 = Selector("Query")({
|
|
|
9677
10086
|
|
|
9678
10087
|
const getActions = {
|
|
9679
10088
|
__proto__: null,
|
|
9680
|
-
name: name$
|
|
9681
|
-
query: query$
|
|
10089
|
+
name: name$16,
|
|
10090
|
+
query: query$16
|
|
9682
10091
|
};
|
|
9683
10092
|
|
|
9684
|
-
const name$
|
|
10093
|
+
const name$15 = "getCurrentTableStates";
|
|
9685
10094
|
const paginatedCurrentTableStatesSelector = { ...paginationSelector, items: rawCurrentTableStateSelector };
|
|
9686
|
-
const query$
|
|
9687
|
-
[name$
|
|
10095
|
+
const query$15 = Selector("Query")({
|
|
10096
|
+
[name$15]: [
|
|
9688
10097
|
{
|
|
9689
10098
|
filters: $("filters", "CurrentTableStatesFiltersInput"),
|
|
9690
10099
|
pagination: $("pagination", "PaginationInput")
|
|
@@ -9695,14 +10104,14 @@ const query$11 = Selector("Query")({
|
|
|
9695
10104
|
|
|
9696
10105
|
const getCurrentTableStates = {
|
|
9697
10106
|
__proto__: null,
|
|
9698
|
-
name: name$
|
|
9699
|
-
query: query$
|
|
10107
|
+
name: name$15,
|
|
10108
|
+
query: query$15
|
|
9700
10109
|
};
|
|
9701
10110
|
|
|
9702
10111
|
const paginatedDeltasSelector = { ...paginationSelector, items: rawDeltaSelector };
|
|
9703
|
-
const name$
|
|
9704
|
-
const query$
|
|
9705
|
-
[name$
|
|
10112
|
+
const name$14 = "getDeltas";
|
|
10113
|
+
const query$14 = Selector("Query")({
|
|
10114
|
+
[name$14]: [
|
|
9706
10115
|
{
|
|
9707
10116
|
filters: $("filters", "DeltaFiltersInput"),
|
|
9708
10117
|
pagination: $("pagination", "PaginationInput")
|
|
@@ -9713,8 +10122,8 @@ const query$10 = Selector("Query")({
|
|
|
9713
10122
|
|
|
9714
10123
|
const getDeltas = {
|
|
9715
10124
|
__proto__: null,
|
|
9716
|
-
name: name$
|
|
9717
|
-
query: query$
|
|
10125
|
+
name: name$14,
|
|
10126
|
+
query: query$14
|
|
9718
10127
|
};
|
|
9719
10128
|
|
|
9720
10129
|
const index$n = {
|
|
@@ -9724,26 +10133,26 @@ const index$n = {
|
|
|
9724
10133
|
GetDeltas: getDeltas
|
|
9725
10134
|
};
|
|
9726
10135
|
|
|
9727
|
-
const name
|
|
9728
|
-
const query
|
|
9729
|
-
[name
|
|
10136
|
+
const name$13 = "getBranches";
|
|
10137
|
+
const query$13 = Selector("Query")({
|
|
10138
|
+
[name$13]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
|
|
9730
10139
|
});
|
|
9731
10140
|
|
|
9732
10141
|
const getBranches = {
|
|
9733
10142
|
__proto__: null,
|
|
9734
|
-
name: name
|
|
9735
|
-
query: query
|
|
10143
|
+
name: name$13,
|
|
10144
|
+
query: query$13
|
|
9736
10145
|
};
|
|
9737
10146
|
|
|
9738
|
-
const name$
|
|
9739
|
-
const query$
|
|
9740
|
-
[name$
|
|
10147
|
+
const name$12 = "getBranches";
|
|
10148
|
+
const query$12 = Selector("Query")({
|
|
10149
|
+
[name$12]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
|
|
9741
10150
|
});
|
|
9742
10151
|
|
|
9743
10152
|
const getPublicBranches = {
|
|
9744
10153
|
__proto__: null,
|
|
9745
|
-
name: name$
|
|
9746
|
-
query: query$
|
|
10154
|
+
name: name$12,
|
|
10155
|
+
query: query$12
|
|
9747
10156
|
};
|
|
9748
10157
|
|
|
9749
10158
|
const index$m = {
|
|
@@ -9752,9 +10161,9 @@ const index$m = {
|
|
|
9752
10161
|
GetPublicBranches: getPublicBranches
|
|
9753
10162
|
};
|
|
9754
10163
|
|
|
9755
|
-
const name$
|
|
9756
|
-
const query$
|
|
9757
|
-
[name$
|
|
10164
|
+
const name$11 = "capitalCandidates";
|
|
10165
|
+
const query$11 = Selector("Query")({
|
|
10166
|
+
[name$11]: [
|
|
9758
10167
|
{
|
|
9759
10168
|
filter: $("filter", "CandidateFilterInput"),
|
|
9760
10169
|
options: $("options", "PaginationInput")
|
|
@@ -9764,503 +10173,545 @@ const query$Z = Selector("Query")({
|
|
|
9764
10173
|
});
|
|
9765
10174
|
|
|
9766
10175
|
const getCapitalCandidates = {
|
|
10176
|
+
__proto__: null,
|
|
10177
|
+
name: name$11,
|
|
10178
|
+
query: query$11
|
|
10179
|
+
};
|
|
10180
|
+
|
|
10181
|
+
const name$10 = "capitalCommit";
|
|
10182
|
+
const query$10 = Selector("Query")({
|
|
10183
|
+
[name$10]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
|
|
10184
|
+
});
|
|
10185
|
+
|
|
10186
|
+
const getCommit = {
|
|
10187
|
+
__proto__: null,
|
|
10188
|
+
name: name$10,
|
|
10189
|
+
query: query$10
|
|
10190
|
+
};
|
|
10191
|
+
|
|
10192
|
+
const name$$ = "capitalCommits";
|
|
10193
|
+
const query$$ = Selector("Query")({
|
|
10194
|
+
[name$$]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
|
|
10195
|
+
});
|
|
10196
|
+
|
|
10197
|
+
const getCommits = {
|
|
10198
|
+
__proto__: null,
|
|
10199
|
+
name: name$$,
|
|
10200
|
+
query: query$$
|
|
10201
|
+
};
|
|
10202
|
+
|
|
10203
|
+
const name$_ = "capitalContributor";
|
|
10204
|
+
const query$_ = Selector("Query")({
|
|
10205
|
+
[name$_]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
|
|
10206
|
+
});
|
|
10207
|
+
|
|
10208
|
+
const getContributor = {
|
|
10209
|
+
__proto__: null,
|
|
10210
|
+
name: name$_,
|
|
10211
|
+
query: query$_
|
|
10212
|
+
};
|
|
10213
|
+
|
|
10214
|
+
const name$Z = "capitalContributors";
|
|
10215
|
+
const query$Z = Selector("Query")({
|
|
10216
|
+
[name$Z]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
|
|
10217
|
+
});
|
|
10218
|
+
|
|
10219
|
+
const getContributors = {
|
|
9767
10220
|
__proto__: null,
|
|
9768
10221
|
name: name$Z,
|
|
9769
10222
|
query: query$Z
|
|
9770
10223
|
};
|
|
9771
10224
|
|
|
9772
|
-
const name$Y = "
|
|
10225
|
+
const name$Y = "capitalCycles";
|
|
9773
10226
|
const query$Y = Selector("Query")({
|
|
9774
|
-
[name$Y]: [{
|
|
10227
|
+
[name$Y]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
|
|
9775
10228
|
});
|
|
9776
10229
|
|
|
9777
|
-
const
|
|
10230
|
+
const getCycles = {
|
|
9778
10231
|
__proto__: null,
|
|
9779
10232
|
name: name$Y,
|
|
9780
10233
|
query: query$Y
|
|
9781
10234
|
};
|
|
9782
10235
|
|
|
9783
|
-
const name$X = "
|
|
10236
|
+
const name$X = "capitalDebt";
|
|
9784
10237
|
const query$X = Selector("Query")({
|
|
9785
|
-
[name$X]: [{
|
|
10238
|
+
[name$X]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
|
|
9786
10239
|
});
|
|
9787
10240
|
|
|
9788
|
-
const
|
|
10241
|
+
const getDebt = {
|
|
9789
10242
|
__proto__: null,
|
|
9790
10243
|
name: name$X,
|
|
9791
10244
|
query: query$X
|
|
9792
10245
|
};
|
|
9793
10246
|
|
|
9794
|
-
const name$W = "
|
|
10247
|
+
const name$W = "capitalDebts";
|
|
9795
10248
|
const query$W = Selector("Query")({
|
|
9796
|
-
[name$W]: [{
|
|
10249
|
+
[name$W]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
|
|
9797
10250
|
});
|
|
9798
10251
|
|
|
9799
|
-
const
|
|
10252
|
+
const getDebts = {
|
|
9800
10253
|
__proto__: null,
|
|
9801
10254
|
name: name$W,
|
|
9802
10255
|
query: query$W
|
|
9803
10256
|
};
|
|
9804
10257
|
|
|
9805
|
-
const name$V = "
|
|
10258
|
+
const name$V = "capitalExpense";
|
|
9806
10259
|
const query$V = Selector("Query")({
|
|
9807
|
-
[name$V]: [{
|
|
10260
|
+
[name$V]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
|
|
9808
10261
|
});
|
|
9809
10262
|
|
|
9810
|
-
const
|
|
10263
|
+
const getExpense = {
|
|
9811
10264
|
__proto__: null,
|
|
9812
10265
|
name: name$V,
|
|
9813
10266
|
query: query$V
|
|
9814
10267
|
};
|
|
9815
10268
|
|
|
9816
|
-
const name$U = "
|
|
10269
|
+
const name$U = "capitalExpenses";
|
|
9817
10270
|
const query$U = Selector("Query")({
|
|
9818
|
-
[name$U]: [{ filter: $("filter", "
|
|
10271
|
+
[name$U]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
|
|
9819
10272
|
});
|
|
9820
10273
|
|
|
9821
|
-
const
|
|
10274
|
+
const getExpenses = {
|
|
9822
10275
|
__proto__: null,
|
|
9823
10276
|
name: name$U,
|
|
9824
10277
|
query: query$U
|
|
9825
10278
|
};
|
|
9826
10279
|
|
|
9827
|
-
const name$T = "
|
|
10280
|
+
const name$T = "capitalInvest";
|
|
9828
10281
|
const query$T = Selector("Query")({
|
|
9829
|
-
[name$T]: [{ data: $("data", "
|
|
10282
|
+
[name$T]: [{ data: $("data", "GetInvestInput!") }, investSelector]
|
|
9830
10283
|
});
|
|
9831
10284
|
|
|
9832
|
-
const
|
|
10285
|
+
const getInvest = {
|
|
9833
10286
|
__proto__: null,
|
|
9834
10287
|
name: name$T,
|
|
9835
10288
|
query: query$T
|
|
9836
10289
|
};
|
|
9837
10290
|
|
|
9838
|
-
const name$S = "
|
|
10291
|
+
const name$S = "capitalInvests";
|
|
9839
10292
|
const query$S = Selector("Query")({
|
|
9840
|
-
[name$S]: [{ filter: $("filter", "
|
|
10293
|
+
[name$S]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
|
|
9841
10294
|
});
|
|
9842
10295
|
|
|
9843
|
-
const
|
|
10296
|
+
const getInvests = {
|
|
9844
10297
|
__proto__: null,
|
|
9845
10298
|
name: name$S,
|
|
9846
10299
|
query: query$S
|
|
9847
10300
|
};
|
|
9848
10301
|
|
|
9849
|
-
const name$R = "
|
|
10302
|
+
const name$R = "capitalIssue";
|
|
9850
10303
|
const query$R = Selector("Query")({
|
|
9851
|
-
[name$R]: [{ data: $("data", "
|
|
10304
|
+
[name$R]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
|
|
9852
10305
|
});
|
|
9853
10306
|
|
|
9854
|
-
const
|
|
10307
|
+
const getIssue = {
|
|
9855
10308
|
__proto__: null,
|
|
9856
10309
|
name: name$R,
|
|
9857
10310
|
query: query$R
|
|
9858
10311
|
};
|
|
9859
10312
|
|
|
9860
|
-
const name$Q = "
|
|
10313
|
+
const name$Q = "getCapitalIssueLogs";
|
|
9861
10314
|
const query$Q = Selector("Query")({
|
|
9862
|
-
[name$Q]: [
|
|
10315
|
+
[name$Q]: [
|
|
10316
|
+
{
|
|
10317
|
+
data: $("data", "GetCapitalIssueLogsInput!"),
|
|
10318
|
+
options: $("options", "PaginationInput")
|
|
10319
|
+
},
|
|
10320
|
+
logsPaginationSelector
|
|
10321
|
+
]
|
|
9863
10322
|
});
|
|
9864
10323
|
|
|
9865
|
-
const
|
|
10324
|
+
const getIssueLogs = {
|
|
9866
10325
|
__proto__: null,
|
|
9867
10326
|
name: name$Q,
|
|
9868
10327
|
query: query$Q
|
|
9869
10328
|
};
|
|
9870
10329
|
|
|
9871
|
-
const name$P = "
|
|
10330
|
+
const name$P = "capitalIssues";
|
|
9872
10331
|
const query$P = Selector("Query")({
|
|
9873
|
-
[name$P]: [{
|
|
10332
|
+
[name$P]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
|
|
9874
10333
|
});
|
|
9875
10334
|
|
|
9876
|
-
const
|
|
10335
|
+
const getIssues = {
|
|
9877
10336
|
__proto__: null,
|
|
9878
10337
|
name: name$P,
|
|
9879
10338
|
query: query$P
|
|
9880
10339
|
};
|
|
9881
10340
|
|
|
9882
|
-
const name$O = "
|
|
10341
|
+
const name$O = "getCapitalOnboardingState";
|
|
9883
10342
|
const query$O = Selector("Query")({
|
|
9884
|
-
[name$O]:
|
|
10343
|
+
[name$O]: capitalOnboardingStateSelector
|
|
9885
10344
|
});
|
|
9886
10345
|
|
|
9887
|
-
const
|
|
10346
|
+
const getOnboardingState$1 = {
|
|
9888
10347
|
__proto__: null,
|
|
9889
10348
|
name: name$O,
|
|
9890
10349
|
query: query$O
|
|
9891
10350
|
};
|
|
9892
10351
|
|
|
9893
|
-
const name$N = "
|
|
10352
|
+
const name$N = "capitalProject";
|
|
9894
10353
|
const query$N = Selector("Query")({
|
|
9895
|
-
[name$N]: [{ data: $("data", "
|
|
10354
|
+
[name$N]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
|
|
9896
10355
|
});
|
|
9897
10356
|
|
|
9898
|
-
const
|
|
10357
|
+
const getProject = {
|
|
9899
10358
|
__proto__: null,
|
|
9900
10359
|
name: name$N,
|
|
9901
10360
|
query: query$N
|
|
9902
10361
|
};
|
|
9903
10362
|
|
|
9904
|
-
const name$M = "
|
|
10363
|
+
const name$M = "getCapitalProjectLogs";
|
|
9905
10364
|
const query$M = Selector("Query")({
|
|
9906
|
-
[name$M]: [
|
|
9907
|
-
{
|
|
9908
|
-
data: $("data", "GetCapitalIssueLogsInput!"),
|
|
9909
|
-
options: $("options", "PaginationInput")
|
|
9910
|
-
},
|
|
9911
|
-
logsPaginationSelector
|
|
9912
|
-
]
|
|
10365
|
+
[name$M]: [{ data: $("data", "GetCapitalLogsInput!") }, logsPaginationSelector]
|
|
9913
10366
|
});
|
|
9914
10367
|
|
|
9915
|
-
const
|
|
10368
|
+
const getProjectLogs = {
|
|
9916
10369
|
__proto__: null,
|
|
9917
10370
|
name: name$M,
|
|
9918
10371
|
query: query$M
|
|
9919
10372
|
};
|
|
9920
10373
|
|
|
9921
|
-
const name$L = "
|
|
10374
|
+
const name$L = "capitalProjects";
|
|
9922
10375
|
const query$L = Selector("Query")({
|
|
9923
|
-
[name$L]: [{ filter: $("filter", "
|
|
10376
|
+
[name$L]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
|
|
9924
10377
|
});
|
|
9925
10378
|
|
|
9926
|
-
const
|
|
10379
|
+
const getProjects = {
|
|
9927
10380
|
__proto__: null,
|
|
9928
10381
|
name: name$L,
|
|
9929
10382
|
query: query$L
|
|
9930
10383
|
};
|
|
9931
10384
|
|
|
9932
|
-
const name$K = "
|
|
10385
|
+
const name$K = "capitalProjectWithRelations";
|
|
9933
10386
|
const query$K = Selector("Query")({
|
|
9934
|
-
[name$K]:
|
|
10387
|
+
[name$K]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
|
|
9935
10388
|
});
|
|
9936
10389
|
|
|
9937
|
-
const
|
|
10390
|
+
const getProjectWithRelations = {
|
|
9938
10391
|
__proto__: null,
|
|
9939
10392
|
name: name$K,
|
|
9940
10393
|
query: query$K
|
|
9941
10394
|
};
|
|
9942
10395
|
|
|
9943
|
-
const name$J = "
|
|
10396
|
+
const name$J = "capitalResult";
|
|
9944
10397
|
const query$J = Selector("Query")({
|
|
9945
|
-
[name$J]: [{ data: $("data", "
|
|
10398
|
+
[name$J]: [{ data: $("data", "GetResultInput!") }, resultSelector]
|
|
9946
10399
|
});
|
|
9947
10400
|
|
|
9948
|
-
const
|
|
10401
|
+
const getResult = {
|
|
9949
10402
|
__proto__: null,
|
|
9950
10403
|
name: name$J,
|
|
9951
10404
|
query: query$J
|
|
9952
10405
|
};
|
|
9953
10406
|
|
|
9954
|
-
const name$I = "
|
|
10407
|
+
const name$I = "capitalResults";
|
|
9955
10408
|
const query$I = Selector("Query")({
|
|
9956
|
-
[name$I]: [{ filter: $("filter", "
|
|
10409
|
+
[name$I]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
|
|
9957
10410
|
});
|
|
9958
10411
|
|
|
9959
|
-
const
|
|
10412
|
+
const getResults = {
|
|
9960
10413
|
__proto__: null,
|
|
9961
10414
|
name: name$I,
|
|
9962
10415
|
query: query$I
|
|
9963
10416
|
};
|
|
9964
10417
|
|
|
9965
|
-
const name$H = "
|
|
10418
|
+
const name$H = "capitalSegment";
|
|
9966
10419
|
const query$H = Selector("Query")({
|
|
9967
|
-
[name$H]: [{
|
|
10420
|
+
[name$H]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
|
|
9968
10421
|
});
|
|
9969
10422
|
|
|
9970
|
-
const
|
|
10423
|
+
const getSegment = {
|
|
9971
10424
|
__proto__: null,
|
|
9972
10425
|
name: name$H,
|
|
9973
10426
|
query: query$H
|
|
9974
10427
|
};
|
|
9975
10428
|
|
|
9976
|
-
const name$G = "
|
|
10429
|
+
const name$G = "capitalSegments";
|
|
9977
10430
|
const query$G = Selector("Query")({
|
|
9978
|
-
[name$G]: [{
|
|
10431
|
+
[name$G]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
|
|
9979
10432
|
});
|
|
9980
10433
|
|
|
9981
|
-
const
|
|
10434
|
+
const getSegments = {
|
|
9982
10435
|
__proto__: null,
|
|
9983
10436
|
name: name$G,
|
|
9984
10437
|
query: query$G
|
|
9985
10438
|
};
|
|
9986
10439
|
|
|
9987
|
-
const name$F = "
|
|
10440
|
+
const name$F = "capitalState";
|
|
9988
10441
|
const query$F = Selector("Query")({
|
|
9989
|
-
[name$F]: [{
|
|
10442
|
+
[name$F]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
|
|
9990
10443
|
});
|
|
9991
10444
|
|
|
9992
|
-
const
|
|
10445
|
+
const getState = {
|
|
9993
10446
|
__proto__: null,
|
|
9994
10447
|
name: name$F,
|
|
9995
10448
|
query: query$F
|
|
9996
10449
|
};
|
|
9997
10450
|
|
|
9998
|
-
const name$E = "
|
|
10451
|
+
const name$E = "capitalStories";
|
|
9999
10452
|
const query$E = Selector("Query")({
|
|
10000
|
-
[name$E]: [{
|
|
10453
|
+
[name$E]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
|
|
10001
10454
|
});
|
|
10002
10455
|
|
|
10003
|
-
const
|
|
10456
|
+
const getStories = {
|
|
10004
10457
|
__proto__: null,
|
|
10005
10458
|
name: name$E,
|
|
10006
10459
|
query: query$E
|
|
10007
10460
|
};
|
|
10008
10461
|
|
|
10009
|
-
const name$D = "
|
|
10462
|
+
const name$D = "capitalStory";
|
|
10010
10463
|
const query$D = Selector("Query")({
|
|
10011
|
-
[name$D]: [{ data: $("data", "
|
|
10464
|
+
[name$D]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
|
|
10012
10465
|
});
|
|
10013
10466
|
|
|
10014
|
-
const
|
|
10467
|
+
const getStory = {
|
|
10015
10468
|
__proto__: null,
|
|
10016
10469
|
name: name$D,
|
|
10017
10470
|
query: query$D
|
|
10018
10471
|
};
|
|
10019
10472
|
|
|
10020
|
-
const name$C = "
|
|
10473
|
+
const name$C = "capitalTimeEntries";
|
|
10021
10474
|
const query$C = Selector("Query")({
|
|
10022
|
-
[name$C]: [{ filter: $("filter", "
|
|
10475
|
+
[name$C]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
|
|
10023
10476
|
});
|
|
10024
10477
|
|
|
10025
|
-
const
|
|
10478
|
+
const getTimeEntries = {
|
|
10026
10479
|
__proto__: null,
|
|
10027
10480
|
name: name$C,
|
|
10028
10481
|
query: query$C
|
|
10029
10482
|
};
|
|
10030
10483
|
|
|
10031
|
-
const name$B = "
|
|
10484
|
+
const name$B = "capitalTimeEntriesByIssues";
|
|
10032
10485
|
const query$B = Selector("Query")({
|
|
10033
|
-
[name$B]: [{ filter: $("filter", "
|
|
10486
|
+
[name$B]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
|
|
10034
10487
|
});
|
|
10035
10488
|
|
|
10036
|
-
const
|
|
10489
|
+
const getTimeEntriesByIssues = {
|
|
10037
10490
|
__proto__: null,
|
|
10038
10491
|
name: name$B,
|
|
10039
10492
|
query: query$B
|
|
10040
10493
|
};
|
|
10041
10494
|
|
|
10042
|
-
const name$A = "
|
|
10495
|
+
const name$A = "capitalTimeStats";
|
|
10043
10496
|
const query$A = Selector("Query")({
|
|
10044
|
-
[name$A]: [{
|
|
10497
|
+
[name$A]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
|
|
10045
10498
|
});
|
|
10046
10499
|
|
|
10047
|
-
const
|
|
10500
|
+
const getTimeStats = {
|
|
10048
10501
|
__proto__: null,
|
|
10049
10502
|
name: name$A,
|
|
10050
10503
|
query: query$A
|
|
10051
10504
|
};
|
|
10052
10505
|
|
|
10053
|
-
const name$z = "
|
|
10506
|
+
const name$z = "capitalVote";
|
|
10054
10507
|
const query$z = Selector("Query")({
|
|
10055
|
-
[name$z]: [{ data: $("data", "
|
|
10508
|
+
[name$z]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
|
|
10056
10509
|
});
|
|
10057
10510
|
|
|
10058
|
-
const
|
|
10511
|
+
const getVote = {
|
|
10059
10512
|
__proto__: null,
|
|
10060
10513
|
name: name$z,
|
|
10061
10514
|
query: query$z
|
|
10062
10515
|
};
|
|
10063
10516
|
|
|
10064
|
-
const name$y = "
|
|
10517
|
+
const name$y = "capitalVotes";
|
|
10065
10518
|
const query$y = Selector("Query")({
|
|
10066
|
-
[name$y]: [{ filter: $("filter", "
|
|
10519
|
+
[name$y]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
|
|
10067
10520
|
});
|
|
10068
10521
|
|
|
10069
|
-
const
|
|
10522
|
+
const getVotes = {
|
|
10070
10523
|
__proto__: null,
|
|
10071
10524
|
name: name$y,
|
|
10072
10525
|
query: query$y
|
|
10073
10526
|
};
|
|
10074
10527
|
|
|
10075
|
-
const
|
|
10528
|
+
const index$l = {
|
|
10529
|
+
__proto__: null,
|
|
10530
|
+
GetCapitalCandidates: getCapitalCandidates,
|
|
10531
|
+
GetCommit: getCommit,
|
|
10532
|
+
GetCommits: getCommits,
|
|
10533
|
+
GetContributor: getContributor,
|
|
10534
|
+
GetContributors: getContributors,
|
|
10535
|
+
GetCycles: getCycles,
|
|
10536
|
+
GetDebt: getDebt,
|
|
10537
|
+
GetDebts: getDebts,
|
|
10538
|
+
GetExpense: getExpense,
|
|
10539
|
+
GetExpenses: getExpenses,
|
|
10540
|
+
GetInvest: getInvest,
|
|
10541
|
+
GetInvests: getInvests,
|
|
10542
|
+
GetIssue: getIssue,
|
|
10543
|
+
GetIssueLogs: getIssueLogs,
|
|
10544
|
+
GetIssues: getIssues,
|
|
10545
|
+
GetOnboardingState: getOnboardingState$1,
|
|
10546
|
+
GetProject: getProject,
|
|
10547
|
+
GetProjectLogs: getProjectLogs,
|
|
10548
|
+
GetProjectWithRelations: getProjectWithRelations,
|
|
10549
|
+
GetProjects: getProjects,
|
|
10550
|
+
GetResult: getResult,
|
|
10551
|
+
GetResults: getResults,
|
|
10552
|
+
GetSegment: getSegment,
|
|
10553
|
+
GetSegments: getSegments,
|
|
10554
|
+
GetState: getState,
|
|
10555
|
+
GetStories: getStories,
|
|
10556
|
+
GetStory: getStory,
|
|
10557
|
+
GetTimeEntries: getTimeEntries,
|
|
10558
|
+
GetTimeEntriesByIssues: getTimeEntriesByIssues,
|
|
10559
|
+
GetTimeStats: getTimeStats,
|
|
10560
|
+
GetVote: getVote,
|
|
10561
|
+
GetVotes: getVotes
|
|
10562
|
+
};
|
|
10563
|
+
|
|
10564
|
+
const name$x = "chairmanApproval";
|
|
10076
10565
|
const query$x = Selector("Query")({
|
|
10077
|
-
[name$x]: [{
|
|
10566
|
+
[name$x]: [{ id: $("id", "String!") }, approvalSelector]
|
|
10078
10567
|
});
|
|
10079
10568
|
|
|
10080
|
-
const
|
|
10569
|
+
const getApproval = {
|
|
10081
10570
|
__proto__: null,
|
|
10082
10571
|
name: name$x,
|
|
10083
10572
|
query: query$x
|
|
10084
10573
|
};
|
|
10085
10574
|
|
|
10086
|
-
const name$w = "
|
|
10575
|
+
const name$w = "chairmanApprovals";
|
|
10087
10576
|
const query$w = Selector("Query")({
|
|
10088
|
-
[name$w]: [
|
|
10577
|
+
[name$w]: [
|
|
10578
|
+
{
|
|
10579
|
+
filter: $("filter", "ApprovalFilter"),
|
|
10580
|
+
options: $("options", "PaginationInput")
|
|
10581
|
+
},
|
|
10582
|
+
approvalsPaginationSelector
|
|
10583
|
+
]
|
|
10089
10584
|
});
|
|
10090
10585
|
|
|
10091
|
-
const
|
|
10586
|
+
const getApprovals = {
|
|
10092
10587
|
__proto__: null,
|
|
10093
10588
|
name: name$w,
|
|
10094
10589
|
query: query$w
|
|
10095
10590
|
};
|
|
10096
10591
|
|
|
10097
|
-
const name$v = "
|
|
10592
|
+
const name$v = "getChairmanOnboardingState";
|
|
10098
10593
|
const query$v = Selector("Query")({
|
|
10099
|
-
[name$v]:
|
|
10594
|
+
[name$v]: chairmanOnboardingStateSelector
|
|
10100
10595
|
});
|
|
10101
10596
|
|
|
10102
|
-
const
|
|
10597
|
+
const getOnboardingState = {
|
|
10103
10598
|
__proto__: null,
|
|
10104
10599
|
name: name$v,
|
|
10105
10600
|
query: query$v
|
|
10106
10601
|
};
|
|
10107
10602
|
|
|
10108
|
-
const
|
|
10603
|
+
const index$k = {
|
|
10604
|
+
__proto__: null,
|
|
10605
|
+
GetApproval: getApproval,
|
|
10606
|
+
GetApprovals: getApprovals,
|
|
10607
|
+
GetOnboardingState: getOnboardingState
|
|
10608
|
+
};
|
|
10609
|
+
|
|
10610
|
+
const name$u = "chatcoopCheckUsernameAvailability";
|
|
10109
10611
|
const query$u = Selector("Query")({
|
|
10110
|
-
[name$u]: [{ data: $("data", "
|
|
10612
|
+
[name$u]: [{ data: $("data", "CheckMatrixUsernameInput!") }, true]
|
|
10111
10613
|
});
|
|
10112
10614
|
|
|
10113
|
-
const
|
|
10615
|
+
const checkUsernameAvailability = {
|
|
10114
10616
|
__proto__: null,
|
|
10115
10617
|
name: name$u,
|
|
10116
10618
|
query: query$u
|
|
10117
10619
|
};
|
|
10118
10620
|
|
|
10119
|
-
const name$t = "
|
|
10621
|
+
const name$t = "chatcoopGetAccountStatus";
|
|
10120
10622
|
const query$t = Selector("Query")({
|
|
10121
|
-
[name$t]:
|
|
10623
|
+
[name$t]: chatcoopAccountStatusSelector
|
|
10122
10624
|
});
|
|
10123
10625
|
|
|
10124
|
-
const
|
|
10626
|
+
const getAccountStatus = {
|
|
10125
10627
|
__proto__: null,
|
|
10126
10628
|
name: name$t,
|
|
10127
10629
|
query: query$t
|
|
10128
10630
|
};
|
|
10129
10631
|
|
|
10130
|
-
const name$s = "
|
|
10632
|
+
const name$s = "chatcoopGetMaxOriginServerTsForRoom";
|
|
10131
10633
|
const query$s = Selector("Query")({
|
|
10132
|
-
[name$s]: [{
|
|
10634
|
+
[name$s]: [{ data: $("data", "GetMaxOriginServerTsForRoomInput!") }, true]
|
|
10133
10635
|
});
|
|
10134
10636
|
|
|
10135
|
-
const
|
|
10637
|
+
const getMaxOriginServerTsForRoom = {
|
|
10136
10638
|
__proto__: null,
|
|
10137
10639
|
name: name$s,
|
|
10138
10640
|
query: query$s
|
|
10139
10641
|
};
|
|
10140
10642
|
|
|
10141
|
-
const
|
|
10142
|
-
__proto__: null,
|
|
10143
|
-
GetCapitalCandidates: getCapitalCandidates,
|
|
10144
|
-
GetCommit: getCommit,
|
|
10145
|
-
GetCommits: getCommits,
|
|
10146
|
-
GetContributor: getContributor,
|
|
10147
|
-
GetContributors: getContributors,
|
|
10148
|
-
GetCycles: getCycles,
|
|
10149
|
-
GetDebt: getDebt,
|
|
10150
|
-
GetDebts: getDebts,
|
|
10151
|
-
GetExpense: getExpense,
|
|
10152
|
-
GetExpenses: getExpenses,
|
|
10153
|
-
GetInvest: getInvest,
|
|
10154
|
-
GetInvests: getInvests,
|
|
10155
|
-
GetIssue: getIssue,
|
|
10156
|
-
GetIssueLogs: getIssueLogs,
|
|
10157
|
-
GetIssues: getIssues,
|
|
10158
|
-
GetOnboardingState: getOnboardingState$1,
|
|
10159
|
-
GetProgramInvest: getProgramInvest,
|
|
10160
|
-
GetProgramInvests: getProgramInvests,
|
|
10161
|
-
GetProject: getProject,
|
|
10162
|
-
GetProjectLogs: getProjectLogs,
|
|
10163
|
-
GetProjectWithRelations: getProjectWithRelations,
|
|
10164
|
-
GetProjects: getProjects,
|
|
10165
|
-
GetResult: getResult,
|
|
10166
|
-
GetResults: getResults,
|
|
10167
|
-
GetSegment: getSegment,
|
|
10168
|
-
GetSegments: getSegments,
|
|
10169
|
-
GetState: getState,
|
|
10170
|
-
GetStories: getStories,
|
|
10171
|
-
GetStory: getStory,
|
|
10172
|
-
GetTimeEntries: getTimeEntries,
|
|
10173
|
-
GetTimeEntriesByIssues: getTimeEntriesByIssues,
|
|
10174
|
-
GetTimeStats: getTimeStats,
|
|
10175
|
-
GetVote: getVote,
|
|
10176
|
-
GetVotes: getVotes
|
|
10177
|
-
};
|
|
10178
|
-
|
|
10179
|
-
const name$r = "chairmanApproval";
|
|
10643
|
+
const name$r = "chatcoopGetRoomMessagesForUtcDate";
|
|
10180
10644
|
const query$r = Selector("Query")({
|
|
10181
|
-
[name$r]: [{
|
|
10645
|
+
[name$r]: [{ data: $("data", "GetRoomMessagesForUtcDateInput!") }, rawChatcoopRoomMessageLineSelector]
|
|
10182
10646
|
});
|
|
10183
10647
|
|
|
10184
|
-
const
|
|
10648
|
+
const getRoomMessagesForUtcDate = {
|
|
10185
10649
|
__proto__: null,
|
|
10186
10650
|
name: name$r,
|
|
10187
10651
|
query: query$r
|
|
10188
10652
|
};
|
|
10189
10653
|
|
|
10190
|
-
const name$q = "
|
|
10654
|
+
const name$q = "chatcoopGetTranscription";
|
|
10191
10655
|
const query$q = Selector("Query")({
|
|
10192
|
-
[name$q]: [
|
|
10193
|
-
{
|
|
10194
|
-
filter: $("filter", "ApprovalFilter"),
|
|
10195
|
-
options: $("options", "PaginationInput")
|
|
10196
|
-
},
|
|
10197
|
-
approvalsPaginationSelector
|
|
10198
|
-
]
|
|
10656
|
+
[name$q]: [{ data: $("data", "GetTranscriptionInput!") }, rawCallTranscriptionWithSegmentsSelector]
|
|
10199
10657
|
});
|
|
10200
10658
|
|
|
10201
|
-
const
|
|
10659
|
+
const getTranscription = {
|
|
10202
10660
|
__proto__: null,
|
|
10203
10661
|
name: name$q,
|
|
10204
10662
|
query: query$q
|
|
10205
10663
|
};
|
|
10206
10664
|
|
|
10207
|
-
const name$p = "
|
|
10665
|
+
const name$p = "chatcoopGetTranscriptions";
|
|
10208
10666
|
const query$p = Selector("Query")({
|
|
10209
|
-
[name$p]:
|
|
10667
|
+
[name$p]: [{ data: $("data", "GetTranscriptionsInput") }, rawCallTranscriptionSelector]
|
|
10210
10668
|
});
|
|
10211
10669
|
|
|
10212
|
-
const
|
|
10670
|
+
const getTranscriptions = {
|
|
10213
10671
|
__proto__: null,
|
|
10214
10672
|
name: name$p,
|
|
10215
10673
|
query: query$p
|
|
10216
10674
|
};
|
|
10217
10675
|
|
|
10218
|
-
const
|
|
10219
|
-
__proto__: null,
|
|
10220
|
-
GetApproval: getApproval,
|
|
10221
|
-
GetApprovals: getApprovals,
|
|
10222
|
-
GetOnboardingState: getOnboardingState
|
|
10223
|
-
};
|
|
10224
|
-
|
|
10225
|
-
const name$o = "chatcoopCheckUsernameAvailability";
|
|
10676
|
+
const name$o = "chatcoopListCalendarEvents";
|
|
10226
10677
|
const query$o = Selector("Query")({
|
|
10227
|
-
[name$o]:
|
|
10678
|
+
[name$o]: chatCoopCalendarEventSelector
|
|
10228
10679
|
});
|
|
10229
10680
|
|
|
10230
|
-
const
|
|
10681
|
+
const listCalendarEvents = {
|
|
10231
10682
|
__proto__: null,
|
|
10232
10683
|
name: name$o,
|
|
10233
10684
|
query: query$o
|
|
10234
10685
|
};
|
|
10235
10686
|
|
|
10236
|
-
const name$n = "
|
|
10687
|
+
const name$n = "chatcoopListCalendarRooms";
|
|
10237
10688
|
const query$n = Selector("Query")({
|
|
10238
|
-
[name$n]:
|
|
10689
|
+
[name$n]: chatCoopCalendarRoomOptionSelector
|
|
10239
10690
|
});
|
|
10240
10691
|
|
|
10241
|
-
const
|
|
10692
|
+
const listCalendarRooms = {
|
|
10242
10693
|
__proto__: null,
|
|
10243
10694
|
name: name$n,
|
|
10244
10695
|
query: query$n
|
|
10245
10696
|
};
|
|
10246
10697
|
|
|
10247
|
-
const name$m = "
|
|
10698
|
+
const name$m = "chatcoopListProjectCommunicationRooms";
|
|
10248
10699
|
const query$m = Selector("Query")({
|
|
10249
|
-
[name$m]: [{ data: $("data", "
|
|
10700
|
+
[name$m]: [{ data: $("data", "GetProjectCommunicationRoomsInput!") }, rawChatcoopProjectCommunicationRoomSelector]
|
|
10250
10701
|
});
|
|
10251
10702
|
|
|
10252
|
-
const
|
|
10703
|
+
const listProjectCommunicationRooms = {
|
|
10253
10704
|
__proto__: null,
|
|
10254
10705
|
name: name$m,
|
|
10255
10706
|
query: query$m
|
|
10256
10707
|
};
|
|
10257
10708
|
|
|
10258
|
-
const name$l = "
|
|
10709
|
+
const name$l = "chatcoopListUtcDatesWithNewRoomMessages";
|
|
10259
10710
|
const query$l = Selector("Query")({
|
|
10260
|
-
[name$l]: [{ data: $("data", "
|
|
10711
|
+
[name$l]: [{ data: $("data", "ListUtcDatesWithNewRoomMessagesInput!") }, true]
|
|
10261
10712
|
});
|
|
10262
10713
|
|
|
10263
|
-
const
|
|
10714
|
+
const listUtcDatesWithNewRoomMessages = {
|
|
10264
10715
|
__proto__: null,
|
|
10265
10716
|
name: name$l,
|
|
10266
10717
|
query: query$l
|
|
@@ -10270,8 +10721,14 @@ const index$j = {
|
|
|
10270
10721
|
__proto__: null,
|
|
10271
10722
|
CheckUsernameAvailability: checkUsernameAvailability,
|
|
10272
10723
|
GetAccountStatus: getAccountStatus,
|
|
10724
|
+
GetMaxOriginServerTsForRoom: getMaxOriginServerTsForRoom,
|
|
10725
|
+
GetRoomMessagesForUtcDate: getRoomMessagesForUtcDate,
|
|
10273
10726
|
GetTranscription: getTranscription,
|
|
10274
|
-
GetTranscriptions: getTranscriptions
|
|
10727
|
+
GetTranscriptions: getTranscriptions,
|
|
10728
|
+
ListCalendarEvents: listCalendarEvents,
|
|
10729
|
+
ListCalendarRooms: listCalendarRooms,
|
|
10730
|
+
ListProjectCommunicationRooms: listProjectCommunicationRooms,
|
|
10731
|
+
ListUtcDatesWithNewRoomMessages: listUtcDatesWithNewRoomMessages
|
|
10275
10732
|
};
|
|
10276
10733
|
|
|
10277
10734
|
const rawWorkspaceSelector = {
|
|
@@ -10788,8 +11245,8 @@ const _Client = class _Client {
|
|
|
10788
11245
|
signature
|
|
10789
11246
|
}
|
|
10790
11247
|
};
|
|
10791
|
-
const { [name$
|
|
10792
|
-
mutation$
|
|
11248
|
+
const { [name$3G]: result } = await this.thunder("mutation")(
|
|
11249
|
+
mutation$2u,
|
|
10793
11250
|
{
|
|
10794
11251
|
variables
|
|
10795
11252
|
}
|