@coopenomics/sdk 2026.5.19-2 → 2026.5.25-5
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 +1021 -910
- package/dist/index.d.cts +1581 -1250
- package/dist/index.d.mts +1581 -1250
- package/dist/index.d.ts +1581 -1250
- package/dist/index.mjs +1021 -910
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1089,6 +1089,7 @@ const AllTypesProps = {
|
|
|
1089
1089
|
statement: "GenerationMoneyInvestStatementSignedDocumentInput"
|
|
1090
1090
|
},
|
|
1091
1091
|
CreateProjectPropertyInput: {},
|
|
1092
|
+
CreateSecretaryRoomInput: {},
|
|
1092
1093
|
CreateSovietIndividualDataInput: {
|
|
1093
1094
|
passport: "PassportInput"
|
|
1094
1095
|
},
|
|
@@ -1236,6 +1237,7 @@ const AllTypesProps = {
|
|
|
1236
1237
|
MakeClearanceInput: {
|
|
1237
1238
|
document: "SignedDigitalDocumentInput"
|
|
1238
1239
|
},
|
|
1240
|
+
ManagedRoomKind: "enum",
|
|
1239
1241
|
MarkReportPeriodInput: {
|
|
1240
1242
|
mark: "ReportSubmissionMark",
|
|
1241
1243
|
reportType: "ReportType"
|
|
@@ -1512,7 +1514,13 @@ const AllTypesProps = {
|
|
|
1512
1514
|
chatcoopCreateCalendarEvent: {
|
|
1513
1515
|
data: "CreateChatCoopCalendarEventInput"
|
|
1514
1516
|
},
|
|
1517
|
+
chatcoopCreateSecretaryRoom: {
|
|
1518
|
+
data: "CreateSecretaryRoomInput"
|
|
1519
|
+
},
|
|
1515
1520
|
chatcoopDeleteCalendarEvent: {},
|
|
1521
|
+
chatcoopRemoveSecretaryRoom: {
|
|
1522
|
+
data: "RemoveSecretaryRoomInput"
|
|
1523
|
+
},
|
|
1516
1524
|
chatcoopUpdateCalendarEvent: {
|
|
1517
1525
|
data: "UpdateChatCoopCalendarEventInput"
|
|
1518
1526
|
},
|
|
@@ -1823,6 +1831,7 @@ const AllTypesProps = {
|
|
|
1823
1831
|
input: "WalmoveInput"
|
|
1824
1832
|
}
|
|
1825
1833
|
},
|
|
1834
|
+
NonProjectRoomKind: "enum",
|
|
1826
1835
|
NotificationWorkflowRecipientInput: {},
|
|
1827
1836
|
NotifyOnAnnualGeneralMeetInput: {
|
|
1828
1837
|
notification: "AnnualGeneralMeetingNotificationSignedDocumentInput"
|
|
@@ -2181,6 +2190,7 @@ const AllTypesProps = {
|
|
|
2181
2190
|
user_agreement: "SignedDigitalDocumentInput",
|
|
2182
2191
|
wallet_agreement: "SignedDigitalDocumentInput"
|
|
2183
2192
|
},
|
|
2193
|
+
RemoveSecretaryRoomInput: {},
|
|
2184
2194
|
ReportHistoryFilterInput: {
|
|
2185
2195
|
reportType: "ReportType"
|
|
2186
2196
|
},
|
|
@@ -3376,6 +3386,11 @@ const ReturnTypes = {
|
|
|
3376
3386
|
displayLabel: "String",
|
|
3377
3387
|
matrixRoomId: "String"
|
|
3378
3388
|
},
|
|
3389
|
+
ChatcoopNonProjectCommunicationRoom: {
|
|
3390
|
+
displayLabel: "String",
|
|
3391
|
+
kind: "NonProjectRoomKind",
|
|
3392
|
+
matrixRoomId: "String"
|
|
3393
|
+
},
|
|
3379
3394
|
ChatcoopProjectCommunicationRoom: {
|
|
3380
3395
|
displayLabel: "String",
|
|
3381
3396
|
matrixRoomId: "String"
|
|
@@ -3387,6 +3402,14 @@ const ReturnTypes = {
|
|
|
3387
3402
|
kind: "RoomMessageKind",
|
|
3388
3403
|
originServerTs: "Float"
|
|
3389
3404
|
},
|
|
3405
|
+
ChatcoopSecretaryRoom: {
|
|
3406
|
+
displayLabel: "String",
|
|
3407
|
+
editable: "Boolean",
|
|
3408
|
+
encrypted: "Boolean",
|
|
3409
|
+
kind: "ManagedRoomKind",
|
|
3410
|
+
matrixRoomId: "String",
|
|
3411
|
+
secretaryInRoom: "Boolean"
|
|
3412
|
+
},
|
|
3390
3413
|
ContactsDTO: {
|
|
3391
3414
|
chairman: "PublicChairman",
|
|
3392
3415
|
details: "OrganizationDetails",
|
|
@@ -3799,7 +3822,6 @@ const ReturnTypes = {
|
|
|
3799
3822
|
},
|
|
3800
3823
|
Ledger2Wallet: {
|
|
3801
3824
|
available: "String",
|
|
3802
|
-
blocked: "String",
|
|
3803
3825
|
id: "String",
|
|
3804
3826
|
name: "String"
|
|
3805
3827
|
},
|
|
@@ -4016,7 +4038,9 @@ const ReturnTypes = {
|
|
|
4016
4038
|
chatcoopCreateAccount: "Boolean",
|
|
4017
4039
|
chatcoopCreateCalendarEvent: "ChatCoopCalendarEvent",
|
|
4018
4040
|
chatcoopCreateCalendarIcsSubscription: "ChatCoopCalendarIcsUrlResponse",
|
|
4041
|
+
chatcoopCreateSecretaryRoom: "ChatcoopSecretaryRoom",
|
|
4019
4042
|
chatcoopDeleteCalendarEvent: "Boolean",
|
|
4043
|
+
chatcoopRemoveSecretaryRoom: "String",
|
|
4020
4044
|
chatcoopUpdateCalendarEvent: "ChatCoopCalendarEvent",
|
|
4021
4045
|
chatcoopUpdateTranscriptionMemo: "CallTranscription",
|
|
4022
4046
|
completeCapitalOnboardingStep: "CapitalOnboardingState",
|
|
@@ -4497,7 +4521,6 @@ const ReturnTypes = {
|
|
|
4497
4521
|
agreement_id: "ID",
|
|
4498
4522
|
available: "String",
|
|
4499
4523
|
blockNum: "Float",
|
|
4500
|
-
blocked: "String",
|
|
4501
4524
|
coopname: "String",
|
|
4502
4525
|
id: "ID",
|
|
4503
4526
|
membership_contribution: "String",
|
|
@@ -4586,7 +4609,9 @@ const ReturnTypes = {
|
|
|
4586
4609
|
chatcoopGetTranscriptions: "CallTranscription",
|
|
4587
4610
|
chatcoopListCalendarEvents: "ChatCoopCalendarEvent",
|
|
4588
4611
|
chatcoopListCalendarRooms: "ChatCoopCalendarRoomOption",
|
|
4612
|
+
chatcoopListNonProjectCommunicationRooms: "ChatcoopNonProjectCommunicationRoom",
|
|
4589
4613
|
chatcoopListProjectCommunicationRooms: "ChatcoopProjectCommunicationRoom",
|
|
4614
|
+
chatcoopListSecretaryRooms: "ChatcoopSecretaryRoom",
|
|
4590
4615
|
chatcoopListUtcDatesWithNewRoomMessages: "String",
|
|
4591
4616
|
checkReportReadiness: "ReportReadinessView",
|
|
4592
4617
|
cooperativeAgreements: "CoopAgreement",
|
|
@@ -5876,6 +5901,19 @@ var LogEventType = /* @__PURE__ */ ((LogEventType2) => {
|
|
|
5876
5901
|
LogEventType2["VOTING_STARTED"] = "VOTING_STARTED";
|
|
5877
5902
|
return LogEventType2;
|
|
5878
5903
|
})(LogEventType || {});
|
|
5904
|
+
var ManagedRoomKind = /* @__PURE__ */ ((ManagedRoomKind2) => {
|
|
5905
|
+
ManagedRoomKind2["CAPITAL_PROJECT"] = "CAPITAL_PROJECT";
|
|
5906
|
+
ManagedRoomKind2["COUNCIL"] = "COUNCIL";
|
|
5907
|
+
ManagedRoomKind2["MEMBERS"] = "MEMBERS";
|
|
5908
|
+
ManagedRoomKind2["SECRETARY"] = "SECRETARY";
|
|
5909
|
+
return ManagedRoomKind2;
|
|
5910
|
+
})(ManagedRoomKind || {});
|
|
5911
|
+
var NonProjectRoomKind = /* @__PURE__ */ ((NonProjectRoomKind2) => {
|
|
5912
|
+
NonProjectRoomKind2["COUNCIL"] = "COUNCIL";
|
|
5913
|
+
NonProjectRoomKind2["MEMBERS"] = "MEMBERS";
|
|
5914
|
+
NonProjectRoomKind2["SECRETARY"] = "SECRETARY";
|
|
5915
|
+
return NonProjectRoomKind2;
|
|
5916
|
+
})(NonProjectRoomKind || {});
|
|
5879
5917
|
var OrganizationType = /* @__PURE__ */ ((OrganizationType2) => {
|
|
5880
5918
|
OrganizationType2["AO"] = "AO";
|
|
5881
5919
|
OrganizationType2["COOP"] = "COOP";
|
|
@@ -5892,6 +5930,7 @@ var PaymentDirection = /* @__PURE__ */ ((PaymentDirection2) => {
|
|
|
5892
5930
|
return PaymentDirection2;
|
|
5893
5931
|
})(PaymentDirection || {});
|
|
5894
5932
|
var PaymentStatus = /* @__PURE__ */ ((PaymentStatus2) => {
|
|
5933
|
+
PaymentStatus2["AWAITING_AUTHORIZATION"] = "AWAITING_AUTHORIZATION";
|
|
5895
5934
|
PaymentStatus2["CANCELLED"] = "CANCELLED";
|
|
5896
5935
|
PaymentStatus2["COMPLETED"] = "COMPLETED";
|
|
5897
5936
|
PaymentStatus2["EXPIRED"] = "EXPIRED";
|
|
@@ -6071,6 +6110,8 @@ const index$S = {
|
|
|
6071
6110
|
IssueStatus: IssueStatus,
|
|
6072
6111
|
LogEntityType: LogEntityType,
|
|
6073
6112
|
LogEventType: LogEventType,
|
|
6113
|
+
ManagedRoomKind: ManagedRoomKind,
|
|
6114
|
+
NonProjectRoomKind: NonProjectRoomKind,
|
|
6074
6115
|
OrganizationType: OrganizationType,
|
|
6075
6116
|
PaymentDirection: PaymentDirection,
|
|
6076
6117
|
PaymentStatus: PaymentStatus,
|
|
@@ -6491,37 +6532,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
|
|
|
6491
6532
|
rawRegisteredAccountSelector
|
|
6492
6533
|
);
|
|
6493
6534
|
|
|
6494
|
-
const name$
|
|
6495
|
-
const mutation$
|
|
6496
|
-
[name$
|
|
6535
|
+
const name$4i = "registerAccount";
|
|
6536
|
+
const mutation$2O = Selector("Mutation")({
|
|
6537
|
+
[name$4i]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
|
|
6497
6538
|
});
|
|
6498
6539
|
|
|
6499
6540
|
const registerAccount = {
|
|
6500
6541
|
__proto__: null,
|
|
6501
|
-
mutation: mutation$
|
|
6502
|
-
name: name$
|
|
6542
|
+
mutation: mutation$2O,
|
|
6543
|
+
name: name$4i
|
|
6503
6544
|
};
|
|
6504
6545
|
|
|
6505
|
-
const name$
|
|
6506
|
-
const mutation$
|
|
6507
|
-
[name$
|
|
6546
|
+
const name$4h = "resetKey";
|
|
6547
|
+
const mutation$2N = Selector("Mutation")({
|
|
6548
|
+
[name$4h]: [{ data: $("data", "ResetKeyInput!") }, true]
|
|
6508
6549
|
});
|
|
6509
6550
|
|
|
6510
6551
|
const resetKey = {
|
|
6511
6552
|
__proto__: null,
|
|
6512
|
-
mutation: mutation$
|
|
6513
|
-
name: name$
|
|
6553
|
+
mutation: mutation$2N,
|
|
6554
|
+
name: name$4h
|
|
6514
6555
|
};
|
|
6515
6556
|
|
|
6516
|
-
const name$
|
|
6517
|
-
const mutation$
|
|
6518
|
-
[name$
|
|
6557
|
+
const name$4g = "startResetKey";
|
|
6558
|
+
const mutation$2M = Selector("Mutation")({
|
|
6559
|
+
[name$4g]: [{ data: $("data", "StartResetKeyInput!") }, true]
|
|
6519
6560
|
});
|
|
6520
6561
|
|
|
6521
6562
|
const startResetKey = {
|
|
6522
6563
|
__proto__: null,
|
|
6523
|
-
mutation: mutation$
|
|
6524
|
-
name: name$
|
|
6564
|
+
mutation: mutation$2M,
|
|
6565
|
+
name: name$4g
|
|
6525
6566
|
};
|
|
6526
6567
|
|
|
6527
6568
|
const paginationSelector = {
|
|
@@ -6985,7 +7026,6 @@ const rawProgramWalletSelector = {
|
|
|
6985
7026
|
agreement_id: true,
|
|
6986
7027
|
username: true,
|
|
6987
7028
|
available: true,
|
|
6988
|
-
blocked: true,
|
|
6989
7029
|
membership_contribution: true,
|
|
6990
7030
|
program_type: true,
|
|
6991
7031
|
blockNum: true
|
|
@@ -7418,6 +7458,14 @@ const rawChatcoopProjectCommunicationRoomSelector = {
|
|
|
7418
7458
|
const chatcoopProjectCommunicationRoomSelector = Selector("ChatcoopProjectCommunicationRoom")(
|
|
7419
7459
|
rawChatcoopProjectCommunicationRoomSelector
|
|
7420
7460
|
);
|
|
7461
|
+
const rawChatcoopNonProjectCommunicationRoomSelector = {
|
|
7462
|
+
matrixRoomId: true,
|
|
7463
|
+
displayLabel: true,
|
|
7464
|
+
kind: true
|
|
7465
|
+
};
|
|
7466
|
+
const chatcoopNonProjectCommunicationRoomSelector = Selector("ChatcoopNonProjectCommunicationRoom")(
|
|
7467
|
+
rawChatcoopNonProjectCommunicationRoomSelector
|
|
7468
|
+
);
|
|
7421
7469
|
const rawChatcoopRoomMessageLineSelector = {
|
|
7422
7470
|
originServerTs: true,
|
|
7423
7471
|
authorLabel: true,
|
|
@@ -7429,6 +7477,18 @@ const chatcoopRoomMessageLineSelector = Selector("ChatcoopRoomMessageLine")(
|
|
|
7429
7477
|
rawChatcoopRoomMessageLineSelector
|
|
7430
7478
|
);
|
|
7431
7479
|
|
|
7480
|
+
const rawChatcoopSecretaryRoomSelector = {
|
|
7481
|
+
matrixRoomId: true,
|
|
7482
|
+
displayLabel: true,
|
|
7483
|
+
kind: true,
|
|
7484
|
+
encrypted: true,
|
|
7485
|
+
secretaryInRoom: true,
|
|
7486
|
+
editable: true
|
|
7487
|
+
};
|
|
7488
|
+
const chatcoopSecretaryRoomSelector = Selector("ChatcoopSecretaryRoom")(
|
|
7489
|
+
rawChatcoopSecretaryRoomSelector
|
|
7490
|
+
);
|
|
7491
|
+
|
|
7432
7492
|
const rawTranscriptionSegmentSelector = {
|
|
7433
7493
|
id: true,
|
|
7434
7494
|
speakerIdentity: true,
|
|
@@ -7631,8 +7691,7 @@ const ledger2AccountSelector = Selector("Ledger2Account")(rawLedger2AccountSelec
|
|
|
7631
7691
|
const rawLedger2WalletSelector = {
|
|
7632
7692
|
id: true,
|
|
7633
7693
|
name: true,
|
|
7634
|
-
available: true
|
|
7635
|
-
blocked: true
|
|
7694
|
+
available: true
|
|
7636
7695
|
};
|
|
7637
7696
|
const ledger2WalletSelector = Selector("Ledger2Wallet")(rawLedger2WalletSelector);
|
|
7638
7697
|
|
|
@@ -8329,8 +8388,10 @@ const index$R = {
|
|
|
8329
8388
|
chatCoopCalendarIcsUrlSelector: chatCoopCalendarIcsUrlSelector,
|
|
8330
8389
|
chatCoopCalendarRoomOptionSelector: chatCoopCalendarRoomOptionSelector,
|
|
8331
8390
|
chatcoopAccountStatusSelector: chatcoopAccountStatusSelector,
|
|
8391
|
+
chatcoopNonProjectCommunicationRoomSelector: chatcoopNonProjectCommunicationRoomSelector,
|
|
8332
8392
|
chatcoopProjectCommunicationRoomSelector: chatcoopProjectCommunicationRoomSelector,
|
|
8333
8393
|
chatcoopRoomMessageLineSelector: chatcoopRoomMessageLineSelector,
|
|
8394
|
+
chatcoopSecretaryRoomSelector: chatcoopSecretaryRoomSelector,
|
|
8334
8395
|
commitSelector: commitSelector,
|
|
8335
8396
|
commitsPaginationSelector: commitsPaginationSelector,
|
|
8336
8397
|
configSelector: configSelector,
|
|
@@ -8426,8 +8487,10 @@ const index$R = {
|
|
|
8426
8487
|
rawCapitalCandidatesPaginationSelector: rawCapitalCandidatesPaginationSelector,
|
|
8427
8488
|
rawChartOfAccountsItemSelector: rawChartOfAccountsItemSelector,
|
|
8428
8489
|
rawChatCoopAccountStatusSelector: rawChatCoopAccountStatusSelector,
|
|
8490
|
+
rawChatcoopNonProjectCommunicationRoomSelector: rawChatcoopNonProjectCommunicationRoomSelector,
|
|
8429
8491
|
rawChatcoopProjectCommunicationRoomSelector: rawChatcoopProjectCommunicationRoomSelector,
|
|
8430
8492
|
rawChatcoopRoomMessageLineSelector: rawChatcoopRoomMessageLineSelector,
|
|
8493
|
+
rawChatcoopSecretaryRoomSelector: rawChatcoopSecretaryRoomSelector,
|
|
8431
8494
|
rawCommitSelector: rawCommitSelector,
|
|
8432
8495
|
rawCommonRequestSelector: rawCommonRequestSelector,
|
|
8433
8496
|
rawConfigSelector: rawConfigSelector,
|
|
@@ -8554,15 +8617,15 @@ const index$R = {
|
|
|
8554
8617
|
webPushSubscriptionSelector: webPushSubscriptionSelector
|
|
8555
8618
|
};
|
|
8556
8619
|
|
|
8557
|
-
const name$
|
|
8558
|
-
const mutation$
|
|
8559
|
-
[name$
|
|
8620
|
+
const name$4f = "updateAccount";
|
|
8621
|
+
const mutation$2L = Selector("Mutation")({
|
|
8622
|
+
[name$4f]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
|
|
8560
8623
|
});
|
|
8561
8624
|
|
|
8562
8625
|
const updateAccount = {
|
|
8563
8626
|
__proto__: null,
|
|
8564
|
-
mutation: mutation$
|
|
8565
|
-
name: name$
|
|
8627
|
+
mutation: mutation$2L,
|
|
8628
|
+
name: name$4f
|
|
8566
8629
|
};
|
|
8567
8630
|
|
|
8568
8631
|
const index$Q = {
|
|
@@ -8573,81 +8636,81 @@ const index$Q = {
|
|
|
8573
8636
|
UpdateAccount: updateAccount
|
|
8574
8637
|
};
|
|
8575
8638
|
|
|
8576
|
-
const name$
|
|
8577
|
-
const mutation$
|
|
8578
|
-
[name$
|
|
8639
|
+
const name$4e = "generatePrivacyAgreement";
|
|
8640
|
+
const mutation$2K = Selector("Mutation")({
|
|
8641
|
+
[name$4e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8579
8642
|
});
|
|
8580
8643
|
|
|
8581
8644
|
const generatePrivacyAgreement = {
|
|
8582
8645
|
__proto__: null,
|
|
8583
|
-
mutation: mutation$
|
|
8584
|
-
name: name$
|
|
8646
|
+
mutation: mutation$2K,
|
|
8647
|
+
name: name$4e
|
|
8585
8648
|
};
|
|
8586
8649
|
|
|
8587
|
-
const name$
|
|
8588
|
-
const mutation$
|
|
8589
|
-
[name$
|
|
8650
|
+
const name$4d = "generateSignatureAgreement";
|
|
8651
|
+
const mutation$2J = Selector("Mutation")({
|
|
8652
|
+
[name$4d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8590
8653
|
});
|
|
8591
8654
|
|
|
8592
8655
|
const generateSignatureAgreement = {
|
|
8593
8656
|
__proto__: null,
|
|
8594
|
-
mutation: mutation$
|
|
8595
|
-
name: name$
|
|
8657
|
+
mutation: mutation$2J,
|
|
8658
|
+
name: name$4d
|
|
8596
8659
|
};
|
|
8597
8660
|
|
|
8598
|
-
const name$
|
|
8599
|
-
const mutation$
|
|
8600
|
-
[name$
|
|
8661
|
+
const name$4c = "generateWalletAgreement";
|
|
8662
|
+
const mutation$2I = Selector("Mutation")({
|
|
8663
|
+
[name$4c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8601
8664
|
});
|
|
8602
8665
|
|
|
8603
8666
|
const generateWalletAgreement = {
|
|
8604
8667
|
__proto__: null,
|
|
8605
|
-
mutation: mutation$
|
|
8606
|
-
name: name$
|
|
8668
|
+
mutation: mutation$2I,
|
|
8669
|
+
name: name$4c
|
|
8607
8670
|
};
|
|
8608
8671
|
|
|
8609
|
-
const name$
|
|
8610
|
-
const mutation$
|
|
8611
|
-
[name$
|
|
8672
|
+
const name$4b = "generateUserAgreement";
|
|
8673
|
+
const mutation$2H = Selector("Mutation")({
|
|
8674
|
+
[name$4b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8612
8675
|
});
|
|
8613
8676
|
|
|
8614
8677
|
const generateUserAgreement = {
|
|
8615
8678
|
__proto__: null,
|
|
8616
|
-
mutation: mutation$
|
|
8617
|
-
name: name$
|
|
8679
|
+
mutation: mutation$2H,
|
|
8680
|
+
name: name$4b
|
|
8618
8681
|
};
|
|
8619
8682
|
|
|
8620
|
-
const name$
|
|
8621
|
-
const mutation$
|
|
8622
|
-
[name$
|
|
8683
|
+
const name$4a = "sendAgreement";
|
|
8684
|
+
const mutation$2G = Selector("Mutation")({
|
|
8685
|
+
[name$4a]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
|
|
8623
8686
|
});
|
|
8624
8687
|
|
|
8625
8688
|
const sendAgreement = {
|
|
8626
8689
|
__proto__: null,
|
|
8627
|
-
mutation: mutation$
|
|
8628
|
-
name: name$
|
|
8690
|
+
mutation: mutation$2G,
|
|
8691
|
+
name: name$4a
|
|
8629
8692
|
};
|
|
8630
8693
|
|
|
8631
|
-
const name$
|
|
8632
|
-
const mutation$
|
|
8633
|
-
[name$
|
|
8694
|
+
const name$49 = "confirmAgreement";
|
|
8695
|
+
const mutation$2F = Selector("Mutation")({
|
|
8696
|
+
[name$49]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
|
|
8634
8697
|
});
|
|
8635
8698
|
|
|
8636
8699
|
const confirmAgreement = {
|
|
8637
8700
|
__proto__: null,
|
|
8638
|
-
mutation: mutation$
|
|
8639
|
-
name: name$
|
|
8701
|
+
mutation: mutation$2F,
|
|
8702
|
+
name: name$49
|
|
8640
8703
|
};
|
|
8641
8704
|
|
|
8642
|
-
const name$
|
|
8643
|
-
const mutation$
|
|
8644
|
-
[name$
|
|
8705
|
+
const name$48 = "declineAgreement";
|
|
8706
|
+
const mutation$2E = Selector("Mutation")({
|
|
8707
|
+
[name$48]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
|
|
8645
8708
|
});
|
|
8646
8709
|
|
|
8647
8710
|
const declineAgreement = {
|
|
8648
8711
|
__proto__: null,
|
|
8649
|
-
mutation: mutation$
|
|
8650
|
-
name: name$
|
|
8712
|
+
mutation: mutation$2E,
|
|
8713
|
+
name: name$48
|
|
8651
8714
|
};
|
|
8652
8715
|
|
|
8653
8716
|
const index$P = {
|
|
@@ -8661,37 +8724,37 @@ const index$P = {
|
|
|
8661
8724
|
SendAgreement: sendAgreement
|
|
8662
8725
|
};
|
|
8663
8726
|
|
|
8664
|
-
const name$
|
|
8665
|
-
const mutation$
|
|
8666
|
-
[name$
|
|
8727
|
+
const name$47 = "refresh";
|
|
8728
|
+
const mutation$2D = Selector("Mutation")({
|
|
8729
|
+
[name$47]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
|
|
8667
8730
|
});
|
|
8668
8731
|
|
|
8669
8732
|
const refresh = {
|
|
8670
8733
|
__proto__: null,
|
|
8671
|
-
mutation: mutation$
|
|
8672
|
-
name: name$
|
|
8734
|
+
mutation: mutation$2D,
|
|
8735
|
+
name: name$47
|
|
8673
8736
|
};
|
|
8674
8737
|
|
|
8675
|
-
const name$
|
|
8676
|
-
const mutation$
|
|
8677
|
-
[name$
|
|
8738
|
+
const name$46 = "logout";
|
|
8739
|
+
const mutation$2C = Selector("Mutation")({
|
|
8740
|
+
[name$46]: [{ data: $("data", "LogoutInput!") }, true]
|
|
8678
8741
|
});
|
|
8679
8742
|
|
|
8680
8743
|
const logout = {
|
|
8681
8744
|
__proto__: null,
|
|
8682
|
-
mutation: mutation$
|
|
8683
|
-
name: name$
|
|
8745
|
+
mutation: mutation$2C,
|
|
8746
|
+
name: name$46
|
|
8684
8747
|
};
|
|
8685
8748
|
|
|
8686
|
-
const name$
|
|
8687
|
-
const mutation$
|
|
8688
|
-
[name$
|
|
8749
|
+
const name$45 = "login";
|
|
8750
|
+
const mutation$2B = Selector("Mutation")({
|
|
8751
|
+
[name$45]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
|
|
8689
8752
|
});
|
|
8690
8753
|
|
|
8691
8754
|
const login = {
|
|
8692
8755
|
__proto__: null,
|
|
8693
|
-
mutation: mutation$
|
|
8694
|
-
name: name$
|
|
8756
|
+
mutation: mutation$2B,
|
|
8757
|
+
name: name$45
|
|
8695
8758
|
};
|
|
8696
8759
|
|
|
8697
8760
|
const index$O = {
|
|
@@ -8701,81 +8764,81 @@ const index$O = {
|
|
|
8701
8764
|
Refresh: refresh
|
|
8702
8765
|
};
|
|
8703
8766
|
|
|
8704
|
-
const name$
|
|
8705
|
-
const mutation$
|
|
8706
|
-
[name$
|
|
8767
|
+
const name$44 = "addTrustedAccount";
|
|
8768
|
+
const mutation$2A = Selector("Mutation")({
|
|
8769
|
+
[name$44]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
|
|
8707
8770
|
});
|
|
8708
8771
|
|
|
8709
8772
|
const addTrustedAccount = {
|
|
8710
8773
|
__proto__: null,
|
|
8711
|
-
mutation: mutation$
|
|
8712
|
-
name: name$
|
|
8774
|
+
mutation: mutation$2A,
|
|
8775
|
+
name: name$44
|
|
8713
8776
|
};
|
|
8714
8777
|
|
|
8715
|
-
const name$
|
|
8716
|
-
const mutation$
|
|
8717
|
-
[name$
|
|
8778
|
+
const name$43 = "createBranch";
|
|
8779
|
+
const mutation$2z = Selector("Mutation")({
|
|
8780
|
+
[name$43]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
|
|
8718
8781
|
});
|
|
8719
8782
|
|
|
8720
8783
|
const createBranch = {
|
|
8721
8784
|
__proto__: null,
|
|
8722
|
-
mutation: mutation$
|
|
8723
|
-
name: name$
|
|
8785
|
+
mutation: mutation$2z,
|
|
8786
|
+
name: name$43
|
|
8724
8787
|
};
|
|
8725
8788
|
|
|
8726
|
-
const name$
|
|
8727
|
-
const mutation$
|
|
8728
|
-
[name$
|
|
8789
|
+
const name$42 = "deleteBranch";
|
|
8790
|
+
const mutation$2y = Selector("Mutation")({
|
|
8791
|
+
[name$42]: [{ data: $("data", "DeleteBranchInput!") }, true]
|
|
8729
8792
|
});
|
|
8730
8793
|
|
|
8731
8794
|
const deleteBranch = {
|
|
8732
8795
|
__proto__: null,
|
|
8733
|
-
mutation: mutation$
|
|
8734
|
-
name: name$
|
|
8796
|
+
mutation: mutation$2y,
|
|
8797
|
+
name: name$42
|
|
8735
8798
|
};
|
|
8736
8799
|
|
|
8737
|
-
const name$
|
|
8738
|
-
const mutation$
|
|
8739
|
-
[name$
|
|
8800
|
+
const name$41 = "deleteTrustedAccount";
|
|
8801
|
+
const mutation$2x = Selector("Mutation")({
|
|
8802
|
+
[name$41]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
|
|
8740
8803
|
});
|
|
8741
8804
|
|
|
8742
8805
|
const deleteTrustedAccount = {
|
|
8743
8806
|
__proto__: null,
|
|
8744
|
-
mutation: mutation$
|
|
8745
|
-
name: name$
|
|
8807
|
+
mutation: mutation$2x,
|
|
8808
|
+
name: name$41
|
|
8746
8809
|
};
|
|
8747
8810
|
|
|
8748
|
-
const name$
|
|
8749
|
-
const mutation$
|
|
8750
|
-
[name$
|
|
8811
|
+
const name$40 = "editBranch";
|
|
8812
|
+
const mutation$2w = Selector("Mutation")({
|
|
8813
|
+
[name$40]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
|
|
8751
8814
|
});
|
|
8752
8815
|
|
|
8753
8816
|
const editBranch = {
|
|
8754
8817
|
__proto__: null,
|
|
8755
|
-
mutation: mutation$
|
|
8756
|
-
name: name$
|
|
8818
|
+
mutation: mutation$2w,
|
|
8819
|
+
name: name$40
|
|
8757
8820
|
};
|
|
8758
8821
|
|
|
8759
|
-
const name$
|
|
8760
|
-
const mutation$
|
|
8761
|
-
[name$
|
|
8822
|
+
const name$3$ = "generateSelectBranchDocument";
|
|
8823
|
+
const mutation$2v = Selector("Mutation")({
|
|
8824
|
+
[name$3$]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8762
8825
|
});
|
|
8763
8826
|
|
|
8764
8827
|
const generateSelectBranchDocument = {
|
|
8765
8828
|
__proto__: null,
|
|
8766
|
-
mutation: mutation$
|
|
8767
|
-
name: name$
|
|
8829
|
+
mutation: mutation$2v,
|
|
8830
|
+
name: name$3$
|
|
8768
8831
|
};
|
|
8769
8832
|
|
|
8770
|
-
const name$
|
|
8771
|
-
const mutation$
|
|
8772
|
-
[name$
|
|
8833
|
+
const name$3_ = "selectBranch";
|
|
8834
|
+
const mutation$2u = Selector("Mutation")({
|
|
8835
|
+
[name$3_]: [{ data: $("data", "SelectBranchInput!") }, true]
|
|
8773
8836
|
});
|
|
8774
8837
|
|
|
8775
8838
|
const selectBranch = {
|
|
8776
8839
|
__proto__: null,
|
|
8777
|
-
mutation: mutation$
|
|
8778
|
-
name: name$
|
|
8840
|
+
mutation: mutation$2u,
|
|
8841
|
+
name: name$3_
|
|
8779
8842
|
};
|
|
8780
8843
|
|
|
8781
8844
|
const index$N = {
|
|
@@ -8789,783 +8852,783 @@ const index$N = {
|
|
|
8789
8852
|
SelectBranch: selectBranch
|
|
8790
8853
|
};
|
|
8791
8854
|
|
|
8792
|
-
const name$
|
|
8793
|
-
const mutation$
|
|
8794
|
-
[name$
|
|
8855
|
+
const name$3Z = "capitalAddAuthor";
|
|
8856
|
+
const mutation$2t = Selector("Mutation")({
|
|
8857
|
+
[name$3Z]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
|
|
8795
8858
|
});
|
|
8796
8859
|
|
|
8797
8860
|
const addAuthor = {
|
|
8861
|
+
__proto__: null,
|
|
8862
|
+
mutation: mutation$2t,
|
|
8863
|
+
name: name$3Z
|
|
8864
|
+
};
|
|
8865
|
+
|
|
8866
|
+
const name$3Y = "capitalApproveCommit";
|
|
8867
|
+
const mutation$2s = Selector("Mutation")({
|
|
8868
|
+
[name$3Y]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
|
|
8869
|
+
});
|
|
8870
|
+
|
|
8871
|
+
const approveCommit = {
|
|
8872
|
+
__proto__: null,
|
|
8873
|
+
mutation: mutation$2s,
|
|
8874
|
+
name: name$3Y
|
|
8875
|
+
};
|
|
8876
|
+
|
|
8877
|
+
const name$3X = "capitalCalculateVotes";
|
|
8878
|
+
const mutation$2r = Selector("Mutation")({
|
|
8879
|
+
[name$3X]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
|
|
8880
|
+
});
|
|
8881
|
+
|
|
8882
|
+
const calculateVotes = {
|
|
8798
8883
|
__proto__: null,
|
|
8799
8884
|
mutation: mutation$2r,
|
|
8800
|
-
name: name$
|
|
8885
|
+
name: name$3X
|
|
8801
8886
|
};
|
|
8802
8887
|
|
|
8803
|
-
const name$
|
|
8888
|
+
const name$3W = "capitalCloseProject";
|
|
8804
8889
|
const mutation$2q = Selector("Mutation")({
|
|
8805
|
-
[name$
|
|
8890
|
+
[name$3W]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
|
|
8806
8891
|
});
|
|
8807
8892
|
|
|
8808
|
-
const
|
|
8893
|
+
const closeProject = {
|
|
8809
8894
|
__proto__: null,
|
|
8810
8895
|
mutation: mutation$2q,
|
|
8811
|
-
name: name$
|
|
8896
|
+
name: name$3W
|
|
8812
8897
|
};
|
|
8813
8898
|
|
|
8814
|
-
const name$
|
|
8899
|
+
const name$3V = "capitalCompleteRegistration";
|
|
8815
8900
|
const mutation$2p = Selector("Mutation")({
|
|
8816
|
-
[name$
|
|
8901
|
+
[name$3V]: [{ data: $("data", "CompleteCapitalRegistrationInputDTO!") }, rawTransactionSelector]
|
|
8817
8902
|
});
|
|
8818
8903
|
|
|
8819
|
-
const
|
|
8904
|
+
const completeCapitalRegistration = {
|
|
8820
8905
|
__proto__: null,
|
|
8821
8906
|
mutation: mutation$2p,
|
|
8822
|
-
name: name$
|
|
8907
|
+
name: name$3V
|
|
8823
8908
|
};
|
|
8824
8909
|
|
|
8825
|
-
const name$
|
|
8910
|
+
const name$3U = "completeCapitalOnboardingStep";
|
|
8826
8911
|
const mutation$2o = Selector("Mutation")({
|
|
8827
|
-
[name$
|
|
8912
|
+
[name$3U]: [{ data: $("data", "CapitalOnboardingStepInput!") }, capitalOnboardingStateSelector]
|
|
8828
8913
|
});
|
|
8829
8914
|
|
|
8830
|
-
const
|
|
8915
|
+
const completeOnboardingStep = {
|
|
8831
8916
|
__proto__: null,
|
|
8832
8917
|
mutation: mutation$2o,
|
|
8833
|
-
name: name$
|
|
8918
|
+
name: name$3U
|
|
8834
8919
|
};
|
|
8835
8920
|
|
|
8836
|
-
const name$
|
|
8921
|
+
const name$3T = "capitalCompleteVoting";
|
|
8837
8922
|
const mutation$2n = Selector("Mutation")({
|
|
8838
|
-
[name$
|
|
8923
|
+
[name$3T]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
|
|
8839
8924
|
});
|
|
8840
8925
|
|
|
8841
|
-
const
|
|
8926
|
+
const completeVoting = {
|
|
8842
8927
|
__proto__: null,
|
|
8843
8928
|
mutation: mutation$2n,
|
|
8844
|
-
name: name$
|
|
8929
|
+
name: name$3T
|
|
8845
8930
|
};
|
|
8846
8931
|
|
|
8847
|
-
const name$
|
|
8932
|
+
const name$3S = "capitalConvertSegment";
|
|
8848
8933
|
const mutation$2m = Selector("Mutation")({
|
|
8849
|
-
[name$
|
|
8934
|
+
[name$3S]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
|
|
8850
8935
|
});
|
|
8851
8936
|
|
|
8852
|
-
const
|
|
8937
|
+
const convertSegment = {
|
|
8853
8938
|
__proto__: null,
|
|
8854
8939
|
mutation: mutation$2m,
|
|
8855
|
-
name: name$
|
|
8940
|
+
name: name$3S
|
|
8856
8941
|
};
|
|
8857
8942
|
|
|
8858
|
-
const name$
|
|
8943
|
+
const name$3R = "capitalCreateCommit";
|
|
8859
8944
|
const mutation$2l = Selector("Mutation")({
|
|
8860
|
-
[name$
|
|
8945
|
+
[name$3R]: [{ data: $("data", "CreateCommitInput!") }, rawCommitSelector]
|
|
8861
8946
|
});
|
|
8862
8947
|
|
|
8863
|
-
const
|
|
8948
|
+
const createCommit = {
|
|
8864
8949
|
__proto__: null,
|
|
8865
8950
|
mutation: mutation$2l,
|
|
8866
|
-
name: name$
|
|
8951
|
+
name: name$3R
|
|
8867
8952
|
};
|
|
8868
8953
|
|
|
8869
|
-
const name$
|
|
8954
|
+
const name$3Q = "capitalCreateCycle";
|
|
8870
8955
|
const mutation$2k = Selector("Mutation")({
|
|
8871
|
-
[name$
|
|
8956
|
+
[name$3Q]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
|
|
8872
8957
|
});
|
|
8873
8958
|
|
|
8874
|
-
const
|
|
8959
|
+
const createCycle = {
|
|
8875
8960
|
__proto__: null,
|
|
8876
8961
|
mutation: mutation$2k,
|
|
8877
|
-
name: name$
|
|
8962
|
+
name: name$3Q
|
|
8878
8963
|
};
|
|
8879
8964
|
|
|
8880
|
-
const name$
|
|
8965
|
+
const name$3P = "capitalCreateDebt";
|
|
8881
8966
|
const mutation$2j = Selector("Mutation")({
|
|
8882
|
-
[name$
|
|
8967
|
+
[name$3P]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
|
|
8883
8968
|
});
|
|
8884
8969
|
|
|
8885
|
-
const
|
|
8970
|
+
const createDebt = {
|
|
8886
8971
|
__proto__: null,
|
|
8887
8972
|
mutation: mutation$2j,
|
|
8888
|
-
name: name$
|
|
8973
|
+
name: name$3P
|
|
8889
8974
|
};
|
|
8890
8975
|
|
|
8891
|
-
const name$
|
|
8976
|
+
const name$3O = "capitalCreateExpense";
|
|
8892
8977
|
const mutation$2i = Selector("Mutation")({
|
|
8893
|
-
[name$
|
|
8978
|
+
[name$3O]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
|
|
8894
8979
|
});
|
|
8895
8980
|
|
|
8896
|
-
const
|
|
8981
|
+
const createExpense = {
|
|
8897
8982
|
__proto__: null,
|
|
8898
8983
|
mutation: mutation$2i,
|
|
8899
|
-
name: name$
|
|
8984
|
+
name: name$3O
|
|
8900
8985
|
};
|
|
8901
8986
|
|
|
8902
|
-
const name$
|
|
8987
|
+
const name$3N = "capitalCreateIssue";
|
|
8903
8988
|
const mutation$2h = Selector("Mutation")({
|
|
8904
|
-
[name$
|
|
8989
|
+
[name$3N]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
|
|
8905
8990
|
});
|
|
8906
8991
|
|
|
8907
|
-
const
|
|
8992
|
+
const createIssue = {
|
|
8908
8993
|
__proto__: null,
|
|
8909
8994
|
mutation: mutation$2h,
|
|
8910
|
-
name: name$
|
|
8995
|
+
name: name$3N
|
|
8911
8996
|
};
|
|
8912
8997
|
|
|
8913
|
-
const name$
|
|
8998
|
+
const name$3M = "capitalCreateProgramInvest";
|
|
8914
8999
|
const mutation$2g = Selector("Mutation")({
|
|
8915
|
-
[name$
|
|
9000
|
+
[name$3M]: [{ data: $("data", "CreateProgramInvestInput!") }, rawTransactionSelector]
|
|
8916
9001
|
});
|
|
8917
9002
|
|
|
8918
|
-
const
|
|
9003
|
+
const createProgramInvest = {
|
|
8919
9004
|
__proto__: null,
|
|
8920
9005
|
mutation: mutation$2g,
|
|
8921
|
-
name: name$
|
|
9006
|
+
name: name$3M
|
|
8922
9007
|
};
|
|
8923
9008
|
|
|
8924
|
-
const name$
|
|
9009
|
+
const name$3L = "capitalCreateProgramProperty";
|
|
8925
9010
|
const mutation$2f = Selector("Mutation")({
|
|
8926
|
-
[name$
|
|
9011
|
+
[name$3L]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
|
|
8927
9012
|
});
|
|
8928
9013
|
|
|
8929
|
-
const
|
|
9014
|
+
const createProgramProperty = {
|
|
8930
9015
|
__proto__: null,
|
|
8931
9016
|
mutation: mutation$2f,
|
|
8932
|
-
name: name$
|
|
9017
|
+
name: name$3L
|
|
8933
9018
|
};
|
|
8934
9019
|
|
|
8935
|
-
const name$
|
|
9020
|
+
const name$3K = "capitalCreateProject";
|
|
8936
9021
|
const mutation$2e = Selector("Mutation")({
|
|
8937
|
-
[name$
|
|
9022
|
+
[name$3K]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
|
|
8938
9023
|
});
|
|
8939
9024
|
|
|
8940
|
-
const
|
|
9025
|
+
const createProject = {
|
|
8941
9026
|
__proto__: null,
|
|
8942
9027
|
mutation: mutation$2e,
|
|
8943
|
-
name: name$
|
|
9028
|
+
name: name$3K
|
|
8944
9029
|
};
|
|
8945
9030
|
|
|
8946
|
-
const name$
|
|
9031
|
+
const name$3J = "capitalCreateProjectInvest";
|
|
8947
9032
|
const mutation$2d = Selector("Mutation")({
|
|
8948
|
-
[name$
|
|
9033
|
+
[name$3J]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
|
|
8949
9034
|
});
|
|
8950
9035
|
|
|
8951
|
-
const
|
|
9036
|
+
const createProjectInvest = {
|
|
8952
9037
|
__proto__: null,
|
|
8953
9038
|
mutation: mutation$2d,
|
|
8954
|
-
name: name$
|
|
9039
|
+
name: name$3J
|
|
8955
9040
|
};
|
|
8956
9041
|
|
|
8957
|
-
const name$
|
|
9042
|
+
const name$3I = "capitalCreateProjectProperty";
|
|
8958
9043
|
const mutation$2c = Selector("Mutation")({
|
|
8959
|
-
[name$
|
|
9044
|
+
[name$3I]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
|
|
8960
9045
|
});
|
|
8961
9046
|
|
|
8962
|
-
const
|
|
9047
|
+
const createProjectProperty = {
|
|
8963
9048
|
__proto__: null,
|
|
8964
9049
|
mutation: mutation$2c,
|
|
8965
|
-
name: name$
|
|
9050
|
+
name: name$3I
|
|
8966
9051
|
};
|
|
8967
9052
|
|
|
8968
|
-
const name$
|
|
9053
|
+
const name$3H = "capitalCreateStory";
|
|
8969
9054
|
const mutation$2b = Selector("Mutation")({
|
|
8970
|
-
[name$
|
|
9055
|
+
[name$3H]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
|
|
8971
9056
|
});
|
|
8972
9057
|
|
|
8973
|
-
const
|
|
9058
|
+
const createStory = {
|
|
8974
9059
|
__proto__: null,
|
|
8975
9060
|
mutation: mutation$2b,
|
|
8976
|
-
name: name$
|
|
9061
|
+
name: name$3H
|
|
8977
9062
|
};
|
|
8978
9063
|
|
|
8979
|
-
const name$
|
|
9064
|
+
const name$3G = "capitalDeclineCommit";
|
|
8980
9065
|
const mutation$2a = Selector("Mutation")({
|
|
8981
|
-
[name$
|
|
9066
|
+
[name$3G]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
|
|
8982
9067
|
});
|
|
8983
9068
|
|
|
8984
|
-
const
|
|
9069
|
+
const declineCommit = {
|
|
8985
9070
|
__proto__: null,
|
|
8986
9071
|
mutation: mutation$2a,
|
|
8987
|
-
name: name$
|
|
9072
|
+
name: name$3G
|
|
8988
9073
|
};
|
|
8989
9074
|
|
|
8990
|
-
const name$
|
|
9075
|
+
const name$3F = "capitalDeleteIssue";
|
|
8991
9076
|
const mutation$29 = Selector("Mutation")({
|
|
8992
|
-
[name$
|
|
9077
|
+
[name$3F]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
|
|
8993
9078
|
});
|
|
8994
9079
|
|
|
8995
|
-
const
|
|
9080
|
+
const deleteIssue = {
|
|
8996
9081
|
__proto__: null,
|
|
8997
9082
|
mutation: mutation$29,
|
|
8998
|
-
name: name$
|
|
9083
|
+
name: name$3F
|
|
8999
9084
|
};
|
|
9000
9085
|
|
|
9001
|
-
const name$
|
|
9086
|
+
const name$3E = "capitalMoveIssueToComponent";
|
|
9002
9087
|
const mutation$28 = Selector("Mutation")({
|
|
9003
|
-
[name$
|
|
9088
|
+
[name$3E]: [{ data: $("data", "MoveCapitalIssueToComponentInput!") }, rawIssueSelector]
|
|
9004
9089
|
});
|
|
9005
9090
|
|
|
9006
|
-
const
|
|
9091
|
+
const moveIssueToComponent = {
|
|
9007
9092
|
__proto__: null,
|
|
9008
9093
|
mutation: mutation$28,
|
|
9009
|
-
name: name$
|
|
9094
|
+
name: name$3E
|
|
9010
9095
|
};
|
|
9011
9096
|
|
|
9012
|
-
const name$
|
|
9097
|
+
const name$3D = "capitalDeleteProject";
|
|
9013
9098
|
const mutation$27 = Selector("Mutation")({
|
|
9014
|
-
[name$
|
|
9099
|
+
[name$3D]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
|
|
9015
9100
|
});
|
|
9016
9101
|
|
|
9017
|
-
const
|
|
9102
|
+
const deleteProject = {
|
|
9018
9103
|
__proto__: null,
|
|
9019
9104
|
mutation: mutation$27,
|
|
9020
|
-
name: name$
|
|
9105
|
+
name: name$3D
|
|
9021
9106
|
};
|
|
9022
9107
|
|
|
9023
|
-
const name$
|
|
9108
|
+
const name$3C = "capitalDeleteStory";
|
|
9024
9109
|
const mutation$26 = Selector("Mutation")({
|
|
9025
|
-
[name$
|
|
9110
|
+
[name$3C]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
|
|
9026
9111
|
});
|
|
9027
9112
|
|
|
9028
|
-
const
|
|
9113
|
+
const deleteStory = {
|
|
9029
9114
|
__proto__: null,
|
|
9030
9115
|
mutation: mutation$26,
|
|
9031
|
-
name: name$
|
|
9116
|
+
name: name$3C
|
|
9032
9117
|
};
|
|
9033
9118
|
|
|
9034
|
-
const name$
|
|
9119
|
+
const name$3B = "capitalEditContributor";
|
|
9035
9120
|
const mutation$25 = Selector("Mutation")({
|
|
9036
|
-
[name$
|
|
9121
|
+
[name$3B]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
|
|
9037
9122
|
});
|
|
9038
9123
|
|
|
9039
|
-
const
|
|
9124
|
+
const editContributor = {
|
|
9040
9125
|
__proto__: null,
|
|
9041
9126
|
mutation: mutation$25,
|
|
9042
|
-
name: name$
|
|
9127
|
+
name: name$3B
|
|
9043
9128
|
};
|
|
9044
9129
|
|
|
9045
|
-
const name$
|
|
9130
|
+
const name$3A = "capitalEditProject";
|
|
9046
9131
|
const mutation$24 = Selector("Mutation")({
|
|
9047
|
-
[name$
|
|
9132
|
+
[name$3A]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
|
|
9048
9133
|
});
|
|
9049
9134
|
|
|
9050
|
-
const
|
|
9135
|
+
const editProject = {
|
|
9051
9136
|
__proto__: null,
|
|
9052
9137
|
mutation: mutation$24,
|
|
9053
|
-
name: name$
|
|
9138
|
+
name: name$3A
|
|
9054
9139
|
};
|
|
9055
9140
|
|
|
9056
|
-
const name$
|
|
9141
|
+
const name$3z = "capitalFinalizeProject";
|
|
9057
9142
|
const mutation$23 = Selector("Mutation")({
|
|
9058
|
-
[name$
|
|
9143
|
+
[name$3z]: [{ data: $("data", "FinalizeProjectInput!") }, projectSelector]
|
|
9059
9144
|
});
|
|
9060
9145
|
|
|
9061
|
-
const
|
|
9146
|
+
const finalizeProject = {
|
|
9062
9147
|
__proto__: null,
|
|
9063
9148
|
mutation: mutation$23,
|
|
9064
|
-
name: name$
|
|
9149
|
+
name: name$3z
|
|
9065
9150
|
};
|
|
9066
9151
|
|
|
9067
|
-
const name$
|
|
9152
|
+
const name$3y = "capitalFundProgram";
|
|
9068
9153
|
const mutation$22 = Selector("Mutation")({
|
|
9069
|
-
[name$
|
|
9154
|
+
[name$3y]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
|
|
9070
9155
|
});
|
|
9071
9156
|
|
|
9072
|
-
const
|
|
9157
|
+
const fundProgram = {
|
|
9073
9158
|
__proto__: null,
|
|
9074
9159
|
mutation: mutation$22,
|
|
9075
|
-
name: name$
|
|
9160
|
+
name: name$3y
|
|
9076
9161
|
};
|
|
9077
9162
|
|
|
9078
|
-
const name$
|
|
9163
|
+
const name$3x = "capitalGenerateCapitalizationAgreement";
|
|
9079
9164
|
const mutation$21 = Selector("Mutation")({
|
|
9080
|
-
[name$
|
|
9165
|
+
[name$3x]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9081
9166
|
});
|
|
9082
9167
|
|
|
9083
|
-
const
|
|
9168
|
+
const generateCapitalizationAgreement = {
|
|
9084
9169
|
__proto__: null,
|
|
9085
9170
|
mutation: mutation$21,
|
|
9086
|
-
name: name$
|
|
9171
|
+
name: name$3x
|
|
9087
9172
|
};
|
|
9088
9173
|
|
|
9089
|
-
const name$
|
|
9174
|
+
const name$3w = "capitalGenerateCapitalizationMoneyInvestStatement";
|
|
9090
9175
|
const mutation$20 = Selector("Mutation")({
|
|
9091
|
-
[name$
|
|
9176
|
+
[name$3w]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9092
9177
|
});
|
|
9093
9178
|
|
|
9094
|
-
const
|
|
9179
|
+
const generateCapitalizationMoneyInvestStatement = {
|
|
9095
9180
|
__proto__: null,
|
|
9096
9181
|
mutation: mutation$20,
|
|
9097
|
-
name: name$
|
|
9182
|
+
name: name$3w
|
|
9098
9183
|
};
|
|
9099
9184
|
|
|
9100
|
-
const name$
|
|
9185
|
+
const name$3v = "capitalGenerateCapitalizationPropertyInvestAct";
|
|
9101
9186
|
const mutation$1$ = Selector("Mutation")({
|
|
9102
|
-
[name$
|
|
9187
|
+
[name$3v]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9103
9188
|
});
|
|
9104
9189
|
|
|
9105
|
-
const
|
|
9190
|
+
const generateCapitalizationPropertyInvestAct = {
|
|
9106
9191
|
__proto__: null,
|
|
9107
9192
|
mutation: mutation$1$,
|
|
9108
|
-
name: name$
|
|
9193
|
+
name: name$3v
|
|
9109
9194
|
};
|
|
9110
9195
|
|
|
9111
|
-
const name$
|
|
9196
|
+
const name$3u = "capitalGenerateCapitalizationPropertyInvestDecision";
|
|
9112
9197
|
const mutation$1_ = Selector("Mutation")({
|
|
9113
|
-
[name$
|
|
9198
|
+
[name$3u]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9114
9199
|
});
|
|
9115
9200
|
|
|
9116
|
-
const
|
|
9201
|
+
const generateCapitalizationPropertyInvestDecision = {
|
|
9117
9202
|
__proto__: null,
|
|
9118
9203
|
mutation: mutation$1_,
|
|
9119
|
-
name: name$
|
|
9204
|
+
name: name$3u
|
|
9120
9205
|
};
|
|
9121
9206
|
|
|
9122
|
-
const name$
|
|
9207
|
+
const name$3t = "capitalGenerateCapitalizationPropertyInvestStatement";
|
|
9123
9208
|
const mutation$1Z = Selector("Mutation")({
|
|
9124
|
-
[name$
|
|
9209
|
+
[name$3t]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9125
9210
|
});
|
|
9126
9211
|
|
|
9127
|
-
const
|
|
9212
|
+
const generateCapitalizationPropertyInvestStatement = {
|
|
9128
9213
|
__proto__: null,
|
|
9129
9214
|
mutation: mutation$1Z,
|
|
9130
|
-
name: name$
|
|
9215
|
+
name: name$3t
|
|
9131
9216
|
};
|
|
9132
9217
|
|
|
9133
|
-
const name$
|
|
9218
|
+
const name$3s = "capitalGenerateCapitalizationToMainWalletConvertStatement";
|
|
9134
9219
|
const mutation$1Y = Selector("Mutation")({
|
|
9135
|
-
[name$
|
|
9220
|
+
[name$3s]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9136
9221
|
});
|
|
9137
9222
|
|
|
9138
|
-
const
|
|
9223
|
+
const generateCapitalizationToMainWalletConvertStatement = {
|
|
9139
9224
|
__proto__: null,
|
|
9140
9225
|
mutation: mutation$1Y,
|
|
9141
|
-
name: name$
|
|
9226
|
+
name: name$3s
|
|
9142
9227
|
};
|
|
9143
9228
|
|
|
9144
|
-
const name$
|
|
9229
|
+
const name$3r = "capitalGenerateRegistrationDocuments";
|
|
9145
9230
|
const mutation$1X = Selector("Mutation")({
|
|
9146
|
-
[name$
|
|
9231
|
+
[name$3r]: [
|
|
9232
|
+
{ data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
|
|
9233
|
+
generateCapitalRegistrationDocumentsOutputSelector
|
|
9234
|
+
]
|
|
9147
9235
|
});
|
|
9148
9236
|
|
|
9149
|
-
const
|
|
9237
|
+
const generateCapitalRegistrationDocuments = {
|
|
9150
9238
|
__proto__: null,
|
|
9151
9239
|
mutation: mutation$1X,
|
|
9152
|
-
name: name$
|
|
9240
|
+
name: name$3r
|
|
9153
9241
|
};
|
|
9154
9242
|
|
|
9155
|
-
const name$
|
|
9243
|
+
const name$3q = "capitalGenerateComponentGenerationContract";
|
|
9156
9244
|
const mutation$1W = Selector("Mutation")({
|
|
9157
|
-
[name$
|
|
9245
|
+
[name$3q]: [{ data: $("data", "ComponentGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9158
9246
|
});
|
|
9159
9247
|
|
|
9160
|
-
const
|
|
9248
|
+
const generateComponentGenerationContract = {
|
|
9161
9249
|
__proto__: null,
|
|
9162
9250
|
mutation: mutation$1W,
|
|
9163
|
-
name: name$
|
|
9251
|
+
name: name$3q
|
|
9164
9252
|
};
|
|
9165
9253
|
|
|
9166
|
-
const name$
|
|
9254
|
+
const name$3p = "capitalGenerateExpenseDecision";
|
|
9167
9255
|
const mutation$1V = Selector("Mutation")({
|
|
9168
|
-
[name$
|
|
9169
|
-
{ data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
|
|
9170
|
-
generateCapitalRegistrationDocumentsOutputSelector
|
|
9171
|
-
]
|
|
9256
|
+
[name$3p]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9172
9257
|
});
|
|
9173
9258
|
|
|
9174
|
-
const
|
|
9259
|
+
const generateExpenseDecision = {
|
|
9175
9260
|
__proto__: null,
|
|
9176
9261
|
mutation: mutation$1V,
|
|
9177
|
-
name: name$
|
|
9262
|
+
name: name$3p
|
|
9178
9263
|
};
|
|
9179
9264
|
|
|
9180
|
-
const name$
|
|
9265
|
+
const name$3o = "capitalGenerateExpenseStatement";
|
|
9181
9266
|
const mutation$1U = Selector("Mutation")({
|
|
9182
|
-
[name$
|
|
9267
|
+
[name$3o]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9183
9268
|
});
|
|
9184
9269
|
|
|
9185
|
-
const
|
|
9270
|
+
const generateExpenseStatement = {
|
|
9186
9271
|
__proto__: null,
|
|
9187
9272
|
mutation: mutation$1U,
|
|
9188
|
-
name: name$
|
|
9273
|
+
name: name$3o
|
|
9189
9274
|
};
|
|
9190
9275
|
|
|
9191
|
-
const name$
|
|
9276
|
+
const name$3n = "capitalGenerateGenerationContract";
|
|
9192
9277
|
const mutation$1T = Selector("Mutation")({
|
|
9193
|
-
[name$
|
|
9278
|
+
[name$3n]: [{ data: $("data", "GenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9194
9279
|
});
|
|
9195
9280
|
|
|
9196
|
-
const
|
|
9281
|
+
const generateGenerationContract = {
|
|
9197
9282
|
__proto__: null,
|
|
9198
9283
|
mutation: mutation$1T,
|
|
9199
|
-
name: name$
|
|
9284
|
+
name: name$3n
|
|
9200
9285
|
};
|
|
9201
9286
|
|
|
9202
|
-
const name$
|
|
9287
|
+
const name$3m = "capitalGenerateGenerationMoneyInvestStatement";
|
|
9203
9288
|
const mutation$1S = Selector("Mutation")({
|
|
9204
|
-
[name$
|
|
9289
|
+
[name$3m]: [{ data: $("data", "GenerationMoneyInvestStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9205
9290
|
});
|
|
9206
9291
|
|
|
9207
|
-
const
|
|
9292
|
+
const generateGenerationMoneyInvestStatement = {
|
|
9208
9293
|
__proto__: null,
|
|
9209
9294
|
mutation: mutation$1S,
|
|
9210
|
-
name: name$
|
|
9295
|
+
name: name$3m
|
|
9211
9296
|
};
|
|
9212
9297
|
|
|
9213
|
-
const name$
|
|
9298
|
+
const name$3l = "capitalGenerateGenerationPropertyInvestAct";
|
|
9214
9299
|
const mutation$1R = Selector("Mutation")({
|
|
9215
|
-
[name$
|
|
9300
|
+
[name$3l]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9216
9301
|
});
|
|
9217
9302
|
|
|
9218
|
-
const
|
|
9303
|
+
const generateGenerationPropertyInvestAct = {
|
|
9219
9304
|
__proto__: null,
|
|
9220
9305
|
mutation: mutation$1R,
|
|
9221
|
-
name: name$
|
|
9306
|
+
name: name$3l
|
|
9222
9307
|
};
|
|
9223
9308
|
|
|
9224
|
-
const name$
|
|
9309
|
+
const name$3k = "capitalGenerateGenerationPropertyInvestDecision";
|
|
9225
9310
|
const mutation$1Q = Selector("Mutation")({
|
|
9226
|
-
[name$
|
|
9311
|
+
[name$3k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9227
9312
|
});
|
|
9228
9313
|
|
|
9229
|
-
const
|
|
9314
|
+
const generateGenerationPropertyInvestDecision = {
|
|
9230
9315
|
__proto__: null,
|
|
9231
9316
|
mutation: mutation$1Q,
|
|
9232
|
-
name: name$
|
|
9317
|
+
name: name$3k
|
|
9233
9318
|
};
|
|
9234
9319
|
|
|
9235
|
-
const name$
|
|
9320
|
+
const name$3j = "capitalGenerateGenerationPropertyInvestStatement";
|
|
9236
9321
|
const mutation$1P = Selector("Mutation")({
|
|
9237
|
-
[name$
|
|
9322
|
+
[name$3j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9238
9323
|
});
|
|
9239
9324
|
|
|
9240
|
-
const
|
|
9325
|
+
const generateGenerationPropertyInvestStatement = {
|
|
9241
9326
|
__proto__: null,
|
|
9242
9327
|
mutation: mutation$1P,
|
|
9243
|
-
name: name$
|
|
9328
|
+
name: name$3j
|
|
9244
9329
|
};
|
|
9245
9330
|
|
|
9246
|
-
const name$
|
|
9331
|
+
const name$3i = "capitalGenerateGenerationConvertStatement";
|
|
9247
9332
|
const mutation$1O = Selector("Mutation")({
|
|
9248
|
-
[name$
|
|
9333
|
+
[name$3i]: [{ data: $("data", "GenerationConvertStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9249
9334
|
});
|
|
9250
9335
|
|
|
9251
|
-
const
|
|
9336
|
+
const generateGenerationConvertStatement = {
|
|
9252
9337
|
__proto__: null,
|
|
9253
9338
|
mutation: mutation$1O,
|
|
9254
|
-
name: name$
|
|
9339
|
+
name: name$3i
|
|
9255
9340
|
};
|
|
9256
9341
|
|
|
9257
|
-
const name$
|
|
9342
|
+
const name$3h = "capitalGenerateGetLoanDecision";
|
|
9258
9343
|
const mutation$1N = Selector("Mutation")({
|
|
9259
|
-
[name$
|
|
9344
|
+
[name$3h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9260
9345
|
});
|
|
9261
9346
|
|
|
9262
|
-
const
|
|
9347
|
+
const generateGetLoanDecision = {
|
|
9263
9348
|
__proto__: null,
|
|
9264
9349
|
mutation: mutation$1N,
|
|
9265
|
-
name: name$
|
|
9350
|
+
name: name$3h
|
|
9266
9351
|
};
|
|
9267
9352
|
|
|
9268
|
-
const name$
|
|
9353
|
+
const name$3g = "capitalGenerateGetLoanStatement";
|
|
9269
9354
|
const mutation$1M = Selector("Mutation")({
|
|
9270
|
-
[name$
|
|
9355
|
+
[name$3g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9271
9356
|
});
|
|
9272
9357
|
|
|
9273
|
-
const
|
|
9358
|
+
const generateGetLoanStatement = {
|
|
9274
9359
|
__proto__: null,
|
|
9275
9360
|
mutation: mutation$1M,
|
|
9276
|
-
name: name$
|
|
9361
|
+
name: name$3g
|
|
9277
9362
|
};
|
|
9278
9363
|
|
|
9279
|
-
const name$
|
|
9364
|
+
const name$3f = "capitalGenerateProgramMoneyInvestStatement";
|
|
9280
9365
|
const mutation$1L = Selector("Mutation")({
|
|
9281
|
-
[name$
|
|
9366
|
+
[name$3f]: [
|
|
9367
|
+
{
|
|
9368
|
+
data: $("data", "ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput!"),
|
|
9369
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
9370
|
+
},
|
|
9371
|
+
documentSelector
|
|
9372
|
+
]
|
|
9282
9373
|
});
|
|
9283
9374
|
|
|
9284
|
-
const
|
|
9375
|
+
const generateProgramMoneyInvestStatement = {
|
|
9285
9376
|
__proto__: null,
|
|
9286
9377
|
mutation: mutation$1L,
|
|
9287
|
-
name: name$
|
|
9378
|
+
name: name$3f
|
|
9288
9379
|
};
|
|
9289
9380
|
|
|
9290
|
-
const name$
|
|
9381
|
+
const name$3e = "capitalGenerateProjectGenerationContract";
|
|
9291
9382
|
const mutation$1K = Selector("Mutation")({
|
|
9292
|
-
[name$
|
|
9383
|
+
[name$3e]: [{ data: $("data", "ProjectGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9293
9384
|
});
|
|
9294
9385
|
|
|
9295
|
-
const
|
|
9386
|
+
const generateProjectGenerationContract = {
|
|
9296
9387
|
__proto__: null,
|
|
9297
9388
|
mutation: mutation$1K,
|
|
9298
|
-
name: name$
|
|
9389
|
+
name: name$3e
|
|
9299
9390
|
};
|
|
9300
9391
|
|
|
9301
|
-
const name$
|
|
9392
|
+
const name$3d = "capitalGenerateResultContributionAct";
|
|
9302
9393
|
const mutation$1J = Selector("Mutation")({
|
|
9303
|
-
[name$
|
|
9304
|
-
{
|
|
9305
|
-
data: $("data", "ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput!"),
|
|
9306
|
-
options: $("options", "GenerateDocumentOptionsInput")
|
|
9307
|
-
},
|
|
9308
|
-
documentSelector
|
|
9309
|
-
]
|
|
9394
|
+
[name$3d]: [{ data: $("data", "ResultContributionActGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9310
9395
|
});
|
|
9311
9396
|
|
|
9312
|
-
const
|
|
9397
|
+
const generateResultContributionAct = {
|
|
9313
9398
|
__proto__: null,
|
|
9314
9399
|
mutation: mutation$1J,
|
|
9315
|
-
name: name$
|
|
9400
|
+
name: name$3d
|
|
9316
9401
|
};
|
|
9317
9402
|
|
|
9318
|
-
const name$
|
|
9403
|
+
const name$3c = "capitalGenerateResultContributionDecision";
|
|
9319
9404
|
const mutation$1I = Selector("Mutation")({
|
|
9320
|
-
[name$
|
|
9405
|
+
[name$3c]: [{ data: $("data", "ResultContributionDecisionGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9321
9406
|
});
|
|
9322
9407
|
|
|
9323
|
-
const
|
|
9408
|
+
const generateResultContributionDecision = {
|
|
9324
9409
|
__proto__: null,
|
|
9325
9410
|
mutation: mutation$1I,
|
|
9326
|
-
name: name$
|
|
9411
|
+
name: name$3c
|
|
9327
9412
|
};
|
|
9328
9413
|
|
|
9329
|
-
const name$
|
|
9414
|
+
const name$3b = "capitalGenerateResultContributionStatement";
|
|
9330
9415
|
const mutation$1H = Selector("Mutation")({
|
|
9331
|
-
[name$
|
|
9416
|
+
[name$3b]: [{ data: $("data", "ResultContributionStatementGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9332
9417
|
});
|
|
9333
9418
|
|
|
9334
|
-
const
|
|
9419
|
+
const generateResultContributionStatement = {
|
|
9335
9420
|
__proto__: null,
|
|
9336
9421
|
mutation: mutation$1H,
|
|
9337
|
-
name: name$
|
|
9422
|
+
name: name$3b
|
|
9338
9423
|
};
|
|
9339
9424
|
|
|
9340
|
-
const name$
|
|
9425
|
+
const name$3a = "capitalImportContributor";
|
|
9341
9426
|
const mutation$1G = Selector("Mutation")({
|
|
9342
|
-
[name$
|
|
9427
|
+
[name$3a]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
|
|
9343
9428
|
});
|
|
9344
9429
|
|
|
9345
|
-
const
|
|
9430
|
+
const importContributor = {
|
|
9346
9431
|
__proto__: null,
|
|
9347
9432
|
mutation: mutation$1G,
|
|
9348
|
-
name: name$
|
|
9433
|
+
name: name$3a
|
|
9349
9434
|
};
|
|
9350
9435
|
|
|
9351
|
-
const name$
|
|
9436
|
+
const name$39 = "capitalMakeClearance";
|
|
9352
9437
|
const mutation$1F = Selector("Mutation")({
|
|
9353
|
-
[name$
|
|
9438
|
+
[name$39]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
|
|
9354
9439
|
});
|
|
9355
9440
|
|
|
9356
|
-
const
|
|
9441
|
+
const makeClearance = {
|
|
9357
9442
|
__proto__: null,
|
|
9358
9443
|
mutation: mutation$1F,
|
|
9359
|
-
name: name$
|
|
9444
|
+
name: name$39
|
|
9360
9445
|
};
|
|
9361
9446
|
|
|
9362
|
-
const name$
|
|
9447
|
+
const name$38 = "capitalOpenProject";
|
|
9363
9448
|
const mutation$1E = Selector("Mutation")({
|
|
9364
|
-
[name$
|
|
9449
|
+
[name$38]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
|
|
9365
9450
|
});
|
|
9366
9451
|
|
|
9367
|
-
const
|
|
9452
|
+
const openProject = {
|
|
9368
9453
|
__proto__: null,
|
|
9369
9454
|
mutation: mutation$1E,
|
|
9370
|
-
name: name$
|
|
9455
|
+
name: name$38
|
|
9371
9456
|
};
|
|
9372
9457
|
|
|
9373
|
-
const name$
|
|
9458
|
+
const name$37 = "capitalPushResult";
|
|
9374
9459
|
const mutation$1D = Selector("Mutation")({
|
|
9375
|
-
[name$
|
|
9460
|
+
[name$37]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
|
|
9376
9461
|
});
|
|
9377
9462
|
|
|
9378
|
-
const
|
|
9463
|
+
const pushResult = {
|
|
9379
9464
|
__proto__: null,
|
|
9380
9465
|
mutation: mutation$1D,
|
|
9381
|
-
name: name$
|
|
9466
|
+
name: name$37
|
|
9382
9467
|
};
|
|
9383
9468
|
|
|
9384
|
-
const name$
|
|
9469
|
+
const name$36 = "capitalRefreshProgram";
|
|
9385
9470
|
const mutation$1C = Selector("Mutation")({
|
|
9386
|
-
[name$
|
|
9471
|
+
[name$36]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
|
|
9387
9472
|
});
|
|
9388
9473
|
|
|
9389
|
-
const
|
|
9474
|
+
const refreshProgram = {
|
|
9390
9475
|
__proto__: null,
|
|
9391
9476
|
mutation: mutation$1C,
|
|
9392
|
-
name: name$
|
|
9477
|
+
name: name$36
|
|
9393
9478
|
};
|
|
9394
9479
|
|
|
9395
|
-
const name$
|
|
9480
|
+
const name$35 = "capitalRefreshSegment";
|
|
9396
9481
|
const mutation$1B = Selector("Mutation")({
|
|
9397
|
-
[name$
|
|
9482
|
+
[name$35]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
|
|
9398
9483
|
});
|
|
9399
9484
|
|
|
9400
|
-
const
|
|
9485
|
+
const refreshSegment = {
|
|
9401
9486
|
__proto__: null,
|
|
9402
9487
|
mutation: mutation$1B,
|
|
9403
|
-
name: name$
|
|
9488
|
+
name: name$35
|
|
9404
9489
|
};
|
|
9405
9490
|
|
|
9406
|
-
const name$
|
|
9491
|
+
const name$34 = "capitalRegisterContributor";
|
|
9407
9492
|
const mutation$1A = Selector("Mutation")({
|
|
9408
|
-
[name$
|
|
9493
|
+
[name$34]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
|
|
9409
9494
|
});
|
|
9410
9495
|
|
|
9411
|
-
const
|
|
9496
|
+
const registerContributor = {
|
|
9412
9497
|
__proto__: null,
|
|
9413
9498
|
mutation: mutation$1A,
|
|
9414
|
-
name: name$
|
|
9499
|
+
name: name$34
|
|
9415
9500
|
};
|
|
9416
9501
|
|
|
9417
|
-
const name$
|
|
9502
|
+
const name$33 = "capitalSetConfig";
|
|
9418
9503
|
const mutation$1z = Selector("Mutation")({
|
|
9419
|
-
[name$
|
|
9504
|
+
[name$33]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
|
|
9420
9505
|
});
|
|
9421
9506
|
|
|
9422
|
-
const
|
|
9507
|
+
const setConfig = {
|
|
9423
9508
|
__proto__: null,
|
|
9424
9509
|
mutation: mutation$1z,
|
|
9425
|
-
name: name$
|
|
9510
|
+
name: name$33
|
|
9426
9511
|
};
|
|
9427
9512
|
|
|
9428
|
-
const name$
|
|
9513
|
+
const name$32 = "capitalSetMaster";
|
|
9429
9514
|
const mutation$1y = Selector("Mutation")({
|
|
9430
|
-
[name$
|
|
9515
|
+
[name$32]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
|
|
9431
9516
|
});
|
|
9432
9517
|
|
|
9433
|
-
const
|
|
9518
|
+
const setMaster = {
|
|
9434
9519
|
__proto__: null,
|
|
9435
9520
|
mutation: mutation$1y,
|
|
9436
|
-
name: name$
|
|
9521
|
+
name: name$32
|
|
9437
9522
|
};
|
|
9438
9523
|
|
|
9439
|
-
const name$
|
|
9524
|
+
const name$31 = "capitalSetPlan";
|
|
9440
9525
|
const mutation$1x = Selector("Mutation")({
|
|
9441
|
-
[name$
|
|
9526
|
+
[name$31]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
|
|
9442
9527
|
});
|
|
9443
9528
|
|
|
9444
|
-
const
|
|
9529
|
+
const setPlan = {
|
|
9445
9530
|
__proto__: null,
|
|
9446
9531
|
mutation: mutation$1x,
|
|
9447
|
-
name: name$
|
|
9532
|
+
name: name$31
|
|
9448
9533
|
};
|
|
9449
9534
|
|
|
9450
|
-
const name$
|
|
9535
|
+
const name$30 = "capitalSetProjectDevelopmentRepositoryUrl";
|
|
9451
9536
|
const mutation$1w = Selector("Mutation")({
|
|
9452
|
-
[name$
|
|
9537
|
+
[name$30]: [{ data: $("data", "SetCapitalProjectDevelopmentRepositoryUrlInput!") }, rawProjectSelector]
|
|
9453
9538
|
});
|
|
9454
9539
|
|
|
9455
|
-
const
|
|
9540
|
+
const setProjectDevelopmentRepositoryUrl = {
|
|
9456
9541
|
__proto__: null,
|
|
9457
9542
|
mutation: mutation$1w,
|
|
9458
|
-
name: name$
|
|
9543
|
+
name: name$30
|
|
9459
9544
|
};
|
|
9460
9545
|
|
|
9461
|
-
const name$
|
|
9546
|
+
const name$2$ = "capitalSignActAsChairman";
|
|
9462
9547
|
const mutation$1v = Selector("Mutation")({
|
|
9463
|
-
[name$
|
|
9548
|
+
[name$2$]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
|
|
9464
9549
|
});
|
|
9465
9550
|
|
|
9466
|
-
const
|
|
9551
|
+
const signActAsChairman = {
|
|
9467
9552
|
__proto__: null,
|
|
9468
9553
|
mutation: mutation$1v,
|
|
9469
|
-
name: name$
|
|
9554
|
+
name: name$2$
|
|
9470
9555
|
};
|
|
9471
9556
|
|
|
9472
|
-
const name$
|
|
9557
|
+
const name$2_ = "capitalSignActAsContributor";
|
|
9473
9558
|
const mutation$1u = Selector("Mutation")({
|
|
9474
|
-
[name$
|
|
9559
|
+
[name$2_]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
|
|
9475
9560
|
});
|
|
9476
9561
|
|
|
9477
|
-
const
|
|
9562
|
+
const signActAsContributor = {
|
|
9478
9563
|
__proto__: null,
|
|
9479
9564
|
mutation: mutation$1u,
|
|
9480
|
-
name: name$
|
|
9565
|
+
name: name$2_
|
|
9481
9566
|
};
|
|
9482
9567
|
|
|
9483
|
-
const name$
|
|
9568
|
+
const name$2Z = "capitalStartProject";
|
|
9484
9569
|
const mutation$1t = Selector("Mutation")({
|
|
9485
|
-
[name$
|
|
9570
|
+
[name$2Z]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
|
|
9486
9571
|
});
|
|
9487
9572
|
|
|
9488
|
-
const
|
|
9573
|
+
const startProject = {
|
|
9489
9574
|
__proto__: null,
|
|
9490
9575
|
mutation: mutation$1t,
|
|
9491
|
-
name: name$
|
|
9576
|
+
name: name$2Z
|
|
9492
9577
|
};
|
|
9493
9578
|
|
|
9494
|
-
const name$
|
|
9579
|
+
const name$2Y = "capitalStartVoting";
|
|
9495
9580
|
const mutation$1s = Selector("Mutation")({
|
|
9496
|
-
[name$
|
|
9581
|
+
[name$2Y]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
|
|
9497
9582
|
});
|
|
9498
9583
|
|
|
9499
|
-
const
|
|
9584
|
+
const startVoting = {
|
|
9500
9585
|
__proto__: null,
|
|
9501
9586
|
mutation: mutation$1s,
|
|
9502
|
-
name: name$
|
|
9587
|
+
name: name$2Y
|
|
9503
9588
|
};
|
|
9504
9589
|
|
|
9505
|
-
const name$
|
|
9590
|
+
const name$2X = "capitalStopProject";
|
|
9506
9591
|
const mutation$1r = Selector("Mutation")({
|
|
9507
|
-
[name$
|
|
9592
|
+
[name$2X]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
|
|
9508
9593
|
});
|
|
9509
9594
|
|
|
9510
|
-
const
|
|
9595
|
+
const stopProject = {
|
|
9511
9596
|
__proto__: null,
|
|
9512
9597
|
mutation: mutation$1r,
|
|
9513
|
-
name: name$
|
|
9598
|
+
name: name$2X
|
|
9514
9599
|
};
|
|
9515
9600
|
|
|
9516
|
-
const name$
|
|
9601
|
+
const name$2W = "capitalSubmitVote";
|
|
9517
9602
|
const mutation$1q = Selector("Mutation")({
|
|
9518
|
-
[name$
|
|
9603
|
+
[name$2W]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
|
|
9519
9604
|
});
|
|
9520
9605
|
|
|
9521
|
-
const
|
|
9606
|
+
const submitVote = {
|
|
9522
9607
|
__proto__: null,
|
|
9523
9608
|
mutation: mutation$1q,
|
|
9524
|
-
name: name$
|
|
9609
|
+
name: name$2W
|
|
9525
9610
|
};
|
|
9526
9611
|
|
|
9527
|
-
const name$
|
|
9612
|
+
const name$2V = "capitalUpdateIssue";
|
|
9528
9613
|
const mutation$1p = Selector("Mutation")({
|
|
9529
|
-
[name$
|
|
9614
|
+
[name$2V]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
|
|
9530
9615
|
});
|
|
9531
9616
|
|
|
9532
|
-
const
|
|
9617
|
+
const updateIssue = {
|
|
9533
9618
|
__proto__: null,
|
|
9534
9619
|
mutation: mutation$1p,
|
|
9535
|
-
name: name$
|
|
9620
|
+
name: name$2V
|
|
9536
9621
|
};
|
|
9537
9622
|
|
|
9538
|
-
const name$
|
|
9623
|
+
const name$2U = "capitalUpdateStory";
|
|
9539
9624
|
const mutation$1o = Selector("Mutation")({
|
|
9540
|
-
[name$
|
|
9541
|
-
});
|
|
9542
|
-
|
|
9543
|
-
const submitVote = {
|
|
9544
|
-
__proto__: null,
|
|
9545
|
-
mutation: mutation$1o,
|
|
9546
|
-
name: name$2S
|
|
9547
|
-
};
|
|
9548
|
-
|
|
9549
|
-
const name$2R = "capitalUpdateIssue";
|
|
9550
|
-
const mutation$1n = Selector("Mutation")({
|
|
9551
|
-
[name$2R]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
|
|
9552
|
-
});
|
|
9553
|
-
|
|
9554
|
-
const updateIssue = {
|
|
9555
|
-
__proto__: null,
|
|
9556
|
-
mutation: mutation$1n,
|
|
9557
|
-
name: name$2R
|
|
9558
|
-
};
|
|
9559
|
-
|
|
9560
|
-
const name$2Q = "capitalUpdateStory";
|
|
9561
|
-
const mutation$1m = Selector("Mutation")({
|
|
9562
|
-
[name$2Q]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
|
|
9625
|
+
[name$2U]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
|
|
9563
9626
|
});
|
|
9564
9627
|
|
|
9565
9628
|
const updateStory = {
|
|
9566
9629
|
__proto__: null,
|
|
9567
|
-
mutation: mutation$
|
|
9568
|
-
name: name$
|
|
9630
|
+
mutation: mutation$1o,
|
|
9631
|
+
name: name$2U
|
|
9569
9632
|
};
|
|
9570
9633
|
|
|
9571
9634
|
const index$M = {
|
|
@@ -9686,48 +9749,48 @@ const chairmanOnboardingStateSelector = Selector("ChairmanOnboardingState")(onbo
|
|
|
9686
9749
|
const rawApprovalsPaginationSelector = { ...paginationSelector, items: rawApprovalSelector };
|
|
9687
9750
|
const approvalsPaginationSelector = Selector("PaginatedChairmanApprovalsPaginationResult")(rawApprovalsPaginationSelector);
|
|
9688
9751
|
|
|
9689
|
-
const name$
|
|
9690
|
-
const mutation$
|
|
9691
|
-
[name$
|
|
9752
|
+
const name$2T = "completeChairmanAgendaStep";
|
|
9753
|
+
const mutation$1n = Selector("Mutation")({
|
|
9754
|
+
[name$2T]: [{ data: $("data", "ChairmanOnboardingAgendaInput!") }, chairmanOnboardingStateSelector]
|
|
9692
9755
|
});
|
|
9693
9756
|
|
|
9694
9757
|
const completeOnboardingAgendaStep = {
|
|
9695
9758
|
__proto__: null,
|
|
9696
|
-
mutation: mutation$
|
|
9697
|
-
name: name$
|
|
9759
|
+
mutation: mutation$1n,
|
|
9760
|
+
name: name$2T
|
|
9698
9761
|
};
|
|
9699
9762
|
|
|
9700
|
-
const name$
|
|
9701
|
-
const mutation$
|
|
9702
|
-
[name$
|
|
9763
|
+
const name$2S = "completeChairmanGeneralMeetStep";
|
|
9764
|
+
const mutation$1m = Selector("Mutation")({
|
|
9765
|
+
[name$2S]: [{ data: $("data", "ChairmanOnboardingGeneralMeetInput!") }, chairmanOnboardingStateSelector]
|
|
9703
9766
|
});
|
|
9704
9767
|
|
|
9705
9768
|
const completeOnboardingGeneralMeetStep = {
|
|
9706
9769
|
__proto__: null,
|
|
9707
|
-
mutation: mutation$
|
|
9708
|
-
name: name$
|
|
9770
|
+
mutation: mutation$1m,
|
|
9771
|
+
name: name$2S
|
|
9709
9772
|
};
|
|
9710
9773
|
|
|
9711
|
-
const name$
|
|
9712
|
-
const mutation$
|
|
9713
|
-
[name$
|
|
9774
|
+
const name$2R = "chairmanConfirmApprove";
|
|
9775
|
+
const mutation$1l = Selector("Mutation")({
|
|
9776
|
+
[name$2R]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
|
|
9714
9777
|
});
|
|
9715
9778
|
|
|
9716
9779
|
const confirmApprove = {
|
|
9717
9780
|
__proto__: null,
|
|
9718
|
-
mutation: mutation$
|
|
9719
|
-
name: name$
|
|
9781
|
+
mutation: mutation$1l,
|
|
9782
|
+
name: name$2R
|
|
9720
9783
|
};
|
|
9721
9784
|
|
|
9722
|
-
const name$
|
|
9723
|
-
const mutation$
|
|
9724
|
-
[name$
|
|
9785
|
+
const name$2Q = "chairmanDeclineApprove";
|
|
9786
|
+
const mutation$1k = Selector("Mutation")({
|
|
9787
|
+
[name$2Q]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
|
|
9725
9788
|
});
|
|
9726
9789
|
|
|
9727
9790
|
const declineApprove = {
|
|
9728
9791
|
__proto__: null,
|
|
9729
|
-
mutation: mutation$
|
|
9730
|
-
name: name$
|
|
9792
|
+
mutation: mutation$1k,
|
|
9793
|
+
name: name$2Q
|
|
9731
9794
|
};
|
|
9732
9795
|
|
|
9733
9796
|
const index$L = {
|
|
@@ -9738,70 +9801,92 @@ const index$L = {
|
|
|
9738
9801
|
DeclineApprove: declineApprove
|
|
9739
9802
|
};
|
|
9740
9803
|
|
|
9741
|
-
const name$
|
|
9742
|
-
const mutation$
|
|
9743
|
-
[name$
|
|
9804
|
+
const name$2P = "chatcoopCreateAccount";
|
|
9805
|
+
const mutation$1j = Selector("Mutation")({
|
|
9806
|
+
[name$2P]: [{ data: $("data", "CreateMatrixAccountInputDTO!") }, true]
|
|
9744
9807
|
});
|
|
9745
9808
|
|
|
9746
9809
|
const createAccount = {
|
|
9810
|
+
__proto__: null,
|
|
9811
|
+
mutation: mutation$1j,
|
|
9812
|
+
name: name$2P
|
|
9813
|
+
};
|
|
9814
|
+
|
|
9815
|
+
const name$2O = "chatcoopCreateCalendarEvent";
|
|
9816
|
+
const mutation$1i = Selector("Mutation")({
|
|
9817
|
+
[name$2O]: [{ data: $("data", "CreateChatCoopCalendarEventInput!") }, chatCoopCalendarEventSelector]
|
|
9818
|
+
});
|
|
9819
|
+
|
|
9820
|
+
const createCalendarEvent = {
|
|
9821
|
+
__proto__: null,
|
|
9822
|
+
mutation: mutation$1i,
|
|
9823
|
+
name: name$2O
|
|
9824
|
+
};
|
|
9825
|
+
|
|
9826
|
+
const name$2N = "chatcoopCreateCalendarIcsSubscription";
|
|
9827
|
+
const mutation$1h = Selector("Mutation")({
|
|
9828
|
+
[name$2N]: chatCoopCalendarIcsUrlSelector
|
|
9829
|
+
});
|
|
9830
|
+
|
|
9831
|
+
const createCalendarIcsSubscription = {
|
|
9747
9832
|
__proto__: null,
|
|
9748
9833
|
mutation: mutation$1h,
|
|
9749
|
-
name: name$
|
|
9834
|
+
name: name$2N
|
|
9750
9835
|
};
|
|
9751
9836
|
|
|
9752
|
-
const name$
|
|
9837
|
+
const name$2M = "chatcoopCreateSecretaryRoom";
|
|
9753
9838
|
const mutation$1g = Selector("Mutation")({
|
|
9754
|
-
[name$
|
|
9839
|
+
[name$2M]: [{ data: $("data", "CreateSecretaryRoomInput!") }, rawChatcoopSecretaryRoomSelector]
|
|
9755
9840
|
});
|
|
9756
9841
|
|
|
9757
|
-
const
|
|
9842
|
+
const createSecretaryRoom = {
|
|
9758
9843
|
__proto__: null,
|
|
9759
9844
|
mutation: mutation$1g,
|
|
9760
|
-
name: name$
|
|
9845
|
+
name: name$2M
|
|
9761
9846
|
};
|
|
9762
9847
|
|
|
9763
|
-
const name$
|
|
9848
|
+
const name$2L = "chatcoopDeleteCalendarEvent";
|
|
9764
9849
|
const mutation$1f = Selector("Mutation")({
|
|
9765
|
-
[name$
|
|
9850
|
+
[name$2L]: [{ id: $("id", "String!") }, true]
|
|
9766
9851
|
});
|
|
9767
9852
|
|
|
9768
|
-
const
|
|
9853
|
+
const deleteCalendarEvent = {
|
|
9769
9854
|
__proto__: null,
|
|
9770
9855
|
mutation: mutation$1f,
|
|
9771
|
-
name: name$
|
|
9856
|
+
name: name$2L
|
|
9772
9857
|
};
|
|
9773
9858
|
|
|
9774
|
-
const name$
|
|
9859
|
+
const name$2K = "chatcoopRemoveSecretaryRoom";
|
|
9775
9860
|
const mutation$1e = Selector("Mutation")({
|
|
9776
|
-
[name$
|
|
9861
|
+
[name$2K]: [{ data: $("data", "RemoveSecretaryRoomInput!") }, true]
|
|
9777
9862
|
});
|
|
9778
9863
|
|
|
9779
|
-
const
|
|
9864
|
+
const removeSecretaryRoom = {
|
|
9780
9865
|
__proto__: null,
|
|
9781
9866
|
mutation: mutation$1e,
|
|
9782
|
-
name: name$
|
|
9867
|
+
name: name$2K
|
|
9783
9868
|
};
|
|
9784
9869
|
|
|
9785
|
-
const name$
|
|
9870
|
+
const name$2J = "chatcoopUpdateCalendarEvent";
|
|
9786
9871
|
const mutation$1d = Selector("Mutation")({
|
|
9787
|
-
[name$
|
|
9872
|
+
[name$2J]: [{ data: $("data", "UpdateChatCoopCalendarEventInput!") }, chatCoopCalendarEventSelector]
|
|
9788
9873
|
});
|
|
9789
9874
|
|
|
9790
9875
|
const updateCalendarEvent = {
|
|
9791
9876
|
__proto__: null,
|
|
9792
9877
|
mutation: mutation$1d,
|
|
9793
|
-
name: name$
|
|
9878
|
+
name: name$2J
|
|
9794
9879
|
};
|
|
9795
9880
|
|
|
9796
|
-
const name$
|
|
9881
|
+
const name$2I = "chatcoopUpdateTranscriptionMemo";
|
|
9797
9882
|
const mutation$1c = Selector("Mutation")({
|
|
9798
|
-
[name$
|
|
9883
|
+
[name$2I]: [{ data: $("data", "UpdateCallTranscriptionMemoInput!") }, rawCallTranscriptionSelector]
|
|
9799
9884
|
});
|
|
9800
9885
|
|
|
9801
9886
|
const updateTranscriptionMemo = {
|
|
9802
9887
|
__proto__: null,
|
|
9803
9888
|
mutation: mutation$1c,
|
|
9804
|
-
name: name$
|
|
9889
|
+
name: name$2I
|
|
9805
9890
|
};
|
|
9806
9891
|
|
|
9807
9892
|
const index$K = {
|
|
@@ -9809,262 +9894,264 @@ const index$K = {
|
|
|
9809
9894
|
CreateAccount: createAccount,
|
|
9810
9895
|
CreateCalendarEvent: createCalendarEvent,
|
|
9811
9896
|
CreateCalendarIcsSubscription: createCalendarIcsSubscription,
|
|
9897
|
+
CreateSecretaryRoom: createSecretaryRoom,
|
|
9812
9898
|
DeleteCalendarEvent: deleteCalendarEvent,
|
|
9899
|
+
RemoveSecretaryRoom: removeSecretaryRoom,
|
|
9813
9900
|
UpdateCalendarEvent: updateCalendarEvent,
|
|
9814
9901
|
UpdateTranscriptionMemo: updateTranscriptionMemo
|
|
9815
9902
|
};
|
|
9816
9903
|
|
|
9817
|
-
const name$
|
|
9904
|
+
const name$2H = "acceptChildOrder";
|
|
9818
9905
|
const mutation$1b = Selector("Mutation")({
|
|
9819
|
-
[name$
|
|
9906
|
+
[name$2H]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
|
|
9820
9907
|
});
|
|
9821
9908
|
|
|
9822
9909
|
const acceptChildOrder = {
|
|
9823
9910
|
__proto__: null,
|
|
9824
9911
|
mutation: mutation$1b,
|
|
9825
|
-
name: name$
|
|
9912
|
+
name: name$2H
|
|
9826
9913
|
};
|
|
9827
9914
|
|
|
9828
|
-
const name$
|
|
9915
|
+
const name$2G = "cancelRequest";
|
|
9829
9916
|
const mutation$1a = Selector("Mutation")({
|
|
9830
|
-
[name$
|
|
9917
|
+
[name$2G]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
|
|
9831
9918
|
});
|
|
9832
9919
|
|
|
9833
9920
|
const cancelRequest = {
|
|
9834
9921
|
__proto__: null,
|
|
9835
9922
|
mutation: mutation$1a,
|
|
9836
|
-
name: name$
|
|
9923
|
+
name: name$2G
|
|
9837
9924
|
};
|
|
9838
9925
|
|
|
9839
|
-
const name$
|
|
9926
|
+
const name$2F = "confirmReceiveOnRequest";
|
|
9840
9927
|
const mutation$19 = Selector("Mutation")({
|
|
9841
|
-
[name$
|
|
9928
|
+
[name$2F]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
|
|
9842
9929
|
});
|
|
9843
9930
|
|
|
9844
9931
|
const completeReceiveOnRequest = {
|
|
9845
9932
|
__proto__: null,
|
|
9846
9933
|
mutation: mutation$19,
|
|
9847
|
-
name: name$
|
|
9934
|
+
name: name$2F
|
|
9848
9935
|
};
|
|
9849
9936
|
|
|
9850
|
-
const name$
|
|
9937
|
+
const name$2E = "completeRequest";
|
|
9851
9938
|
const mutation$18 = Selector("Mutation")({
|
|
9852
|
-
[name$
|
|
9939
|
+
[name$2E]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
|
|
9853
9940
|
});
|
|
9854
9941
|
|
|
9855
9942
|
const completeRequest = {
|
|
9856
9943
|
__proto__: null,
|
|
9857
9944
|
mutation: mutation$18,
|
|
9858
|
-
name: name$
|
|
9945
|
+
name: name$2E
|
|
9859
9946
|
};
|
|
9860
9947
|
|
|
9861
|
-
const name$
|
|
9948
|
+
const name$2D = "confirmSupplyOnRequest";
|
|
9862
9949
|
const mutation$17 = Selector("Mutation")({
|
|
9863
|
-
[name$
|
|
9950
|
+
[name$2D]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
|
|
9864
9951
|
});
|
|
9865
9952
|
|
|
9866
9953
|
const confirmSupplyOnRequest = {
|
|
9867
9954
|
__proto__: null,
|
|
9868
9955
|
mutation: mutation$17,
|
|
9869
|
-
name: name$
|
|
9956
|
+
name: name$2D
|
|
9870
9957
|
};
|
|
9871
9958
|
|
|
9872
|
-
const name$
|
|
9959
|
+
const name$2C = "createChildOrder";
|
|
9873
9960
|
const mutation$16 = Selector("Mutation")({
|
|
9874
|
-
[name$
|
|
9961
|
+
[name$2C]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
|
|
9875
9962
|
});
|
|
9876
9963
|
|
|
9877
9964
|
const createChildOrder = {
|
|
9878
9965
|
__proto__: null,
|
|
9879
9966
|
mutation: mutation$16,
|
|
9880
|
-
name: name$
|
|
9967
|
+
name: name$2C
|
|
9881
9968
|
};
|
|
9882
9969
|
|
|
9883
|
-
const name$
|
|
9970
|
+
const name$2B = "createParentOffer";
|
|
9884
9971
|
const mutation$15 = Selector("Mutation")({
|
|
9885
|
-
[name$
|
|
9972
|
+
[name$2B]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
|
|
9886
9973
|
});
|
|
9887
9974
|
|
|
9888
9975
|
const createParentOffer = {
|
|
9889
9976
|
__proto__: null,
|
|
9890
9977
|
mutation: mutation$15,
|
|
9891
|
-
name: name$
|
|
9978
|
+
name: name$2B
|
|
9892
9979
|
};
|
|
9893
9980
|
|
|
9894
|
-
const name$
|
|
9981
|
+
const name$2A = "declineRequest";
|
|
9895
9982
|
const mutation$14 = Selector("Mutation")({
|
|
9896
|
-
[name$
|
|
9983
|
+
[name$2A]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
|
|
9897
9984
|
});
|
|
9898
9985
|
|
|
9899
9986
|
const declineRequest = {
|
|
9900
9987
|
__proto__: null,
|
|
9901
9988
|
mutation: mutation$14,
|
|
9902
|
-
name: name$
|
|
9989
|
+
name: name$2A
|
|
9903
9990
|
};
|
|
9904
9991
|
|
|
9905
|
-
const name$
|
|
9992
|
+
const name$2z = "deliverOnRequest";
|
|
9906
9993
|
const mutation$13 = Selector("Mutation")({
|
|
9907
|
-
[name$
|
|
9994
|
+
[name$2z]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
|
|
9908
9995
|
});
|
|
9909
9996
|
|
|
9910
9997
|
const deliverOnRequest = {
|
|
9911
9998
|
__proto__: null,
|
|
9912
9999
|
mutation: mutation$13,
|
|
9913
|
-
name: name$
|
|
10000
|
+
name: name$2z
|
|
9914
10001
|
};
|
|
9915
10002
|
|
|
9916
|
-
const name$
|
|
10003
|
+
const name$2y = "disputeOnRequest";
|
|
9917
10004
|
const mutation$12 = Selector("Mutation")({
|
|
9918
|
-
[name$
|
|
10005
|
+
[name$2y]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
|
|
9919
10006
|
});
|
|
9920
10007
|
|
|
9921
10008
|
const disputeOnRequest = {
|
|
9922
10009
|
__proto__: null,
|
|
9923
10010
|
mutation: mutation$12,
|
|
9924
|
-
name: name$
|
|
10011
|
+
name: name$2y
|
|
9925
10012
|
};
|
|
9926
10013
|
|
|
9927
|
-
const name$
|
|
10014
|
+
const name$2x = "generateAssetContributionAct";
|
|
9928
10015
|
const mutation$11 = Selector("Mutation")({
|
|
9929
|
-
[name$
|
|
10016
|
+
[name$2x]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9930
10017
|
});
|
|
9931
10018
|
|
|
9932
10019
|
const generateAssetContributionAct = {
|
|
9933
10020
|
__proto__: null,
|
|
9934
10021
|
mutation: mutation$11,
|
|
9935
|
-
name: name$
|
|
10022
|
+
name: name$2x
|
|
9936
10023
|
};
|
|
9937
10024
|
|
|
9938
|
-
const name$
|
|
10025
|
+
const name$2w = "generateAssetContributionDecision";
|
|
9939
10026
|
const mutation$10 = Selector("Mutation")({
|
|
9940
|
-
[name$
|
|
10027
|
+
[name$2w]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9941
10028
|
});
|
|
9942
10029
|
|
|
9943
10030
|
const generateAssetContributionDecision = {
|
|
9944
10031
|
__proto__: null,
|
|
9945
10032
|
mutation: mutation$10,
|
|
9946
|
-
name: name$
|
|
10033
|
+
name: name$2w
|
|
9947
10034
|
};
|
|
9948
10035
|
|
|
9949
|
-
const name$
|
|
10036
|
+
const name$2v = "generateAssetContributionStatement";
|
|
9950
10037
|
const mutation$$ = Selector("Mutation")({
|
|
9951
|
-
[name$
|
|
10038
|
+
[name$2v]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9952
10039
|
});
|
|
9953
10040
|
|
|
9954
10041
|
const generateAssetContributionStatement = {
|
|
9955
10042
|
__proto__: null,
|
|
9956
10043
|
mutation: mutation$$,
|
|
9957
|
-
name: name$
|
|
10044
|
+
name: name$2v
|
|
9958
10045
|
};
|
|
9959
10046
|
|
|
9960
|
-
const name$
|
|
10047
|
+
const name$2u = "generateReturnByAssetAct";
|
|
9961
10048
|
const mutation$_ = Selector("Mutation")({
|
|
9962
|
-
[name$
|
|
10049
|
+
[name$2u]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9963
10050
|
});
|
|
9964
10051
|
|
|
9965
10052
|
const generateReturnByAssetAct = {
|
|
9966
10053
|
__proto__: null,
|
|
9967
10054
|
mutation: mutation$_,
|
|
9968
|
-
name: name$
|
|
10055
|
+
name: name$2u
|
|
9969
10056
|
};
|
|
9970
10057
|
|
|
9971
|
-
const name$
|
|
10058
|
+
const name$2t = "generateReturnByAssetDecision";
|
|
9972
10059
|
const mutation$Z = Selector("Mutation")({
|
|
9973
|
-
[name$
|
|
10060
|
+
[name$2t]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9974
10061
|
});
|
|
9975
10062
|
|
|
9976
10063
|
const generateReturnByAssetDecision = {
|
|
9977
10064
|
__proto__: null,
|
|
9978
10065
|
mutation: mutation$Z,
|
|
9979
|
-
name: name$
|
|
10066
|
+
name: name$2t
|
|
9980
10067
|
};
|
|
9981
10068
|
|
|
9982
|
-
const name$
|
|
10069
|
+
const name$2s = "generateReturnByAssetStatement";
|
|
9983
10070
|
const mutation$Y = Selector("Mutation")({
|
|
9984
|
-
[name$
|
|
10071
|
+
[name$2s]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9985
10072
|
});
|
|
9986
10073
|
|
|
9987
10074
|
const generateReturnByAssetStatement = {
|
|
9988
10075
|
__proto__: null,
|
|
9989
10076
|
mutation: mutation$Y,
|
|
9990
|
-
name: name$
|
|
10077
|
+
name: name$2s
|
|
9991
10078
|
};
|
|
9992
10079
|
|
|
9993
|
-
const name$
|
|
10080
|
+
const name$2r = "moderateRequest";
|
|
9994
10081
|
const mutation$X = Selector("Mutation")({
|
|
9995
|
-
[name$
|
|
10082
|
+
[name$2r]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
|
|
9996
10083
|
});
|
|
9997
10084
|
|
|
9998
10085
|
const moderateRequest = {
|
|
9999
10086
|
__proto__: null,
|
|
10000
10087
|
mutation: mutation$X,
|
|
10001
|
-
name: name$
|
|
10088
|
+
name: name$2r
|
|
10002
10089
|
};
|
|
10003
10090
|
|
|
10004
|
-
const name$
|
|
10091
|
+
const name$2q = "prohibitRequest";
|
|
10005
10092
|
const mutation$W = Selector("Mutation")({
|
|
10006
|
-
[name$
|
|
10093
|
+
[name$2q]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
|
|
10007
10094
|
});
|
|
10008
10095
|
|
|
10009
10096
|
const prohibitRequest = {
|
|
10010
10097
|
__proto__: null,
|
|
10011
10098
|
mutation: mutation$W,
|
|
10012
|
-
name: name$
|
|
10099
|
+
name: name$2q
|
|
10013
10100
|
};
|
|
10014
10101
|
|
|
10015
|
-
const name$
|
|
10102
|
+
const name$2p = "publishRequest";
|
|
10016
10103
|
const mutation$V = Selector("Mutation")({
|
|
10017
|
-
[name$
|
|
10104
|
+
[name$2p]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
|
|
10018
10105
|
});
|
|
10019
10106
|
|
|
10020
10107
|
const publishRequest = {
|
|
10021
10108
|
__proto__: null,
|
|
10022
10109
|
mutation: mutation$V,
|
|
10023
|
-
name: name$
|
|
10110
|
+
name: name$2p
|
|
10024
10111
|
};
|
|
10025
10112
|
|
|
10026
|
-
const name$
|
|
10113
|
+
const name$2o = "receiveOnRequest";
|
|
10027
10114
|
const mutation$U = Selector("Mutation")({
|
|
10028
|
-
[name$
|
|
10115
|
+
[name$2o]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
|
|
10029
10116
|
});
|
|
10030
10117
|
|
|
10031
10118
|
const receiveOnRequest = {
|
|
10032
10119
|
__proto__: null,
|
|
10033
10120
|
mutation: mutation$U,
|
|
10034
|
-
name: name$
|
|
10121
|
+
name: name$2o
|
|
10035
10122
|
};
|
|
10036
10123
|
|
|
10037
|
-
const name$
|
|
10124
|
+
const name$2n = "supplyOnRequest";
|
|
10038
10125
|
const mutation$T = Selector("Mutation")({
|
|
10039
|
-
[name$
|
|
10126
|
+
[name$2n]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
|
|
10040
10127
|
});
|
|
10041
10128
|
|
|
10042
10129
|
const supplyOnRequest = {
|
|
10043
10130
|
__proto__: null,
|
|
10044
10131
|
mutation: mutation$T,
|
|
10045
|
-
name: name$
|
|
10132
|
+
name: name$2n
|
|
10046
10133
|
};
|
|
10047
10134
|
|
|
10048
|
-
const name$
|
|
10135
|
+
const name$2m = "unpublishRequest";
|
|
10049
10136
|
const mutation$S = Selector("Mutation")({
|
|
10050
|
-
[name$
|
|
10137
|
+
[name$2m]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
|
|
10051
10138
|
});
|
|
10052
10139
|
|
|
10053
10140
|
const unpublishRequest = {
|
|
10054
10141
|
__proto__: null,
|
|
10055
10142
|
mutation: mutation$S,
|
|
10056
|
-
name: name$
|
|
10143
|
+
name: name$2m
|
|
10057
10144
|
};
|
|
10058
10145
|
|
|
10059
|
-
const name$
|
|
10146
|
+
const name$2l = "updateRequest";
|
|
10060
10147
|
const mutation$R = Selector("Mutation")({
|
|
10061
|
-
[name$
|
|
10148
|
+
[name$2l]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
|
|
10062
10149
|
});
|
|
10063
10150
|
|
|
10064
10151
|
const updateRequest = {
|
|
10065
10152
|
__proto__: null,
|
|
10066
10153
|
mutation: mutation$R,
|
|
10067
|
-
name: name$
|
|
10154
|
+
name: name$2l
|
|
10068
10155
|
};
|
|
10069
10156
|
|
|
10070
10157
|
const index$J = {
|
|
@@ -10094,9 +10181,9 @@ const index$J = {
|
|
|
10094
10181
|
UpdateRequest: updateRequest
|
|
10095
10182
|
};
|
|
10096
10183
|
|
|
10097
|
-
const name$
|
|
10184
|
+
const name$2k = "generateDocument";
|
|
10098
10185
|
const mutation$Q = Selector("Mutation")({
|
|
10099
|
-
[name$
|
|
10186
|
+
[name$2k]: [
|
|
10100
10187
|
{
|
|
10101
10188
|
input: $("input", "GenerateAnyDocumentInput!")
|
|
10102
10189
|
},
|
|
@@ -10107,7 +10194,7 @@ const mutation$Q = Selector("Mutation")({
|
|
|
10107
10194
|
const generateDocument = {
|
|
10108
10195
|
__proto__: null,
|
|
10109
10196
|
mutation: mutation$Q,
|
|
10110
|
-
name: name$
|
|
10197
|
+
name: name$2k
|
|
10111
10198
|
};
|
|
10112
10199
|
|
|
10113
10200
|
const index$I = {
|
|
@@ -10115,37 +10202,37 @@ const index$I = {
|
|
|
10115
10202
|
GenerateDocument: generateDocument
|
|
10116
10203
|
};
|
|
10117
10204
|
|
|
10118
|
-
const name$
|
|
10205
|
+
const name$2j = "installExtension";
|
|
10119
10206
|
const mutation$P = Selector("Mutation")({
|
|
10120
|
-
[name$
|
|
10207
|
+
[name$2j]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
|
|
10121
10208
|
});
|
|
10122
10209
|
|
|
10123
10210
|
const installExtension = {
|
|
10124
10211
|
__proto__: null,
|
|
10125
10212
|
mutation: mutation$P,
|
|
10126
|
-
name: name$
|
|
10213
|
+
name: name$2j
|
|
10127
10214
|
};
|
|
10128
10215
|
|
|
10129
|
-
const name$
|
|
10216
|
+
const name$2i = "uninstallExtension";
|
|
10130
10217
|
const mutation$O = Selector("Mutation")({
|
|
10131
|
-
[name$
|
|
10218
|
+
[name$2i]: [{ data: $("data", "UninstallExtensionInput!") }, true]
|
|
10132
10219
|
});
|
|
10133
10220
|
|
|
10134
10221
|
const uninstallExtension = {
|
|
10135
10222
|
__proto__: null,
|
|
10136
10223
|
mutation: mutation$O,
|
|
10137
|
-
name: name$
|
|
10224
|
+
name: name$2i
|
|
10138
10225
|
};
|
|
10139
10226
|
|
|
10140
|
-
const name$
|
|
10227
|
+
const name$2h = "updateExtension";
|
|
10141
10228
|
const mutation$N = Selector("Mutation")({
|
|
10142
|
-
[name$
|
|
10229
|
+
[name$2h]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
|
|
10143
10230
|
});
|
|
10144
10231
|
|
|
10145
10232
|
const updateExtension = {
|
|
10146
10233
|
__proto__: null,
|
|
10147
10234
|
mutation: mutation$N,
|
|
10148
|
-
name: name$
|
|
10235
|
+
name: name$2h
|
|
10149
10236
|
};
|
|
10150
10237
|
|
|
10151
10238
|
const index$H = {
|
|
@@ -10155,48 +10242,48 @@ const index$H = {
|
|
|
10155
10242
|
UpdateExtension: updateExtension
|
|
10156
10243
|
};
|
|
10157
10244
|
|
|
10158
|
-
const name$
|
|
10245
|
+
const name$2g = "generateProjectOfFreeDecision";
|
|
10159
10246
|
const mutation$M = Selector("Mutation")({
|
|
10160
|
-
[name$
|
|
10247
|
+
[name$2g]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
10161
10248
|
});
|
|
10162
10249
|
|
|
10163
10250
|
const generateProjectOfFreeDecisionDocument = {
|
|
10164
10251
|
__proto__: null,
|
|
10165
10252
|
mutation: mutation$M,
|
|
10166
|
-
name: name$
|
|
10253
|
+
name: name$2g
|
|
10167
10254
|
};
|
|
10168
10255
|
|
|
10169
|
-
const name$
|
|
10256
|
+
const name$2f = "generateFreeDecision";
|
|
10170
10257
|
const mutation$L = Selector("Mutation")({
|
|
10171
|
-
[name$
|
|
10258
|
+
[name$2f]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
10172
10259
|
});
|
|
10173
10260
|
|
|
10174
10261
|
const generateFreeDecision = {
|
|
10175
10262
|
__proto__: null,
|
|
10176
10263
|
mutation: mutation$L,
|
|
10177
|
-
name: name$
|
|
10264
|
+
name: name$2f
|
|
10178
10265
|
};
|
|
10179
10266
|
|
|
10180
|
-
const name$
|
|
10267
|
+
const name$2e = "publishProjectOfFreeDecision";
|
|
10181
10268
|
const mutation$K = Selector("Mutation")({
|
|
10182
|
-
[name$
|
|
10269
|
+
[name$2e]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
|
|
10183
10270
|
});
|
|
10184
10271
|
|
|
10185
10272
|
const publishProjectOfFreeDecision = {
|
|
10186
10273
|
__proto__: null,
|
|
10187
10274
|
mutation: mutation$K,
|
|
10188
|
-
name: name$
|
|
10275
|
+
name: name$2e
|
|
10189
10276
|
};
|
|
10190
10277
|
|
|
10191
|
-
const name$
|
|
10278
|
+
const name$2d = "createProjectOfFreeDecision";
|
|
10192
10279
|
const mutation$J = Selector("Mutation")({
|
|
10193
|
-
[name$
|
|
10280
|
+
[name$2d]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
|
|
10194
10281
|
});
|
|
10195
10282
|
|
|
10196
10283
|
const createProjectOfFreeDecision = {
|
|
10197
10284
|
__proto__: null,
|
|
10198
10285
|
mutation: mutation$J,
|
|
10199
|
-
name: name$
|
|
10286
|
+
name: name$2d
|
|
10200
10287
|
};
|
|
10201
10288
|
|
|
10202
10289
|
const index$G = {
|
|
@@ -10207,37 +10294,37 @@ const index$G = {
|
|
|
10207
10294
|
PublishProjectOfFreeDecision: publishProjectOfFreeDecision
|
|
10208
10295
|
};
|
|
10209
10296
|
|
|
10210
|
-
const name$
|
|
10297
|
+
const name$2c = "setPaymentStatus";
|
|
10211
10298
|
const mutation$I = Selector("Mutation")({
|
|
10212
|
-
[name$
|
|
10299
|
+
[name$2c]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
|
|
10213
10300
|
});
|
|
10214
10301
|
|
|
10215
10302
|
const updatePaymentStatus = {
|
|
10216
10303
|
__proto__: null,
|
|
10217
10304
|
mutation: mutation$I,
|
|
10218
|
-
name: name$
|
|
10305
|
+
name: name$2c
|
|
10219
10306
|
};
|
|
10220
10307
|
|
|
10221
|
-
const name$
|
|
10308
|
+
const name$2b = "createInitialPayment";
|
|
10222
10309
|
const mutation$H = Selector("Mutation")({
|
|
10223
|
-
[name$
|
|
10310
|
+
[name$2b]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
|
|
10224
10311
|
});
|
|
10225
10312
|
|
|
10226
10313
|
const createInitialPayment$1 = {
|
|
10227
10314
|
__proto__: null,
|
|
10228
10315
|
mutation: mutation$H,
|
|
10229
|
-
name: name$
|
|
10316
|
+
name: name$2b
|
|
10230
10317
|
};
|
|
10231
10318
|
|
|
10232
|
-
const name$
|
|
10319
|
+
const name$2a = "createDepositPayment";
|
|
10233
10320
|
const mutation$G = Selector("Mutation")({
|
|
10234
|
-
[name$
|
|
10321
|
+
[name$2a]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
|
|
10235
10322
|
});
|
|
10236
10323
|
|
|
10237
10324
|
const createDepositPayment$1 = {
|
|
10238
10325
|
__proto__: null,
|
|
10239
10326
|
mutation: mutation$G,
|
|
10240
|
-
name: name$
|
|
10327
|
+
name: name$2a
|
|
10241
10328
|
};
|
|
10242
10329
|
|
|
10243
10330
|
const index$F = {
|
|
@@ -10247,15 +10334,15 @@ const index$F = {
|
|
|
10247
10334
|
SetPaymentStatus: updatePaymentStatus
|
|
10248
10335
|
};
|
|
10249
10336
|
|
|
10250
|
-
const name$
|
|
10337
|
+
const name$29 = "walmoveWallets";
|
|
10251
10338
|
const mutation$F = Selector("Mutation")({
|
|
10252
|
-
[name$
|
|
10339
|
+
[name$29]: [{ input: $("input", "WalmoveInput!") }, ledger2AdjustmentResultSelector]
|
|
10253
10340
|
});
|
|
10254
10341
|
|
|
10255
10342
|
const walmoveWallets = {
|
|
10256
10343
|
__proto__: null,
|
|
10257
10344
|
mutation: mutation$F,
|
|
10258
|
-
name: name$
|
|
10345
|
+
name: name$29
|
|
10259
10346
|
};
|
|
10260
10347
|
|
|
10261
10348
|
const index$E = {
|
|
@@ -10263,20 +10350,20 @@ const index$E = {
|
|
|
10263
10350
|
WalmoveWallets: walmoveWallets
|
|
10264
10351
|
};
|
|
10265
10352
|
|
|
10266
|
-
const name$
|
|
10353
|
+
const name$28 = "createAnnualGeneralMeet";
|
|
10267
10354
|
const mutation$E = Selector("Mutation")({
|
|
10268
|
-
[name$
|
|
10355
|
+
[name$28]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
10269
10356
|
});
|
|
10270
10357
|
|
|
10271
10358
|
const createAnnualGeneralMeet = {
|
|
10272
10359
|
__proto__: null,
|
|
10273
10360
|
mutation: mutation$E,
|
|
10274
|
-
name: name$
|
|
10361
|
+
name: name$28
|
|
10275
10362
|
};
|
|
10276
10363
|
|
|
10277
|
-
const name$
|
|
10364
|
+
const name$27 = "generateAnnualGeneralMeetAgendaDocument";
|
|
10278
10365
|
const mutation$D = Selector("Mutation")({
|
|
10279
|
-
[name$
|
|
10366
|
+
[name$27]: [
|
|
10280
10367
|
{
|
|
10281
10368
|
data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
|
|
10282
10369
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -10288,12 +10375,12 @@ const mutation$D = Selector("Mutation")({
|
|
|
10288
10375
|
const generateAnnualGeneralMeetAgendaDocument = {
|
|
10289
10376
|
__proto__: null,
|
|
10290
10377
|
mutation: mutation$D,
|
|
10291
|
-
name: name$
|
|
10378
|
+
name: name$27
|
|
10292
10379
|
};
|
|
10293
10380
|
|
|
10294
|
-
const name$
|
|
10381
|
+
const name$26 = "generateAnnualGeneralMeetDecisionDocument";
|
|
10295
10382
|
const mutation$C = Selector("Mutation")({
|
|
10296
|
-
[name$
|
|
10383
|
+
[name$26]: [
|
|
10297
10384
|
{
|
|
10298
10385
|
data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
|
|
10299
10386
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -10305,12 +10392,12 @@ const mutation$C = Selector("Mutation")({
|
|
|
10305
10392
|
const generateAnnualGeneralMeetDecisionDocument = {
|
|
10306
10393
|
__proto__: null,
|
|
10307
10394
|
mutation: mutation$C,
|
|
10308
|
-
name: name$
|
|
10395
|
+
name: name$26
|
|
10309
10396
|
};
|
|
10310
10397
|
|
|
10311
|
-
const name$
|
|
10398
|
+
const name$25 = "generateAnnualGeneralMeetNotificationDocument";
|
|
10312
10399
|
const mutation$B = Selector("Mutation")({
|
|
10313
|
-
[name$
|
|
10400
|
+
[name$25]: [
|
|
10314
10401
|
{
|
|
10315
10402
|
data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
|
|
10316
10403
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -10322,12 +10409,12 @@ const mutation$B = Selector("Mutation")({
|
|
|
10322
10409
|
const generateAnnualGeneralMeetNotificationDocument = {
|
|
10323
10410
|
__proto__: null,
|
|
10324
10411
|
mutation: mutation$B,
|
|
10325
|
-
name: name$
|
|
10412
|
+
name: name$25
|
|
10326
10413
|
};
|
|
10327
10414
|
|
|
10328
|
-
const name$
|
|
10415
|
+
const name$24 = "generateBallotForAnnualGeneralMeetDocument";
|
|
10329
10416
|
const mutation$A = Selector("Mutation")({
|
|
10330
|
-
[name$
|
|
10417
|
+
[name$24]: [
|
|
10331
10418
|
{
|
|
10332
10419
|
data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
|
|
10333
10420
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -10339,12 +10426,12 @@ const mutation$A = Selector("Mutation")({
|
|
|
10339
10426
|
const generateBallotForAnnualGeneralMeetDocument = {
|
|
10340
10427
|
__proto__: null,
|
|
10341
10428
|
mutation: mutation$A,
|
|
10342
|
-
name: name$
|
|
10429
|
+
name: name$24
|
|
10343
10430
|
};
|
|
10344
10431
|
|
|
10345
|
-
const name$
|
|
10432
|
+
const name$23 = "generateSovietDecisionOnAnnualMeetDocument";
|
|
10346
10433
|
const mutation$z = Selector("Mutation")({
|
|
10347
|
-
[name$
|
|
10434
|
+
[name$23]: [{
|
|
10348
10435
|
data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
|
|
10349
10436
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
10350
10437
|
}, documentSelector]
|
|
@@ -10353,62 +10440,62 @@ const mutation$z = Selector("Mutation")({
|
|
|
10353
10440
|
const generateSovietDecisionOnAnnualMeetDocument = {
|
|
10354
10441
|
__proto__: null,
|
|
10355
10442
|
mutation: mutation$z,
|
|
10356
|
-
name: name$
|
|
10443
|
+
name: name$23
|
|
10357
10444
|
};
|
|
10358
10445
|
|
|
10359
|
-
const name$
|
|
10446
|
+
const name$22 = "notifyOnAnnualGeneralMeet";
|
|
10360
10447
|
const mutation$y = Selector("Mutation")({
|
|
10361
|
-
[name$
|
|
10448
|
+
[name$22]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
10362
10449
|
});
|
|
10363
10450
|
|
|
10364
10451
|
const notifyOnAnnualGeneralMeet = {
|
|
10365
10452
|
__proto__: null,
|
|
10366
10453
|
mutation: mutation$y,
|
|
10367
|
-
name: name$
|
|
10454
|
+
name: name$22
|
|
10368
10455
|
};
|
|
10369
10456
|
|
|
10370
|
-
const name$
|
|
10457
|
+
const name$21 = "restartAnnualGeneralMeet";
|
|
10371
10458
|
const mutation$x = Selector("Mutation")({
|
|
10372
|
-
[name$
|
|
10459
|
+
[name$21]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
10373
10460
|
});
|
|
10374
10461
|
|
|
10375
10462
|
const restartAnnualGeneralMeet = {
|
|
10376
10463
|
__proto__: null,
|
|
10377
10464
|
mutation: mutation$x,
|
|
10378
|
-
name: name$
|
|
10465
|
+
name: name$21
|
|
10379
10466
|
};
|
|
10380
10467
|
|
|
10381
|
-
const name$
|
|
10468
|
+
const name$20 = "signByPresiderOnAnnualGeneralMeet";
|
|
10382
10469
|
const mutation$w = Selector("Mutation")({
|
|
10383
|
-
[name$
|
|
10470
|
+
[name$20]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
10384
10471
|
});
|
|
10385
10472
|
|
|
10386
10473
|
const signByPresiderOnAnnualGeneralMeet = {
|
|
10387
10474
|
__proto__: null,
|
|
10388
10475
|
mutation: mutation$w,
|
|
10389
|
-
name: name$
|
|
10476
|
+
name: name$20
|
|
10390
10477
|
};
|
|
10391
10478
|
|
|
10392
|
-
const name$
|
|
10479
|
+
const name$1$ = "signBySecretaryOnAnnualGeneralMeet";
|
|
10393
10480
|
const mutation$v = Selector("Mutation")({
|
|
10394
|
-
[name$
|
|
10481
|
+
[name$1$]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
10395
10482
|
});
|
|
10396
10483
|
|
|
10397
10484
|
const signBySecretaryOnAnnualGeneralMeet = {
|
|
10398
10485
|
__proto__: null,
|
|
10399
10486
|
mutation: mutation$v,
|
|
10400
|
-
name: name$
|
|
10487
|
+
name: name$1$
|
|
10401
10488
|
};
|
|
10402
10489
|
|
|
10403
|
-
const name$
|
|
10490
|
+
const name$1_ = "voteOnAnnualGeneralMeet";
|
|
10404
10491
|
const mutation$u = Selector("Mutation")({
|
|
10405
|
-
[name$
|
|
10492
|
+
[name$1_]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
10406
10493
|
});
|
|
10407
10494
|
|
|
10408
10495
|
const voteOnAnnualGeneralMeet = {
|
|
10409
10496
|
__proto__: null,
|
|
10410
10497
|
mutation: mutation$u,
|
|
10411
|
-
name: name$
|
|
10498
|
+
name: name$1_
|
|
10412
10499
|
};
|
|
10413
10500
|
|
|
10414
10501
|
const index$D = {
|
|
@@ -10426,37 +10513,37 @@ const index$D = {
|
|
|
10426
10513
|
VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
|
|
10427
10514
|
};
|
|
10428
10515
|
|
|
10429
|
-
const name$
|
|
10516
|
+
const name$1Z = "createWebPushSubscription";
|
|
10430
10517
|
const mutation$t = Selector("Mutation")({
|
|
10431
|
-
[name$
|
|
10518
|
+
[name$1Z]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
|
|
10432
10519
|
});
|
|
10433
10520
|
|
|
10434
10521
|
const createWebPushSubscription = {
|
|
10435
10522
|
__proto__: null,
|
|
10436
10523
|
mutation: mutation$t,
|
|
10437
|
-
name: name$
|
|
10524
|
+
name: name$1Z
|
|
10438
10525
|
};
|
|
10439
10526
|
|
|
10440
|
-
const name$
|
|
10527
|
+
const name$1Y = "deactivateWebPushSubscriptionById";
|
|
10441
10528
|
const mutation$s = Selector("Mutation")({
|
|
10442
|
-
[name$
|
|
10529
|
+
[name$1Y]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
|
|
10443
10530
|
});
|
|
10444
10531
|
|
|
10445
10532
|
const deactivateWebPushSubscriptionById = {
|
|
10446
10533
|
__proto__: null,
|
|
10447
10534
|
mutation: mutation$s,
|
|
10448
|
-
name: name$
|
|
10535
|
+
name: name$1Y
|
|
10449
10536
|
};
|
|
10450
10537
|
|
|
10451
|
-
const name$
|
|
10538
|
+
const name$1X = "triggerNotificationWorkflow";
|
|
10452
10539
|
const mutation$r = Selector("Mutation")({
|
|
10453
|
-
[name$
|
|
10540
|
+
[name$1X]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
|
|
10454
10541
|
});
|
|
10455
10542
|
|
|
10456
10543
|
const triggerNotificationWorkflow = {
|
|
10457
10544
|
__proto__: null,
|
|
10458
10545
|
mutation: mutation$r,
|
|
10459
|
-
name: name$
|
|
10546
|
+
name: name$1X
|
|
10460
10547
|
};
|
|
10461
10548
|
|
|
10462
10549
|
const index$C = {
|
|
@@ -10466,9 +10553,9 @@ const index$C = {
|
|
|
10466
10553
|
TriggerNotificationWorkflow: triggerNotificationWorkflow
|
|
10467
10554
|
};
|
|
10468
10555
|
|
|
10469
|
-
const name$
|
|
10556
|
+
const name$1W = "completeExtensionOnboardingStep";
|
|
10470
10557
|
const mutation$q = Selector("Mutation")({
|
|
10471
|
-
[name$
|
|
10558
|
+
[name$1W]: [
|
|
10472
10559
|
{ data: $("data", "CompleteExtensionOnboardingStepInput!") },
|
|
10473
10560
|
extensionOnboardingStateSelector
|
|
10474
10561
|
]
|
|
@@ -10477,7 +10564,7 @@ const mutation$q = Selector("Mutation")({
|
|
|
10477
10564
|
const completeExtensionOnboardingStep = {
|
|
10478
10565
|
__proto__: null,
|
|
10479
10566
|
mutation: mutation$q,
|
|
10480
|
-
name: name$
|
|
10567
|
+
name: name$1W
|
|
10481
10568
|
};
|
|
10482
10569
|
|
|
10483
10570
|
const index$B = {
|
|
@@ -10485,59 +10572,59 @@ const index$B = {
|
|
|
10485
10572
|
CompleteExtensionOnboardingStep: completeExtensionOnboardingStep
|
|
10486
10573
|
};
|
|
10487
10574
|
|
|
10488
|
-
const name$
|
|
10575
|
+
const name$1V = "addParticipant";
|
|
10489
10576
|
const mutation$p = Selector("Mutation")({
|
|
10490
|
-
[name$
|
|
10577
|
+
[name$1V]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
|
|
10491
10578
|
});
|
|
10492
10579
|
|
|
10493
10580
|
const addParticipant = {
|
|
10494
10581
|
__proto__: null,
|
|
10495
10582
|
mutation: mutation$p,
|
|
10496
|
-
name: name$
|
|
10583
|
+
name: name$1V
|
|
10497
10584
|
};
|
|
10498
10585
|
|
|
10499
|
-
const name$
|
|
10586
|
+
const name$1U = "generateParticipantApplication";
|
|
10500
10587
|
const mutation$o = Selector("Mutation")({
|
|
10501
|
-
[name$
|
|
10588
|
+
[name$1U]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
10502
10589
|
});
|
|
10503
10590
|
|
|
10504
10591
|
const generateParticipantApplication = {
|
|
10505
10592
|
__proto__: null,
|
|
10506
10593
|
mutation: mutation$o,
|
|
10507
|
-
name: name$
|
|
10594
|
+
name: name$1U
|
|
10508
10595
|
};
|
|
10509
10596
|
|
|
10510
|
-
const name$
|
|
10597
|
+
const name$1T = "generateParticipantApplicationDecision";
|
|
10511
10598
|
const mutation$n = Selector("Mutation")({
|
|
10512
|
-
[name$
|
|
10599
|
+
[name$1T]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
10513
10600
|
});
|
|
10514
10601
|
|
|
10515
10602
|
const generateParticipantApplicationDecision = {
|
|
10516
10603
|
__proto__: null,
|
|
10517
10604
|
mutation: mutation$n,
|
|
10518
|
-
name: name$
|
|
10605
|
+
name: name$1T
|
|
10519
10606
|
};
|
|
10520
10607
|
|
|
10521
|
-
const name$
|
|
10608
|
+
const name$1S = "registerParticipant";
|
|
10522
10609
|
const mutation$m = Selector("Mutation")({
|
|
10523
|
-
[name$
|
|
10610
|
+
[name$1S]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
|
|
10524
10611
|
});
|
|
10525
10612
|
|
|
10526
10613
|
const registerParticipant = {
|
|
10527
10614
|
__proto__: null,
|
|
10528
10615
|
mutation: mutation$m,
|
|
10529
|
-
name: name$
|
|
10616
|
+
name: name$1S
|
|
10530
10617
|
};
|
|
10531
10618
|
|
|
10532
|
-
const name$
|
|
10619
|
+
const name$1R = "createInitialPayment";
|
|
10533
10620
|
const mutation$l = Selector("Mutation")({
|
|
10534
|
-
[name$
|
|
10621
|
+
[name$1R]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
|
|
10535
10622
|
});
|
|
10536
10623
|
|
|
10537
10624
|
const createInitialPayment = {
|
|
10538
10625
|
__proto__: null,
|
|
10539
10626
|
mutation: mutation$l,
|
|
10540
|
-
name: name$
|
|
10627
|
+
name: name$1R
|
|
10541
10628
|
};
|
|
10542
10629
|
|
|
10543
10630
|
const index$A = {
|
|
@@ -10549,37 +10636,37 @@ const index$A = {
|
|
|
10549
10636
|
RegisterParticipant: registerParticipant
|
|
10550
10637
|
};
|
|
10551
10638
|
|
|
10552
|
-
const name$
|
|
10639
|
+
const name$1Q = "addPaymentMethod";
|
|
10553
10640
|
const mutation$k = Selector("Mutation")({
|
|
10554
|
-
[name$
|
|
10641
|
+
[name$1Q]: [{ data: $("data", "AddPaymentMethodInput!") }, paymentMethodSelector]
|
|
10555
10642
|
});
|
|
10556
10643
|
|
|
10557
10644
|
const addPaymentMethod = {
|
|
10558
10645
|
__proto__: null,
|
|
10559
10646
|
mutation: mutation$k,
|
|
10560
|
-
name: name$
|
|
10647
|
+
name: name$1Q
|
|
10561
10648
|
};
|
|
10562
10649
|
|
|
10563
|
-
const name$
|
|
10650
|
+
const name$1P = "deletePaymentMethod";
|
|
10564
10651
|
const mutation$j = Selector("Mutation")({
|
|
10565
|
-
[name$
|
|
10652
|
+
[name$1P]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
|
|
10566
10653
|
});
|
|
10567
10654
|
|
|
10568
10655
|
const deletePaymentMethod = {
|
|
10569
10656
|
__proto__: null,
|
|
10570
10657
|
mutation: mutation$j,
|
|
10571
|
-
name: name$
|
|
10658
|
+
name: name$1P
|
|
10572
10659
|
};
|
|
10573
10660
|
|
|
10574
|
-
const name$
|
|
10661
|
+
const name$1O = "updateBankAccount";
|
|
10575
10662
|
const mutation$i = Selector("Mutation")({
|
|
10576
|
-
[name$
|
|
10663
|
+
[name$1O]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
|
|
10577
10664
|
});
|
|
10578
10665
|
|
|
10579
10666
|
const updateBankAccount = {
|
|
10580
10667
|
__proto__: null,
|
|
10581
10668
|
mutation: mutation$i,
|
|
10582
|
-
name: name$
|
|
10669
|
+
name: name$1O
|
|
10583
10670
|
};
|
|
10584
10671
|
|
|
10585
10672
|
const index$z = {
|
|
@@ -10589,26 +10676,26 @@ const index$z = {
|
|
|
10589
10676
|
UpdateBankAccount: updateBankAccount
|
|
10590
10677
|
};
|
|
10591
10678
|
|
|
10592
|
-
const name$
|
|
10679
|
+
const name$1N = "generateConvertToAxonStatement";
|
|
10593
10680
|
const mutation$h = Selector("Mutation")({
|
|
10594
|
-
[name$
|
|
10681
|
+
[name$1N]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
10595
10682
|
});
|
|
10596
10683
|
|
|
10597
10684
|
const generateConvertToAxonStatement = {
|
|
10598
10685
|
__proto__: null,
|
|
10599
10686
|
mutation: mutation$h,
|
|
10600
|
-
name: name$
|
|
10687
|
+
name: name$1N
|
|
10601
10688
|
};
|
|
10602
10689
|
|
|
10603
|
-
const name$
|
|
10690
|
+
const name$1M = "processConvertToAxonStatement";
|
|
10604
10691
|
const mutation$g = Selector("Mutation")({
|
|
10605
|
-
[name$
|
|
10692
|
+
[name$1M]: [{ data: $("data", "ProcessConvertToAxonStatementInput!") }, true]
|
|
10606
10693
|
});
|
|
10607
10694
|
|
|
10608
10695
|
const processConvertToAxonStatement = {
|
|
10609
10696
|
__proto__: null,
|
|
10610
10697
|
mutation: mutation$g,
|
|
10611
|
-
name: name$
|
|
10698
|
+
name: name$1M
|
|
10612
10699
|
};
|
|
10613
10700
|
|
|
10614
10701
|
const index$y = {
|
|
@@ -10617,15 +10704,15 @@ const index$y = {
|
|
|
10617
10704
|
ProcessConvertToAxonStatement: processConvertToAxonStatement
|
|
10618
10705
|
};
|
|
10619
10706
|
|
|
10620
|
-
const name$
|
|
10707
|
+
const name$1L = "generateRegistrationDocuments";
|
|
10621
10708
|
const mutation$f = Selector("Mutation")({
|
|
10622
|
-
[name$
|
|
10709
|
+
[name$1L]: [{ data: $("data", "GenerateRegistrationDocumentsInput!") }, generateRegistrationDocumentsOutputSelector]
|
|
10623
10710
|
});
|
|
10624
10711
|
|
|
10625
10712
|
const generateRegistrationDocuments = {
|
|
10626
10713
|
__proto__: null,
|
|
10627
10714
|
mutation: mutation$f,
|
|
10628
|
-
name: name$
|
|
10715
|
+
name: name$1L
|
|
10629
10716
|
};
|
|
10630
10717
|
|
|
10631
10718
|
const index$x = {
|
|
@@ -10633,9 +10720,9 @@ const index$x = {
|
|
|
10633
10720
|
GenerateRegistrationDocuments: generateRegistrationDocuments
|
|
10634
10721
|
};
|
|
10635
10722
|
|
|
10636
|
-
const name$
|
|
10723
|
+
const name$1K = "generateReportFromEdits";
|
|
10637
10724
|
const mutation$e = Selector("Mutation")({
|
|
10638
|
-
[name$
|
|
10725
|
+
[name$1K]: [
|
|
10639
10726
|
{
|
|
10640
10727
|
reportType: $("reportType", "ReportType!"),
|
|
10641
10728
|
year: $("year", "Int!"),
|
|
@@ -10649,45 +10736,45 @@ const mutation$e = Selector("Mutation")({
|
|
|
10649
10736
|
const generateReportFromEdits = {
|
|
10650
10737
|
__proto__: null,
|
|
10651
10738
|
mutation: mutation$e,
|
|
10652
|
-
name: name$
|
|
10739
|
+
name: name$1K
|
|
10653
10740
|
};
|
|
10654
10741
|
|
|
10655
|
-
const name$
|
|
10742
|
+
const name$1J = "updateReportRequisites";
|
|
10656
10743
|
const mutation$d = Selector("Mutation")({
|
|
10657
|
-
[name$
|
|
10744
|
+
[name$1J]: [{ input: $("input", "UpdateReportRequisitesInput!") }, rawReportRequisitesViewSelector]
|
|
10658
10745
|
});
|
|
10659
10746
|
|
|
10660
10747
|
const updateReportRequisites = {
|
|
10661
10748
|
__proto__: null,
|
|
10662
10749
|
mutation: mutation$d,
|
|
10663
|
-
name: name$
|
|
10750
|
+
name: name$1J
|
|
10664
10751
|
};
|
|
10665
10752
|
|
|
10666
|
-
const name$
|
|
10753
|
+
const name$1I = "saveReportDraft";
|
|
10667
10754
|
const mutation$c = Selector("Mutation")({
|
|
10668
|
-
[name$
|
|
10755
|
+
[name$1I]: [{ input: $("input", "SaveReportDraftInput!") }, rawReportDraftSelector]
|
|
10669
10756
|
});
|
|
10670
10757
|
|
|
10671
10758
|
const saveReportDraft = {
|
|
10672
10759
|
__proto__: null,
|
|
10673
10760
|
mutation: mutation$c,
|
|
10674
|
-
name: name$
|
|
10761
|
+
name: name$1I
|
|
10675
10762
|
};
|
|
10676
10763
|
|
|
10677
|
-
const name$
|
|
10764
|
+
const name$1H = "deleteReportDraft";
|
|
10678
10765
|
const mutation$b = Selector("Mutation")({
|
|
10679
|
-
[name$
|
|
10766
|
+
[name$1H]: [{ id: $("id", "String!") }, true]
|
|
10680
10767
|
});
|
|
10681
10768
|
|
|
10682
10769
|
const deleteReportDraft = {
|
|
10683
10770
|
__proto__: null,
|
|
10684
10771
|
mutation: mutation$b,
|
|
10685
|
-
name: name$
|
|
10772
|
+
name: name$1H
|
|
10686
10773
|
};
|
|
10687
10774
|
|
|
10688
|
-
const name$
|
|
10775
|
+
const name$1G = "markReportPeriod";
|
|
10689
10776
|
const mutation$a = Selector("Mutation")({
|
|
10690
|
-
[name$
|
|
10777
|
+
[name$1G]: [
|
|
10691
10778
|
{
|
|
10692
10779
|
data: $("data", "MarkReportPeriodInput!")
|
|
10693
10780
|
},
|
|
@@ -10698,7 +10785,7 @@ const mutation$a = Selector("Mutation")({
|
|
|
10698
10785
|
const markReportPeriod = {
|
|
10699
10786
|
__proto__: null,
|
|
10700
10787
|
mutation: mutation$a,
|
|
10701
|
-
name: name$
|
|
10788
|
+
name: name$1G
|
|
10702
10789
|
};
|
|
10703
10790
|
|
|
10704
10791
|
const index$w = {
|
|
@@ -10710,42 +10797,42 @@ const index$w = {
|
|
|
10710
10797
|
UpdateReportRequisites: updateReportRequisites
|
|
10711
10798
|
};
|
|
10712
10799
|
|
|
10713
|
-
const name$
|
|
10800
|
+
const name$1F = "initSystem";
|
|
10714
10801
|
const mutation$9 = Selector("Mutation")({
|
|
10715
|
-
[name$
|
|
10802
|
+
[name$1F]: [{ data: $("data", "Init!") }, systemInfoSelector]
|
|
10716
10803
|
});
|
|
10717
10804
|
|
|
10718
10805
|
const initSystem = {
|
|
10719
10806
|
__proto__: null,
|
|
10720
10807
|
mutation: mutation$9,
|
|
10721
|
-
name: name$
|
|
10808
|
+
name: name$1F
|
|
10722
10809
|
};
|
|
10723
10810
|
|
|
10724
|
-
const name$
|
|
10811
|
+
const name$1E = "installSystem";
|
|
10725
10812
|
const mutation$8 = Selector("Mutation")({
|
|
10726
|
-
[name$
|
|
10813
|
+
[name$1E]: [{ data: $("data", "Install!") }, systemInfoSelector]
|
|
10727
10814
|
});
|
|
10728
10815
|
|
|
10729
10816
|
const installSystem = {
|
|
10730
10817
|
__proto__: null,
|
|
10731
10818
|
mutation: mutation$8,
|
|
10732
|
-
name: name$
|
|
10819
|
+
name: name$1E
|
|
10733
10820
|
};
|
|
10734
10821
|
|
|
10735
|
-
const name$
|
|
10822
|
+
const name$1D = "setWif";
|
|
10736
10823
|
const mutation$7 = Selector("Mutation")({
|
|
10737
|
-
[name$
|
|
10824
|
+
[name$1D]: [{ data: $("data", "SetWifInput!") }, true]
|
|
10738
10825
|
});
|
|
10739
10826
|
|
|
10740
10827
|
const saveWif = {
|
|
10741
10828
|
__proto__: null,
|
|
10742
10829
|
mutation: mutation$7,
|
|
10743
|
-
name: name$
|
|
10830
|
+
name: name$1D
|
|
10744
10831
|
};
|
|
10745
10832
|
|
|
10746
|
-
const name$
|
|
10833
|
+
const name$1C = "startInstall";
|
|
10747
10834
|
const mutation$6 = Selector("Mutation")({
|
|
10748
|
-
[name$
|
|
10835
|
+
[name$1C]: [{ data: $("data", "StartInstallInput!") }, {
|
|
10749
10836
|
install_code: true,
|
|
10750
10837
|
coopname: true
|
|
10751
10838
|
}]
|
|
@@ -10754,29 +10841,29 @@ const mutation$6 = Selector("Mutation")({
|
|
|
10754
10841
|
const startInstall = {
|
|
10755
10842
|
__proto__: null,
|
|
10756
10843
|
mutation: mutation$6,
|
|
10757
|
-
name: name$
|
|
10844
|
+
name: name$1C
|
|
10758
10845
|
};
|
|
10759
10846
|
|
|
10760
|
-
const name$
|
|
10847
|
+
const name$1B = "updateSettings";
|
|
10761
10848
|
const mutation$5 = Selector("Mutation")({
|
|
10762
|
-
[name$
|
|
10849
|
+
[name$1B]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
|
|
10763
10850
|
});
|
|
10764
10851
|
|
|
10765
10852
|
const updateSettings = {
|
|
10766
10853
|
__proto__: null,
|
|
10767
10854
|
mutation: mutation$5,
|
|
10768
|
-
name: name$
|
|
10855
|
+
name: name$1B
|
|
10769
10856
|
};
|
|
10770
10857
|
|
|
10771
|
-
const name$
|
|
10858
|
+
const name$1A = "updateSystem";
|
|
10772
10859
|
const mutation$4 = Selector("Mutation")({
|
|
10773
|
-
[name$
|
|
10860
|
+
[name$1A]: [{ data: $("data", "Update!") }, systemInfoSelector]
|
|
10774
10861
|
});
|
|
10775
10862
|
|
|
10776
10863
|
const updateSystem = {
|
|
10777
10864
|
__proto__: null,
|
|
10778
10865
|
mutation: mutation$4,
|
|
10779
|
-
name: name$
|
|
10866
|
+
name: name$1A
|
|
10780
10867
|
};
|
|
10781
10868
|
|
|
10782
10869
|
const index$v = {
|
|
@@ -10790,31 +10877,31 @@ const index$v = {
|
|
|
10790
10877
|
UpdateSystem: updateSystem
|
|
10791
10878
|
};
|
|
10792
10879
|
|
|
10793
|
-
const name$
|
|
10880
|
+
const name$1z = "createWithdraw";
|
|
10794
10881
|
const mutation$3 = Selector("Mutation")({
|
|
10795
|
-
[name$
|
|
10882
|
+
[name$1z]: [{ data: $("data", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
|
|
10796
10883
|
});
|
|
10797
10884
|
|
|
10798
10885
|
const createWithdraw = {
|
|
10799
10886
|
__proto__: null,
|
|
10800
10887
|
mutation: mutation$3,
|
|
10801
|
-
name: name$
|
|
10888
|
+
name: name$1z
|
|
10802
10889
|
};
|
|
10803
10890
|
|
|
10804
|
-
const name$
|
|
10891
|
+
const name$1y = "createDepositPayment";
|
|
10805
10892
|
const mutation$2 = Selector("Mutation")({
|
|
10806
|
-
[name$
|
|
10893
|
+
[name$1y]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
|
|
10807
10894
|
});
|
|
10808
10895
|
|
|
10809
10896
|
const createDepositPayment = {
|
|
10810
10897
|
__proto__: null,
|
|
10811
10898
|
mutation: mutation$2,
|
|
10812
|
-
name: name$
|
|
10899
|
+
name: name$1y
|
|
10813
10900
|
};
|
|
10814
10901
|
|
|
10815
|
-
const name$
|
|
10902
|
+
const name$1x = "generateReturnByMoneyStatementDocument";
|
|
10816
10903
|
const mutation$1 = Selector("Mutation")({
|
|
10817
|
-
[name$
|
|
10904
|
+
[name$1x]: [
|
|
10818
10905
|
{
|
|
10819
10906
|
data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
|
|
10820
10907
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -10826,12 +10913,12 @@ const mutation$1 = Selector("Mutation")({
|
|
|
10826
10913
|
const generateReturnByMoneyStatementDocument = {
|
|
10827
10914
|
__proto__: null,
|
|
10828
10915
|
mutation: mutation$1,
|
|
10829
|
-
name: name$
|
|
10916
|
+
name: name$1x
|
|
10830
10917
|
};
|
|
10831
10918
|
|
|
10832
|
-
const name$
|
|
10919
|
+
const name$1w = "generateReturnByMoneyDecisionDocument";
|
|
10833
10920
|
const mutation = Selector("Mutation")({
|
|
10834
|
-
[name$
|
|
10921
|
+
[name$1w]: [
|
|
10835
10922
|
{
|
|
10836
10923
|
data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
|
|
10837
10924
|
options: $("options", "GenerateDocumentOptionsInput")
|
|
@@ -10843,7 +10930,7 @@ const mutation = Selector("Mutation")({
|
|
|
10843
10930
|
const generateReturnByMoneyDecisionDocument = {
|
|
10844
10931
|
__proto__: null,
|
|
10845
10932
|
mutation: mutation,
|
|
10846
|
-
name: name$
|
|
10933
|
+
name: name$1w
|
|
10847
10934
|
};
|
|
10848
10935
|
|
|
10849
10936
|
const index$u = {
|
|
@@ -10881,26 +10968,26 @@ const Mutations = {
|
|
|
10881
10968
|
Wallet: index$u
|
|
10882
10969
|
};
|
|
10883
10970
|
|
|
10884
|
-
const name$
|
|
10885
|
-
const query$
|
|
10886
|
-
[name$
|
|
10971
|
+
const name$1v = "getAccount";
|
|
10972
|
+
const query$1v = Selector("Query")({
|
|
10973
|
+
[name$1v]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
|
|
10887
10974
|
});
|
|
10888
10975
|
|
|
10889
10976
|
const getAccount = {
|
|
10890
10977
|
__proto__: null,
|
|
10891
|
-
name: name$
|
|
10892
|
-
query: query$
|
|
10978
|
+
name: name$1v,
|
|
10979
|
+
query: query$1v
|
|
10893
10980
|
};
|
|
10894
10981
|
|
|
10895
|
-
const name$
|
|
10896
|
-
const query$
|
|
10897
|
-
[name$
|
|
10982
|
+
const name$1u = "getAccounts";
|
|
10983
|
+
const query$1u = Selector("Query")({
|
|
10984
|
+
[name$1u]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
|
|
10898
10985
|
});
|
|
10899
10986
|
|
|
10900
10987
|
const getAccounts = {
|
|
10901
10988
|
__proto__: null,
|
|
10902
|
-
name: name$
|
|
10903
|
-
query: query$
|
|
10989
|
+
name: name$1u,
|
|
10990
|
+
query: query$1u
|
|
10904
10991
|
};
|
|
10905
10992
|
|
|
10906
10993
|
const rawSearchPrivateAccountsResultSelector = {
|
|
@@ -10917,15 +11004,15 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
|
|
|
10917
11004
|
rawSearchPrivateAccountsResultSelector
|
|
10918
11005
|
);
|
|
10919
11006
|
|
|
10920
|
-
const name$
|
|
10921
|
-
const query$
|
|
10922
|
-
[name$
|
|
11007
|
+
const name$1t = "searchPrivateAccounts";
|
|
11008
|
+
const query$1t = Selector("Query")({
|
|
11009
|
+
[name$1t]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
|
|
10923
11010
|
});
|
|
10924
11011
|
|
|
10925
11012
|
const searchPrivateAccounts = {
|
|
10926
11013
|
__proto__: null,
|
|
10927
|
-
name: name$
|
|
10928
|
-
query: query$
|
|
11014
|
+
name: name$1t,
|
|
11015
|
+
query: query$1t
|
|
10929
11016
|
};
|
|
10930
11017
|
|
|
10931
11018
|
const index$t = {
|
|
@@ -10969,15 +11056,15 @@ const rawAgendaSelector = {
|
|
|
10969
11056
|
};
|
|
10970
11057
|
const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
|
|
10971
11058
|
|
|
10972
|
-
const name$
|
|
10973
|
-
const query$
|
|
10974
|
-
[name$
|
|
11059
|
+
const name$1s = "getAgenda";
|
|
11060
|
+
const query$1s = Selector("Query")({
|
|
11061
|
+
[name$1s]: agendaSelector
|
|
10975
11062
|
});
|
|
10976
11063
|
|
|
10977
11064
|
const getAgenda = {
|
|
10978
11065
|
__proto__: null,
|
|
10979
|
-
name: name$
|
|
10980
|
-
query: query$
|
|
11066
|
+
name: name$1s,
|
|
11067
|
+
query: query$1s
|
|
10981
11068
|
};
|
|
10982
11069
|
|
|
10983
11070
|
const index$s = {
|
|
@@ -10985,9 +11072,9 @@ const index$s = {
|
|
|
10985
11072
|
GetAgenda: getAgenda
|
|
10986
11073
|
};
|
|
10987
11074
|
|
|
10988
|
-
const name$
|
|
10989
|
-
const query$
|
|
10990
|
-
[name$
|
|
11075
|
+
const name$1r = "agreements";
|
|
11076
|
+
const query$1r = Selector("Query")({
|
|
11077
|
+
[name$1r]: [
|
|
10991
11078
|
{
|
|
10992
11079
|
filter: $("filter", "AgreementFilter"),
|
|
10993
11080
|
options: $("options", "PaginationInput")
|
|
@@ -10998,13 +11085,13 @@ const query$1p = Selector("Query")({
|
|
|
10998
11085
|
|
|
10999
11086
|
const agreements = {
|
|
11000
11087
|
__proto__: null,
|
|
11001
|
-
name: name$
|
|
11002
|
-
query: query$
|
|
11088
|
+
name: name$1r,
|
|
11089
|
+
query: query$1r
|
|
11003
11090
|
};
|
|
11004
11091
|
|
|
11005
|
-
const name$
|
|
11006
|
-
const query$
|
|
11007
|
-
[name$
|
|
11092
|
+
const name$1q = "cooperativeAgreements";
|
|
11093
|
+
const query$1q = Selector("Query")({
|
|
11094
|
+
[name$1q]: [
|
|
11008
11095
|
{ coopname: $("coopname", "String!") },
|
|
11009
11096
|
rawCoopAgreementSelector
|
|
11010
11097
|
]
|
|
@@ -11012,13 +11099,13 @@ const query$1o = Selector("Query")({
|
|
|
11012
11099
|
|
|
11013
11100
|
const cooperativeAgreements = {
|
|
11014
11101
|
__proto__: null,
|
|
11015
|
-
name: name$
|
|
11016
|
-
query: query$
|
|
11102
|
+
name: name$1q,
|
|
11103
|
+
query: query$1q
|
|
11017
11104
|
};
|
|
11018
11105
|
|
|
11019
|
-
const name$
|
|
11020
|
-
const query$
|
|
11021
|
-
[name$
|
|
11106
|
+
const name$1p = "agreementTemplates";
|
|
11107
|
+
const query$1p = Selector("Query")({
|
|
11108
|
+
[name$1p]: [
|
|
11022
11109
|
{ coopname: $("coopname", "String!") },
|
|
11023
11110
|
rawAgreementTemplateSelector
|
|
11024
11111
|
]
|
|
@@ -11026,13 +11113,13 @@ const query$1n = Selector("Query")({
|
|
|
11026
11113
|
|
|
11027
11114
|
const agreementTemplates = {
|
|
11028
11115
|
__proto__: null,
|
|
11029
|
-
name: name$
|
|
11030
|
-
query: query$
|
|
11116
|
+
name: name$1p,
|
|
11117
|
+
query: query$1p
|
|
11031
11118
|
};
|
|
11032
11119
|
|
|
11033
|
-
const name$
|
|
11034
|
-
const query$
|
|
11035
|
-
[name$
|
|
11120
|
+
const name$1o = "cooperativePrograms";
|
|
11121
|
+
const query$1o = Selector("Query")({
|
|
11122
|
+
[name$1o]: [
|
|
11036
11123
|
{ coopname: $("coopname", "String!") },
|
|
11037
11124
|
rawCooperativeProgramSelector
|
|
11038
11125
|
]
|
|
@@ -11040,8 +11127,8 @@ const query$1m = Selector("Query")({
|
|
|
11040
11127
|
|
|
11041
11128
|
const cooperativePrograms = {
|
|
11042
11129
|
__proto__: null,
|
|
11043
|
-
name: name$
|
|
11044
|
-
query: query$
|
|
11130
|
+
name: name$1o,
|
|
11131
|
+
query: query$1o
|
|
11045
11132
|
};
|
|
11046
11133
|
|
|
11047
11134
|
const index$r = {
|
|
@@ -11053,9 +11140,9 @@ const index$r = {
|
|
|
11053
11140
|
};
|
|
11054
11141
|
|
|
11055
11142
|
const paginatedActionsSelector = { ...paginationSelector, items: rawBlockchainActionSelector };
|
|
11056
|
-
const name$
|
|
11057
|
-
const query$
|
|
11058
|
-
[name$
|
|
11143
|
+
const name$1n = "getActions";
|
|
11144
|
+
const query$1n = Selector("Query")({
|
|
11145
|
+
[name$1n]: [
|
|
11059
11146
|
{
|
|
11060
11147
|
filters: $("filters", "ActionFiltersInput"),
|
|
11061
11148
|
pagination: $("pagination", "PaginationInput")
|
|
@@ -11066,14 +11153,14 @@ const query$1l = Selector("Query")({
|
|
|
11066
11153
|
|
|
11067
11154
|
const getActions = {
|
|
11068
11155
|
__proto__: null,
|
|
11069
|
-
name: name$
|
|
11070
|
-
query: query$
|
|
11156
|
+
name: name$1n,
|
|
11157
|
+
query: query$1n
|
|
11071
11158
|
};
|
|
11072
11159
|
|
|
11073
|
-
const name$
|
|
11160
|
+
const name$1m = "getCurrentTableStates";
|
|
11074
11161
|
const paginatedCurrentTableStatesSelector = { ...paginationSelector, items: rawCurrentTableStateSelector };
|
|
11075
|
-
const query$
|
|
11076
|
-
[name$
|
|
11162
|
+
const query$1m = Selector("Query")({
|
|
11163
|
+
[name$1m]: [
|
|
11077
11164
|
{
|
|
11078
11165
|
filters: $("filters", "CurrentTableStatesFiltersInput"),
|
|
11079
11166
|
pagination: $("pagination", "PaginationInput")
|
|
@@ -11084,14 +11171,14 @@ const query$1k = Selector("Query")({
|
|
|
11084
11171
|
|
|
11085
11172
|
const getCurrentTableStates = {
|
|
11086
11173
|
__proto__: null,
|
|
11087
|
-
name: name$
|
|
11088
|
-
query: query$
|
|
11174
|
+
name: name$1m,
|
|
11175
|
+
query: query$1m
|
|
11089
11176
|
};
|
|
11090
11177
|
|
|
11091
11178
|
const paginatedDeltasSelector = { ...paginationSelector, items: rawDeltaSelector };
|
|
11092
|
-
const name$
|
|
11093
|
-
const query$
|
|
11094
|
-
[name$
|
|
11179
|
+
const name$1l = "getDeltas";
|
|
11180
|
+
const query$1l = Selector("Query")({
|
|
11181
|
+
[name$1l]: [
|
|
11095
11182
|
{
|
|
11096
11183
|
filters: $("filters", "DeltaFiltersInput"),
|
|
11097
11184
|
pagination: $("pagination", "PaginationInput")
|
|
@@ -11102,8 +11189,8 @@ const query$1j = Selector("Query")({
|
|
|
11102
11189
|
|
|
11103
11190
|
const getDeltas = {
|
|
11104
11191
|
__proto__: null,
|
|
11105
|
-
name: name$
|
|
11106
|
-
query: query$
|
|
11192
|
+
name: name$1l,
|
|
11193
|
+
query: query$1l
|
|
11107
11194
|
};
|
|
11108
11195
|
|
|
11109
11196
|
const index$q = {
|
|
@@ -11113,26 +11200,26 @@ const index$q = {
|
|
|
11113
11200
|
GetDeltas: getDeltas
|
|
11114
11201
|
};
|
|
11115
11202
|
|
|
11116
|
-
const name$
|
|
11117
|
-
const query$
|
|
11118
|
-
[name$
|
|
11203
|
+
const name$1k = "getBranches";
|
|
11204
|
+
const query$1k = Selector("Query")({
|
|
11205
|
+
[name$1k]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
|
|
11119
11206
|
});
|
|
11120
11207
|
|
|
11121
11208
|
const getBranches = {
|
|
11122
11209
|
__proto__: null,
|
|
11123
|
-
name: name$
|
|
11124
|
-
query: query$
|
|
11210
|
+
name: name$1k,
|
|
11211
|
+
query: query$1k
|
|
11125
11212
|
};
|
|
11126
11213
|
|
|
11127
|
-
const name$
|
|
11128
|
-
const query$
|
|
11129
|
-
[name$
|
|
11214
|
+
const name$1j = "getBranches";
|
|
11215
|
+
const query$1j = Selector("Query")({
|
|
11216
|
+
[name$1j]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
|
|
11130
11217
|
});
|
|
11131
11218
|
|
|
11132
11219
|
const getPublicBranches = {
|
|
11133
11220
|
__proto__: null,
|
|
11134
|
-
name: name$
|
|
11135
|
-
query: query$
|
|
11221
|
+
name: name$1j,
|
|
11222
|
+
query: query$1j
|
|
11136
11223
|
};
|
|
11137
11224
|
|
|
11138
11225
|
const index$p = {
|
|
@@ -11141,9 +11228,9 @@ const index$p = {
|
|
|
11141
11228
|
GetPublicBranches: getPublicBranches
|
|
11142
11229
|
};
|
|
11143
11230
|
|
|
11144
|
-
const name$
|
|
11145
|
-
const query$
|
|
11146
|
-
[name$
|
|
11231
|
+
const name$1i = "capitalCandidates";
|
|
11232
|
+
const query$1i = Selector("Query")({
|
|
11233
|
+
[name$1i]: [
|
|
11147
11234
|
{
|
|
11148
11235
|
filter: $("filter", "CandidateFilterInput"),
|
|
11149
11236
|
options: $("options", "PaginationInput")
|
|
@@ -11153,358 +11240,358 @@ const query$1g = Selector("Query")({
|
|
|
11153
11240
|
});
|
|
11154
11241
|
|
|
11155
11242
|
const getCapitalCandidates = {
|
|
11243
|
+
__proto__: null,
|
|
11244
|
+
name: name$1i,
|
|
11245
|
+
query: query$1i
|
|
11246
|
+
};
|
|
11247
|
+
|
|
11248
|
+
const name$1h = "capitalCommit";
|
|
11249
|
+
const query$1h = Selector("Query")({
|
|
11250
|
+
[name$1h]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
|
|
11251
|
+
});
|
|
11252
|
+
|
|
11253
|
+
const getCommit = {
|
|
11254
|
+
__proto__: null,
|
|
11255
|
+
name: name$1h,
|
|
11256
|
+
query: query$1h
|
|
11257
|
+
};
|
|
11258
|
+
|
|
11259
|
+
const name$1g = "capitalCommits";
|
|
11260
|
+
const query$1g = Selector("Query")({
|
|
11261
|
+
[name$1g]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
|
|
11262
|
+
});
|
|
11263
|
+
|
|
11264
|
+
const getCommits = {
|
|
11156
11265
|
__proto__: null,
|
|
11157
11266
|
name: name$1g,
|
|
11158
11267
|
query: query$1g
|
|
11159
11268
|
};
|
|
11160
11269
|
|
|
11161
|
-
const name$1f = "
|
|
11270
|
+
const name$1f = "capitalContributor";
|
|
11162
11271
|
const query$1f = Selector("Query")({
|
|
11163
|
-
[name$1f]: [{ data: $("data", "
|
|
11272
|
+
[name$1f]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
|
|
11164
11273
|
});
|
|
11165
11274
|
|
|
11166
|
-
const
|
|
11275
|
+
const getContributor = {
|
|
11167
11276
|
__proto__: null,
|
|
11168
11277
|
name: name$1f,
|
|
11169
11278
|
query: query$1f
|
|
11170
11279
|
};
|
|
11171
11280
|
|
|
11172
|
-
const name$1e = "
|
|
11281
|
+
const name$1e = "capitalContributors";
|
|
11173
11282
|
const query$1e = Selector("Query")({
|
|
11174
|
-
[name$1e]: [{ filter: $("filter", "
|
|
11283
|
+
[name$1e]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
|
|
11175
11284
|
});
|
|
11176
11285
|
|
|
11177
|
-
const
|
|
11286
|
+
const getContributors = {
|
|
11178
11287
|
__proto__: null,
|
|
11179
11288
|
name: name$1e,
|
|
11180
11289
|
query: query$1e
|
|
11181
11290
|
};
|
|
11182
11291
|
|
|
11183
|
-
const name$1d = "
|
|
11292
|
+
const name$1d = "capitalCycles";
|
|
11184
11293
|
const query$1d = Selector("Query")({
|
|
11185
|
-
[name$1d]: [{
|
|
11294
|
+
[name$1d]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
|
|
11186
11295
|
});
|
|
11187
11296
|
|
|
11188
|
-
const
|
|
11297
|
+
const getCycles = {
|
|
11189
11298
|
__proto__: null,
|
|
11190
11299
|
name: name$1d,
|
|
11191
11300
|
query: query$1d
|
|
11192
11301
|
};
|
|
11193
11302
|
|
|
11194
|
-
const name$1c = "
|
|
11303
|
+
const name$1c = "capitalDebt";
|
|
11195
11304
|
const query$1c = Selector("Query")({
|
|
11196
|
-
[name$1c]: [{
|
|
11305
|
+
[name$1c]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
|
|
11197
11306
|
});
|
|
11198
11307
|
|
|
11199
|
-
const
|
|
11308
|
+
const getDebt = {
|
|
11200
11309
|
__proto__: null,
|
|
11201
11310
|
name: name$1c,
|
|
11202
11311
|
query: query$1c
|
|
11203
11312
|
};
|
|
11204
11313
|
|
|
11205
|
-
const name$1b = "
|
|
11314
|
+
const name$1b = "capitalDebts";
|
|
11206
11315
|
const query$1b = Selector("Query")({
|
|
11207
|
-
[name$1b]: [{ filter: $("filter", "
|
|
11316
|
+
[name$1b]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
|
|
11208
11317
|
});
|
|
11209
11318
|
|
|
11210
|
-
const
|
|
11319
|
+
const getDebts = {
|
|
11211
11320
|
__proto__: null,
|
|
11212
11321
|
name: name$1b,
|
|
11213
11322
|
query: query$1b
|
|
11214
11323
|
};
|
|
11215
11324
|
|
|
11216
|
-
const name$1a = "
|
|
11325
|
+
const name$1a = "capitalExpense";
|
|
11217
11326
|
const query$1a = Selector("Query")({
|
|
11218
|
-
[name$1a]: [{ data: $("data", "
|
|
11327
|
+
[name$1a]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
|
|
11219
11328
|
});
|
|
11220
11329
|
|
|
11221
|
-
const
|
|
11330
|
+
const getExpense = {
|
|
11222
11331
|
__proto__: null,
|
|
11223
11332
|
name: name$1a,
|
|
11224
11333
|
query: query$1a
|
|
11225
11334
|
};
|
|
11226
11335
|
|
|
11227
|
-
const name$19 = "
|
|
11336
|
+
const name$19 = "capitalExpenses";
|
|
11228
11337
|
const query$19 = Selector("Query")({
|
|
11229
|
-
[name$19]: [{ filter: $("filter", "
|
|
11338
|
+
[name$19]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
|
|
11230
11339
|
});
|
|
11231
11340
|
|
|
11232
|
-
const
|
|
11341
|
+
const getExpenses = {
|
|
11233
11342
|
__proto__: null,
|
|
11234
11343
|
name: name$19,
|
|
11235
11344
|
query: query$19
|
|
11236
11345
|
};
|
|
11237
11346
|
|
|
11238
|
-
const name$18 = "
|
|
11347
|
+
const name$18 = "capitalInvest";
|
|
11239
11348
|
const query$18 = Selector("Query")({
|
|
11240
|
-
[name$18]: [{ data: $("data", "
|
|
11349
|
+
[name$18]: [{ data: $("data", "GetInvestInput!") }, investSelector]
|
|
11241
11350
|
});
|
|
11242
11351
|
|
|
11243
|
-
const
|
|
11352
|
+
const getInvest = {
|
|
11244
11353
|
__proto__: null,
|
|
11245
11354
|
name: name$18,
|
|
11246
11355
|
query: query$18
|
|
11247
11356
|
};
|
|
11248
11357
|
|
|
11249
|
-
const name$17 = "
|
|
11358
|
+
const name$17 = "capitalInvests";
|
|
11250
11359
|
const query$17 = Selector("Query")({
|
|
11251
|
-
[name$17]: [{ filter: $("filter", "
|
|
11360
|
+
[name$17]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
|
|
11252
11361
|
});
|
|
11253
11362
|
|
|
11254
|
-
const
|
|
11363
|
+
const getInvests = {
|
|
11255
11364
|
__proto__: null,
|
|
11256
11365
|
name: name$17,
|
|
11257
11366
|
query: query$17
|
|
11258
11367
|
};
|
|
11259
11368
|
|
|
11260
|
-
const name$16 = "
|
|
11369
|
+
const name$16 = "capitalIssue";
|
|
11261
11370
|
const query$16 = Selector("Query")({
|
|
11262
|
-
[name$16]: [{ data: $("data", "
|
|
11371
|
+
[name$16]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
|
|
11263
11372
|
});
|
|
11264
11373
|
|
|
11265
|
-
const
|
|
11374
|
+
const getIssue = {
|
|
11266
11375
|
__proto__: null,
|
|
11267
11376
|
name: name$16,
|
|
11268
11377
|
query: query$16
|
|
11269
11378
|
};
|
|
11270
11379
|
|
|
11271
|
-
const name$15 = "
|
|
11380
|
+
const name$15 = "getCapitalIssueLogs";
|
|
11272
11381
|
const query$15 = Selector("Query")({
|
|
11273
|
-
[name$15]: [
|
|
11382
|
+
[name$15]: [
|
|
11383
|
+
{
|
|
11384
|
+
data: $("data", "GetCapitalIssueLogsInput!"),
|
|
11385
|
+
options: $("options", "PaginationInput")
|
|
11386
|
+
},
|
|
11387
|
+
logsPaginationSelector
|
|
11388
|
+
]
|
|
11274
11389
|
});
|
|
11275
11390
|
|
|
11276
|
-
const
|
|
11391
|
+
const getIssueLogs = {
|
|
11277
11392
|
__proto__: null,
|
|
11278
11393
|
name: name$15,
|
|
11279
11394
|
query: query$15
|
|
11280
11395
|
};
|
|
11281
11396
|
|
|
11282
|
-
const name$14 = "
|
|
11397
|
+
const name$14 = "capitalIssues";
|
|
11283
11398
|
const query$14 = Selector("Query")({
|
|
11284
|
-
[name$14]: [{
|
|
11399
|
+
[name$14]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
|
|
11285
11400
|
});
|
|
11286
11401
|
|
|
11287
|
-
const
|
|
11402
|
+
const getIssues = {
|
|
11288
11403
|
__proto__: null,
|
|
11289
11404
|
name: name$14,
|
|
11290
11405
|
query: query$14
|
|
11291
11406
|
};
|
|
11292
11407
|
|
|
11293
|
-
const name$13 = "
|
|
11408
|
+
const name$13 = "getCapitalOnboardingState";
|
|
11294
11409
|
const query$13 = Selector("Query")({
|
|
11295
|
-
[name$13]:
|
|
11296
|
-
{
|
|
11297
|
-
data: $("data", "GetCapitalIssueLogsInput!"),
|
|
11298
|
-
options: $("options", "PaginationInput")
|
|
11299
|
-
},
|
|
11300
|
-
logsPaginationSelector
|
|
11301
|
-
]
|
|
11410
|
+
[name$13]: capitalOnboardingStateSelector
|
|
11302
11411
|
});
|
|
11303
11412
|
|
|
11304
|
-
const
|
|
11413
|
+
const getOnboardingState$1 = {
|
|
11305
11414
|
__proto__: null,
|
|
11306
11415
|
name: name$13,
|
|
11307
11416
|
query: query$13
|
|
11308
11417
|
};
|
|
11309
11418
|
|
|
11310
|
-
const name$12 = "
|
|
11419
|
+
const name$12 = "capitalProject";
|
|
11311
11420
|
const query$12 = Selector("Query")({
|
|
11312
|
-
[name$12]: [{
|
|
11421
|
+
[name$12]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
|
|
11313
11422
|
});
|
|
11314
11423
|
|
|
11315
|
-
const
|
|
11424
|
+
const getProject = {
|
|
11316
11425
|
__proto__: null,
|
|
11317
11426
|
name: name$12,
|
|
11318
11427
|
query: query$12
|
|
11319
11428
|
};
|
|
11320
11429
|
|
|
11321
|
-
const name$11 = "
|
|
11430
|
+
const name$11 = "getCapitalProjectLogs";
|
|
11322
11431
|
const query$11 = Selector("Query")({
|
|
11323
|
-
[name$11]:
|
|
11432
|
+
[name$11]: [{ data: $("data", "GetCapitalLogsInput!") }, logsPaginationSelector]
|
|
11324
11433
|
});
|
|
11325
11434
|
|
|
11326
|
-
const
|
|
11435
|
+
const getProjectLogs = {
|
|
11327
11436
|
__proto__: null,
|
|
11328
11437
|
name: name$11,
|
|
11329
11438
|
query: query$11
|
|
11330
11439
|
};
|
|
11331
11440
|
|
|
11332
|
-
const name$10 = "
|
|
11441
|
+
const name$10 = "capitalProjects";
|
|
11333
11442
|
const query$10 = Selector("Query")({
|
|
11334
|
-
[name$10]: [{
|
|
11443
|
+
[name$10]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
|
|
11335
11444
|
});
|
|
11336
11445
|
|
|
11337
|
-
const
|
|
11446
|
+
const getProjects = {
|
|
11338
11447
|
__proto__: null,
|
|
11339
11448
|
name: name$10,
|
|
11340
11449
|
query: query$10
|
|
11341
11450
|
};
|
|
11342
11451
|
|
|
11343
|
-
const name$$ = "
|
|
11452
|
+
const name$$ = "capitalProjectWithRelations";
|
|
11344
11453
|
const query$$ = Selector("Query")({
|
|
11345
|
-
[name$$]: [{ data: $("data", "
|
|
11454
|
+
[name$$]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
|
|
11346
11455
|
});
|
|
11347
11456
|
|
|
11348
|
-
const
|
|
11457
|
+
const getProjectWithRelations = {
|
|
11349
11458
|
__proto__: null,
|
|
11350
11459
|
name: name$$,
|
|
11351
11460
|
query: query$$
|
|
11352
11461
|
};
|
|
11353
11462
|
|
|
11354
|
-
const name$_ = "
|
|
11463
|
+
const name$_ = "capitalResult";
|
|
11355
11464
|
const query$_ = Selector("Query")({
|
|
11356
|
-
[name$_]: [{
|
|
11465
|
+
[name$_]: [{ data: $("data", "GetResultInput!") }, resultSelector]
|
|
11357
11466
|
});
|
|
11358
11467
|
|
|
11359
|
-
const
|
|
11468
|
+
const getResult = {
|
|
11360
11469
|
__proto__: null,
|
|
11361
11470
|
name: name$_,
|
|
11362
11471
|
query: query$_
|
|
11363
11472
|
};
|
|
11364
11473
|
|
|
11365
|
-
const name$Z = "
|
|
11474
|
+
const name$Z = "capitalResults";
|
|
11366
11475
|
const query$Z = Selector("Query")({
|
|
11367
|
-
[name$Z]: [{
|
|
11476
|
+
[name$Z]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
|
|
11368
11477
|
});
|
|
11369
11478
|
|
|
11370
|
-
const
|
|
11479
|
+
const getResults = {
|
|
11371
11480
|
__proto__: null,
|
|
11372
11481
|
name: name$Z,
|
|
11373
11482
|
query: query$Z
|
|
11374
11483
|
};
|
|
11375
11484
|
|
|
11376
|
-
const name$Y = "
|
|
11485
|
+
const name$Y = "capitalSegment";
|
|
11377
11486
|
const query$Y = Selector("Query")({
|
|
11378
|
-
[name$Y]: [{
|
|
11487
|
+
[name$Y]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
|
|
11379
11488
|
});
|
|
11380
11489
|
|
|
11381
|
-
const
|
|
11490
|
+
const getSegment = {
|
|
11382
11491
|
__proto__: null,
|
|
11383
11492
|
name: name$Y,
|
|
11384
11493
|
query: query$Y
|
|
11385
11494
|
};
|
|
11386
11495
|
|
|
11387
|
-
const name$X = "
|
|
11496
|
+
const name$X = "capitalSegments";
|
|
11388
11497
|
const query$X = Selector("Query")({
|
|
11389
|
-
[name$X]: [{ filter: $("filter", "
|
|
11498
|
+
[name$X]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
|
|
11390
11499
|
});
|
|
11391
11500
|
|
|
11392
|
-
const
|
|
11501
|
+
const getSegments = {
|
|
11393
11502
|
__proto__: null,
|
|
11394
11503
|
name: name$X,
|
|
11395
11504
|
query: query$X
|
|
11396
11505
|
};
|
|
11397
11506
|
|
|
11398
|
-
const name$W = "
|
|
11507
|
+
const name$W = "capitalState";
|
|
11399
11508
|
const query$W = Selector("Query")({
|
|
11400
|
-
[name$W]: [{
|
|
11509
|
+
[name$W]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
|
|
11401
11510
|
});
|
|
11402
11511
|
|
|
11403
|
-
const
|
|
11512
|
+
const getState = {
|
|
11404
11513
|
__proto__: null,
|
|
11405
11514
|
name: name$W,
|
|
11406
11515
|
query: query$W
|
|
11407
11516
|
};
|
|
11408
11517
|
|
|
11409
|
-
const name$V = "
|
|
11518
|
+
const name$V = "capitalStories";
|
|
11410
11519
|
const query$V = Selector("Query")({
|
|
11411
|
-
[name$V]: [{ filter: $("filter", "
|
|
11520
|
+
[name$V]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
|
|
11412
11521
|
});
|
|
11413
11522
|
|
|
11414
|
-
const
|
|
11523
|
+
const getStories = {
|
|
11415
11524
|
__proto__: null,
|
|
11416
11525
|
name: name$V,
|
|
11417
11526
|
query: query$V
|
|
11418
11527
|
};
|
|
11419
11528
|
|
|
11420
|
-
const name$U = "
|
|
11529
|
+
const name$U = "capitalStory";
|
|
11421
11530
|
const query$U = Selector("Query")({
|
|
11422
|
-
[name$U]: [{ data: $("data", "
|
|
11531
|
+
[name$U]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
|
|
11423
11532
|
});
|
|
11424
11533
|
|
|
11425
|
-
const
|
|
11534
|
+
const getStory = {
|
|
11426
11535
|
__proto__: null,
|
|
11427
11536
|
name: name$U,
|
|
11428
11537
|
query: query$U
|
|
11429
11538
|
};
|
|
11430
11539
|
|
|
11431
|
-
const name$T = "
|
|
11540
|
+
const name$T = "capitalTimeEntries";
|
|
11432
11541
|
const query$T = Selector("Query")({
|
|
11433
|
-
[name$T]: [{ filter: $("filter", "
|
|
11542
|
+
[name$T]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
|
|
11434
11543
|
});
|
|
11435
11544
|
|
|
11436
|
-
const
|
|
11545
|
+
const getTimeEntries = {
|
|
11437
11546
|
__proto__: null,
|
|
11438
11547
|
name: name$T,
|
|
11439
11548
|
query: query$T
|
|
11440
11549
|
};
|
|
11441
11550
|
|
|
11442
|
-
const name$S = "
|
|
11551
|
+
const name$S = "capitalTimeEntriesByIssues";
|
|
11443
11552
|
const query$S = Selector("Query")({
|
|
11444
|
-
[name$S]: [{
|
|
11553
|
+
[name$S]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
|
|
11445
11554
|
});
|
|
11446
11555
|
|
|
11447
|
-
const
|
|
11556
|
+
const getTimeEntriesByIssues = {
|
|
11448
11557
|
__proto__: null,
|
|
11449
11558
|
name: name$S,
|
|
11450
11559
|
query: query$S
|
|
11451
11560
|
};
|
|
11452
11561
|
|
|
11453
|
-
const name$R = "
|
|
11562
|
+
const name$R = "capitalTimeStats";
|
|
11454
11563
|
const query$R = Selector("Query")({
|
|
11455
|
-
[name$R]: [{
|
|
11564
|
+
[name$R]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
|
|
11456
11565
|
});
|
|
11457
11566
|
|
|
11458
|
-
const
|
|
11567
|
+
const getTimeStats = {
|
|
11459
11568
|
__proto__: null,
|
|
11460
11569
|
name: name$R,
|
|
11461
11570
|
query: query$R
|
|
11462
11571
|
};
|
|
11463
11572
|
|
|
11464
|
-
const name$Q = "
|
|
11573
|
+
const name$Q = "capitalVote";
|
|
11465
11574
|
const query$Q = Selector("Query")({
|
|
11466
|
-
[name$Q]: [{
|
|
11575
|
+
[name$Q]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
|
|
11467
11576
|
});
|
|
11468
11577
|
|
|
11469
|
-
const
|
|
11578
|
+
const getVote = {
|
|
11470
11579
|
__proto__: null,
|
|
11471
11580
|
name: name$Q,
|
|
11472
11581
|
query: query$Q
|
|
11473
11582
|
};
|
|
11474
11583
|
|
|
11475
|
-
const name$P = "
|
|
11584
|
+
const name$P = "capitalVotes";
|
|
11476
11585
|
const query$P = Selector("Query")({
|
|
11477
|
-
[name$P]: [{
|
|
11586
|
+
[name$P]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
|
|
11478
11587
|
});
|
|
11479
11588
|
|
|
11480
|
-
const
|
|
11589
|
+
const getVotes = {
|
|
11481
11590
|
__proto__: null,
|
|
11482
11591
|
name: name$P,
|
|
11483
11592
|
query: query$P
|
|
11484
11593
|
};
|
|
11485
11594
|
|
|
11486
|
-
const name$O = "capitalVote";
|
|
11487
|
-
const query$O = Selector("Query")({
|
|
11488
|
-
[name$O]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
|
|
11489
|
-
});
|
|
11490
|
-
|
|
11491
|
-
const getVote = {
|
|
11492
|
-
__proto__: null,
|
|
11493
|
-
name: name$O,
|
|
11494
|
-
query: query$O
|
|
11495
|
-
};
|
|
11496
|
-
|
|
11497
|
-
const name$N = "capitalVotes";
|
|
11498
|
-
const query$N = Selector("Query")({
|
|
11499
|
-
[name$N]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
|
|
11500
|
-
});
|
|
11501
|
-
|
|
11502
|
-
const getVotes = {
|
|
11503
|
-
__proto__: null,
|
|
11504
|
-
name: name$N,
|
|
11505
|
-
query: query$N
|
|
11506
|
-
};
|
|
11507
|
-
|
|
11508
11595
|
const index$o = {
|
|
11509
11596
|
__proto__: null,
|
|
11510
11597
|
GetCapitalCandidates: getCapitalCandidates,
|
|
@@ -11541,20 +11628,20 @@ const index$o = {
|
|
|
11541
11628
|
GetVotes: getVotes
|
|
11542
11629
|
};
|
|
11543
11630
|
|
|
11544
|
-
const name$
|
|
11545
|
-
const query$
|
|
11546
|
-
[name$
|
|
11631
|
+
const name$O = "chairmanApproval";
|
|
11632
|
+
const query$O = Selector("Query")({
|
|
11633
|
+
[name$O]: [{ id: $("id", "String!") }, approvalSelector]
|
|
11547
11634
|
});
|
|
11548
11635
|
|
|
11549
11636
|
const getApproval = {
|
|
11550
11637
|
__proto__: null,
|
|
11551
|
-
name: name$
|
|
11552
|
-
query: query$
|
|
11638
|
+
name: name$O,
|
|
11639
|
+
query: query$O
|
|
11553
11640
|
};
|
|
11554
11641
|
|
|
11555
|
-
const name$
|
|
11556
|
-
const query$
|
|
11557
|
-
[name$
|
|
11642
|
+
const name$N = "chairmanApprovals";
|
|
11643
|
+
const query$N = Selector("Query")({
|
|
11644
|
+
[name$N]: [
|
|
11558
11645
|
{
|
|
11559
11646
|
filter: $("filter", "ApprovalFilter"),
|
|
11560
11647
|
options: $("options", "PaginationInput")
|
|
@@ -11565,19 +11652,19 @@ const query$L = Selector("Query")({
|
|
|
11565
11652
|
|
|
11566
11653
|
const getApprovals = {
|
|
11567
11654
|
__proto__: null,
|
|
11568
|
-
name: name$
|
|
11569
|
-
query: query$
|
|
11655
|
+
name: name$N,
|
|
11656
|
+
query: query$N
|
|
11570
11657
|
};
|
|
11571
11658
|
|
|
11572
|
-
const name$
|
|
11573
|
-
const query$
|
|
11574
|
-
[name$
|
|
11659
|
+
const name$M = "getChairmanOnboardingState";
|
|
11660
|
+
const query$M = Selector("Query")({
|
|
11661
|
+
[name$M]: chairmanOnboardingStateSelector
|
|
11575
11662
|
});
|
|
11576
11663
|
|
|
11577
11664
|
const getOnboardingState = {
|
|
11578
11665
|
__proto__: null,
|
|
11579
|
-
name: name$
|
|
11580
|
-
query: query$
|
|
11666
|
+
name: name$M,
|
|
11667
|
+
query: query$M
|
|
11581
11668
|
};
|
|
11582
11669
|
|
|
11583
11670
|
const index$n = {
|
|
@@ -11587,100 +11674,122 @@ const index$n = {
|
|
|
11587
11674
|
GetOnboardingState: getOnboardingState
|
|
11588
11675
|
};
|
|
11589
11676
|
|
|
11590
|
-
const name$
|
|
11591
|
-
const query$
|
|
11592
|
-
[name$
|
|
11677
|
+
const name$L = "chatcoopCheckUsernameAvailability";
|
|
11678
|
+
const query$L = Selector("Query")({
|
|
11679
|
+
[name$L]: [{ data: $("data", "CheckMatrixUsernameInput!") }, true]
|
|
11593
11680
|
});
|
|
11594
11681
|
|
|
11595
11682
|
const checkUsernameAvailability = {
|
|
11683
|
+
__proto__: null,
|
|
11684
|
+
name: name$L,
|
|
11685
|
+
query: query$L
|
|
11686
|
+
};
|
|
11687
|
+
|
|
11688
|
+
const name$K = "chatcoopGetAccountStatus";
|
|
11689
|
+
const query$K = Selector("Query")({
|
|
11690
|
+
[name$K]: chatcoopAccountStatusSelector
|
|
11691
|
+
});
|
|
11692
|
+
|
|
11693
|
+
const getAccountStatus = {
|
|
11694
|
+
__proto__: null,
|
|
11695
|
+
name: name$K,
|
|
11696
|
+
query: query$K
|
|
11697
|
+
};
|
|
11698
|
+
|
|
11699
|
+
const name$J = "chatcoopGetMaxOriginServerTsForRoom";
|
|
11700
|
+
const query$J = Selector("Query")({
|
|
11701
|
+
[name$J]: [{ data: $("data", "GetMaxOriginServerTsForRoomInput!") }, true]
|
|
11702
|
+
});
|
|
11703
|
+
|
|
11704
|
+
const getMaxOriginServerTsForRoom = {
|
|
11596
11705
|
__proto__: null,
|
|
11597
11706
|
name: name$J,
|
|
11598
11707
|
query: query$J
|
|
11599
11708
|
};
|
|
11600
11709
|
|
|
11601
|
-
const name$I = "
|
|
11710
|
+
const name$I = "chatcoopGetRoomMessagesForUtcDate";
|
|
11602
11711
|
const query$I = Selector("Query")({
|
|
11603
|
-
[name$I]:
|
|
11712
|
+
[name$I]: [{ data: $("data", "GetRoomMessagesForUtcDateInput!") }, rawChatcoopRoomMessageLineSelector]
|
|
11604
11713
|
});
|
|
11605
11714
|
|
|
11606
|
-
const
|
|
11715
|
+
const getRoomMessagesForUtcDate = {
|
|
11607
11716
|
__proto__: null,
|
|
11608
11717
|
name: name$I,
|
|
11609
11718
|
query: query$I
|
|
11610
11719
|
};
|
|
11611
11720
|
|
|
11612
|
-
const name$H = "
|
|
11721
|
+
const name$H = "chatcoopGetTranscription";
|
|
11613
11722
|
const query$H = Selector("Query")({
|
|
11614
|
-
[name$H]: [{ data: $("data", "
|
|
11723
|
+
[name$H]: [{ data: $("data", "GetTranscriptionInput!") }, rawCallTranscriptionWithSegmentsSelector]
|
|
11615
11724
|
});
|
|
11616
11725
|
|
|
11617
|
-
const
|
|
11726
|
+
const getTranscription = {
|
|
11618
11727
|
__proto__: null,
|
|
11619
11728
|
name: name$H,
|
|
11620
11729
|
query: query$H
|
|
11621
11730
|
};
|
|
11622
11731
|
|
|
11623
|
-
const name$G = "
|
|
11732
|
+
const name$G = "chatcoopGetTranscriptions";
|
|
11624
11733
|
const query$G = Selector("Query")({
|
|
11625
|
-
[name$G]: [{ data: $("data", "
|
|
11734
|
+
[name$G]: [{ data: $("data", "GetTranscriptionsInput") }, rawCallTranscriptionSelector]
|
|
11626
11735
|
});
|
|
11627
11736
|
|
|
11628
|
-
const
|
|
11737
|
+
const getTranscriptions = {
|
|
11629
11738
|
__proto__: null,
|
|
11630
11739
|
name: name$G,
|
|
11631
11740
|
query: query$G
|
|
11632
11741
|
};
|
|
11633
11742
|
|
|
11634
|
-
const name$F = "
|
|
11743
|
+
const name$F = "chatcoopListCalendarEvents";
|
|
11635
11744
|
const query$F = Selector("Query")({
|
|
11636
|
-
[name$F]:
|
|
11745
|
+
[name$F]: chatCoopCalendarEventSelector
|
|
11637
11746
|
});
|
|
11638
11747
|
|
|
11639
|
-
const
|
|
11748
|
+
const listCalendarEvents = {
|
|
11640
11749
|
__proto__: null,
|
|
11641
11750
|
name: name$F,
|
|
11642
11751
|
query: query$F
|
|
11643
11752
|
};
|
|
11644
11753
|
|
|
11645
|
-
const name$E = "
|
|
11754
|
+
const name$E = "chatcoopListCalendarRooms";
|
|
11646
11755
|
const query$E = Selector("Query")({
|
|
11647
|
-
[name$E]:
|
|
11756
|
+
[name$E]: chatCoopCalendarRoomOptionSelector
|
|
11648
11757
|
});
|
|
11649
11758
|
|
|
11650
|
-
const
|
|
11759
|
+
const listCalendarRooms = {
|
|
11651
11760
|
__proto__: null,
|
|
11652
11761
|
name: name$E,
|
|
11653
11762
|
query: query$E
|
|
11654
11763
|
};
|
|
11655
11764
|
|
|
11656
|
-
const name$D = "
|
|
11765
|
+
const name$D = "chatcoopListNonProjectCommunicationRooms";
|
|
11657
11766
|
const query$D = Selector("Query")({
|
|
11658
|
-
[name$D]:
|
|
11767
|
+
[name$D]: rawChatcoopNonProjectCommunicationRoomSelector
|
|
11659
11768
|
});
|
|
11660
11769
|
|
|
11661
|
-
const
|
|
11770
|
+
const listNonProjectCommunicationRooms = {
|
|
11662
11771
|
__proto__: null,
|
|
11663
11772
|
name: name$D,
|
|
11664
11773
|
query: query$D
|
|
11665
11774
|
};
|
|
11666
11775
|
|
|
11667
|
-
const name$C = "
|
|
11776
|
+
const name$C = "chatcoopListProjectCommunicationRooms";
|
|
11668
11777
|
const query$C = Selector("Query")({
|
|
11669
|
-
[name$C]:
|
|
11778
|
+
[name$C]: [{ data: $("data", "GetProjectCommunicationRoomsInput!") }, rawChatcoopProjectCommunicationRoomSelector]
|
|
11670
11779
|
});
|
|
11671
11780
|
|
|
11672
|
-
const
|
|
11781
|
+
const listProjectCommunicationRooms = {
|
|
11673
11782
|
__proto__: null,
|
|
11674
11783
|
name: name$C,
|
|
11675
11784
|
query: query$C
|
|
11676
11785
|
};
|
|
11677
11786
|
|
|
11678
|
-
const name$B = "
|
|
11787
|
+
const name$B = "chatcoopListSecretaryRooms";
|
|
11679
11788
|
const query$B = Selector("Query")({
|
|
11680
|
-
[name$B]:
|
|
11789
|
+
[name$B]: rawChatcoopSecretaryRoomSelector
|
|
11681
11790
|
});
|
|
11682
11791
|
|
|
11683
|
-
const
|
|
11792
|
+
const listSecretaryRooms = {
|
|
11684
11793
|
__proto__: null,
|
|
11685
11794
|
name: name$B,
|
|
11686
11795
|
query: query$B
|
|
@@ -11707,7 +11816,9 @@ const index$m = {
|
|
|
11707
11816
|
GetTranscriptions: getTranscriptions,
|
|
11708
11817
|
ListCalendarEvents: listCalendarEvents,
|
|
11709
11818
|
ListCalendarRooms: listCalendarRooms,
|
|
11819
|
+
ListNonProjectCommunicationRooms: listNonProjectCommunicationRooms,
|
|
11710
11820
|
ListProjectCommunicationRooms: listProjectCommunicationRooms,
|
|
11821
|
+
ListSecretaryRooms: listSecretaryRooms,
|
|
11711
11822
|
ListUtcDatesWithNewRoomMessages: listUtcDatesWithNewRoomMessages
|
|
11712
11823
|
};
|
|
11713
11824
|
|
|
@@ -12446,8 +12557,8 @@ const _Client = class _Client {
|
|
|
12446
12557
|
signature
|
|
12447
12558
|
}
|
|
12448
12559
|
};
|
|
12449
|
-
const { [name$
|
|
12450
|
-
mutation$
|
|
12560
|
+
const { [name$45]: result } = await this.thunder("mutation")(
|
|
12561
|
+
mutation$2B,
|
|
12451
12562
|
{
|
|
12452
12563
|
variables
|
|
12453
12564
|
}
|