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