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