@coopenomics/sdk 2026.5.15-3 → 2026.5.19-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 +240 -270
- package/dist/index.d.cts +624 -640
- package/dist/index.d.mts +624 -640
- package/dist/index.d.ts +624 -640
- package/dist/index.mjs +240 -270
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1148,13 +1148,13 @@ const AllTypesProps = {
|
|
|
1148
1148
|
signatures: "SignatureInfoInput"
|
|
1149
1149
|
},
|
|
1150
1150
|
GenerationContractSignedMetaDocumentInput: {},
|
|
1151
|
+
GenerationConvertStatementGenerateDocumentInput: {},
|
|
1151
1152
|
GenerationMoneyInvestStatementGenerateDocumentInput: {},
|
|
1152
1153
|
GenerationMoneyInvestStatementSignedDocumentInput: {
|
|
1153
1154
|
meta: "GenerationMoneyInvestStatementSignedMetaDocumentInput",
|
|
1154
1155
|
signatures: "SignatureInfoInput"
|
|
1155
1156
|
},
|
|
1156
1157
|
GenerationMoneyInvestStatementSignedMetaDocumentInput: {},
|
|
1157
|
-
GenerationToMainWalletConvertStatementGenerateDocumentInput: {},
|
|
1158
1158
|
GetAccountInput: {},
|
|
1159
1159
|
GetAccountsInput: {},
|
|
1160
1160
|
GetBranchesInput: {},
|
|
@@ -1377,6 +1377,10 @@ const AllTypesProps = {
|
|
|
1377
1377
|
data: "GenerationContractGenerateDocumentInput",
|
|
1378
1378
|
options: "GenerateDocumentOptionsInput"
|
|
1379
1379
|
},
|
|
1380
|
+
capitalGenerateGenerationConvertStatement: {
|
|
1381
|
+
data: "GenerationConvertStatementGenerateDocumentInput",
|
|
1382
|
+
options: "GenerateDocumentOptionsInput"
|
|
1383
|
+
},
|
|
1380
1384
|
capitalGenerateGenerationMoneyInvestStatement: {
|
|
1381
1385
|
data: "GenerationMoneyInvestStatementGenerateDocumentInput",
|
|
1382
1386
|
options: "GenerateDocumentOptionsInput"
|
|
@@ -1393,18 +1397,6 @@ const AllTypesProps = {
|
|
|
1393
1397
|
data: "GenerateDocumentInput",
|
|
1394
1398
|
options: "GenerateDocumentOptionsInput"
|
|
1395
1399
|
},
|
|
1396
|
-
capitalGenerateGenerationToCapitalizationConvertStatement: {
|
|
1397
|
-
data: "GenerateDocumentInput",
|
|
1398
|
-
options: "GenerateDocumentOptionsInput"
|
|
1399
|
-
},
|
|
1400
|
-
capitalGenerateGenerationToMainWalletConvertStatement: {
|
|
1401
|
-
data: "GenerationToMainWalletConvertStatementGenerateDocumentInput",
|
|
1402
|
-
options: "GenerateDocumentOptionsInput"
|
|
1403
|
-
},
|
|
1404
|
-
capitalGenerateGenerationToProjectConvertStatement: {
|
|
1405
|
-
data: "GenerateDocumentInput",
|
|
1406
|
-
options: "GenerateDocumentOptionsInput"
|
|
1407
|
-
},
|
|
1408
1400
|
capitalGenerateGetLoanDecision: {
|
|
1409
1401
|
data: "GenerateDocumentInput",
|
|
1410
1402
|
options: "GenerateDocumentOptionsInput"
|
|
@@ -3124,7 +3116,9 @@ const ReturnTypes = {
|
|
|
3124
3116
|
can_manage_issues: "Boolean",
|
|
3125
3117
|
can_set_master: "Boolean",
|
|
3126
3118
|
can_set_plan: "Boolean",
|
|
3119
|
+
can_view_artifacts: "Boolean",
|
|
3127
3120
|
has_clearance: "Boolean",
|
|
3121
|
+
has_parent_clearance: "Boolean",
|
|
3128
3122
|
is_guest: "Boolean",
|
|
3129
3123
|
pending_clearance: "Boolean"
|
|
3130
3124
|
},
|
|
@@ -3976,13 +3970,11 @@ const ReturnTypes = {
|
|
|
3976
3970
|
capitalGenerateExpenseDecision: "GeneratedDocument",
|
|
3977
3971
|
capitalGenerateExpenseStatement: "GeneratedDocument",
|
|
3978
3972
|
capitalGenerateGenerationContract: "GeneratedDocument",
|
|
3973
|
+
capitalGenerateGenerationConvertStatement: "GeneratedDocument",
|
|
3979
3974
|
capitalGenerateGenerationMoneyInvestStatement: "GeneratedDocument",
|
|
3980
3975
|
capitalGenerateGenerationPropertyInvestAct: "GeneratedDocument",
|
|
3981
3976
|
capitalGenerateGenerationPropertyInvestDecision: "GeneratedDocument",
|
|
3982
3977
|
capitalGenerateGenerationPropertyInvestStatement: "GeneratedDocument",
|
|
3983
|
-
capitalGenerateGenerationToCapitalizationConvertStatement: "GeneratedDocument",
|
|
3984
|
-
capitalGenerateGenerationToMainWalletConvertStatement: "GeneratedDocument",
|
|
3985
|
-
capitalGenerateGenerationToProjectConvertStatement: "GeneratedDocument",
|
|
3986
3978
|
capitalGenerateGetLoanDecision: "GeneratedDocument",
|
|
3987
3979
|
capitalGenerateGetLoanStatement: "GeneratedDocument",
|
|
3988
3980
|
capitalGenerateProgramMoneyInvestStatement: "GeneratedDocument",
|
|
@@ -6493,37 +6485,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
|
|
|
6493
6485
|
rawRegisteredAccountSelector
|
|
6494
6486
|
);
|
|
6495
6487
|
|
|
6496
|
-
const name$
|
|
6497
|
-
const mutation$
|
|
6498
|
-
[name$
|
|
6488
|
+
const name$4e = "registerAccount";
|
|
6489
|
+
const mutation$2M = Selector("Mutation")({
|
|
6490
|
+
[name$4e]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
|
|
6499
6491
|
});
|
|
6500
6492
|
|
|
6501
6493
|
const registerAccount = {
|
|
6502
6494
|
__proto__: null,
|
|
6503
|
-
mutation: mutation$
|
|
6504
|
-
name: name$
|
|
6495
|
+
mutation: mutation$2M,
|
|
6496
|
+
name: name$4e
|
|
6505
6497
|
};
|
|
6506
6498
|
|
|
6507
|
-
const name$
|
|
6508
|
-
const mutation$
|
|
6509
|
-
[name$
|
|
6499
|
+
const name$4d = "resetKey";
|
|
6500
|
+
const mutation$2L = Selector("Mutation")({
|
|
6501
|
+
[name$4d]: [{ data: $("data", "ResetKeyInput!") }, true]
|
|
6510
6502
|
});
|
|
6511
6503
|
|
|
6512
6504
|
const resetKey = {
|
|
6513
6505
|
__proto__: null,
|
|
6514
|
-
mutation: mutation$
|
|
6515
|
-
name: name$
|
|
6506
|
+
mutation: mutation$2L,
|
|
6507
|
+
name: name$4d
|
|
6516
6508
|
};
|
|
6517
6509
|
|
|
6518
|
-
const name$
|
|
6519
|
-
const mutation$
|
|
6520
|
-
[name$
|
|
6510
|
+
const name$4c = "startResetKey";
|
|
6511
|
+
const mutation$2K = Selector("Mutation")({
|
|
6512
|
+
[name$4c]: [{ data: $("data", "StartResetKeyInput!") }, true]
|
|
6521
6513
|
});
|
|
6522
6514
|
|
|
6523
6515
|
const startResetKey = {
|
|
6524
6516
|
__proto__: null,
|
|
6525
|
-
mutation: mutation$
|
|
6526
|
-
name: name$
|
|
6517
|
+
mutation: mutation$2K,
|
|
6518
|
+
name: name$4c
|
|
6527
6519
|
};
|
|
6528
6520
|
|
|
6529
6521
|
const paginationSelector = {
|
|
@@ -6879,6 +6871,8 @@ const rawProjectPermissionsSelector = {
|
|
|
6879
6871
|
can_set_plan: true,
|
|
6880
6872
|
has_clearance: true,
|
|
6881
6873
|
pending_clearance: true,
|
|
6874
|
+
has_parent_clearance: true,
|
|
6875
|
+
can_view_artifacts: true,
|
|
6882
6876
|
is_guest: true,
|
|
6883
6877
|
can_create_requirement: true,
|
|
6884
6878
|
can_edit_requirement: true,
|
|
@@ -8554,15 +8548,15 @@ const index$R = {
|
|
|
8554
8548
|
webPushSubscriptionSelector: webPushSubscriptionSelector
|
|
8555
8549
|
};
|
|
8556
8550
|
|
|
8557
|
-
const name$
|
|
8558
|
-
const mutation$
|
|
8559
|
-
[name$
|
|
8551
|
+
const name$4b = "updateAccount";
|
|
8552
|
+
const mutation$2J = Selector("Mutation")({
|
|
8553
|
+
[name$4b]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
|
|
8560
8554
|
});
|
|
8561
8555
|
|
|
8562
8556
|
const updateAccount = {
|
|
8563
8557
|
__proto__: null,
|
|
8564
|
-
mutation: mutation$
|
|
8565
|
-
name: name$
|
|
8558
|
+
mutation: mutation$2J,
|
|
8559
|
+
name: name$4b
|
|
8566
8560
|
};
|
|
8567
8561
|
|
|
8568
8562
|
const index$Q = {
|
|
@@ -8573,726 +8567,704 @@ const index$Q = {
|
|
|
8573
8567
|
UpdateAccount: updateAccount
|
|
8574
8568
|
};
|
|
8575
8569
|
|
|
8576
|
-
const name$
|
|
8577
|
-
const mutation$2K = Selector("Mutation")({
|
|
8578
|
-
[name$4c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8579
|
-
});
|
|
8580
|
-
|
|
8581
|
-
const generatePrivacyAgreement = {
|
|
8582
|
-
__proto__: null,
|
|
8583
|
-
mutation: mutation$2K,
|
|
8584
|
-
name: name$4c
|
|
8585
|
-
};
|
|
8586
|
-
|
|
8587
|
-
const name$4b = "generateSignatureAgreement";
|
|
8588
|
-
const mutation$2J = Selector("Mutation")({
|
|
8589
|
-
[name$4b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8590
|
-
});
|
|
8591
|
-
|
|
8592
|
-
const generateSignatureAgreement = {
|
|
8593
|
-
__proto__: null,
|
|
8594
|
-
mutation: mutation$2J,
|
|
8595
|
-
name: name$4b
|
|
8596
|
-
};
|
|
8597
|
-
|
|
8598
|
-
const name$4a = "generateWalletAgreement";
|
|
8570
|
+
const name$4a = "generatePrivacyAgreement";
|
|
8599
8571
|
const mutation$2I = Selector("Mutation")({
|
|
8600
8572
|
[name$4a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8601
8573
|
});
|
|
8602
8574
|
|
|
8603
|
-
const
|
|
8575
|
+
const generatePrivacyAgreement = {
|
|
8604
8576
|
__proto__: null,
|
|
8605
8577
|
mutation: mutation$2I,
|
|
8606
8578
|
name: name$4a
|
|
8607
8579
|
};
|
|
8608
8580
|
|
|
8609
|
-
const name$49 = "
|
|
8581
|
+
const name$49 = "generateSignatureAgreement";
|
|
8610
8582
|
const mutation$2H = Selector("Mutation")({
|
|
8611
8583
|
[name$49]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8612
8584
|
});
|
|
8613
8585
|
|
|
8614
|
-
const
|
|
8586
|
+
const generateSignatureAgreement = {
|
|
8615
8587
|
__proto__: null,
|
|
8616
8588
|
mutation: mutation$2H,
|
|
8617
8589
|
name: name$49
|
|
8618
8590
|
};
|
|
8619
8591
|
|
|
8620
|
-
const name$48 = "
|
|
8592
|
+
const name$48 = "generateWalletAgreement";
|
|
8621
8593
|
const mutation$2G = Selector("Mutation")({
|
|
8622
|
-
[name$48]: [{ data: $("data", "
|
|
8594
|
+
[name$48]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8623
8595
|
});
|
|
8624
8596
|
|
|
8625
|
-
const
|
|
8597
|
+
const generateWalletAgreement = {
|
|
8626
8598
|
__proto__: null,
|
|
8627
8599
|
mutation: mutation$2G,
|
|
8628
8600
|
name: name$48
|
|
8629
8601
|
};
|
|
8630
8602
|
|
|
8631
|
-
const name$47 = "
|
|
8603
|
+
const name$47 = "generateUserAgreement";
|
|
8632
8604
|
const mutation$2F = Selector("Mutation")({
|
|
8633
|
-
[name$47]: [{ data: $("data", "
|
|
8605
|
+
[name$47]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8634
8606
|
});
|
|
8635
8607
|
|
|
8636
|
-
const
|
|
8608
|
+
const generateUserAgreement = {
|
|
8637
8609
|
__proto__: null,
|
|
8638
8610
|
mutation: mutation$2F,
|
|
8639
8611
|
name: name$47
|
|
8640
8612
|
};
|
|
8641
8613
|
|
|
8642
|
-
const name$46 = "
|
|
8614
|
+
const name$46 = "sendAgreement";
|
|
8643
8615
|
const mutation$2E = Selector("Mutation")({
|
|
8644
|
-
[name$46]: [{ data: $("data", "
|
|
8616
|
+
[name$46]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
|
|
8645
8617
|
});
|
|
8646
8618
|
|
|
8647
|
-
const
|
|
8619
|
+
const sendAgreement = {
|
|
8648
8620
|
__proto__: null,
|
|
8649
8621
|
mutation: mutation$2E,
|
|
8650
8622
|
name: name$46
|
|
8651
8623
|
};
|
|
8652
8624
|
|
|
8653
|
-
const
|
|
8654
|
-
__proto__: null,
|
|
8655
|
-
ConfirmAgreement: confirmAgreement,
|
|
8656
|
-
DeclineAgreement: declineAgreement,
|
|
8657
|
-
GeneratePrivacyAgreement: generatePrivacyAgreement,
|
|
8658
|
-
GenerateSignatureAgreement: generateSignatureAgreement,
|
|
8659
|
-
GenerateUserAgreement: generateUserAgreement,
|
|
8660
|
-
GenerateWalletAgreement: generateWalletAgreement,
|
|
8661
|
-
SendAgreement: sendAgreement
|
|
8662
|
-
};
|
|
8663
|
-
|
|
8664
|
-
const name$45 = "refresh";
|
|
8625
|
+
const name$45 = "confirmAgreement";
|
|
8665
8626
|
const mutation$2D = Selector("Mutation")({
|
|
8666
|
-
[name$45]: [{ data: $("data", "
|
|
8627
|
+
[name$45]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
|
|
8667
8628
|
});
|
|
8668
8629
|
|
|
8669
|
-
const
|
|
8630
|
+
const confirmAgreement = {
|
|
8670
8631
|
__proto__: null,
|
|
8671
8632
|
mutation: mutation$2D,
|
|
8672
8633
|
name: name$45
|
|
8673
8634
|
};
|
|
8674
8635
|
|
|
8675
|
-
const name$44 = "
|
|
8636
|
+
const name$44 = "declineAgreement";
|
|
8676
8637
|
const mutation$2C = Selector("Mutation")({
|
|
8677
|
-
[name$44]: [{ data: $("data", "
|
|
8638
|
+
[name$44]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
|
|
8678
8639
|
});
|
|
8679
8640
|
|
|
8680
|
-
const
|
|
8641
|
+
const declineAgreement = {
|
|
8681
8642
|
__proto__: null,
|
|
8682
8643
|
mutation: mutation$2C,
|
|
8683
8644
|
name: name$44
|
|
8684
8645
|
};
|
|
8685
8646
|
|
|
8686
|
-
const
|
|
8647
|
+
const index$P = {
|
|
8648
|
+
__proto__: null,
|
|
8649
|
+
ConfirmAgreement: confirmAgreement,
|
|
8650
|
+
DeclineAgreement: declineAgreement,
|
|
8651
|
+
GeneratePrivacyAgreement: generatePrivacyAgreement,
|
|
8652
|
+
GenerateSignatureAgreement: generateSignatureAgreement,
|
|
8653
|
+
GenerateUserAgreement: generateUserAgreement,
|
|
8654
|
+
GenerateWalletAgreement: generateWalletAgreement,
|
|
8655
|
+
SendAgreement: sendAgreement
|
|
8656
|
+
};
|
|
8657
|
+
|
|
8658
|
+
const name$43 = "refresh";
|
|
8687
8659
|
const mutation$2B = Selector("Mutation")({
|
|
8688
|
-
[name$43]: [{ data: $("data", "
|
|
8660
|
+
[name$43]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
|
|
8689
8661
|
});
|
|
8690
8662
|
|
|
8691
|
-
const
|
|
8663
|
+
const refresh = {
|
|
8692
8664
|
__proto__: null,
|
|
8693
8665
|
mutation: mutation$2B,
|
|
8694
8666
|
name: name$43
|
|
8695
8667
|
};
|
|
8696
8668
|
|
|
8697
|
-
const
|
|
8698
|
-
__proto__: null,
|
|
8699
|
-
Login: login,
|
|
8700
|
-
Logout: logout,
|
|
8701
|
-
Refresh: refresh
|
|
8702
|
-
};
|
|
8703
|
-
|
|
8704
|
-
const name$42 = "addTrustedAccount";
|
|
8669
|
+
const name$42 = "logout";
|
|
8705
8670
|
const mutation$2A = Selector("Mutation")({
|
|
8706
|
-
[name$42]: [{ data: $("data", "
|
|
8671
|
+
[name$42]: [{ data: $("data", "LogoutInput!") }, true]
|
|
8707
8672
|
});
|
|
8708
8673
|
|
|
8709
|
-
const
|
|
8674
|
+
const logout = {
|
|
8710
8675
|
__proto__: null,
|
|
8711
8676
|
mutation: mutation$2A,
|
|
8712
8677
|
name: name$42
|
|
8713
8678
|
};
|
|
8714
8679
|
|
|
8715
|
-
const name$41 = "
|
|
8680
|
+
const name$41 = "login";
|
|
8716
8681
|
const mutation$2z = Selector("Mutation")({
|
|
8717
|
-
[name$41]: [{ data: $("data", "
|
|
8682
|
+
[name$41]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
|
|
8718
8683
|
});
|
|
8719
8684
|
|
|
8720
|
-
const
|
|
8685
|
+
const login = {
|
|
8721
8686
|
__proto__: null,
|
|
8722
8687
|
mutation: mutation$2z,
|
|
8723
8688
|
name: name$41
|
|
8724
8689
|
};
|
|
8725
8690
|
|
|
8726
|
-
const
|
|
8691
|
+
const index$O = {
|
|
8692
|
+
__proto__: null,
|
|
8693
|
+
Login: login,
|
|
8694
|
+
Logout: logout,
|
|
8695
|
+
Refresh: refresh
|
|
8696
|
+
};
|
|
8697
|
+
|
|
8698
|
+
const name$40 = "addTrustedAccount";
|
|
8727
8699
|
const mutation$2y = Selector("Mutation")({
|
|
8728
|
-
[name$40]: [{ data: $("data", "
|
|
8700
|
+
[name$40]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
|
|
8729
8701
|
});
|
|
8730
8702
|
|
|
8731
|
-
const
|
|
8703
|
+
const addTrustedAccount = {
|
|
8732
8704
|
__proto__: null,
|
|
8733
8705
|
mutation: mutation$2y,
|
|
8734
8706
|
name: name$40
|
|
8735
8707
|
};
|
|
8736
8708
|
|
|
8737
|
-
const name$3$ = "
|
|
8709
|
+
const name$3$ = "createBranch";
|
|
8738
8710
|
const mutation$2x = Selector("Mutation")({
|
|
8739
|
-
[name$3$]: [{ data: $("data", "
|
|
8711
|
+
[name$3$]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
|
|
8740
8712
|
});
|
|
8741
8713
|
|
|
8742
|
-
const
|
|
8714
|
+
const createBranch = {
|
|
8743
8715
|
__proto__: null,
|
|
8744
8716
|
mutation: mutation$2x,
|
|
8745
8717
|
name: name$3$
|
|
8746
8718
|
};
|
|
8747
8719
|
|
|
8748
|
-
const name$3_ = "
|
|
8720
|
+
const name$3_ = "deleteBranch";
|
|
8749
8721
|
const mutation$2w = Selector("Mutation")({
|
|
8750
|
-
[name$3_]: [{ data: $("data", "
|
|
8722
|
+
[name$3_]: [{ data: $("data", "DeleteBranchInput!") }, true]
|
|
8751
8723
|
});
|
|
8752
8724
|
|
|
8753
|
-
const
|
|
8725
|
+
const deleteBranch = {
|
|
8754
8726
|
__proto__: null,
|
|
8755
8727
|
mutation: mutation$2w,
|
|
8756
8728
|
name: name$3_
|
|
8757
8729
|
};
|
|
8758
8730
|
|
|
8759
|
-
const name$3Z = "
|
|
8731
|
+
const name$3Z = "deleteTrustedAccount";
|
|
8760
8732
|
const mutation$2v = Selector("Mutation")({
|
|
8761
|
-
[name$3Z]: [{ data: $("data", "
|
|
8733
|
+
[name$3Z]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
|
|
8762
8734
|
});
|
|
8763
8735
|
|
|
8764
|
-
const
|
|
8736
|
+
const deleteTrustedAccount = {
|
|
8765
8737
|
__proto__: null,
|
|
8766
8738
|
mutation: mutation$2v,
|
|
8767
8739
|
name: name$3Z
|
|
8768
8740
|
};
|
|
8769
8741
|
|
|
8770
|
-
const name$3Y = "
|
|
8742
|
+
const name$3Y = "editBranch";
|
|
8771
8743
|
const mutation$2u = Selector("Mutation")({
|
|
8772
|
-
[name$3Y]: [{ data: $("data", "
|
|
8744
|
+
[name$3Y]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
|
|
8773
8745
|
});
|
|
8774
8746
|
|
|
8775
|
-
const
|
|
8747
|
+
const editBranch = {
|
|
8776
8748
|
__proto__: null,
|
|
8777
8749
|
mutation: mutation$2u,
|
|
8778
8750
|
name: name$3Y
|
|
8779
8751
|
};
|
|
8780
8752
|
|
|
8781
|
-
const
|
|
8782
|
-
__proto__: null,
|
|
8783
|
-
AddTrustedAccount: addTrustedAccount,
|
|
8784
|
-
CreateBranch: createBranch,
|
|
8785
|
-
DeleteBranch: deleteBranch,
|
|
8786
|
-
DeleteTrustedAccount: deleteTrustedAccount,
|
|
8787
|
-
EditBranch: editBranch,
|
|
8788
|
-
GenerateSelectBranchDocument: generateSelectBranchDocument,
|
|
8789
|
-
SelectBranch: selectBranch
|
|
8790
|
-
};
|
|
8791
|
-
|
|
8792
|
-
const name$3X = "capitalAddAuthor";
|
|
8753
|
+
const name$3X = "generateSelectBranchDocument";
|
|
8793
8754
|
const mutation$2t = Selector("Mutation")({
|
|
8794
|
-
[name$3X]: [{ data: $("data", "
|
|
8755
|
+
[name$3X]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
8795
8756
|
});
|
|
8796
8757
|
|
|
8797
|
-
const
|
|
8758
|
+
const generateSelectBranchDocument = {
|
|
8798
8759
|
__proto__: null,
|
|
8799
8760
|
mutation: mutation$2t,
|
|
8800
8761
|
name: name$3X
|
|
8801
8762
|
};
|
|
8802
8763
|
|
|
8803
|
-
const name$3W = "
|
|
8764
|
+
const name$3W = "selectBranch";
|
|
8804
8765
|
const mutation$2s = Selector("Mutation")({
|
|
8805
|
-
[name$3W]: [{ data: $("data", "
|
|
8766
|
+
[name$3W]: [{ data: $("data", "SelectBranchInput!") }, true]
|
|
8806
8767
|
});
|
|
8807
8768
|
|
|
8808
|
-
const
|
|
8769
|
+
const selectBranch = {
|
|
8809
8770
|
__proto__: null,
|
|
8810
8771
|
mutation: mutation$2s,
|
|
8811
8772
|
name: name$3W
|
|
8812
8773
|
};
|
|
8813
8774
|
|
|
8814
|
-
const
|
|
8775
|
+
const index$N = {
|
|
8776
|
+
__proto__: null,
|
|
8777
|
+
AddTrustedAccount: addTrustedAccount,
|
|
8778
|
+
CreateBranch: createBranch,
|
|
8779
|
+
DeleteBranch: deleteBranch,
|
|
8780
|
+
DeleteTrustedAccount: deleteTrustedAccount,
|
|
8781
|
+
EditBranch: editBranch,
|
|
8782
|
+
GenerateSelectBranchDocument: generateSelectBranchDocument,
|
|
8783
|
+
SelectBranch: selectBranch
|
|
8784
|
+
};
|
|
8785
|
+
|
|
8786
|
+
const name$3V = "capitalAddAuthor";
|
|
8815
8787
|
const mutation$2r = Selector("Mutation")({
|
|
8816
|
-
[name$3V]: [{ data: $("data", "
|
|
8788
|
+
[name$3V]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
|
|
8817
8789
|
});
|
|
8818
8790
|
|
|
8819
|
-
const
|
|
8791
|
+
const addAuthor = {
|
|
8820
8792
|
__proto__: null,
|
|
8821
8793
|
mutation: mutation$2r,
|
|
8822
8794
|
name: name$3V
|
|
8823
8795
|
};
|
|
8824
8796
|
|
|
8825
|
-
const name$3U = "
|
|
8797
|
+
const name$3U = "capitalApproveCommit";
|
|
8826
8798
|
const mutation$2q = Selector("Mutation")({
|
|
8827
|
-
[name$3U]: [{ data: $("data", "
|
|
8799
|
+
[name$3U]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
|
|
8828
8800
|
});
|
|
8829
8801
|
|
|
8830
|
-
const
|
|
8802
|
+
const approveCommit = {
|
|
8831
8803
|
__proto__: null,
|
|
8832
8804
|
mutation: mutation$2q,
|
|
8833
8805
|
name: name$3U
|
|
8834
8806
|
};
|
|
8835
8807
|
|
|
8836
|
-
const name$3T = "
|
|
8808
|
+
const name$3T = "capitalCalculateVotes";
|
|
8837
8809
|
const mutation$2p = Selector("Mutation")({
|
|
8838
|
-
[name$3T]: [{ data: $("data", "
|
|
8810
|
+
[name$3T]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
|
|
8839
8811
|
});
|
|
8840
8812
|
|
|
8841
|
-
const
|
|
8813
|
+
const calculateVotes = {
|
|
8842
8814
|
__proto__: null,
|
|
8843
8815
|
mutation: mutation$2p,
|
|
8844
8816
|
name: name$3T
|
|
8845
8817
|
};
|
|
8846
8818
|
|
|
8847
|
-
const name$3S = "
|
|
8819
|
+
const name$3S = "capitalCloseProject";
|
|
8848
8820
|
const mutation$2o = Selector("Mutation")({
|
|
8849
|
-
[name$3S]: [{ data: $("data", "
|
|
8821
|
+
[name$3S]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
|
|
8850
8822
|
});
|
|
8851
8823
|
|
|
8852
|
-
const
|
|
8824
|
+
const closeProject = {
|
|
8853
8825
|
__proto__: null,
|
|
8854
8826
|
mutation: mutation$2o,
|
|
8855
8827
|
name: name$3S
|
|
8856
8828
|
};
|
|
8857
8829
|
|
|
8858
|
-
const name$3R = "
|
|
8830
|
+
const name$3R = "capitalCompleteRegistration";
|
|
8859
8831
|
const mutation$2n = Selector("Mutation")({
|
|
8860
|
-
[name$3R]: [{ data: $("data", "
|
|
8832
|
+
[name$3R]: [{ data: $("data", "CompleteCapitalRegistrationInputDTO!") }, rawTransactionSelector]
|
|
8861
8833
|
});
|
|
8862
8834
|
|
|
8863
|
-
const
|
|
8835
|
+
const completeCapitalRegistration = {
|
|
8864
8836
|
__proto__: null,
|
|
8865
8837
|
mutation: mutation$2n,
|
|
8866
8838
|
name: name$3R
|
|
8867
8839
|
};
|
|
8868
8840
|
|
|
8869
|
-
const name$3Q = "
|
|
8841
|
+
const name$3Q = "completeCapitalOnboardingStep";
|
|
8870
8842
|
const mutation$2m = Selector("Mutation")({
|
|
8871
|
-
[name$3Q]: [{ data: $("data", "
|
|
8843
|
+
[name$3Q]: [{ data: $("data", "CapitalOnboardingStepInput!") }, capitalOnboardingStateSelector]
|
|
8872
8844
|
});
|
|
8873
8845
|
|
|
8874
|
-
const
|
|
8846
|
+
const completeOnboardingStep = {
|
|
8875
8847
|
__proto__: null,
|
|
8876
8848
|
mutation: mutation$2m,
|
|
8877
8849
|
name: name$3Q
|
|
8878
8850
|
};
|
|
8879
8851
|
|
|
8880
|
-
const name$3P = "
|
|
8852
|
+
const name$3P = "capitalCompleteVoting";
|
|
8881
8853
|
const mutation$2l = Selector("Mutation")({
|
|
8882
|
-
[name$3P]: [{ data: $("data", "
|
|
8854
|
+
[name$3P]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
|
|
8883
8855
|
});
|
|
8884
8856
|
|
|
8885
|
-
const
|
|
8857
|
+
const completeVoting = {
|
|
8886
8858
|
__proto__: null,
|
|
8887
8859
|
mutation: mutation$2l,
|
|
8888
8860
|
name: name$3P
|
|
8889
8861
|
};
|
|
8890
8862
|
|
|
8891
|
-
const name$3O = "
|
|
8863
|
+
const name$3O = "capitalConvertSegment";
|
|
8892
8864
|
const mutation$2k = Selector("Mutation")({
|
|
8893
|
-
[name$3O]: [{ data: $("data", "
|
|
8865
|
+
[name$3O]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
|
|
8894
8866
|
});
|
|
8895
8867
|
|
|
8896
|
-
const
|
|
8868
|
+
const convertSegment = {
|
|
8897
8869
|
__proto__: null,
|
|
8898
8870
|
mutation: mutation$2k,
|
|
8899
8871
|
name: name$3O
|
|
8900
8872
|
};
|
|
8901
8873
|
|
|
8902
|
-
const name$3N = "
|
|
8874
|
+
const name$3N = "capitalCreateCommit";
|
|
8903
8875
|
const mutation$2j = Selector("Mutation")({
|
|
8904
|
-
[name$3N]: [{ data: $("data", "
|
|
8876
|
+
[name$3N]: [{ data: $("data", "CreateCommitInput!") }, rawCommitSelector]
|
|
8905
8877
|
});
|
|
8906
8878
|
|
|
8907
|
-
const
|
|
8879
|
+
const createCommit = {
|
|
8908
8880
|
__proto__: null,
|
|
8909
8881
|
mutation: mutation$2j,
|
|
8910
8882
|
name: name$3N
|
|
8911
8883
|
};
|
|
8912
8884
|
|
|
8913
|
-
const name$3M = "
|
|
8885
|
+
const name$3M = "capitalCreateCycle";
|
|
8914
8886
|
const mutation$2i = Selector("Mutation")({
|
|
8915
|
-
[name$3M]: [{ data: $("data", "
|
|
8887
|
+
[name$3M]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
|
|
8916
8888
|
});
|
|
8917
8889
|
|
|
8918
|
-
const
|
|
8890
|
+
const createCycle = {
|
|
8919
8891
|
__proto__: null,
|
|
8920
8892
|
mutation: mutation$2i,
|
|
8921
8893
|
name: name$3M
|
|
8922
8894
|
};
|
|
8923
8895
|
|
|
8924
|
-
const name$3L = "
|
|
8896
|
+
const name$3L = "capitalCreateDebt";
|
|
8925
8897
|
const mutation$2h = Selector("Mutation")({
|
|
8926
|
-
[name$3L]: [{ data: $("data", "
|
|
8898
|
+
[name$3L]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
|
|
8927
8899
|
});
|
|
8928
8900
|
|
|
8929
|
-
const
|
|
8901
|
+
const createDebt = {
|
|
8930
8902
|
__proto__: null,
|
|
8931
8903
|
mutation: mutation$2h,
|
|
8932
8904
|
name: name$3L
|
|
8933
8905
|
};
|
|
8934
8906
|
|
|
8935
|
-
const name$3K = "
|
|
8907
|
+
const name$3K = "capitalCreateExpense";
|
|
8936
8908
|
const mutation$2g = Selector("Mutation")({
|
|
8937
|
-
[name$3K]: [{ data: $("data", "
|
|
8909
|
+
[name$3K]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
|
|
8938
8910
|
});
|
|
8939
8911
|
|
|
8940
|
-
const
|
|
8912
|
+
const createExpense = {
|
|
8941
8913
|
__proto__: null,
|
|
8942
8914
|
mutation: mutation$2g,
|
|
8943
8915
|
name: name$3K
|
|
8944
8916
|
};
|
|
8945
8917
|
|
|
8946
|
-
const name$3J = "
|
|
8918
|
+
const name$3J = "capitalCreateIssue";
|
|
8947
8919
|
const mutation$2f = Selector("Mutation")({
|
|
8948
|
-
[name$3J]: [{ data: $("data", "
|
|
8920
|
+
[name$3J]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
|
|
8949
8921
|
});
|
|
8950
8922
|
|
|
8951
|
-
const
|
|
8923
|
+
const createIssue = {
|
|
8952
8924
|
__proto__: null,
|
|
8953
8925
|
mutation: mutation$2f,
|
|
8954
8926
|
name: name$3J
|
|
8955
8927
|
};
|
|
8956
8928
|
|
|
8957
|
-
const name$3I = "
|
|
8929
|
+
const name$3I = "capitalCreateProgramInvest";
|
|
8958
8930
|
const mutation$2e = Selector("Mutation")({
|
|
8959
|
-
[name$3I]: [{ data: $("data", "
|
|
8931
|
+
[name$3I]: [{ data: $("data", "CreateProgramInvestInput!") }, rawTransactionSelector]
|
|
8960
8932
|
});
|
|
8961
8933
|
|
|
8962
|
-
const
|
|
8934
|
+
const createProgramInvest = {
|
|
8963
8935
|
__proto__: null,
|
|
8964
8936
|
mutation: mutation$2e,
|
|
8965
8937
|
name: name$3I
|
|
8966
8938
|
};
|
|
8967
8939
|
|
|
8968
|
-
const name$3H = "
|
|
8940
|
+
const name$3H = "capitalCreateProgramProperty";
|
|
8969
8941
|
const mutation$2d = Selector("Mutation")({
|
|
8970
|
-
[name$3H]: [{ data: $("data", "
|
|
8942
|
+
[name$3H]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
|
|
8971
8943
|
});
|
|
8972
8944
|
|
|
8973
|
-
const
|
|
8945
|
+
const createProgramProperty = {
|
|
8974
8946
|
__proto__: null,
|
|
8975
8947
|
mutation: mutation$2d,
|
|
8976
8948
|
name: name$3H
|
|
8977
8949
|
};
|
|
8978
8950
|
|
|
8979
|
-
const name$3G = "
|
|
8951
|
+
const name$3G = "capitalCreateProject";
|
|
8980
8952
|
const mutation$2c = Selector("Mutation")({
|
|
8981
|
-
[name$3G]: [{ data: $("data", "
|
|
8953
|
+
[name$3G]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
|
|
8982
8954
|
});
|
|
8983
8955
|
|
|
8984
|
-
const
|
|
8956
|
+
const createProject = {
|
|
8985
8957
|
__proto__: null,
|
|
8986
8958
|
mutation: mutation$2c,
|
|
8987
8959
|
name: name$3G
|
|
8988
8960
|
};
|
|
8989
8961
|
|
|
8990
|
-
const name$3F = "
|
|
8962
|
+
const name$3F = "capitalCreateProjectInvest";
|
|
8991
8963
|
const mutation$2b = Selector("Mutation")({
|
|
8992
|
-
[name$3F]: [{ data: $("data", "
|
|
8964
|
+
[name$3F]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
|
|
8993
8965
|
});
|
|
8994
8966
|
|
|
8995
|
-
const
|
|
8967
|
+
const createProjectInvest = {
|
|
8996
8968
|
__proto__: null,
|
|
8997
8969
|
mutation: mutation$2b,
|
|
8998
8970
|
name: name$3F
|
|
8999
8971
|
};
|
|
9000
8972
|
|
|
9001
|
-
const name$3E = "
|
|
8973
|
+
const name$3E = "capitalCreateProjectProperty";
|
|
9002
8974
|
const mutation$2a = Selector("Mutation")({
|
|
9003
|
-
[name$3E]: [{ data: $("data", "
|
|
8975
|
+
[name$3E]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
|
|
9004
8976
|
});
|
|
9005
8977
|
|
|
9006
|
-
const
|
|
8978
|
+
const createProjectProperty = {
|
|
9007
8979
|
__proto__: null,
|
|
9008
8980
|
mutation: mutation$2a,
|
|
9009
8981
|
name: name$3E
|
|
9010
8982
|
};
|
|
9011
8983
|
|
|
9012
|
-
const name$3D = "
|
|
8984
|
+
const name$3D = "capitalCreateStory";
|
|
9013
8985
|
const mutation$29 = Selector("Mutation")({
|
|
9014
|
-
[name$3D]: [{ data: $("data", "
|
|
8986
|
+
[name$3D]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
|
|
9015
8987
|
});
|
|
9016
8988
|
|
|
9017
|
-
const
|
|
8989
|
+
const createStory = {
|
|
9018
8990
|
__proto__: null,
|
|
9019
8991
|
mutation: mutation$29,
|
|
9020
8992
|
name: name$3D
|
|
9021
8993
|
};
|
|
9022
8994
|
|
|
9023
|
-
const name$3C = "
|
|
8995
|
+
const name$3C = "capitalDeclineCommit";
|
|
9024
8996
|
const mutation$28 = Selector("Mutation")({
|
|
9025
|
-
[name$3C]: [{ data: $("data", "
|
|
8997
|
+
[name$3C]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
|
|
9026
8998
|
});
|
|
9027
8999
|
|
|
9028
|
-
const
|
|
9000
|
+
const declineCommit = {
|
|
9029
9001
|
__proto__: null,
|
|
9030
9002
|
mutation: mutation$28,
|
|
9031
9003
|
name: name$3C
|
|
9032
9004
|
};
|
|
9033
9005
|
|
|
9034
|
-
const name$3B = "
|
|
9006
|
+
const name$3B = "capitalDeleteIssue";
|
|
9035
9007
|
const mutation$27 = Selector("Mutation")({
|
|
9036
|
-
[name$3B]: [{ data: $("data", "
|
|
9008
|
+
[name$3B]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
|
|
9037
9009
|
});
|
|
9038
9010
|
|
|
9039
|
-
const
|
|
9011
|
+
const deleteIssue = {
|
|
9040
9012
|
__proto__: null,
|
|
9041
9013
|
mutation: mutation$27,
|
|
9042
9014
|
name: name$3B
|
|
9043
9015
|
};
|
|
9044
9016
|
|
|
9045
|
-
const name$3A = "
|
|
9017
|
+
const name$3A = "capitalMoveIssueToComponent";
|
|
9046
9018
|
const mutation$26 = Selector("Mutation")({
|
|
9047
|
-
[name$3A]: [{ data: $("data", "
|
|
9019
|
+
[name$3A]: [{ data: $("data", "MoveCapitalIssueToComponentInput!") }, rawIssueSelector]
|
|
9048
9020
|
});
|
|
9049
9021
|
|
|
9050
|
-
const
|
|
9022
|
+
const moveIssueToComponent = {
|
|
9051
9023
|
__proto__: null,
|
|
9052
9024
|
mutation: mutation$26,
|
|
9053
9025
|
name: name$3A
|
|
9054
9026
|
};
|
|
9055
9027
|
|
|
9056
|
-
const name$3z = "
|
|
9028
|
+
const name$3z = "capitalDeleteProject";
|
|
9057
9029
|
const mutation$25 = Selector("Mutation")({
|
|
9058
|
-
[name$3z]: [{ data: $("data", "
|
|
9030
|
+
[name$3z]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
|
|
9059
9031
|
});
|
|
9060
9032
|
|
|
9061
|
-
const
|
|
9033
|
+
const deleteProject = {
|
|
9062
9034
|
__proto__: null,
|
|
9063
9035
|
mutation: mutation$25,
|
|
9064
9036
|
name: name$3z
|
|
9065
9037
|
};
|
|
9066
9038
|
|
|
9067
|
-
const name$3y = "
|
|
9039
|
+
const name$3y = "capitalDeleteStory";
|
|
9068
9040
|
const mutation$24 = Selector("Mutation")({
|
|
9069
|
-
[name$3y]: [{ data: $("data", "
|
|
9041
|
+
[name$3y]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
|
|
9070
9042
|
});
|
|
9071
9043
|
|
|
9072
|
-
const
|
|
9044
|
+
const deleteStory = {
|
|
9073
9045
|
__proto__: null,
|
|
9074
9046
|
mutation: mutation$24,
|
|
9075
9047
|
name: name$3y
|
|
9076
9048
|
};
|
|
9077
9049
|
|
|
9078
|
-
const name$3x = "
|
|
9050
|
+
const name$3x = "capitalEditContributor";
|
|
9079
9051
|
const mutation$23 = Selector("Mutation")({
|
|
9080
|
-
[name$3x]: [{ data: $("data", "
|
|
9052
|
+
[name$3x]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
|
|
9081
9053
|
});
|
|
9082
9054
|
|
|
9083
|
-
const
|
|
9055
|
+
const editContributor = {
|
|
9084
9056
|
__proto__: null,
|
|
9085
9057
|
mutation: mutation$23,
|
|
9086
9058
|
name: name$3x
|
|
9087
9059
|
};
|
|
9088
9060
|
|
|
9089
|
-
const name$3w = "
|
|
9061
|
+
const name$3w = "capitalEditProject";
|
|
9090
9062
|
const mutation$22 = Selector("Mutation")({
|
|
9091
|
-
[name$3w]: [{ data: $("data", "
|
|
9063
|
+
[name$3w]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
|
|
9092
9064
|
});
|
|
9093
9065
|
|
|
9094
|
-
const
|
|
9066
|
+
const editProject = {
|
|
9095
9067
|
__proto__: null,
|
|
9096
9068
|
mutation: mutation$22,
|
|
9097
9069
|
name: name$3w
|
|
9098
9070
|
};
|
|
9099
9071
|
|
|
9100
|
-
const name$3v = "
|
|
9072
|
+
const name$3v = "capitalFinalizeProject";
|
|
9101
9073
|
const mutation$21 = Selector("Mutation")({
|
|
9102
|
-
[name$3v]: [{ data: $("data", "
|
|
9074
|
+
[name$3v]: [{ data: $("data", "FinalizeProjectInput!") }, projectSelector]
|
|
9103
9075
|
});
|
|
9104
9076
|
|
|
9105
|
-
const
|
|
9077
|
+
const finalizeProject = {
|
|
9106
9078
|
__proto__: null,
|
|
9107
9079
|
mutation: mutation$21,
|
|
9108
9080
|
name: name$3v
|
|
9109
9081
|
};
|
|
9110
9082
|
|
|
9111
|
-
const name$3u = "
|
|
9083
|
+
const name$3u = "capitalFundProgram";
|
|
9112
9084
|
const mutation$20 = Selector("Mutation")({
|
|
9113
|
-
[name$3u]: [{ data: $("data", "
|
|
9085
|
+
[name$3u]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
|
|
9114
9086
|
});
|
|
9115
9087
|
|
|
9116
|
-
const
|
|
9088
|
+
const fundProgram = {
|
|
9117
9089
|
__proto__: null,
|
|
9118
9090
|
mutation: mutation$20,
|
|
9119
9091
|
name: name$3u
|
|
9120
9092
|
};
|
|
9121
9093
|
|
|
9122
|
-
const name$3t = "
|
|
9094
|
+
const name$3t = "capitalGenerateCapitalizationAgreement";
|
|
9123
9095
|
const mutation$1$ = Selector("Mutation")({
|
|
9124
9096
|
[name$3t]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9125
9097
|
});
|
|
9126
9098
|
|
|
9127
|
-
const
|
|
9099
|
+
const generateCapitalizationAgreement = {
|
|
9128
9100
|
__proto__: null,
|
|
9129
9101
|
mutation: mutation$1$,
|
|
9130
9102
|
name: name$3t
|
|
9131
9103
|
};
|
|
9132
9104
|
|
|
9133
|
-
const name$3s = "
|
|
9105
|
+
const name$3s = "capitalGenerateCapitalizationMoneyInvestStatement";
|
|
9134
9106
|
const mutation$1_ = Selector("Mutation")({
|
|
9135
9107
|
[name$3s]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9136
9108
|
});
|
|
9137
9109
|
|
|
9138
|
-
const
|
|
9110
|
+
const generateCapitalizationMoneyInvestStatement = {
|
|
9139
9111
|
__proto__: null,
|
|
9140
9112
|
mutation: mutation$1_,
|
|
9141
9113
|
name: name$3s
|
|
9142
9114
|
};
|
|
9143
9115
|
|
|
9144
|
-
const name$3r = "
|
|
9116
|
+
const name$3r = "capitalGenerateCapitalizationPropertyInvestAct";
|
|
9145
9117
|
const mutation$1Z = Selector("Mutation")({
|
|
9146
9118
|
[name$3r]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9147
9119
|
});
|
|
9148
9120
|
|
|
9149
|
-
const
|
|
9121
|
+
const generateCapitalizationPropertyInvestAct = {
|
|
9150
9122
|
__proto__: null,
|
|
9151
9123
|
mutation: mutation$1Z,
|
|
9152
9124
|
name: name$3r
|
|
9153
9125
|
};
|
|
9154
9126
|
|
|
9155
|
-
const name$3q = "
|
|
9127
|
+
const name$3q = "capitalGenerateCapitalizationPropertyInvestDecision";
|
|
9156
9128
|
const mutation$1Y = Selector("Mutation")({
|
|
9157
9129
|
[name$3q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9158
9130
|
});
|
|
9159
9131
|
|
|
9160
|
-
const
|
|
9132
|
+
const generateCapitalizationPropertyInvestDecision = {
|
|
9161
9133
|
__proto__: null,
|
|
9162
9134
|
mutation: mutation$1Y,
|
|
9163
9135
|
name: name$3q
|
|
9164
9136
|
};
|
|
9165
9137
|
|
|
9166
|
-
const name$3p = "
|
|
9138
|
+
const name$3p = "capitalGenerateCapitalizationPropertyInvestStatement";
|
|
9167
9139
|
const mutation$1X = Selector("Mutation")({
|
|
9168
|
-
[name$3p]: [
|
|
9169
|
-
{ data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
|
|
9170
|
-
generateCapitalRegistrationDocumentsOutputSelector
|
|
9171
|
-
]
|
|
9140
|
+
[name$3p]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9172
9141
|
});
|
|
9173
9142
|
|
|
9174
|
-
const
|
|
9143
|
+
const generateCapitalizationPropertyInvestStatement = {
|
|
9175
9144
|
__proto__: null,
|
|
9176
9145
|
mutation: mutation$1X,
|
|
9177
9146
|
name: name$3p
|
|
9178
9147
|
};
|
|
9179
9148
|
|
|
9180
|
-
const name$3o = "
|
|
9149
|
+
const name$3o = "capitalGenerateCapitalizationToMainWalletConvertStatement";
|
|
9181
9150
|
const mutation$1W = Selector("Mutation")({
|
|
9182
|
-
[name$3o]: [{ data: $("data", "
|
|
9151
|
+
[name$3o]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9183
9152
|
});
|
|
9184
9153
|
|
|
9185
|
-
const
|
|
9154
|
+
const generateCapitalizationToMainWalletConvertStatement = {
|
|
9186
9155
|
__proto__: null,
|
|
9187
9156
|
mutation: mutation$1W,
|
|
9188
9157
|
name: name$3o
|
|
9189
9158
|
};
|
|
9190
9159
|
|
|
9191
|
-
const name$3n = "
|
|
9160
|
+
const name$3n = "capitalGenerateRegistrationDocuments";
|
|
9192
9161
|
const mutation$1V = Selector("Mutation")({
|
|
9193
|
-
[name$3n]: [
|
|
9162
|
+
[name$3n]: [
|
|
9163
|
+
{ data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
|
|
9164
|
+
generateCapitalRegistrationDocumentsOutputSelector
|
|
9165
|
+
]
|
|
9194
9166
|
});
|
|
9195
9167
|
|
|
9196
|
-
const
|
|
9168
|
+
const generateCapitalRegistrationDocuments = {
|
|
9197
9169
|
__proto__: null,
|
|
9198
9170
|
mutation: mutation$1V,
|
|
9199
9171
|
name: name$3n
|
|
9200
9172
|
};
|
|
9201
9173
|
|
|
9202
|
-
const name$3m = "
|
|
9174
|
+
const name$3m = "capitalGenerateComponentGenerationContract";
|
|
9203
9175
|
const mutation$1U = Selector("Mutation")({
|
|
9204
|
-
[name$3m]: [{ data: $("data", "
|
|
9176
|
+
[name$3m]: [{ data: $("data", "ComponentGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9205
9177
|
});
|
|
9206
9178
|
|
|
9207
|
-
const
|
|
9179
|
+
const generateComponentGenerationContract = {
|
|
9208
9180
|
__proto__: null,
|
|
9209
9181
|
mutation: mutation$1U,
|
|
9210
9182
|
name: name$3m
|
|
9211
9183
|
};
|
|
9212
9184
|
|
|
9213
|
-
const name$3l = "
|
|
9185
|
+
const name$3l = "capitalGenerateExpenseDecision";
|
|
9214
9186
|
const mutation$1T = Selector("Mutation")({
|
|
9215
|
-
[name$3l]: [{ data: $("data", "
|
|
9187
|
+
[name$3l]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9216
9188
|
});
|
|
9217
9189
|
|
|
9218
|
-
const
|
|
9190
|
+
const generateExpenseDecision = {
|
|
9219
9191
|
__proto__: null,
|
|
9220
9192
|
mutation: mutation$1T,
|
|
9221
9193
|
name: name$3l
|
|
9222
9194
|
};
|
|
9223
9195
|
|
|
9224
|
-
const name$3k = "
|
|
9196
|
+
const name$3k = "capitalGenerateExpenseStatement";
|
|
9225
9197
|
const mutation$1S = Selector("Mutation")({
|
|
9226
|
-
[name$3k]: [{ data: $("data", "
|
|
9198
|
+
[name$3k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9227
9199
|
});
|
|
9228
9200
|
|
|
9229
|
-
const
|
|
9201
|
+
const generateExpenseStatement = {
|
|
9230
9202
|
__proto__: null,
|
|
9231
9203
|
mutation: mutation$1S,
|
|
9232
9204
|
name: name$3k
|
|
9233
9205
|
};
|
|
9234
9206
|
|
|
9235
|
-
const name$3j = "
|
|
9207
|
+
const name$3j = "capitalGenerateGenerationContract";
|
|
9236
9208
|
const mutation$1R = Selector("Mutation")({
|
|
9237
|
-
[name$3j]: [{ data: $("data", "
|
|
9209
|
+
[name$3j]: [{ data: $("data", "GenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9238
9210
|
});
|
|
9239
9211
|
|
|
9240
|
-
const
|
|
9212
|
+
const generateGenerationContract = {
|
|
9241
9213
|
__proto__: null,
|
|
9242
9214
|
mutation: mutation$1R,
|
|
9243
9215
|
name: name$3j
|
|
9244
9216
|
};
|
|
9245
9217
|
|
|
9246
|
-
const name$3i = "
|
|
9218
|
+
const name$3i = "capitalGenerateGenerationMoneyInvestStatement";
|
|
9247
9219
|
const mutation$1Q = Selector("Mutation")({
|
|
9248
|
-
[name$3i]: [{ data: $("data", "
|
|
9220
|
+
[name$3i]: [{ data: $("data", "GenerationMoneyInvestStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9249
9221
|
});
|
|
9250
9222
|
|
|
9251
|
-
const
|
|
9223
|
+
const generateGenerationMoneyInvestStatement = {
|
|
9252
9224
|
__proto__: null,
|
|
9253
9225
|
mutation: mutation$1Q,
|
|
9254
9226
|
name: name$3i
|
|
9255
9227
|
};
|
|
9256
9228
|
|
|
9257
|
-
const name$3h = "
|
|
9229
|
+
const name$3h = "capitalGenerateGenerationPropertyInvestAct";
|
|
9258
9230
|
const mutation$1P = Selector("Mutation")({
|
|
9259
9231
|
[name$3h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9260
9232
|
});
|
|
9261
9233
|
|
|
9262
|
-
const
|
|
9234
|
+
const generateGenerationPropertyInvestAct = {
|
|
9263
9235
|
__proto__: null,
|
|
9264
9236
|
mutation: mutation$1P,
|
|
9265
9237
|
name: name$3h
|
|
9266
9238
|
};
|
|
9267
9239
|
|
|
9268
|
-
const name$3g = "
|
|
9240
|
+
const name$3g = "capitalGenerateGenerationPropertyInvestDecision";
|
|
9269
9241
|
const mutation$1O = Selector("Mutation")({
|
|
9270
9242
|
[name$3g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9271
9243
|
});
|
|
9272
9244
|
|
|
9273
|
-
const
|
|
9245
|
+
const generateGenerationPropertyInvestDecision = {
|
|
9274
9246
|
__proto__: null,
|
|
9275
9247
|
mutation: mutation$1O,
|
|
9276
9248
|
name: name$3g
|
|
9277
9249
|
};
|
|
9278
9250
|
|
|
9279
|
-
const name$3f = "
|
|
9251
|
+
const name$3f = "capitalGenerateGenerationPropertyInvestStatement";
|
|
9280
9252
|
const mutation$1N = Selector("Mutation")({
|
|
9281
|
-
[name$3f]: [{ data: $("data", "
|
|
9253
|
+
[name$3f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9282
9254
|
});
|
|
9283
9255
|
|
|
9284
|
-
const
|
|
9256
|
+
const generateGenerationPropertyInvestStatement = {
|
|
9285
9257
|
__proto__: null,
|
|
9286
9258
|
mutation: mutation$1N,
|
|
9287
9259
|
name: name$3f
|
|
9288
9260
|
};
|
|
9289
9261
|
|
|
9290
|
-
const name$3e = "
|
|
9262
|
+
const name$3e = "capitalGenerateGenerationConvertStatement";
|
|
9291
9263
|
const mutation$1M = Selector("Mutation")({
|
|
9292
|
-
[name$3e]: [{ data: $("data", "
|
|
9264
|
+
[name$3e]: [{ data: $("data", "GenerationConvertStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
9293
9265
|
});
|
|
9294
9266
|
|
|
9295
|
-
const
|
|
9267
|
+
const generateGenerationConvertStatement = {
|
|
9296
9268
|
__proto__: null,
|
|
9297
9269
|
mutation: mutation$1M,
|
|
9298
9270
|
name: name$3e
|
|
@@ -9630,13 +9602,11 @@ const index$M = {
|
|
|
9630
9602
|
GenerateExpenseDecision: generateExpenseDecision,
|
|
9631
9603
|
GenerateExpenseStatement: generateExpenseStatement,
|
|
9632
9604
|
GenerateGenerationContract: generateGenerationContract,
|
|
9605
|
+
GenerateGenerationConvertStatement: generateGenerationConvertStatement,
|
|
9633
9606
|
GenerateGenerationMoneyInvestStatement: generateGenerationMoneyInvestStatement,
|
|
9634
9607
|
GenerateGenerationPropertyInvestAct: generateGenerationPropertyInvestAct,
|
|
9635
9608
|
GenerateGenerationPropertyInvestDecision: generateGenerationPropertyInvestDecision,
|
|
9636
9609
|
GenerateGenerationPropertyInvestStatement: generateGenerationPropertyInvestStatement,
|
|
9637
|
-
GenerateGenerationToCapitalizationConvertStatement: generateGenerationToCapitalizationConvertStatement,
|
|
9638
|
-
GenerateGenerationToMainWalletConvertStatement: generateGenerationToMainWalletConvertStatement,
|
|
9639
|
-
GenerateGenerationToProjectConvertStatement: generateGenerationToProjectConvertStatement,
|
|
9640
9610
|
GenerateGetLoanDecision: generateGetLoanDecision,
|
|
9641
9611
|
GenerateGetLoanStatement: generateGetLoanStatement,
|
|
9642
9612
|
GenerateProgramMoneyInvestStatement: generateProgramMoneyInvestStatement,
|
|
@@ -12470,8 +12440,8 @@ const _Client = class _Client {
|
|
|
12470
12440
|
signature
|
|
12471
12441
|
}
|
|
12472
12442
|
};
|
|
12473
|
-
const { [name$
|
|
12474
|
-
mutation$
|
|
12443
|
+
const { [name$41]: result } = await this.thunder("mutation")(
|
|
12444
|
+
mutation$2z,
|
|
12475
12445
|
{
|
|
12476
12446
|
variables
|
|
12477
12447
|
}
|