@coopenomics/sdk 2025.11.20-alpha-1 → 2025.11.24-alpha-1

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 CHANGED
@@ -893,6 +893,7 @@ const AllTypesProps = {
893
893
  },
894
894
  CapitalTimeEntriesFilter: {},
895
895
  CapitalTimeStatsInput: {},
896
+ CheckMatrixUsernameInput: {},
896
897
  CloseProjectInput: {},
897
898
  CommitApproveInput: {},
898
899
  CommitDeclineInput: {},
@@ -965,6 +966,7 @@ const AllTypesProps = {
965
966
  priority: "IssuePriority",
966
967
  status: "IssueStatus"
967
968
  },
969
+ CreateMatrixAccountInputDTO: {},
968
970
  CreateOrganizationDataInput: {
969
971
  bank_account: "BankAccountInput",
970
972
  details: "OrganizationDetailsInput",
@@ -1043,6 +1045,10 @@ const AllTypesProps = {
1043
1045
  filter: "JSON"
1044
1046
  },
1045
1047
  GetExpenseInput: {},
1048
+ GetExtensionLogsInput: {
1049
+ createdFrom: "DateTime",
1050
+ createdTo: "DateTime"
1051
+ },
1046
1052
  GetExtensionsInput: {},
1047
1053
  GetInstallationStatusInput: {},
1048
1054
  GetInvestInput: {},
@@ -1330,6 +1336,9 @@ const AllTypesProps = {
1330
1336
  confirmSupplyOnRequest: {
1331
1337
  data: "ConfirmSupplyOnRequestInput"
1332
1338
  },
1339
+ coopgramCreateAccount: {
1340
+ data: "CreateMatrixAccountInputDTO"
1341
+ },
1333
1342
  createAnnualGeneralMeet: {
1334
1343
  data: "CreateAnnualGeneralMeetInput"
1335
1344
  },
@@ -1501,7 +1510,7 @@ const AllTypesProps = {
1501
1510
  data: "NotifyOnAnnualGeneralMeetInput"
1502
1511
  },
1503
1512
  processConvertToAxonStatement: {
1504
- signedDocument: "ConvertToAxonStatementSignedDocumentInput"
1513
+ data: "ProcessConvertToAxonStatementInput"
1505
1514
  },
1506
1515
  prohibitRequest: {
1507
1516
  data: "ProhibitRequestInput"
@@ -1612,6 +1621,9 @@ const AllTypesProps = {
1612
1621
  },
1613
1622
  PaymentStatus: "enum",
1614
1623
  PaymentType: "enum",
1624
+ ProcessConvertToAxonStatementInput: {
1625
+ signedDocument: "ConvertToAxonStatementSignedDocumentInput"
1626
+ },
1615
1627
  ProgramInvestStatus: "enum",
1616
1628
  ProhibitRequestInput: {},
1617
1629
  ProjectFreeDecisionGenerateDocumentInput: {},
@@ -1744,6 +1756,9 @@ const AllTypesProps = {
1744
1756
  filter: "ApprovalFilter",
1745
1757
  options: "PaginationInput"
1746
1758
  },
1759
+ coopgramCheckUsernameAvailability: {
1760
+ data: "CheckMatrixUsernameInput"
1761
+ },
1747
1762
  getAccount: {
1748
1763
  data: "GetAccountInput"
1749
1764
  },
@@ -1769,6 +1784,10 @@ const AllTypesProps = {
1769
1784
  getDocuments: {
1770
1785
  data: "GetDocumentsInput"
1771
1786
  },
1787
+ getExtensionLogs: {
1788
+ data: "GetExtensionLogsInput",
1789
+ options: "PaginationInput"
1790
+ },
1772
1791
  getExtensions: {
1773
1792
  data: "GetExtensionsInput"
1774
1793
  },
@@ -2949,6 +2968,20 @@ const ReturnTypes = {
2949
2968
  title: "String",
2950
2969
  updated_at: "DateTime"
2951
2970
  },
2971
+ ExtensionLog: {
2972
+ created_at: "DateTime",
2973
+ data: "String",
2974
+ extension_local_id: "Float",
2975
+ id: "Float",
2976
+ name: "String",
2977
+ updated_at: "DateTime"
2978
+ },
2979
+ ExtensionLogsPaginationResult: {
2980
+ currentPage: "Int",
2981
+ items: "ExtensionLog",
2982
+ totalCount: "Int",
2983
+ totalPages: "Int"
2984
+ },
2952
2985
  GatewayPayment: {
2953
2986
  blockchain_data: "JSON",
2954
2987
  can_change_status: "Boolean",
@@ -3034,6 +3067,11 @@ const ReturnTypes = {
3034
3067
  chartOfAccounts: "ChartOfAccountsItem",
3035
3068
  coopname: "String"
3036
3069
  },
3070
+ MatrixAccountStatusResponseDTO: {
3071
+ hasAccount: "Boolean",
3072
+ iframeUrl: "String",
3073
+ matrixUsername: "String"
3074
+ },
3037
3075
  Meet: {
3038
3076
  authorization: "DocumentAggregate",
3039
3077
  close_at: "DateTime",
@@ -3206,6 +3244,7 @@ const ReturnTypes = {
3206
3244
  confirmAgreement: "Transaction",
3207
3245
  confirmReceiveOnRequest: "Transaction",
3208
3246
  confirmSupplyOnRequest: "Transaction",
3247
+ coopgramCreateAccount: "Boolean",
3209
3248
  createAnnualGeneralMeet: "MeetAggregate",
3210
3249
  createBankAccount: "PaymentMethod",
3211
3250
  createBranch: "Branch",
@@ -3593,6 +3632,8 @@ const ReturnTypes = {
3593
3632
  capitalVotes: "PaginatedCapitalVotesPaginationResult",
3594
3633
  chairmanApproval: "Approval",
3595
3634
  chairmanApprovals: "PaginatedChairmanApprovalsPaginationResult",
3635
+ coopgramCheckUsernameAvailability: "Boolean",
3636
+ coopgramGetAccountStatus: "MatrixAccountStatusResponseDTO",
3596
3637
  getAccount: "Account",
3597
3638
  getAccounts: "AccountsPaginationResult",
3598
3639
  getActions: "PaginatedActionsPaginationResult",
@@ -3603,6 +3644,7 @@ const ReturnTypes = {
3603
3644
  getDeltas: "PaginatedDeltasPaginationResult",
3604
3645
  getDesktop: "Desktop",
3605
3646
  getDocuments: "DocumentsAggregatePaginationResult",
3647
+ getExtensionLogs: "ExtensionLogsPaginationResult",
3606
3648
  getExtensions: "Extension",
3607
3649
  getInstallationStatus: "InstallationStatus",
3608
3650
  getLedger: "LedgerState",
@@ -4538,7 +4580,7 @@ var UserStatus = /* @__PURE__ */ ((UserStatus2) => {
4538
4580
  return UserStatus2;
4539
4581
  })(UserStatus || {});
4540
4582
 
4541
- const index$D = {
4583
+ const index$F = {
4542
4584
  __proto__: null,
4543
4585
  $: $,
4544
4586
  AccountType: AccountType,
@@ -4969,37 +5011,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
4969
5011
  rawRegisteredAccountSelector
4970
5012
  );
4971
5013
 
4972
- const name$3k = "registerAccount";
4973
- const mutation$2r = Selector("Mutation")({
4974
- [name$3k]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
5014
+ const name$3o = "registerAccount";
5015
+ const mutation$2s = Selector("Mutation")({
5016
+ [name$3o]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
4975
5017
  });
4976
5018
 
4977
5019
  const registerAccount = {
4978
5020
  __proto__: null,
4979
- mutation: mutation$2r,
4980
- name: name$3k
5021
+ mutation: mutation$2s,
5022
+ name: name$3o
4981
5023
  };
4982
5024
 
4983
- const name$3j = "resetKey";
4984
- const mutation$2q = Selector("Mutation")({
4985
- [name$3j]: [{ data: $("data", "ResetKeyInput!") }, true]
5025
+ const name$3n = "resetKey";
5026
+ const mutation$2r = Selector("Mutation")({
5027
+ [name$3n]: [{ data: $("data", "ResetKeyInput!") }, true]
4986
5028
  });
4987
5029
 
4988
5030
  const resetKey = {
4989
5031
  __proto__: null,
4990
- mutation: mutation$2q,
4991
- name: name$3j
5032
+ mutation: mutation$2r,
5033
+ name: name$3n
4992
5034
  };
4993
5035
 
4994
- const name$3i = "startResetKey";
4995
- const mutation$2p = Selector("Mutation")({
4996
- [name$3i]: [{ data: $("data", "StartResetKeyInput!") }, true]
5036
+ const name$3m = "startResetKey";
5037
+ const mutation$2q = Selector("Mutation")({
5038
+ [name$3m]: [{ data: $("data", "StartResetKeyInput!") }, true]
4997
5039
  });
4998
5040
 
4999
5041
  const startResetKey = {
5000
5042
  __proto__: null,
5001
- mutation: mutation$2p,
5002
- name: name$3i
5043
+ mutation: mutation$2q,
5044
+ name: name$3m
5003
5045
  };
5004
5046
 
5005
5047
  const paginationSelector = {
@@ -5739,6 +5781,13 @@ const approvalSelector = Selector("Approval")(rawApprovalSelector);
5739
5781
  const rawApprovalsPaginationSelector = { ...paginationSelector, items: rawApprovalSelector };
5740
5782
  const approvalsPaginationSelector = Selector("PaginatedChairmanApprovalsPaginationResult")(rawApprovalsPaginationSelector);
5741
5783
 
5784
+ const rawCoopgramAccountStatusSelector = {
5785
+ hasAccount: true,
5786
+ matrixUsername: true,
5787
+ iframeUrl: true
5788
+ };
5789
+ const coopgramAccountStatusSelector = Selector("MatrixAccountStatusResponseDTO")(rawCoopgramAccountStatusSelector);
5790
+
5742
5791
  const rawDesktopSelector$1 = {
5743
5792
  name: true,
5744
5793
  title: true,
@@ -6186,18 +6235,18 @@ const rawCreateWithdrawResponseSelector = {
6186
6235
  };
6187
6236
  const createWithdrawResponseSelector = Selector("CreateWithdrawResponse")(rawCreateWithdrawResponseSelector);
6188
6237
 
6189
- const name$3h = "updateAccount";
6190
- const mutation$2o = Selector("Mutation")({
6191
- [name$3h]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6238
+ const name$3l = "updateAccount";
6239
+ const mutation$2p = Selector("Mutation")({
6240
+ [name$3l]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6192
6241
  });
6193
6242
 
6194
6243
  const updateAccount = {
6195
6244
  __proto__: null,
6196
- mutation: mutation$2o,
6197
- name: name$3h
6245
+ mutation: mutation$2p,
6246
+ name: name$3l
6198
6247
  };
6199
6248
 
6200
- const index$C = {
6249
+ const index$E = {
6201
6250
  __proto__: null,
6202
6251
  RegisterAccount: registerAccount,
6203
6252
  ResetKey: resetKey,
@@ -6205,84 +6254,84 @@ const index$C = {
6205
6254
  UpdateAccount: updateAccount
6206
6255
  };
6207
6256
 
6208
- const name$3g = "generatePrivacyAgreement";
6209
- const mutation$2n = Selector("Mutation")({
6210
- [name$3g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6257
+ const name$3k = "generatePrivacyAgreement";
6258
+ const mutation$2o = Selector("Mutation")({
6259
+ [name$3k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6211
6260
  });
6212
6261
 
6213
6262
  const generatePrivacyAgreement = {
6214
6263
  __proto__: null,
6215
- mutation: mutation$2n,
6216
- name: name$3g
6264
+ mutation: mutation$2o,
6265
+ name: name$3k
6217
6266
  };
6218
6267
 
6219
- const name$3f = "generateSignatureAgreement";
6220
- const mutation$2m = Selector("Mutation")({
6221
- [name$3f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6268
+ const name$3j = "generateSignatureAgreement";
6269
+ const mutation$2n = Selector("Mutation")({
6270
+ [name$3j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6222
6271
  });
6223
6272
 
6224
6273
  const generateSignatureAgreement = {
6225
6274
  __proto__: null,
6226
- mutation: mutation$2m,
6227
- name: name$3f
6275
+ mutation: mutation$2n,
6276
+ name: name$3j
6228
6277
  };
6229
6278
 
6230
- const name$3e = "generateWalletAgreement";
6231
- const mutation$2l = Selector("Mutation")({
6232
- [name$3e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6279
+ const name$3i = "generateWalletAgreement";
6280
+ const mutation$2m = Selector("Mutation")({
6281
+ [name$3i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6233
6282
  });
6234
6283
 
6235
6284
  const generateWalletAgreement = {
6236
6285
  __proto__: null,
6237
- mutation: mutation$2l,
6238
- name: name$3e
6286
+ mutation: mutation$2m,
6287
+ name: name$3i
6239
6288
  };
6240
6289
 
6241
- const name$3d = "generateUserAgreement";
6242
- const mutation$2k = Selector("Mutation")({
6243
- [name$3d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6290
+ const name$3h = "generateUserAgreement";
6291
+ const mutation$2l = Selector("Mutation")({
6292
+ [name$3h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6244
6293
  });
6245
6294
 
6246
6295
  const generateUserAgreement = {
6247
6296
  __proto__: null,
6248
- mutation: mutation$2k,
6249
- name: name$3d
6297
+ mutation: mutation$2l,
6298
+ name: name$3h
6250
6299
  };
6251
6300
 
6252
- const name$3c = "sendAgreement";
6253
- const mutation$2j = Selector("Mutation")({
6254
- [name$3c]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6301
+ const name$3g = "sendAgreement";
6302
+ const mutation$2k = Selector("Mutation")({
6303
+ [name$3g]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6255
6304
  });
6256
6305
 
6257
6306
  const sendAgreement = {
6258
6307
  __proto__: null,
6259
- mutation: mutation$2j,
6260
- name: name$3c
6308
+ mutation: mutation$2k,
6309
+ name: name$3g
6261
6310
  };
6262
6311
 
6263
- const name$3b = "confirmAgreement";
6264
- const mutation$2i = Selector("Mutation")({
6265
- [name$3b]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6312
+ const name$3f = "confirmAgreement";
6313
+ const mutation$2j = Selector("Mutation")({
6314
+ [name$3f]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6266
6315
  });
6267
6316
 
6268
6317
  const confirmAgreement = {
6269
6318
  __proto__: null,
6270
- mutation: mutation$2i,
6271
- name: name$3b
6319
+ mutation: mutation$2j,
6320
+ name: name$3f
6272
6321
  };
6273
6322
 
6274
- const name$3a = "declineAgreement";
6275
- const mutation$2h = Selector("Mutation")({
6276
- [name$3a]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6323
+ const name$3e = "declineAgreement";
6324
+ const mutation$2i = Selector("Mutation")({
6325
+ [name$3e]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6277
6326
  });
6278
6327
 
6279
6328
  const declineAgreement = {
6280
6329
  __proto__: null,
6281
- mutation: mutation$2h,
6282
- name: name$3a
6330
+ mutation: mutation$2i,
6331
+ name: name$3e
6283
6332
  };
6284
6333
 
6285
- const index$B = {
6334
+ const index$D = {
6286
6335
  __proto__: null,
6287
6336
  ConfirmAgreement: confirmAgreement,
6288
6337
  DeclineAgreement: declineAgreement,
@@ -6293,124 +6342,124 @@ const index$B = {
6293
6342
  SendAgreement: sendAgreement
6294
6343
  };
6295
6344
 
6296
- const name$39 = "refresh";
6297
- const mutation$2g = Selector("Mutation")({
6298
- [name$39]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6345
+ const name$3d = "refresh";
6346
+ const mutation$2h = Selector("Mutation")({
6347
+ [name$3d]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6299
6348
  });
6300
6349
 
6301
6350
  const refresh = {
6302
6351
  __proto__: null,
6303
- mutation: mutation$2g,
6304
- name: name$39
6352
+ mutation: mutation$2h,
6353
+ name: name$3d
6305
6354
  };
6306
6355
 
6307
- const name$38 = "logout";
6308
- const mutation$2f = Selector("Mutation")({
6309
- [name$38]: [{ data: $("data", "LogoutInput!") }, true]
6356
+ const name$3c = "logout";
6357
+ const mutation$2g = Selector("Mutation")({
6358
+ [name$3c]: [{ data: $("data", "LogoutInput!") }, true]
6310
6359
  });
6311
6360
 
6312
6361
  const logout = {
6313
6362
  __proto__: null,
6314
- mutation: mutation$2f,
6315
- name: name$38
6363
+ mutation: mutation$2g,
6364
+ name: name$3c
6316
6365
  };
6317
6366
 
6318
- const name$37 = "login";
6319
- const mutation$2e = Selector("Mutation")({
6320
- [name$37]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6367
+ const name$3b = "login";
6368
+ const mutation$2f = Selector("Mutation")({
6369
+ [name$3b]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6321
6370
  });
6322
6371
 
6323
6372
  const login = {
6324
6373
  __proto__: null,
6325
- mutation: mutation$2e,
6326
- name: name$37
6374
+ mutation: mutation$2f,
6375
+ name: name$3b
6327
6376
  };
6328
6377
 
6329
- const index$A = {
6378
+ const index$C = {
6330
6379
  __proto__: null,
6331
6380
  Login: login,
6332
6381
  Logout: logout,
6333
6382
  Refresh: refresh
6334
6383
  };
6335
6384
 
6336
- const name$36 = "addTrustedAccount";
6337
- const mutation$2d = Selector("Mutation")({
6338
- [name$36]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6385
+ const name$3a = "addTrustedAccount";
6386
+ const mutation$2e = Selector("Mutation")({
6387
+ [name$3a]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6339
6388
  });
6340
6389
 
6341
6390
  const addTrustedAccount = {
6342
6391
  __proto__: null,
6343
- mutation: mutation$2d,
6344
- name: name$36
6392
+ mutation: mutation$2e,
6393
+ name: name$3a
6345
6394
  };
6346
6395
 
6347
- const name$35 = "createBranch";
6348
- const mutation$2c = Selector("Mutation")({
6349
- [name$35]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6396
+ const name$39 = "createBranch";
6397
+ const mutation$2d = Selector("Mutation")({
6398
+ [name$39]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6350
6399
  });
6351
6400
 
6352
6401
  const createBranch = {
6353
6402
  __proto__: null,
6354
- mutation: mutation$2c,
6355
- name: name$35
6403
+ mutation: mutation$2d,
6404
+ name: name$39
6356
6405
  };
6357
6406
 
6358
- const name$34 = "deleteBranch";
6359
- const mutation$2b = Selector("Mutation")({
6360
- [name$34]: [{ data: $("data", "DeleteBranchInput!") }, true]
6407
+ const name$38 = "deleteBranch";
6408
+ const mutation$2c = Selector("Mutation")({
6409
+ [name$38]: [{ data: $("data", "DeleteBranchInput!") }, true]
6361
6410
  });
6362
6411
 
6363
6412
  const deleteBranch = {
6364
6413
  __proto__: null,
6365
- mutation: mutation$2b,
6366
- name: name$34
6414
+ mutation: mutation$2c,
6415
+ name: name$38
6367
6416
  };
6368
6417
 
6369
- const name$33 = "deleteTrustedAccount";
6370
- const mutation$2a = Selector("Mutation")({
6371
- [name$33]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6418
+ const name$37 = "deleteTrustedAccount";
6419
+ const mutation$2b = Selector("Mutation")({
6420
+ [name$37]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6372
6421
  });
6373
6422
 
6374
6423
  const deleteTrustedAccount = {
6375
6424
  __proto__: null,
6376
- mutation: mutation$2a,
6377
- name: name$33
6425
+ mutation: mutation$2b,
6426
+ name: name$37
6378
6427
  };
6379
6428
 
6380
- const name$32 = "editBranch";
6381
- const mutation$29 = Selector("Mutation")({
6382
- [name$32]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6429
+ const name$36 = "editBranch";
6430
+ const mutation$2a = Selector("Mutation")({
6431
+ [name$36]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6383
6432
  });
6384
6433
 
6385
6434
  const editBranch = {
6386
6435
  __proto__: null,
6387
- mutation: mutation$29,
6388
- name: name$32
6436
+ mutation: mutation$2a,
6437
+ name: name$36
6389
6438
  };
6390
6439
 
6391
- const name$31 = "generateSelectBranchDocument";
6392
- const mutation$28 = Selector("Mutation")({
6393
- [name$31]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6440
+ const name$35 = "generateSelectBranchDocument";
6441
+ const mutation$29 = Selector("Mutation")({
6442
+ [name$35]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6394
6443
  });
6395
6444
 
6396
6445
  const generateSelectBranchDocument = {
6397
6446
  __proto__: null,
6398
- mutation: mutation$28,
6399
- name: name$31
6447
+ mutation: mutation$29,
6448
+ name: name$35
6400
6449
  };
6401
6450
 
6402
- const name$30 = "selectBranch";
6403
- const mutation$27 = Selector("Mutation")({
6404
- [name$30]: [{ data: $("data", "SelectBranchInput!") }, true]
6451
+ const name$34 = "selectBranch";
6452
+ const mutation$28 = Selector("Mutation")({
6453
+ [name$34]: [{ data: $("data", "SelectBranchInput!") }, true]
6405
6454
  });
6406
6455
 
6407
6456
  const selectBranch = {
6408
6457
  __proto__: null,
6409
- mutation: mutation$27,
6410
- name: name$30
6458
+ mutation: mutation$28,
6459
+ name: name$34
6411
6460
  };
6412
6461
 
6413
- const index$z = {
6462
+ const index$B = {
6414
6463
  __proto__: null,
6415
6464
  AddTrustedAccount: addTrustedAccount,
6416
6465
  CreateBranch: createBranch,
@@ -6421,733 +6470,733 @@ const index$z = {
6421
6470
  SelectBranch: selectBranch
6422
6471
  };
6423
6472
 
6424
- const name$2$ = "capitalSetConfig";
6425
- const mutation$26 = Selector("Mutation")({
6426
- [name$2$]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6473
+ const name$33 = "capitalSetConfig";
6474
+ const mutation$27 = Selector("Mutation")({
6475
+ [name$33]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6427
6476
  });
6428
6477
 
6429
6478
  const setConfig = {
6479
+ __proto__: null,
6480
+ mutation: mutation$27,
6481
+ name: name$33
6482
+ };
6483
+
6484
+ const name$32 = "capitalCreateProject";
6485
+ const mutation$26 = Selector("Mutation")({
6486
+ [name$32]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6487
+ });
6488
+
6489
+ const createProject = {
6430
6490
  __proto__: null,
6431
6491
  mutation: mutation$26,
6432
- name: name$2$
6492
+ name: name$32
6433
6493
  };
6434
6494
 
6435
- const name$2_ = "capitalCreateProject";
6495
+ const name$31 = "capitalCreateDebt";
6436
6496
  const mutation$25 = Selector("Mutation")({
6437
- [name$2_]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6497
+ [name$31]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6438
6498
  });
6439
6499
 
6440
- const createProject = {
6500
+ const createDebt = {
6441
6501
  __proto__: null,
6442
6502
  mutation: mutation$25,
6443
- name: name$2_
6503
+ name: name$31
6444
6504
  };
6445
6505
 
6446
- const name$2Z = "capitalCreateDebt";
6506
+ const name$30 = "capitalFundProgram";
6447
6507
  const mutation$24 = Selector("Mutation")({
6448
- [name$2Z]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6508
+ [name$30]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6449
6509
  });
6450
6510
 
6451
- const createDebt = {
6511
+ const fundProgram = {
6452
6512
  __proto__: null,
6453
6513
  mutation: mutation$24,
6454
- name: name$2Z
6514
+ name: name$30
6455
6515
  };
6456
6516
 
6457
- const name$2Y = "capitalFundProgram";
6517
+ const name$2$ = "capitalFundProject";
6458
6518
  const mutation$23 = Selector("Mutation")({
6459
- [name$2Y]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6519
+ [name$2$]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6460
6520
  });
6461
6521
 
6462
- const fundProgram = {
6522
+ const fundProject = {
6463
6523
  __proto__: null,
6464
6524
  mutation: mutation$23,
6465
- name: name$2Y
6525
+ name: name$2$
6466
6526
  };
6467
6527
 
6468
- const name$2X = "capitalFundProject";
6528
+ const name$2_ = "capitalRefreshProgram";
6469
6529
  const mutation$22 = Selector("Mutation")({
6470
- [name$2X]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6530
+ [name$2_]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6471
6531
  });
6472
6532
 
6473
- const fundProject = {
6533
+ const refreshProgram = {
6474
6534
  __proto__: null,
6475
6535
  mutation: mutation$22,
6476
- name: name$2X
6536
+ name: name$2_
6477
6537
  };
6478
6538
 
6479
- const name$2W = "capitalRefreshProgram";
6539
+ const name$2Z = "capitalRefreshProject";
6480
6540
  const mutation$21 = Selector("Mutation")({
6481
- [name$2W]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6541
+ [name$2Z]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6482
6542
  });
6483
6543
 
6484
- const refreshProgram = {
6544
+ const refreshProject = {
6485
6545
  __proto__: null,
6486
6546
  mutation: mutation$21,
6487
- name: name$2W
6547
+ name: name$2Z
6488
6548
  };
6489
6549
 
6490
- const name$2V = "capitalRefreshProject";
6550
+ const name$2Y = "capitalCreateCommit";
6491
6551
  const mutation$20 = Selector("Mutation")({
6492
- [name$2V]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6552
+ [name$2Y]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6493
6553
  });
6494
6554
 
6495
- const refreshProject = {
6555
+ const createCommit = {
6496
6556
  __proto__: null,
6497
6557
  mutation: mutation$20,
6498
- name: name$2V
6558
+ name: name$2Y
6499
6559
  };
6500
6560
 
6501
- const name$2U = "capitalCreateCommit";
6561
+ const name$2X = "capitalApproveCommit";
6502
6562
  const mutation$1$ = Selector("Mutation")({
6503
- [name$2U]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6563
+ [name$2X]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6504
6564
  });
6505
6565
 
6506
- const createCommit = {
6566
+ const approveCommit = {
6507
6567
  __proto__: null,
6508
6568
  mutation: mutation$1$,
6509
- name: name$2U
6569
+ name: name$2X
6510
6570
  };
6511
6571
 
6512
- const name$2T = "capitalApproveCommit";
6572
+ const name$2W = "capitalDeclineCommit";
6513
6573
  const mutation$1_ = Selector("Mutation")({
6514
- [name$2T]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6574
+ [name$2W]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6515
6575
  });
6516
6576
 
6517
- const approveCommit = {
6577
+ const declineCommit = {
6518
6578
  __proto__: null,
6519
6579
  mutation: mutation$1_,
6520
- name: name$2T
6580
+ name: name$2W
6521
6581
  };
6522
6582
 
6523
- const name$2S = "capitalDeclineCommit";
6583
+ const name$2V = "capitalRefreshSegment";
6524
6584
  const mutation$1Z = Selector("Mutation")({
6525
- [name$2S]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6585
+ [name$2V]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6526
6586
  });
6527
6587
 
6528
- const declineCommit = {
6588
+ const refreshSegment = {
6529
6589
  __proto__: null,
6530
6590
  mutation: mutation$1Z,
6531
- name: name$2S
6591
+ name: name$2V
6532
6592
  };
6533
6593
 
6534
- const name$2R = "capitalRefreshSegment";
6594
+ const name$2U = "capitalCreateProjectInvest";
6535
6595
  const mutation$1Y = Selector("Mutation")({
6536
- [name$2R]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6596
+ [name$2U]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6537
6597
  });
6538
6598
 
6539
- const refreshSegment = {
6599
+ const createProjectInvest = {
6540
6600
  __proto__: null,
6541
6601
  mutation: mutation$1Y,
6542
- name: name$2R
6602
+ name: name$2U
6543
6603
  };
6544
6604
 
6545
- const name$2Q = "capitalCreateProjectInvest";
6605
+ const name$2T = "capitalRegisterContributor";
6546
6606
  const mutation$1X = Selector("Mutation")({
6547
- [name$2Q]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6607
+ [name$2T]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6548
6608
  });
6549
6609
 
6550
- const createProjectInvest = {
6610
+ const registerContributor = {
6551
6611
  __proto__: null,
6552
6612
  mutation: mutation$1X,
6553
- name: name$2Q
6613
+ name: name$2T
6554
6614
  };
6555
6615
 
6556
- const name$2P = "capitalRegisterContributor";
6616
+ const name$2S = "capitalImportContributor";
6557
6617
  const mutation$1W = Selector("Mutation")({
6558
- [name$2P]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6618
+ [name$2S]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6559
6619
  });
6560
6620
 
6561
- const registerContributor = {
6621
+ const importContributor = {
6562
6622
  __proto__: null,
6563
6623
  mutation: mutation$1W,
6564
- name: name$2P
6624
+ name: name$2S
6565
6625
  };
6566
6626
 
6567
- const name$2O = "capitalImportContributor";
6627
+ const name$2R = "capitalMakeClearance";
6568
6628
  const mutation$1V = Selector("Mutation")({
6569
- [name$2O]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6629
+ [name$2R]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6570
6630
  });
6571
6631
 
6572
- const importContributor = {
6632
+ const makeClearance = {
6573
6633
  __proto__: null,
6574
6634
  mutation: mutation$1V,
6575
- name: name$2O
6635
+ name: name$2R
6576
6636
  };
6577
6637
 
6578
- const name$2N = "capitalMakeClearance";
6638
+ const name$2Q = "capitalSetMaster";
6579
6639
  const mutation$1U = Selector("Mutation")({
6580
- [name$2N]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6640
+ [name$2Q]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6581
6641
  });
6582
6642
 
6583
- const makeClearance = {
6643
+ const setMaster = {
6584
6644
  __proto__: null,
6585
6645
  mutation: mutation$1U,
6586
- name: name$2N
6646
+ name: name$2Q
6587
6647
  };
6588
6648
 
6589
- const name$2M = "capitalSetMaster";
6649
+ const name$2P = "capitalAddAuthor";
6590
6650
  const mutation$1T = Selector("Mutation")({
6591
- [name$2M]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6651
+ [name$2P]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6592
6652
  });
6593
6653
 
6594
- const setMaster = {
6654
+ const addAuthor = {
6595
6655
  __proto__: null,
6596
6656
  mutation: mutation$1T,
6597
- name: name$2M
6657
+ name: name$2P
6598
6658
  };
6599
6659
 
6600
- const name$2L = "capitalAddAuthor";
6660
+ const name$2O = "capitalSetPlan";
6601
6661
  const mutation$1S = Selector("Mutation")({
6602
- [name$2L]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6662
+ [name$2O]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6603
6663
  });
6604
6664
 
6605
- const addAuthor = {
6665
+ const setPlan = {
6606
6666
  __proto__: null,
6607
6667
  mutation: mutation$1S,
6608
- name: name$2L
6668
+ name: name$2O
6609
6669
  };
6610
6670
 
6611
- const name$2K = "capitalSetPlan";
6671
+ const name$2N = "capitalStartProject";
6612
6672
  const mutation$1R = Selector("Mutation")({
6613
- [name$2K]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6673
+ [name$2N]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6614
6674
  });
6615
6675
 
6616
- const setPlan = {
6676
+ const startProject = {
6617
6677
  __proto__: null,
6618
6678
  mutation: mutation$1R,
6619
- name: name$2K
6679
+ name: name$2N
6620
6680
  };
6621
6681
 
6622
- const name$2J = "capitalStartProject";
6682
+ const name$2M = "capitalOpenProject";
6623
6683
  const mutation$1Q = Selector("Mutation")({
6624
- [name$2J]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6684
+ [name$2M]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6625
6685
  });
6626
6686
 
6627
- const startProject = {
6687
+ const openProject = {
6628
6688
  __proto__: null,
6629
6689
  mutation: mutation$1Q,
6630
- name: name$2J
6690
+ name: name$2M
6631
6691
  };
6632
6692
 
6633
- const name$2I = "capitalOpenProject";
6693
+ const name$2L = "capitalCloseProject";
6634
6694
  const mutation$1P = Selector("Mutation")({
6635
- [name$2I]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6695
+ [name$2L]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6636
6696
  });
6637
6697
 
6638
- const openProject = {
6698
+ const closeProject = {
6639
6699
  __proto__: null,
6640
6700
  mutation: mutation$1P,
6641
- name: name$2I
6701
+ name: name$2L
6642
6702
  };
6643
6703
 
6644
- const name$2H = "capitalCloseProject";
6704
+ const name$2K = "capitalStopProject";
6645
6705
  const mutation$1O = Selector("Mutation")({
6646
- [name$2H]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6706
+ [name$2K]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6647
6707
  });
6648
6708
 
6649
- const closeProject = {
6709
+ const stopProject = {
6650
6710
  __proto__: null,
6651
6711
  mutation: mutation$1O,
6652
- name: name$2H
6712
+ name: name$2K
6653
6713
  };
6654
6714
 
6655
- const name$2G = "capitalStopProject";
6715
+ const name$2J = "capitalDeleteProject";
6656
6716
  const mutation$1N = Selector("Mutation")({
6657
- [name$2G]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6717
+ [name$2J]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6658
6718
  });
6659
6719
 
6660
- const stopProject = {
6720
+ const deleteProject = {
6661
6721
  __proto__: null,
6662
6722
  mutation: mutation$1N,
6663
- name: name$2G
6723
+ name: name$2J
6664
6724
  };
6665
6725
 
6666
- const name$2F = "capitalDeleteProject";
6726
+ const name$2I = "capitalEditProject";
6667
6727
  const mutation$1M = Selector("Mutation")({
6668
- [name$2F]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6728
+ [name$2I]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6669
6729
  });
6670
6730
 
6671
- const deleteProject = {
6731
+ const editProject = {
6672
6732
  __proto__: null,
6673
6733
  mutation: mutation$1M,
6674
- name: name$2F
6734
+ name: name$2I
6675
6735
  };
6676
6736
 
6677
- const name$2E = "capitalEditProject";
6737
+ const name$2H = "capitalCreateProjectProperty";
6678
6738
  const mutation$1L = Selector("Mutation")({
6679
- [name$2E]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6739
+ [name$2H]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6680
6740
  });
6681
6741
 
6682
- const editProject = {
6742
+ const createProjectProperty = {
6683
6743
  __proto__: null,
6684
6744
  mutation: mutation$1L,
6685
- name: name$2E
6745
+ name: name$2H
6686
6746
  };
6687
6747
 
6688
- const name$2D = "capitalCreateProjectProperty";
6748
+ const name$2G = "capitalCreateProgramProperty";
6689
6749
  const mutation$1K = Selector("Mutation")({
6690
- [name$2D]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6750
+ [name$2G]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6691
6751
  });
6692
6752
 
6693
- const createProjectProperty = {
6753
+ const createProgramProperty = {
6694
6754
  __proto__: null,
6695
6755
  mutation: mutation$1K,
6696
- name: name$2D
6756
+ name: name$2G
6697
6757
  };
6698
6758
 
6699
- const name$2C = "capitalCreateProgramProperty";
6759
+ const name$2F = "capitalPushResult";
6700
6760
  const mutation$1J = Selector("Mutation")({
6701
- [name$2C]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6761
+ [name$2F]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6702
6762
  });
6703
6763
 
6704
- const createProgramProperty = {
6764
+ const pushResult = {
6705
6765
  __proto__: null,
6706
6766
  mutation: mutation$1J,
6707
- name: name$2C
6767
+ name: name$2F
6708
6768
  };
6709
6769
 
6710
- const name$2B = "capitalPushResult";
6770
+ const name$2E = "capitalConvertSegment";
6711
6771
  const mutation$1I = Selector("Mutation")({
6712
- [name$2B]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6772
+ [name$2E]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6713
6773
  });
6714
6774
 
6715
- const pushResult = {
6775
+ const convertSegment = {
6716
6776
  __proto__: null,
6717
6777
  mutation: mutation$1I,
6718
- name: name$2B
6778
+ name: name$2E
6719
6779
  };
6720
6780
 
6721
- const name$2A = "capitalConvertSegment";
6781
+ const name$2D = "capitalStartVoting";
6722
6782
  const mutation$1H = Selector("Mutation")({
6723
- [name$2A]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6783
+ [name$2D]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6724
6784
  });
6725
6785
 
6726
- const convertSegment = {
6786
+ const startVoting = {
6727
6787
  __proto__: null,
6728
6788
  mutation: mutation$1H,
6729
- name: name$2A
6789
+ name: name$2D
6730
6790
  };
6731
6791
 
6732
- const name$2z = "capitalStartVoting";
6792
+ const name$2C = "capitalSubmitVote";
6733
6793
  const mutation$1G = Selector("Mutation")({
6734
- [name$2z]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6794
+ [name$2C]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6735
6795
  });
6736
6796
 
6737
- const startVoting = {
6797
+ const submitVote = {
6738
6798
  __proto__: null,
6739
6799
  mutation: mutation$1G,
6740
- name: name$2z
6800
+ name: name$2C
6741
6801
  };
6742
6802
 
6743
- const name$2y = "capitalSubmitVote";
6803
+ const name$2B = "capitalCompleteVoting";
6744
6804
  const mutation$1F = Selector("Mutation")({
6745
- [name$2y]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6805
+ [name$2B]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6746
6806
  });
6747
6807
 
6748
- const submitVote = {
6808
+ const completeVoting = {
6749
6809
  __proto__: null,
6750
6810
  mutation: mutation$1F,
6751
- name: name$2y
6811
+ name: name$2B
6752
6812
  };
6753
6813
 
6754
- const name$2x = "capitalCompleteVoting";
6814
+ const name$2A = "capitalCalculateVotes";
6755
6815
  const mutation$1E = Selector("Mutation")({
6756
- [name$2x]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6816
+ [name$2A]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6757
6817
  });
6758
6818
 
6759
- const completeVoting = {
6819
+ const calculateVotes = {
6760
6820
  __proto__: null,
6761
6821
  mutation: mutation$1E,
6762
- name: name$2x
6822
+ name: name$2A
6763
6823
  };
6764
6824
 
6765
- const name$2w = "capitalCalculateVotes";
6825
+ const name$2z = "capitalCreateStory";
6766
6826
  const mutation$1D = Selector("Mutation")({
6767
- [name$2w]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6827
+ [name$2z]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6768
6828
  });
6769
6829
 
6770
- const calculateVotes = {
6830
+ const createStory = {
6771
6831
  __proto__: null,
6772
6832
  mutation: mutation$1D,
6773
- name: name$2w
6833
+ name: name$2z
6774
6834
  };
6775
6835
 
6776
- const name$2v = "capitalCreateStory";
6836
+ const name$2y = "capitalUpdateStory";
6777
6837
  const mutation$1C = Selector("Mutation")({
6778
- [name$2v]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6838
+ [name$2y]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6779
6839
  });
6780
6840
 
6781
- const createStory = {
6841
+ const updateStory = {
6782
6842
  __proto__: null,
6783
6843
  mutation: mutation$1C,
6784
- name: name$2v
6844
+ name: name$2y
6785
6845
  };
6786
6846
 
6787
- const name$2u = "capitalUpdateStory";
6847
+ const name$2x = "capitalDeleteStory";
6788
6848
  const mutation$1B = Selector("Mutation")({
6789
- [name$2u]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6849
+ [name$2x]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6790
6850
  });
6791
6851
 
6792
- const updateStory = {
6852
+ const deleteStory = {
6793
6853
  __proto__: null,
6794
6854
  mutation: mutation$1B,
6795
- name: name$2u
6855
+ name: name$2x
6796
6856
  };
6797
6857
 
6798
- const name$2t = "capitalDeleteStory";
6858
+ const name$2w = "capitalCreateIssue";
6799
6859
  const mutation$1A = Selector("Mutation")({
6800
- [name$2t]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6860
+ [name$2w]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6801
6861
  });
6802
6862
 
6803
- const deleteStory = {
6863
+ const createIssue = {
6804
6864
  __proto__: null,
6805
6865
  mutation: mutation$1A,
6806
- name: name$2t
6866
+ name: name$2w
6807
6867
  };
6808
6868
 
6809
- const name$2s = "capitalCreateIssue";
6869
+ const name$2v = "capitalUpdateIssue";
6810
6870
  const mutation$1z = Selector("Mutation")({
6811
- [name$2s]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6871
+ [name$2v]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6812
6872
  });
6813
6873
 
6814
- const createIssue = {
6874
+ const updateIssue = {
6815
6875
  __proto__: null,
6816
6876
  mutation: mutation$1z,
6817
- name: name$2s
6877
+ name: name$2v
6818
6878
  };
6819
6879
 
6820
- const name$2r = "capitalUpdateIssue";
6880
+ const name$2u = "capitalDeleteIssue";
6821
6881
  const mutation$1y = Selector("Mutation")({
6822
- [name$2r]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6882
+ [name$2u]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6823
6883
  });
6824
6884
 
6825
- const updateIssue = {
6885
+ const deleteIssue = {
6826
6886
  __proto__: null,
6827
6887
  mutation: mutation$1y,
6828
- name: name$2r
6888
+ name: name$2u
6829
6889
  };
6830
6890
 
6831
- const name$2q = "capitalDeleteIssue";
6891
+ const name$2t = "capitalCreateCycle";
6832
6892
  const mutation$1x = Selector("Mutation")({
6833
- [name$2q]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6893
+ [name$2t]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6834
6894
  });
6835
6895
 
6836
- const deleteIssue = {
6896
+ const createCycle = {
6837
6897
  __proto__: null,
6838
6898
  mutation: mutation$1x,
6839
- name: name$2q
6899
+ name: name$2t
6840
6900
  };
6841
6901
 
6842
- const name$2p = "capitalCreateCycle";
6902
+ const name$2s = "capitalCreateExpense";
6843
6903
  const mutation$1w = Selector("Mutation")({
6844
- [name$2p]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6904
+ [name$2s]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6845
6905
  });
6846
6906
 
6847
- const createCycle = {
6907
+ const createExpense = {
6848
6908
  __proto__: null,
6849
6909
  mutation: mutation$1w,
6850
- name: name$2p
6910
+ name: name$2s
6851
6911
  };
6852
6912
 
6853
- const name$2o = "capitalCreateExpense";
6913
+ const name$2r = "capitalGenerateCapitalizationAgreement";
6854
6914
  const mutation$1v = Selector("Mutation")({
6855
- [name$2o]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6915
+ [name$2r]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6856
6916
  });
6857
6917
 
6858
- const createExpense = {
6918
+ const generateCapitalizationAgreement = {
6859
6919
  __proto__: null,
6860
6920
  mutation: mutation$1v,
6861
- name: name$2o
6921
+ name: name$2r
6862
6922
  };
6863
6923
 
6864
- const name$2n = "capitalGenerateCapitalizationAgreement";
6924
+ const name$2q = "capitalGenerateGenerationAgreement";
6865
6925
  const mutation$1u = Selector("Mutation")({
6866
- [name$2n]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6926
+ [name$2q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6867
6927
  });
6868
6928
 
6869
- const generateCapitalizationAgreement = {
6929
+ const generateGenerationAgreement = {
6870
6930
  __proto__: null,
6871
6931
  mutation: mutation$1u,
6872
- name: name$2n
6932
+ name: name$2q
6873
6933
  };
6874
6934
 
6875
- const name$2m = "capitalGenerateGenerationAgreement";
6935
+ const name$2p = "capitalGenerateAppendixGenerationAgreement";
6876
6936
  const mutation$1t = Selector("Mutation")({
6877
- [name$2m]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6937
+ [name$2p]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6878
6938
  });
6879
6939
 
6880
- const generateGenerationAgreement = {
6940
+ const generateAppendixGenerationAgreement = {
6881
6941
  __proto__: null,
6882
6942
  mutation: mutation$1t,
6883
- name: name$2m
6943
+ name: name$2p
6884
6944
  };
6885
6945
 
6886
- const name$2l = "capitalGenerateAppendixGenerationAgreement";
6946
+ const name$2o = "capitalGenerateExpenseStatement";
6887
6947
  const mutation$1s = Selector("Mutation")({
6888
- [name$2l]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6948
+ [name$2o]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6889
6949
  });
6890
6950
 
6891
- const generateAppendixGenerationAgreement = {
6951
+ const generateExpenseStatement = {
6892
6952
  __proto__: null,
6893
6953
  mutation: mutation$1s,
6894
- name: name$2l
6954
+ name: name$2o
6895
6955
  };
6896
6956
 
6897
- const name$2k = "capitalGenerateExpenseStatement";
6957
+ const name$2n = "capitalGenerateExpenseDecision";
6898
6958
  const mutation$1r = Selector("Mutation")({
6899
- [name$2k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6959
+ [name$2n]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6900
6960
  });
6901
6961
 
6902
- const generateExpenseStatement = {
6962
+ const generateExpenseDecision = {
6903
6963
  __proto__: null,
6904
6964
  mutation: mutation$1r,
6905
- name: name$2k
6965
+ name: name$2n
6906
6966
  };
6907
6967
 
6908
- const name$2j = "capitalGenerateExpenseDecision";
6968
+ const name$2m = "capitalGenerateGenerationMoneyInvestStatement";
6909
6969
  const mutation$1q = Selector("Mutation")({
6910
- [name$2j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6970
+ [name$2m]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6911
6971
  });
6912
6972
 
6913
- const generateExpenseDecision = {
6973
+ const generateGenerationMoneyInvestStatement = {
6914
6974
  __proto__: null,
6915
6975
  mutation: mutation$1q,
6916
- name: name$2j
6976
+ name: name$2m
6917
6977
  };
6918
6978
 
6919
- const name$2i = "capitalGenerateGenerationMoneyInvestStatement";
6979
+ const name$2l = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6920
6980
  const mutation$1p = Selector("Mutation")({
6921
- [name$2i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6981
+ [name$2l]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6922
6982
  });
6923
6983
 
6924
- const generateGenerationMoneyInvestStatement = {
6984
+ const generateGenerationMoneyReturnUnusedStatement = {
6925
6985
  __proto__: null,
6926
6986
  mutation: mutation$1p,
6927
- name: name$2i
6987
+ name: name$2l
6928
6988
  };
6929
6989
 
6930
- const name$2h = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6990
+ const name$2k = "capitalGenerateCapitalizationMoneyInvestStatement";
6931
6991
  const mutation$1o = Selector("Mutation")({
6932
- [name$2h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6992
+ [name$2k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6933
6993
  });
6934
6994
 
6935
- const generateGenerationMoneyReturnUnusedStatement = {
6995
+ const generateCapitalizationMoneyInvestStatement = {
6936
6996
  __proto__: null,
6937
6997
  mutation: mutation$1o,
6938
- name: name$2h
6998
+ name: name$2k
6939
6999
  };
6940
7000
 
6941
- const name$2g = "capitalGenerateCapitalizationMoneyInvestStatement";
7001
+ const name$2j = "capitalGenerateResultContributionStatement";
6942
7002
  const mutation$1n = Selector("Mutation")({
6943
- [name$2g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7003
+ [name$2j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6944
7004
  });
6945
7005
 
6946
- const generateCapitalizationMoneyInvestStatement = {
7006
+ const generateResultContributionStatement = {
6947
7007
  __proto__: null,
6948
7008
  mutation: mutation$1n,
6949
- name: name$2g
7009
+ name: name$2j
6950
7010
  };
6951
7011
 
6952
- const name$2f = "capitalGenerateResultContributionStatement";
7012
+ const name$2i = "capitalGenerateResultContributionDecision";
6953
7013
  const mutation$1m = Selector("Mutation")({
6954
- [name$2f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7014
+ [name$2i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6955
7015
  });
6956
7016
 
6957
- const generateResultContributionStatement = {
7017
+ const generateResultContributionDecision = {
6958
7018
  __proto__: null,
6959
7019
  mutation: mutation$1m,
6960
- name: name$2f
7020
+ name: name$2i
6961
7021
  };
6962
7022
 
6963
- const name$2e = "capitalGenerateResultContributionDecision";
7023
+ const name$2h = "capitalGenerateResultContributionAct";
6964
7024
  const mutation$1l = Selector("Mutation")({
6965
- [name$2e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7025
+ [name$2h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6966
7026
  });
6967
7027
 
6968
- const generateResultContributionDecision = {
7028
+ const generateResultContributionAct = {
6969
7029
  __proto__: null,
6970
7030
  mutation: mutation$1l,
6971
- name: name$2e
7031
+ name: name$2h
6972
7032
  };
6973
7033
 
6974
- const name$2d = "capitalGenerateResultContributionAct";
7034
+ const name$2g = "capitalGenerateGetLoanStatement";
6975
7035
  const mutation$1k = Selector("Mutation")({
6976
- [name$2d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7036
+ [name$2g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6977
7037
  });
6978
7038
 
6979
- const generateResultContributionAct = {
7039
+ const generateGetLoanStatement = {
6980
7040
  __proto__: null,
6981
7041
  mutation: mutation$1k,
6982
- name: name$2d
7042
+ name: name$2g
6983
7043
  };
6984
7044
 
6985
- const name$2c = "capitalGenerateGetLoanStatement";
7045
+ const name$2f = "capitalGenerateGetLoanDecision";
6986
7046
  const mutation$1j = Selector("Mutation")({
6987
- [name$2c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7047
+ [name$2f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6988
7048
  });
6989
7049
 
6990
- const generateGetLoanStatement = {
7050
+ const generateGetLoanDecision = {
6991
7051
  __proto__: null,
6992
7052
  mutation: mutation$1j,
6993
- name: name$2c
7053
+ name: name$2f
6994
7054
  };
6995
7055
 
6996
- const name$2b = "capitalGenerateGetLoanDecision";
7056
+ const name$2e = "capitalGenerateGenerationPropertyInvestStatement";
6997
7057
  const mutation$1i = Selector("Mutation")({
6998
- [name$2b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7058
+ [name$2e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6999
7059
  });
7000
7060
 
7001
- const generateGetLoanDecision = {
7061
+ const generateGenerationPropertyInvestStatement = {
7002
7062
  __proto__: null,
7003
7063
  mutation: mutation$1i,
7004
- name: name$2b
7064
+ name: name$2e
7005
7065
  };
7006
7066
 
7007
- const name$2a = "capitalGenerateGenerationPropertyInvestStatement";
7067
+ const name$2d = "capitalGenerateGenerationPropertyInvestDecision";
7008
7068
  const mutation$1h = Selector("Mutation")({
7009
- [name$2a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7069
+ [name$2d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7010
7070
  });
7011
7071
 
7012
- const generateGenerationPropertyInvestStatement = {
7072
+ const generateGenerationPropertyInvestDecision = {
7013
7073
  __proto__: null,
7014
7074
  mutation: mutation$1h,
7015
- name: name$2a
7075
+ name: name$2d
7016
7076
  };
7017
7077
 
7018
- const name$29 = "capitalGenerateGenerationPropertyInvestDecision";
7078
+ const name$2c = "capitalGenerateGenerationPropertyInvestAct";
7019
7079
  const mutation$1g = Selector("Mutation")({
7020
- [name$29]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7080
+ [name$2c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7021
7081
  });
7022
7082
 
7023
- const generateGenerationPropertyInvestDecision = {
7083
+ const generateGenerationPropertyInvestAct = {
7024
7084
  __proto__: null,
7025
7085
  mutation: mutation$1g,
7026
- name: name$29
7086
+ name: name$2c
7027
7087
  };
7028
7088
 
7029
- const name$28 = "capitalGenerateGenerationPropertyInvestAct";
7089
+ const name$2b = "capitalGenerateCapitalizationPropertyInvestStatement";
7030
7090
  const mutation$1f = Selector("Mutation")({
7031
- [name$28]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7091
+ [name$2b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7032
7092
  });
7033
7093
 
7034
- const generateGenerationPropertyInvestAct = {
7094
+ const generateCapitalizationPropertyInvestStatement = {
7035
7095
  __proto__: null,
7036
7096
  mutation: mutation$1f,
7037
- name: name$28
7097
+ name: name$2b
7038
7098
  };
7039
7099
 
7040
- const name$27 = "capitalGenerateCapitalizationPropertyInvestStatement";
7100
+ const name$2a = "capitalGenerateCapitalizationPropertyInvestDecision";
7041
7101
  const mutation$1e = Selector("Mutation")({
7042
- [name$27]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7102
+ [name$2a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7043
7103
  });
7044
7104
 
7045
- const generateCapitalizationPropertyInvestStatement = {
7105
+ const generateCapitalizationPropertyInvestDecision = {
7046
7106
  __proto__: null,
7047
7107
  mutation: mutation$1e,
7048
- name: name$27
7108
+ name: name$2a
7049
7109
  };
7050
7110
 
7051
- const name$26 = "capitalGenerateCapitalizationPropertyInvestDecision";
7111
+ const name$29 = "capitalGenerateCapitalizationPropertyInvestAct";
7052
7112
  const mutation$1d = Selector("Mutation")({
7053
- [name$26]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7113
+ [name$29]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7054
7114
  });
7055
7115
 
7056
- const generateCapitalizationPropertyInvestDecision = {
7116
+ const generateCapitalizationPropertyInvestAct = {
7057
7117
  __proto__: null,
7058
7118
  mutation: mutation$1d,
7059
- name: name$26
7119
+ name: name$29
7060
7120
  };
7061
7121
 
7062
- const name$25 = "capitalGenerateCapitalizationPropertyInvestAct";
7122
+ const name$28 = "capitalGenerateGenerationToMainWalletConvertStatement";
7063
7123
  const mutation$1c = Selector("Mutation")({
7064
- [name$25]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7124
+ [name$28]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7065
7125
  });
7066
7126
 
7067
- const generateCapitalizationPropertyInvestAct = {
7127
+ const generateGenerationToMainWalletConvertStatement = {
7068
7128
  __proto__: null,
7069
7129
  mutation: mutation$1c,
7070
- name: name$25
7130
+ name: name$28
7071
7131
  };
7072
7132
 
7073
- const name$24 = "capitalGenerateGenerationToMainWalletConvertStatement";
7133
+ const name$27 = "capitalGenerateGenerationToProjectConvertStatement";
7074
7134
  const mutation$1b = Selector("Mutation")({
7075
- [name$24]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7135
+ [name$27]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7076
7136
  });
7077
7137
 
7078
- const generateGenerationToMainWalletConvertStatement = {
7138
+ const generateGenerationToProjectConvertStatement = {
7079
7139
  __proto__: null,
7080
7140
  mutation: mutation$1b,
7081
- name: name$24
7141
+ name: name$27
7082
7142
  };
7083
7143
 
7084
- const name$23 = "capitalGenerateGenerationToProjectConvertStatement";
7144
+ const name$26 = "capitalGenerateGenerationToCapitalizationConvertStatement";
7085
7145
  const mutation$1a = Selector("Mutation")({
7086
- [name$23]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7146
+ [name$26]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7087
7147
  });
7088
7148
 
7089
- const generateGenerationToProjectConvertStatement = {
7149
+ const generateGenerationToCapitalizationConvertStatement = {
7090
7150
  __proto__: null,
7091
7151
  mutation: mutation$1a,
7092
- name: name$23
7152
+ name: name$26
7093
7153
  };
7094
7154
 
7095
- const name$22 = "capitalGenerateGenerationToCapitalizationConvertStatement";
7155
+ const name$25 = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7096
7156
  const mutation$19 = Selector("Mutation")({
7097
- [name$22]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7157
+ [name$25]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7098
7158
  });
7099
7159
 
7100
- const generateGenerationToCapitalizationConvertStatement = {
7160
+ const generateCapitalizationToMainWalletConvertStatement = {
7101
7161
  __proto__: null,
7102
7162
  mutation: mutation$19,
7103
- name: name$22
7163
+ name: name$25
7104
7164
  };
7105
7165
 
7106
- const name$21 = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7166
+ const name$24 = "capitalSignActAsContributor";
7107
7167
  const mutation$18 = Selector("Mutation")({
7108
- [name$21]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7168
+ [name$24]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7109
7169
  });
7110
7170
 
7111
- const generateCapitalizationToMainWalletConvertStatement = {
7171
+ const signActAsContributor = {
7112
7172
  __proto__: null,
7113
7173
  mutation: mutation$18,
7114
- name: name$21
7174
+ name: name$24
7115
7175
  };
7116
7176
 
7117
- const name$20 = "capitalSignActAsContributor";
7177
+ const name$23 = "capitalSignActAsChairman";
7118
7178
  const mutation$17 = Selector("Mutation")({
7119
- [name$20]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7179
+ [name$23]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7120
7180
  });
7121
7181
 
7122
- const signActAsContributor = {
7182
+ const signActAsChairman = {
7123
7183
  __proto__: null,
7124
7184
  mutation: mutation$17,
7125
- name: name$20
7185
+ name: name$23
7126
7186
  };
7127
7187
 
7128
- const name$1$ = "capitalSignActAsChairman";
7188
+ const name$22 = "capitalEditContributor";
7129
7189
  const mutation$16 = Selector("Mutation")({
7130
- [name$1$]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7131
- });
7132
-
7133
- const signActAsChairman = {
7134
- __proto__: null,
7135
- mutation: mutation$16,
7136
- name: name$1$
7137
- };
7138
-
7139
- const name$1_ = "capitalEditContributor";
7140
- const mutation$15 = Selector("Mutation")({
7141
- [name$1_]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7190
+ [name$22]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7142
7191
  });
7143
7192
 
7144
7193
  const editContributor = {
7145
7194
  __proto__: null,
7146
- mutation: mutation$15,
7147
- name: name$1_
7195
+ mutation: mutation$16,
7196
+ name: name$22
7148
7197
  };
7149
7198
 
7150
- const index$y = {
7199
+ const index$A = {
7151
7200
  __proto__: null,
7152
7201
  AddAuthor: addAuthor,
7153
7202
  ApproveCommit: approveCommit,
@@ -7217,288 +7266,304 @@ const index$y = {
7217
7266
  UpdateStory: updateStory
7218
7267
  };
7219
7268
 
7220
- const name$1Z = "chairmanConfirmApprove";
7221
- const mutation$14 = Selector("Mutation")({
7222
- [name$1Z]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7269
+ const name$21 = "chairmanConfirmApprove";
7270
+ const mutation$15 = Selector("Mutation")({
7271
+ [name$21]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7223
7272
  });
7224
7273
 
7225
7274
  const confirmApprove = {
7226
7275
  __proto__: null,
7227
- mutation: mutation$14,
7228
- name: name$1Z
7276
+ mutation: mutation$15,
7277
+ name: name$21
7229
7278
  };
7230
7279
 
7231
- const name$1Y = "chairmanDeclineApprove";
7232
- const mutation$13 = Selector("Mutation")({
7233
- [name$1Y]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7280
+ const name$20 = "chairmanDeclineApprove";
7281
+ const mutation$14 = Selector("Mutation")({
7282
+ [name$20]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7234
7283
  });
7235
7284
 
7236
7285
  const declineApprove = {
7237
7286
  __proto__: null,
7238
- mutation: mutation$13,
7239
- name: name$1Y
7287
+ mutation: mutation$14,
7288
+ name: name$20
7240
7289
  };
7241
7290
 
7242
- const index$x = {
7291
+ const index$z = {
7243
7292
  __proto__: null,
7244
7293
  ConfirmApprove: confirmApprove,
7245
7294
  DeclineApprove: declineApprove
7246
7295
  };
7247
7296
 
7248
- const name$1X = "acceptChildOrder";
7297
+ const name$1$ = "coopgramCreateAccount";
7298
+ const mutation$13 = Selector("Mutation")({
7299
+ [name$1$]: [{ data: $("data", "CreateMatrixAccountInputDTO!") }, true]
7300
+ });
7301
+
7302
+ const createAccount = {
7303
+ __proto__: null,
7304
+ mutation: mutation$13,
7305
+ name: name$1$
7306
+ };
7307
+
7308
+ const index$y = {
7309
+ __proto__: null,
7310
+ CreateAccount: createAccount
7311
+ };
7312
+
7313
+ const name$1_ = "acceptChildOrder";
7249
7314
  const mutation$12 = Selector("Mutation")({
7250
- [name$1X]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7315
+ [name$1_]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7251
7316
  });
7252
7317
 
7253
7318
  const acceptChildOrder = {
7254
7319
  __proto__: null,
7255
7320
  mutation: mutation$12,
7256
- name: name$1X
7321
+ name: name$1_
7257
7322
  };
7258
7323
 
7259
- const name$1W = "cancelRequest";
7324
+ const name$1Z = "cancelRequest";
7260
7325
  const mutation$11 = Selector("Mutation")({
7261
- [name$1W]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7326
+ [name$1Z]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7262
7327
  });
7263
7328
 
7264
7329
  const cancelRequest = {
7265
7330
  __proto__: null,
7266
7331
  mutation: mutation$11,
7267
- name: name$1W
7332
+ name: name$1Z
7268
7333
  };
7269
7334
 
7270
- const name$1V = "confirmReceiveOnRequest";
7335
+ const name$1Y = "confirmReceiveOnRequest";
7271
7336
  const mutation$10 = Selector("Mutation")({
7272
- [name$1V]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7337
+ [name$1Y]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7273
7338
  });
7274
7339
 
7275
7340
  const completeReceiveOnRequest = {
7276
7341
  __proto__: null,
7277
7342
  mutation: mutation$10,
7278
- name: name$1V
7343
+ name: name$1Y
7279
7344
  };
7280
7345
 
7281
- const name$1U = "completeRequest";
7346
+ const name$1X = "completeRequest";
7282
7347
  const mutation$$ = Selector("Mutation")({
7283
- [name$1U]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7348
+ [name$1X]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7284
7349
  });
7285
7350
 
7286
7351
  const completeRequest = {
7287
7352
  __proto__: null,
7288
7353
  mutation: mutation$$,
7289
- name: name$1U
7354
+ name: name$1X
7290
7355
  };
7291
7356
 
7292
- const name$1T = "confirmSupplyOnRequest";
7357
+ const name$1W = "confirmSupplyOnRequest";
7293
7358
  const mutation$_ = Selector("Mutation")({
7294
- [name$1T]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7359
+ [name$1W]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7295
7360
  });
7296
7361
 
7297
7362
  const confirmSupplyOnRequest = {
7298
7363
  __proto__: null,
7299
7364
  mutation: mutation$_,
7300
- name: name$1T
7365
+ name: name$1W
7301
7366
  };
7302
7367
 
7303
- const name$1S = "createChildOrder";
7368
+ const name$1V = "createChildOrder";
7304
7369
  const mutation$Z = Selector("Mutation")({
7305
- [name$1S]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7370
+ [name$1V]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7306
7371
  });
7307
7372
 
7308
7373
  const createChildOrder = {
7309
7374
  __proto__: null,
7310
7375
  mutation: mutation$Z,
7311
- name: name$1S
7376
+ name: name$1V
7312
7377
  };
7313
7378
 
7314
- const name$1R = "createParentOffer";
7379
+ const name$1U = "createParentOffer";
7315
7380
  const mutation$Y = Selector("Mutation")({
7316
- [name$1R]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7381
+ [name$1U]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7317
7382
  });
7318
7383
 
7319
7384
  const createParentOffer = {
7320
7385
  __proto__: null,
7321
7386
  mutation: mutation$Y,
7322
- name: name$1R
7387
+ name: name$1U
7323
7388
  };
7324
7389
 
7325
- const name$1Q = "declineRequest";
7390
+ const name$1T = "declineRequest";
7326
7391
  const mutation$X = Selector("Mutation")({
7327
- [name$1Q]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7392
+ [name$1T]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7328
7393
  });
7329
7394
 
7330
7395
  const declineRequest = {
7331
7396
  __proto__: null,
7332
7397
  mutation: mutation$X,
7333
- name: name$1Q
7398
+ name: name$1T
7334
7399
  };
7335
7400
 
7336
- const name$1P = "deliverOnRequest";
7401
+ const name$1S = "deliverOnRequest";
7337
7402
  const mutation$W = Selector("Mutation")({
7338
- [name$1P]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7403
+ [name$1S]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7339
7404
  });
7340
7405
 
7341
7406
  const deliverOnRequest = {
7342
7407
  __proto__: null,
7343
7408
  mutation: mutation$W,
7344
- name: name$1P
7409
+ name: name$1S
7345
7410
  };
7346
7411
 
7347
- const name$1O = "disputeOnRequest";
7412
+ const name$1R = "disputeOnRequest";
7348
7413
  const mutation$V = Selector("Mutation")({
7349
- [name$1O]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7414
+ [name$1R]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7350
7415
  });
7351
7416
 
7352
7417
  const disputeOnRequest = {
7353
7418
  __proto__: null,
7354
7419
  mutation: mutation$V,
7355
- name: name$1O
7420
+ name: name$1R
7356
7421
  };
7357
7422
 
7358
- const name$1N = "generateAssetContributionAct";
7423
+ const name$1Q = "generateAssetContributionAct";
7359
7424
  const mutation$U = Selector("Mutation")({
7360
- [name$1N]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7425
+ [name$1Q]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7361
7426
  });
7362
7427
 
7363
7428
  const generateAssetContributionAct = {
7364
7429
  __proto__: null,
7365
7430
  mutation: mutation$U,
7366
- name: name$1N
7431
+ name: name$1Q
7367
7432
  };
7368
7433
 
7369
- const name$1M = "generateAssetContributionDecision";
7434
+ const name$1P = "generateAssetContributionDecision";
7370
7435
  const mutation$T = Selector("Mutation")({
7371
- [name$1M]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7436
+ [name$1P]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7372
7437
  });
7373
7438
 
7374
7439
  const generateAssetContributionDecision = {
7375
7440
  __proto__: null,
7376
7441
  mutation: mutation$T,
7377
- name: name$1M
7442
+ name: name$1P
7378
7443
  };
7379
7444
 
7380
- const name$1L = "generateAssetContributionStatement";
7445
+ const name$1O = "generateAssetContributionStatement";
7381
7446
  const mutation$S = Selector("Mutation")({
7382
- [name$1L]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7447
+ [name$1O]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7383
7448
  });
7384
7449
 
7385
7450
  const generateAssetContributionStatement = {
7386
7451
  __proto__: null,
7387
7452
  mutation: mutation$S,
7388
- name: name$1L
7453
+ name: name$1O
7389
7454
  };
7390
7455
 
7391
- const name$1K = "generateReturnByAssetAct";
7456
+ const name$1N = "generateReturnByAssetAct";
7392
7457
  const mutation$R = Selector("Mutation")({
7393
- [name$1K]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7458
+ [name$1N]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7394
7459
  });
7395
7460
 
7396
7461
  const generateReturnByAssetAct = {
7397
7462
  __proto__: null,
7398
7463
  mutation: mutation$R,
7399
- name: name$1K
7464
+ name: name$1N
7400
7465
  };
7401
7466
 
7402
- const name$1J = "generateReturnByAssetDecision";
7467
+ const name$1M = "generateReturnByAssetDecision";
7403
7468
  const mutation$Q = Selector("Mutation")({
7404
- [name$1J]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7469
+ [name$1M]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7405
7470
  });
7406
7471
 
7407
7472
  const generateReturnByAssetDecision = {
7408
7473
  __proto__: null,
7409
7474
  mutation: mutation$Q,
7410
- name: name$1J
7475
+ name: name$1M
7411
7476
  };
7412
7477
 
7413
- const name$1I = "generateReturnByAssetStatement";
7478
+ const name$1L = "generateReturnByAssetStatement";
7414
7479
  const mutation$P = Selector("Mutation")({
7415
- [name$1I]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7480
+ [name$1L]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7416
7481
  });
7417
7482
 
7418
7483
  const generateReturnByAssetStatement = {
7419
7484
  __proto__: null,
7420
7485
  mutation: mutation$P,
7421
- name: name$1I
7486
+ name: name$1L
7422
7487
  };
7423
7488
 
7424
- const name$1H = "moderateRequest";
7489
+ const name$1K = "moderateRequest";
7425
7490
  const mutation$O = Selector("Mutation")({
7426
- [name$1H]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7491
+ [name$1K]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7427
7492
  });
7428
7493
 
7429
7494
  const moderateRequest = {
7430
7495
  __proto__: null,
7431
7496
  mutation: mutation$O,
7432
- name: name$1H
7497
+ name: name$1K
7433
7498
  };
7434
7499
 
7435
- const name$1G = "prohibitRequest";
7500
+ const name$1J = "prohibitRequest";
7436
7501
  const mutation$N = Selector("Mutation")({
7437
- [name$1G]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7502
+ [name$1J]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7438
7503
  });
7439
7504
 
7440
7505
  const prohibitRequest = {
7441
7506
  __proto__: null,
7442
7507
  mutation: mutation$N,
7443
- name: name$1G
7508
+ name: name$1J
7444
7509
  };
7445
7510
 
7446
- const name$1F = "publishRequest";
7511
+ const name$1I = "publishRequest";
7447
7512
  const mutation$M = Selector("Mutation")({
7448
- [name$1F]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7513
+ [name$1I]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7449
7514
  });
7450
7515
 
7451
7516
  const publishRequest = {
7452
7517
  __proto__: null,
7453
7518
  mutation: mutation$M,
7454
- name: name$1F
7519
+ name: name$1I
7455
7520
  };
7456
7521
 
7457
- const name$1E = "receiveOnRequest";
7522
+ const name$1H = "receiveOnRequest";
7458
7523
  const mutation$L = Selector("Mutation")({
7459
- [name$1E]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7524
+ [name$1H]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7460
7525
  });
7461
7526
 
7462
7527
  const receiveOnRequest = {
7463
7528
  __proto__: null,
7464
7529
  mutation: mutation$L,
7465
- name: name$1E
7530
+ name: name$1H
7466
7531
  };
7467
7532
 
7468
- const name$1D = "supplyOnRequest";
7533
+ const name$1G = "supplyOnRequest";
7469
7534
  const mutation$K = Selector("Mutation")({
7470
- [name$1D]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7535
+ [name$1G]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7471
7536
  });
7472
7537
 
7473
7538
  const supplyOnRequest = {
7474
7539
  __proto__: null,
7475
7540
  mutation: mutation$K,
7476
- name: name$1D
7541
+ name: name$1G
7477
7542
  };
7478
7543
 
7479
- const name$1C = "unpublishRequest";
7544
+ const name$1F = "unpublishRequest";
7480
7545
  const mutation$J = Selector("Mutation")({
7481
- [name$1C]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7546
+ [name$1F]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7482
7547
  });
7483
7548
 
7484
7549
  const unpublishRequest = {
7485
7550
  __proto__: null,
7486
7551
  mutation: mutation$J,
7487
- name: name$1C
7552
+ name: name$1F
7488
7553
  };
7489
7554
 
7490
- const name$1B = "updateRequest";
7555
+ const name$1E = "updateRequest";
7491
7556
  const mutation$I = Selector("Mutation")({
7492
- [name$1B]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7557
+ [name$1E]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7493
7558
  });
7494
7559
 
7495
7560
  const updateRequest = {
7496
7561
  __proto__: null,
7497
7562
  mutation: mutation$I,
7498
- name: name$1B
7563
+ name: name$1E
7499
7564
  };
7500
7565
 
7501
- const index$w = {
7566
+ const index$x = {
7502
7567
  __proto__: null,
7503
7568
  AcceptChildOrder: acceptChildOrder,
7504
7569
  CancelRequest: cancelRequest,
@@ -7525,91 +7590,91 @@ const index$w = {
7525
7590
  UpdateRequest: updateRequest
7526
7591
  };
7527
7592
 
7528
- const name$1A = "installExtension";
7593
+ const name$1D = "installExtension";
7529
7594
  const mutation$H = Selector("Mutation")({
7530
- [name$1A]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7595
+ [name$1D]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7531
7596
  });
7532
7597
 
7533
7598
  const installExtension = {
7534
7599
  __proto__: null,
7535
7600
  mutation: mutation$H,
7536
- name: name$1A
7601
+ name: name$1D
7537
7602
  };
7538
7603
 
7539
- const name$1z = "uninstallExtension";
7604
+ const name$1C = "uninstallExtension";
7540
7605
  const mutation$G = Selector("Mutation")({
7541
- [name$1z]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7606
+ [name$1C]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7542
7607
  });
7543
7608
 
7544
7609
  const uninstallExtension = {
7545
7610
  __proto__: null,
7546
7611
  mutation: mutation$G,
7547
- name: name$1z
7612
+ name: name$1C
7548
7613
  };
7549
7614
 
7550
- const name$1y = "updateExtension";
7615
+ const name$1B = "updateExtension";
7551
7616
  const mutation$F = Selector("Mutation")({
7552
- [name$1y]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7617
+ [name$1B]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7553
7618
  });
7554
7619
 
7555
7620
  const updateExtension = {
7556
7621
  __proto__: null,
7557
7622
  mutation: mutation$F,
7558
- name: name$1y
7623
+ name: name$1B
7559
7624
  };
7560
7625
 
7561
- const index$v = {
7626
+ const index$w = {
7562
7627
  __proto__: null,
7563
7628
  InstallExtension: installExtension,
7564
7629
  UninstallExtension: uninstallExtension,
7565
7630
  UpdateExtension: updateExtension
7566
7631
  };
7567
7632
 
7568
- const name$1x = "generateProjectOfFreeDecision";
7633
+ const name$1A = "generateProjectOfFreeDecision";
7569
7634
  const mutation$E = Selector("Mutation")({
7570
- [name$1x]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7635
+ [name$1A]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7571
7636
  });
7572
7637
 
7573
7638
  const generateProjectOfFreeDecisionDocument = {
7574
7639
  __proto__: null,
7575
7640
  mutation: mutation$E,
7576
- name: name$1x
7641
+ name: name$1A
7577
7642
  };
7578
7643
 
7579
- const name$1w = "generateFreeDecision";
7644
+ const name$1z = "generateFreeDecision";
7580
7645
  const mutation$D = Selector("Mutation")({
7581
- [name$1w]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7646
+ [name$1z]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7582
7647
  });
7583
7648
 
7584
7649
  const generateFreeDecision = {
7585
7650
  __proto__: null,
7586
7651
  mutation: mutation$D,
7587
- name: name$1w
7652
+ name: name$1z
7588
7653
  };
7589
7654
 
7590
- const name$1v = "publishProjectOfFreeDecision";
7655
+ const name$1y = "publishProjectOfFreeDecision";
7591
7656
  const mutation$C = Selector("Mutation")({
7592
- [name$1v]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7657
+ [name$1y]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7593
7658
  });
7594
7659
 
7595
7660
  const publishProjectOfFreeDecision = {
7596
7661
  __proto__: null,
7597
7662
  mutation: mutation$C,
7598
- name: name$1v
7663
+ name: name$1y
7599
7664
  };
7600
7665
 
7601
- const name$1u = "createProjectOfFreeDecision";
7666
+ const name$1x = "createProjectOfFreeDecision";
7602
7667
  const mutation$B = Selector("Mutation")({
7603
- [name$1u]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7668
+ [name$1x]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7604
7669
  });
7605
7670
 
7606
7671
  const createProjectOfFreeDecision = {
7607
7672
  __proto__: null,
7608
7673
  mutation: mutation$B,
7609
- name: name$1u
7674
+ name: name$1x
7610
7675
  };
7611
7676
 
7612
- const index$u = {
7677
+ const index$v = {
7613
7678
  __proto__: null,
7614
7679
  CreateProjectOfFreeDecision: createProjectOfFreeDecision,
7615
7680
  GenerateFreeDecision: generateFreeDecision,
@@ -7617,60 +7682,60 @@ const index$u = {
7617
7682
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
7618
7683
  };
7619
7684
 
7620
- const name$1t = "setPaymentStatus";
7685
+ const name$1w = "setPaymentStatus";
7621
7686
  const mutation$A = Selector("Mutation")({
7622
- [name$1t]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7687
+ [name$1w]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7623
7688
  });
7624
7689
 
7625
7690
  const updatePaymentStatus = {
7626
7691
  __proto__: null,
7627
7692
  mutation: mutation$A,
7628
- name: name$1t
7693
+ name: name$1w
7629
7694
  };
7630
7695
 
7631
- const name$1s = "createInitialPayment";
7696
+ const name$1v = "createInitialPayment";
7632
7697
  const mutation$z = Selector("Mutation")({
7633
- [name$1s]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7698
+ [name$1v]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7634
7699
  });
7635
7700
 
7636
7701
  const createInitialPayment$1 = {
7637
7702
  __proto__: null,
7638
7703
  mutation: mutation$z,
7639
- name: name$1s
7704
+ name: name$1v
7640
7705
  };
7641
7706
 
7642
- const name$1r = "createDepositPayment";
7707
+ const name$1u = "createDepositPayment";
7643
7708
  const mutation$y = Selector("Mutation")({
7644
- [name$1r]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7709
+ [name$1u]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7645
7710
  });
7646
7711
 
7647
7712
  const createDepositPayment$1 = {
7648
7713
  __proto__: null,
7649
7714
  mutation: mutation$y,
7650
- name: name$1r
7715
+ name: name$1u
7651
7716
  };
7652
7717
 
7653
- const index$t = {
7718
+ const index$u = {
7654
7719
  __proto__: null,
7655
7720
  CreateDepositPayment: createDepositPayment$1,
7656
7721
  CreateInitialPayment: createInitialPayment$1,
7657
7722
  SetPaymentStatus: updatePaymentStatus
7658
7723
  };
7659
7724
 
7660
- const name$1q = "createAnnualGeneralMeet";
7725
+ const name$1t = "createAnnualGeneralMeet";
7661
7726
  const mutation$x = Selector("Mutation")({
7662
- [name$1q]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7727
+ [name$1t]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7663
7728
  });
7664
7729
 
7665
7730
  const createAnnualGeneralMeet = {
7666
7731
  __proto__: null,
7667
7732
  mutation: mutation$x,
7668
- name: name$1q
7733
+ name: name$1t
7669
7734
  };
7670
7735
 
7671
- const name$1p = "generateAnnualGeneralMeetAgendaDocument";
7736
+ const name$1s = "generateAnnualGeneralMeetAgendaDocument";
7672
7737
  const mutation$w = Selector("Mutation")({
7673
- [name$1p]: [
7738
+ [name$1s]: [
7674
7739
  {
7675
7740
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
7676
7741
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7682,12 +7747,12 @@ const mutation$w = Selector("Mutation")({
7682
7747
  const generateAnnualGeneralMeetAgendaDocument = {
7683
7748
  __proto__: null,
7684
7749
  mutation: mutation$w,
7685
- name: name$1p
7750
+ name: name$1s
7686
7751
  };
7687
7752
 
7688
- const name$1o = "generateAnnualGeneralMeetDecisionDocument";
7753
+ const name$1r = "generateAnnualGeneralMeetDecisionDocument";
7689
7754
  const mutation$v = Selector("Mutation")({
7690
- [name$1o]: [
7755
+ [name$1r]: [
7691
7756
  {
7692
7757
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
7693
7758
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7699,12 +7764,12 @@ const mutation$v = Selector("Mutation")({
7699
7764
  const generateAnnualGeneralMeetDecisionDocument = {
7700
7765
  __proto__: null,
7701
7766
  mutation: mutation$v,
7702
- name: name$1o
7767
+ name: name$1r
7703
7768
  };
7704
7769
 
7705
- const name$1n = "generateAnnualGeneralMeetNotificationDocument";
7770
+ const name$1q = "generateAnnualGeneralMeetNotificationDocument";
7706
7771
  const mutation$u = Selector("Mutation")({
7707
- [name$1n]: [
7772
+ [name$1q]: [
7708
7773
  {
7709
7774
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
7710
7775
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7716,12 +7781,12 @@ const mutation$u = Selector("Mutation")({
7716
7781
  const generateAnnualGeneralMeetNotificationDocument = {
7717
7782
  __proto__: null,
7718
7783
  mutation: mutation$u,
7719
- name: name$1n
7784
+ name: name$1q
7720
7785
  };
7721
7786
 
7722
- const name$1m = "generateBallotForAnnualGeneralMeetDocument";
7787
+ const name$1p = "generateBallotForAnnualGeneralMeetDocument";
7723
7788
  const mutation$t = Selector("Mutation")({
7724
- [name$1m]: [
7789
+ [name$1p]: [
7725
7790
  {
7726
7791
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
7727
7792
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7733,12 +7798,12 @@ const mutation$t = Selector("Mutation")({
7733
7798
  const generateBallotForAnnualGeneralMeetDocument = {
7734
7799
  __proto__: null,
7735
7800
  mutation: mutation$t,
7736
- name: name$1m
7801
+ name: name$1p
7737
7802
  };
7738
7803
 
7739
- const name$1l = "generateSovietDecisionOnAnnualMeetDocument";
7804
+ const name$1o = "generateSovietDecisionOnAnnualMeetDocument";
7740
7805
  const mutation$s = Selector("Mutation")({
7741
- [name$1l]: [{
7806
+ [name$1o]: [{
7742
7807
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
7743
7808
  options: $("options", "GenerateDocumentOptionsInput")
7744
7809
  }, documentSelector]
@@ -7747,65 +7812,65 @@ const mutation$s = Selector("Mutation")({
7747
7812
  const generateSovietDecisionOnAnnualMeetDocument = {
7748
7813
  __proto__: null,
7749
7814
  mutation: mutation$s,
7750
- name: name$1l
7815
+ name: name$1o
7751
7816
  };
7752
7817
 
7753
- const name$1k = "notifyOnAnnualGeneralMeet";
7818
+ const name$1n = "notifyOnAnnualGeneralMeet";
7754
7819
  const mutation$r = Selector("Mutation")({
7755
- [name$1k]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7820
+ [name$1n]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7756
7821
  });
7757
7822
 
7758
7823
  const notifyOnAnnualGeneralMeet = {
7759
7824
  __proto__: null,
7760
7825
  mutation: mutation$r,
7761
- name: name$1k
7826
+ name: name$1n
7762
7827
  };
7763
7828
 
7764
- const name$1j = "restartAnnualGeneralMeet";
7829
+ const name$1m = "restartAnnualGeneralMeet";
7765
7830
  const mutation$q = Selector("Mutation")({
7766
- [name$1j]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7831
+ [name$1m]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7767
7832
  });
7768
7833
 
7769
7834
  const restartAnnualGeneralMeet = {
7770
7835
  __proto__: null,
7771
7836
  mutation: mutation$q,
7772
- name: name$1j
7837
+ name: name$1m
7773
7838
  };
7774
7839
 
7775
- const name$1i = "signByPresiderOnAnnualGeneralMeet";
7840
+ const name$1l = "signByPresiderOnAnnualGeneralMeet";
7776
7841
  const mutation$p = Selector("Mutation")({
7777
- [name$1i]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7842
+ [name$1l]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7778
7843
  });
7779
7844
 
7780
7845
  const signByPresiderOnAnnualGeneralMeet = {
7781
7846
  __proto__: null,
7782
7847
  mutation: mutation$p,
7783
- name: name$1i
7848
+ name: name$1l
7784
7849
  };
7785
7850
 
7786
- const name$1h = "signBySecretaryOnAnnualGeneralMeet";
7851
+ const name$1k = "signBySecretaryOnAnnualGeneralMeet";
7787
7852
  const mutation$o = Selector("Mutation")({
7788
- [name$1h]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7853
+ [name$1k]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7789
7854
  });
7790
7855
 
7791
7856
  const signBySecretaryOnAnnualGeneralMeet = {
7792
7857
  __proto__: null,
7793
7858
  mutation: mutation$o,
7794
- name: name$1h
7859
+ name: name$1k
7795
7860
  };
7796
7861
 
7797
- const name$1g = "voteOnAnnualGeneralMeet";
7862
+ const name$1j = "voteOnAnnualGeneralMeet";
7798
7863
  const mutation$n = Selector("Mutation")({
7799
- [name$1g]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7864
+ [name$1j]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7800
7865
  });
7801
7866
 
7802
7867
  const voteOnAnnualGeneralMeet = {
7803
7868
  __proto__: null,
7804
7869
  mutation: mutation$n,
7805
- name: name$1g
7870
+ name: name$1j
7806
7871
  };
7807
7872
 
7808
- const index$s = {
7873
+ const index$t = {
7809
7874
  __proto__: null,
7810
7875
  CreateAnnualGeneralMeet: createAnnualGeneralMeet,
7811
7876
  GenerateAnnualGeneralMeetAgendaDocument: generateAnnualGeneralMeetAgendaDocument,
@@ -7820,102 +7885,102 @@ const index$s = {
7820
7885
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
7821
7886
  };
7822
7887
 
7823
- const name$1f = "createWebPushSubscription";
7888
+ const name$1i = "createWebPushSubscription";
7824
7889
  const mutation$m = Selector("Mutation")({
7825
- [name$1f]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7890
+ [name$1i]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7826
7891
  });
7827
7892
 
7828
7893
  const createWebPushSubscription = {
7829
7894
  __proto__: null,
7830
7895
  mutation: mutation$m,
7831
- name: name$1f
7896
+ name: name$1i
7832
7897
  };
7833
7898
 
7834
- const name$1e = "deactivateWebPushSubscriptionById";
7899
+ const name$1h = "deactivateWebPushSubscriptionById";
7835
7900
  const mutation$l = Selector("Mutation")({
7836
- [name$1e]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7901
+ [name$1h]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7837
7902
  });
7838
7903
 
7839
7904
  const deactivateWebPushSubscriptionById = {
7840
7905
  __proto__: null,
7841
7906
  mutation: mutation$l,
7842
- name: name$1e
7907
+ name: name$1h
7843
7908
  };
7844
7909
 
7845
- const name$1d = "triggerNotificationWorkflow";
7910
+ const name$1g = "triggerNotificationWorkflow";
7846
7911
  const mutation$k = Selector("Mutation")({
7847
- [name$1d]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
7912
+ [name$1g]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
7848
7913
  });
7849
7914
 
7850
7915
  const triggerNotificationWorkflow = {
7851
7916
  __proto__: null,
7852
7917
  mutation: mutation$k,
7853
- name: name$1d
7918
+ name: name$1g
7854
7919
  };
7855
7920
 
7856
- const index$r = {
7921
+ const index$s = {
7857
7922
  __proto__: null,
7858
7923
  CreateWebPushSubscription: createWebPushSubscription,
7859
7924
  DeactivateWebPushSubscriptionById: deactivateWebPushSubscriptionById,
7860
7925
  TriggerNotificationWorkflow: triggerNotificationWorkflow
7861
7926
  };
7862
7927
 
7863
- const name$1c = "addParticipant";
7928
+ const name$1f = "addParticipant";
7864
7929
  const mutation$j = Selector("Mutation")({
7865
- [name$1c]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
7930
+ [name$1f]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
7866
7931
  });
7867
7932
 
7868
7933
  const addParticipant = {
7869
7934
  __proto__: null,
7870
7935
  mutation: mutation$j,
7871
- name: name$1c
7936
+ name: name$1f
7872
7937
  };
7873
7938
 
7874
- const name$1b = "generateParticipantApplication";
7939
+ const name$1e = "generateParticipantApplication";
7875
7940
  const mutation$i = Selector("Mutation")({
7876
- [name$1b]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7941
+ [name$1e]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7877
7942
  });
7878
7943
 
7879
7944
  const generateParticipantApplication = {
7880
7945
  __proto__: null,
7881
7946
  mutation: mutation$i,
7882
- name: name$1b
7947
+ name: name$1e
7883
7948
  };
7884
7949
 
7885
- const name$1a = "generateParticipantApplicationDecision";
7950
+ const name$1d = "generateParticipantApplicationDecision";
7886
7951
  const mutation$h = Selector("Mutation")({
7887
- [name$1a]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7952
+ [name$1d]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7888
7953
  });
7889
7954
 
7890
7955
  const generateParticipantApplicationDecision = {
7891
7956
  __proto__: null,
7892
7957
  mutation: mutation$h,
7893
- name: name$1a
7958
+ name: name$1d
7894
7959
  };
7895
7960
 
7896
- const name$19 = "registerParticipant";
7961
+ const name$1c = "registerParticipant";
7897
7962
  const mutation$g = Selector("Mutation")({
7898
- [name$19]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
7963
+ [name$1c]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
7899
7964
  });
7900
7965
 
7901
7966
  const registerParticipant = {
7902
7967
  __proto__: null,
7903
7968
  mutation: mutation$g,
7904
- name: name$19
7969
+ name: name$1c
7905
7970
  };
7906
7971
 
7907
- const name$18 = "createInitialPayment";
7972
+ const name$1b = "createInitialPayment";
7908
7973
  const mutation$f = Selector("Mutation")({
7909
- [name$18]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7974
+ [name$1b]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7910
7975
  });
7911
7976
 
7912
7977
  const createInitialPayment = {
7913
7978
  __proto__: null,
7914
7979
  mutation: mutation$f,
7915
- name: name$18
7980
+ name: name$1b
7916
7981
  };
7917
7982
 
7918
- const index$q = {
7983
+ const index$r = {
7919
7984
  __proto__: null,
7920
7985
  AddParticipant: addParticipant,
7921
7986
  CreateInitialPayment: createInitialPayment,
@@ -7924,110 +7989,110 @@ const index$q = {
7924
7989
  RegisterParticipant: registerParticipant
7925
7990
  };
7926
7991
 
7927
- const name$17 = "createBankAccount";
7992
+ const name$1a = "createBankAccount";
7928
7993
  const mutation$e = Selector("Mutation")({
7929
- [name$17]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
7994
+ [name$1a]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
7930
7995
  });
7931
7996
 
7932
7997
  const createBankAccount = {
7933
7998
  __proto__: null,
7934
7999
  mutation: mutation$e,
7935
- name: name$17
8000
+ name: name$1a
7936
8001
  };
7937
8002
 
7938
- const name$16 = "deletePaymentMethod";
8003
+ const name$19 = "deletePaymentMethod";
7939
8004
  const mutation$d = Selector("Mutation")({
7940
- [name$16]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
8005
+ [name$19]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
7941
8006
  });
7942
8007
 
7943
8008
  const deletePaymentMethod = {
7944
8009
  __proto__: null,
7945
8010
  mutation: mutation$d,
7946
- name: name$16
8011
+ name: name$19
7947
8012
  };
7948
8013
 
7949
- const name$15 = "updateBankAccount";
8014
+ const name$18 = "updateBankAccount";
7950
8015
  const mutation$c = Selector("Mutation")({
7951
- [name$15]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
8016
+ [name$18]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
7952
8017
  });
7953
8018
 
7954
8019
  const updateBankAccount = {
7955
8020
  __proto__: null,
7956
8021
  mutation: mutation$c,
7957
- name: name$15
8022
+ name: name$18
7958
8023
  };
7959
8024
 
7960
- const index$p = {
8025
+ const index$q = {
7961
8026
  __proto__: null,
7962
8027
  CreateBankAccount: createBankAccount,
7963
8028
  DeletePaymentMethod: deletePaymentMethod,
7964
8029
  UpdateBankAccount: updateBankAccount
7965
8030
  };
7966
8031
 
7967
- const name$14 = "generateConvertToAxonStatement";
8032
+ const name$17 = "generateConvertToAxonStatement";
7968
8033
  const mutation$b = Selector("Mutation")({
7969
- [name$14]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8034
+ [name$17]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7970
8035
  });
7971
8036
 
7972
8037
  const generateConvertToAxonStatement = {
7973
8038
  __proto__: null,
7974
8039
  mutation: mutation$b,
7975
- name: name$14
8040
+ name: name$17
7976
8041
  };
7977
8042
 
7978
- const name$13 = "processConvertToAxonStatement";
8043
+ const name$16 = "processConvertToAxonStatement";
7979
8044
  const mutation$a = Selector("Mutation")({
7980
- [name$13]: [{ signedDocument: $("signedDocument", "ConvertToAxonStatementSignedDocumentInput!"), convertAmount: $("convertAmount", "String!") }, true]
8045
+ [name$16]: [{ data: $("data", "ProcessConvertToAxonStatementInput!") }, true]
7981
8046
  });
7982
8047
 
7983
8048
  const processConvertToAxonStatement = {
7984
8049
  __proto__: null,
7985
8050
  mutation: mutation$a,
7986
- name: name$13
8051
+ name: name$16
7987
8052
  };
7988
8053
 
7989
- const index$o = {
8054
+ const index$p = {
7990
8055
  __proto__: null,
7991
8056
  GenerateConvertToAxonStatement: generateConvertToAxonStatement,
7992
8057
  ProcessConvertToAxonStatement: processConvertToAxonStatement
7993
8058
  };
7994
8059
 
7995
- const name$12 = "initSystem";
8060
+ const name$15 = "initSystem";
7996
8061
  const mutation$9 = Selector("Mutation")({
7997
- [name$12]: [{ data: $("data", "Init!") }, systemInfoSelector]
8062
+ [name$15]: [{ data: $("data", "Init!") }, systemInfoSelector]
7998
8063
  });
7999
8064
 
8000
8065
  const initSystem = {
8001
8066
  __proto__: null,
8002
8067
  mutation: mutation$9,
8003
- name: name$12
8068
+ name: name$15
8004
8069
  };
8005
8070
 
8006
- const name$11 = "installSystem";
8071
+ const name$14 = "installSystem";
8007
8072
  const mutation$8 = Selector("Mutation")({
8008
- [name$11]: [{ data: $("data", "Install!") }, systemInfoSelector]
8073
+ [name$14]: [{ data: $("data", "Install!") }, systemInfoSelector]
8009
8074
  });
8010
8075
 
8011
8076
  const installSystem = {
8012
8077
  __proto__: null,
8013
8078
  mutation: mutation$8,
8014
- name: name$11
8079
+ name: name$14
8015
8080
  };
8016
8081
 
8017
- const name$10 = "setWif";
8082
+ const name$13 = "setWif";
8018
8083
  const mutation$7 = Selector("Mutation")({
8019
- [name$10]: [{ data: $("data", "SetWifInput!") }, true]
8084
+ [name$13]: [{ data: $("data", "SetWifInput!") }, true]
8020
8085
  });
8021
8086
 
8022
8087
  const saveWif = {
8023
8088
  __proto__: null,
8024
8089
  mutation: mutation$7,
8025
- name: name$10
8090
+ name: name$13
8026
8091
  };
8027
8092
 
8028
- const name$$ = "startInstall";
8093
+ const name$12 = "startInstall";
8029
8094
  const mutation$6 = Selector("Mutation")({
8030
- [name$$]: [{ data: $("data", "StartInstallInput!") }, {
8095
+ [name$12]: [{ data: $("data", "StartInstallInput!") }, {
8031
8096
  install_code: true,
8032
8097
  coopname: true
8033
8098
  }]
@@ -8036,32 +8101,32 @@ const mutation$6 = Selector("Mutation")({
8036
8101
  const startInstall = {
8037
8102
  __proto__: null,
8038
8103
  mutation: mutation$6,
8039
- name: name$$
8104
+ name: name$12
8040
8105
  };
8041
8106
 
8042
- const name$_ = "updateSettings";
8107
+ const name$11 = "updateSettings";
8043
8108
  const mutation$5 = Selector("Mutation")({
8044
- [name$_]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
8109
+ [name$11]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
8045
8110
  });
8046
8111
 
8047
8112
  const updateSettings = {
8048
8113
  __proto__: null,
8049
8114
  mutation: mutation$5,
8050
- name: name$_
8115
+ name: name$11
8051
8116
  };
8052
8117
 
8053
- const name$Z = "updateSystem";
8118
+ const name$10 = "updateSystem";
8054
8119
  const mutation$4 = Selector("Mutation")({
8055
- [name$Z]: [{ data: $("data", "Update!") }, systemInfoSelector]
8120
+ [name$10]: [{ data: $("data", "Update!") }, systemInfoSelector]
8056
8121
  });
8057
8122
 
8058
8123
  const updateSystem = {
8059
8124
  __proto__: null,
8060
8125
  mutation: mutation$4,
8061
- name: name$Z
8126
+ name: name$10
8062
8127
  };
8063
8128
 
8064
- const index$n = {
8129
+ const index$o = {
8065
8130
  __proto__: null,
8066
8131
  InitSystem: initSystem,
8067
8132
  InstallSystem: installSystem,
@@ -8071,31 +8136,31 @@ const index$n = {
8071
8136
  UpdateSystem: updateSystem
8072
8137
  };
8073
8138
 
8074
- const name$Y = "createWithdraw";
8139
+ const name$$ = "createWithdraw";
8075
8140
  const mutation$3 = Selector("Mutation")({
8076
- [name$Y]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
8141
+ [name$$]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
8077
8142
  });
8078
8143
 
8079
8144
  const createWithdraw = {
8080
8145
  __proto__: null,
8081
8146
  mutation: mutation$3,
8082
- name: name$Y
8147
+ name: name$$
8083
8148
  };
8084
8149
 
8085
- const name$X = "createDepositPayment";
8150
+ const name$_ = "createDepositPayment";
8086
8151
  const mutation$2 = Selector("Mutation")({
8087
- [name$X]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
8152
+ [name$_]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
8088
8153
  });
8089
8154
 
8090
8155
  const createDepositPayment = {
8091
8156
  __proto__: null,
8092
8157
  mutation: mutation$2,
8093
- name: name$X
8158
+ name: name$_
8094
8159
  };
8095
8160
 
8096
- const name$W = "generateReturnByMoneyStatementDocument";
8161
+ const name$Z = "generateReturnByMoneyStatementDocument";
8097
8162
  const mutation$1 = Selector("Mutation")({
8098
- [name$W]: [
8163
+ [name$Z]: [
8099
8164
  {
8100
8165
  data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
8101
8166
  options: $("options", "GenerateDocumentOptionsInput")
@@ -8107,12 +8172,12 @@ const mutation$1 = Selector("Mutation")({
8107
8172
  const generateReturnByMoneyStatementDocument = {
8108
8173
  __proto__: null,
8109
8174
  mutation: mutation$1,
8110
- name: name$W
8175
+ name: name$Z
8111
8176
  };
8112
8177
 
8113
- const name$V = "generateReturnByMoneyDecisionDocument";
8178
+ const name$Y = "generateReturnByMoneyDecisionDocument";
8114
8179
  const mutation = Selector("Mutation")({
8115
- [name$V]: [
8180
+ [name$Y]: [
8116
8181
  {
8117
8182
  data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
8118
8183
  options: $("options", "GenerateDocumentOptionsInput")
@@ -8124,10 +8189,10 @@ const mutation = Selector("Mutation")({
8124
8189
  const generateReturnByMoneyDecisionDocument = {
8125
8190
  __proto__: null,
8126
8191
  mutation: mutation,
8127
- name: name$V
8192
+ name: name$Y
8128
8193
  };
8129
8194
 
8130
- const index$m = {
8195
+ const index$n = {
8131
8196
  __proto__: null,
8132
8197
  CreateDepositPayment: createDepositPayment,
8133
8198
  CreateWithdraw: createWithdraw,
@@ -8137,45 +8202,46 @@ const index$m = {
8137
8202
 
8138
8203
  const Mutations = {
8139
8204
  __proto__: null,
8140
- Accounts: index$C,
8141
- Agreements: index$B,
8142
- Auth: index$A,
8143
- Branches: index$z,
8144
- Capital: index$y,
8145
- Chairman: index$x,
8146
- Cooplace: index$w,
8147
- Extensions: index$v,
8148
- FreeDecisions: index$u,
8149
- Gateway: index$t,
8150
- Meet: index$s,
8151
- Notification: index$r,
8152
- Participants: index$q,
8153
- PaymentMethods: index$p,
8154
- Provider: index$o,
8155
- System: index$n,
8156
- Wallet: index$m
8157
- };
8158
-
8159
- const name$U = "getAccount";
8160
- const query$U = Selector("Query")({
8161
- [name$U]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
8205
+ Accounts: index$E,
8206
+ Agreements: index$D,
8207
+ Auth: index$C,
8208
+ Branches: index$B,
8209
+ Capital: index$A,
8210
+ Chairman: index$z,
8211
+ Coopgram: index$y,
8212
+ Cooplace: index$x,
8213
+ Extensions: index$w,
8214
+ FreeDecisions: index$v,
8215
+ Gateway: index$u,
8216
+ Meet: index$t,
8217
+ Notification: index$s,
8218
+ Participants: index$r,
8219
+ PaymentMethods: index$q,
8220
+ Provider: index$p,
8221
+ System: index$o,
8222
+ Wallet: index$n
8223
+ };
8224
+
8225
+ const name$X = "getAccount";
8226
+ const query$X = Selector("Query")({
8227
+ [name$X]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
8162
8228
  });
8163
8229
 
8164
8230
  const getAccount = {
8165
8231
  __proto__: null,
8166
- name: name$U,
8167
- query: query$U
8232
+ name: name$X,
8233
+ query: query$X
8168
8234
  };
8169
8235
 
8170
- const name$T = "getAccounts";
8171
- const query$T = Selector("Query")({
8172
- [name$T]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
8236
+ const name$W = "getAccounts";
8237
+ const query$W = Selector("Query")({
8238
+ [name$W]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
8173
8239
  });
8174
8240
 
8175
8241
  const getAccounts = {
8176
8242
  __proto__: null,
8177
- name: name$T,
8178
- query: query$T
8243
+ name: name$W,
8244
+ query: query$W
8179
8245
  };
8180
8246
 
8181
8247
  const rawSearchPrivateAccountsResultSelector = {
@@ -8192,18 +8258,18 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
8192
8258
  rawSearchPrivateAccountsResultSelector
8193
8259
  );
8194
8260
 
8195
- const name$S = "searchPrivateAccounts";
8196
- const query$S = Selector("Query")({
8197
- [name$S]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
8261
+ const name$V = "searchPrivateAccounts";
8262
+ const query$V = Selector("Query")({
8263
+ [name$V]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
8198
8264
  });
8199
8265
 
8200
8266
  const searchPrivateAccounts = {
8201
8267
  __proto__: null,
8202
- name: name$S,
8203
- query: query$S
8268
+ name: name$V,
8269
+ query: query$V
8204
8270
  };
8205
8271
 
8206
- const index$l = {
8272
+ const index$m = {
8207
8273
  __proto__: null,
8208
8274
  GetAccount: getAccount,
8209
8275
  GetAccounts: getAccounts,
@@ -8244,25 +8310,25 @@ const rawAgendaSelector = {
8244
8310
  };
8245
8311
  const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
8246
8312
 
8247
- const name$R = "getAgenda";
8248
- const query$R = Selector("Query")({
8249
- [name$R]: agendaSelector
8313
+ const name$U = "getAgenda";
8314
+ const query$U = Selector("Query")({
8315
+ [name$U]: agendaSelector
8250
8316
  });
8251
8317
 
8252
8318
  const getAgenda = {
8253
8319
  __proto__: null,
8254
- name: name$R,
8255
- query: query$R
8320
+ name: name$U,
8321
+ query: query$U
8256
8322
  };
8257
8323
 
8258
- const index$k = {
8324
+ const index$l = {
8259
8325
  __proto__: null,
8260
8326
  GetAgenda: getAgenda
8261
8327
  };
8262
8328
 
8263
- const name$Q = "agreements";
8264
- const query$Q = Selector("Query")({
8265
- [name$Q]: [
8329
+ const name$T = "agreements";
8330
+ const query$T = Selector("Query")({
8331
+ [name$T]: [
8266
8332
  {
8267
8333
  filter: $("filter", "AgreementFilter"),
8268
8334
  options: $("options", "PaginationInput")
@@ -8273,19 +8339,19 @@ const query$Q = Selector("Query")({
8273
8339
 
8274
8340
  const agreements = {
8275
8341
  __proto__: null,
8276
- name: name$Q,
8277
- query: query$Q
8342
+ name: name$T,
8343
+ query: query$T
8278
8344
  };
8279
8345
 
8280
- const index$j = {
8346
+ const index$k = {
8281
8347
  __proto__: null,
8282
8348
  Agreements: agreements
8283
8349
  };
8284
8350
 
8285
8351
  const paginatedActionsSelector = { ...paginationSelector, items: rawBlockchainActionSelector };
8286
- const name$P = "getActions";
8287
- const query$P = Selector("Query")({
8288
- [name$P]: [
8352
+ const name$S = "getActions";
8353
+ const query$S = Selector("Query")({
8354
+ [name$S]: [
8289
8355
  {
8290
8356
  filters: $("filters", "ActionFiltersInput"),
8291
8357
  pagination: $("pagination", "PaginationInput")
@@ -8296,14 +8362,14 @@ const query$P = Selector("Query")({
8296
8362
 
8297
8363
  const getActions = {
8298
8364
  __proto__: null,
8299
- name: name$P,
8300
- query: query$P
8365
+ name: name$S,
8366
+ query: query$S
8301
8367
  };
8302
8368
 
8303
- const name$O = "getCurrentTableStates";
8369
+ const name$R = "getCurrentTableStates";
8304
8370
  const paginatedCurrentTableStatesSelector = { ...paginationSelector, items: rawCurrentTableStateSelector };
8305
- const query$O = Selector("Query")({
8306
- [name$O]: [
8371
+ const query$R = Selector("Query")({
8372
+ [name$R]: [
8307
8373
  {
8308
8374
  filters: $("filters", "CurrentTableStatesFiltersInput"),
8309
8375
  pagination: $("pagination", "PaginationInput")
@@ -8314,14 +8380,14 @@ const query$O = Selector("Query")({
8314
8380
 
8315
8381
  const getCurrentTableStates = {
8316
8382
  __proto__: null,
8317
- name: name$O,
8318
- query: query$O
8383
+ name: name$R,
8384
+ query: query$R
8319
8385
  };
8320
8386
 
8321
8387
  const paginatedDeltasSelector = { ...paginationSelector, items: rawDeltaSelector };
8322
- const name$N = "getDeltas";
8323
- const query$N = Selector("Query")({
8324
- [name$N]: [
8388
+ const name$Q = "getDeltas";
8389
+ const query$Q = Selector("Query")({
8390
+ [name$Q]: [
8325
8391
  {
8326
8392
  filters: $("filters", "DeltaFiltersInput"),
8327
8393
  pagination: $("pagination", "PaginationInput")
@@ -8332,376 +8398,376 @@ const query$N = Selector("Query")({
8332
8398
 
8333
8399
  const getDeltas = {
8334
8400
  __proto__: null,
8335
- name: name$N,
8336
- query: query$N
8401
+ name: name$Q,
8402
+ query: query$Q
8337
8403
  };
8338
8404
 
8339
- const index$i = {
8405
+ const index$j = {
8340
8406
  __proto__: null,
8341
8407
  GetActions: getActions,
8342
8408
  GetCurrentTableStates: getCurrentTableStates,
8343
8409
  GetDeltas: getDeltas
8344
8410
  };
8345
8411
 
8346
- const name$M = "getBranches";
8347
- const query$M = Selector("Query")({
8348
- [name$M]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
8412
+ const name$P = "getBranches";
8413
+ const query$P = Selector("Query")({
8414
+ [name$P]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
8349
8415
  });
8350
8416
 
8351
8417
  const getBranches = {
8352
8418
  __proto__: null,
8353
- name: name$M,
8354
- query: query$M
8419
+ name: name$P,
8420
+ query: query$P
8355
8421
  };
8356
8422
 
8357
- const name$L = "getBranches";
8358
- const query$L = Selector("Query")({
8359
- [name$L]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
8423
+ const name$O = "getBranches";
8424
+ const query$O = Selector("Query")({
8425
+ [name$O]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
8360
8426
  });
8361
8427
 
8362
8428
  const getPublicBranches = {
8363
8429
  __proto__: null,
8364
- name: name$L,
8365
- query: query$L
8430
+ name: name$O,
8431
+ query: query$O
8366
8432
  };
8367
8433
 
8368
- const index$h = {
8434
+ const index$i = {
8369
8435
  __proto__: null,
8370
8436
  GetBranches: getBranches,
8371
8437
  GetPublicBranches: getPublicBranches
8372
8438
  };
8373
8439
 
8374
- const name$K = "capitalVotes";
8375
- const query$K = Selector("Query")({
8376
- [name$K]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
8440
+ const name$N = "capitalVotes";
8441
+ const query$N = Selector("Query")({
8442
+ [name$N]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
8377
8443
  });
8378
8444
 
8379
8445
  const getVotes = {
8446
+ __proto__: null,
8447
+ name: name$N,
8448
+ query: query$N
8449
+ };
8450
+
8451
+ const name$M = "capitalVote";
8452
+ const query$M = Selector("Query")({
8453
+ [name$M]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
8454
+ });
8455
+
8456
+ const getVote = {
8457
+ __proto__: null,
8458
+ name: name$M,
8459
+ query: query$M
8460
+ };
8461
+
8462
+ const name$L = "capitalProjects";
8463
+ const query$L = Selector("Query")({
8464
+ [name$L]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
8465
+ });
8466
+
8467
+ const getProjects = {
8468
+ __proto__: null,
8469
+ name: name$L,
8470
+ query: query$L
8471
+ };
8472
+
8473
+ const name$K = "capitalProject";
8474
+ const query$K = Selector("Query")({
8475
+ [name$K]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
8476
+ });
8477
+
8478
+ const getProject = {
8380
8479
  __proto__: null,
8381
8480
  name: name$K,
8382
8481
  query: query$K
8383
8482
  };
8384
8483
 
8385
- const name$J = "capitalVote";
8484
+ const name$J = "capitalProjectWithRelations";
8386
8485
  const query$J = Selector("Query")({
8387
- [name$J]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
8486
+ [name$J]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
8388
8487
  });
8389
8488
 
8390
- const getVote = {
8489
+ const getProjectWithRelations = {
8391
8490
  __proto__: null,
8392
8491
  name: name$J,
8393
8492
  query: query$J
8394
8493
  };
8395
8494
 
8396
- const name$I = "capitalProjects";
8495
+ const name$I = "capitalSegments";
8397
8496
  const query$I = Selector("Query")({
8398
- [name$I]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
8497
+ [name$I]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
8399
8498
  });
8400
8499
 
8401
- const getProjects = {
8500
+ const getSegments = {
8402
8501
  __proto__: null,
8403
8502
  name: name$I,
8404
8503
  query: query$I
8405
8504
  };
8406
8505
 
8407
- const name$H = "capitalProject";
8506
+ const name$H = "capitalSegment";
8408
8507
  const query$H = Selector("Query")({
8409
- [name$H]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
8508
+ [name$H]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
8410
8509
  });
8411
8510
 
8412
- const getProject = {
8511
+ const getSegment = {
8413
8512
  __proto__: null,
8414
8513
  name: name$H,
8415
8514
  query: query$H
8416
8515
  };
8417
8516
 
8418
- const name$G = "capitalProjectWithRelations";
8517
+ const name$G = "capitalContributors";
8419
8518
  const query$G = Selector("Query")({
8420
- [name$G]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
8519
+ [name$G]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
8421
8520
  });
8422
8521
 
8423
- const getProjectWithRelations = {
8522
+ const getContributors = {
8424
8523
  __proto__: null,
8425
8524
  name: name$G,
8426
8525
  query: query$G
8427
8526
  };
8428
8527
 
8429
- const name$F = "capitalSegments";
8528
+ const name$F = "capitalContributor";
8430
8529
  const query$F = Selector("Query")({
8431
- [name$F]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
8530
+ [name$F]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
8432
8531
  });
8433
8532
 
8434
- const getSegments = {
8533
+ const getContributor = {
8435
8534
  __proto__: null,
8436
8535
  name: name$F,
8437
8536
  query: query$F
8438
8537
  };
8439
8538
 
8440
- const name$E = "capitalSegment";
8539
+ const name$E = "capitalInvests";
8441
8540
  const query$E = Selector("Query")({
8442
- [name$E]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
8541
+ [name$E]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
8443
8542
  });
8444
8543
 
8445
- const getSegment = {
8544
+ const getInvests = {
8446
8545
  __proto__: null,
8447
8546
  name: name$E,
8448
8547
  query: query$E
8449
8548
  };
8450
8549
 
8451
- const name$D = "capitalContributors";
8550
+ const name$D = "capitalInvest";
8452
8551
  const query$D = Selector("Query")({
8453
- [name$D]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
8552
+ [name$D]: [{ data: $("data", "GetInvestInput!") }, investSelector]
8454
8553
  });
8455
8554
 
8456
- const getContributors = {
8555
+ const getInvest = {
8457
8556
  __proto__: null,
8458
8557
  name: name$D,
8459
8558
  query: query$D
8460
8559
  };
8461
8560
 
8462
- const name$C = "capitalContributor";
8561
+ const name$C = "capitalProgramInvests";
8463
8562
  const query$C = Selector("Query")({
8464
- [name$C]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
8563
+ [name$C]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
8465
8564
  });
8466
8565
 
8467
- const getContributor = {
8566
+ const getProgramInvests = {
8468
8567
  __proto__: null,
8469
8568
  name: name$C,
8470
8569
  query: query$C
8471
8570
  };
8472
8571
 
8473
- const name$B = "capitalInvests";
8572
+ const name$B = "capitalProgramInvest";
8474
8573
  const query$B = Selector("Query")({
8475
- [name$B]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
8574
+ [name$B]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
8476
8575
  });
8477
8576
 
8478
- const getInvests = {
8577
+ const getProgramInvest = {
8479
8578
  __proto__: null,
8480
8579
  name: name$B,
8481
8580
  query: query$B
8482
8581
  };
8483
8582
 
8484
- const name$A = "capitalInvest";
8583
+ const name$A = "capitalDebts";
8485
8584
  const query$A = Selector("Query")({
8486
- [name$A]: [{ data: $("data", "GetInvestInput!") }, investSelector]
8585
+ [name$A]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
8487
8586
  });
8488
8587
 
8489
- const getInvest = {
8588
+ const getDebts = {
8490
8589
  __proto__: null,
8491
8590
  name: name$A,
8492
8591
  query: query$A
8493
8592
  };
8494
8593
 
8495
- const name$z = "capitalProgramInvests";
8594
+ const name$z = "capitalDebt";
8496
8595
  const query$z = Selector("Query")({
8497
- [name$z]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
8596
+ [name$z]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
8498
8597
  });
8499
8598
 
8500
- const getProgramInvests = {
8599
+ const getDebt = {
8501
8600
  __proto__: null,
8502
8601
  name: name$z,
8503
8602
  query: query$z
8504
8603
  };
8505
8604
 
8506
- const name$y = "capitalProgramInvest";
8605
+ const name$y = "capitalResults";
8507
8606
  const query$y = Selector("Query")({
8508
- [name$y]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
8607
+ [name$y]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
8509
8608
  });
8510
8609
 
8511
- const getProgramInvest = {
8610
+ const getResults = {
8512
8611
  __proto__: null,
8513
8612
  name: name$y,
8514
8613
  query: query$y
8515
8614
  };
8516
8615
 
8517
- const name$x = "capitalDebts";
8616
+ const name$x = "capitalResult";
8518
8617
  const query$x = Selector("Query")({
8519
- [name$x]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
8618
+ [name$x]: [{ data: $("data", "GetResultInput!") }, resultSelector]
8520
8619
  });
8521
8620
 
8522
- const getDebts = {
8621
+ const getResult = {
8523
8622
  __proto__: null,
8524
8623
  name: name$x,
8525
8624
  query: query$x
8526
8625
  };
8527
8626
 
8528
- const name$w = "capitalDebt";
8627
+ const name$w = "capitalExpenses";
8529
8628
  const query$w = Selector("Query")({
8530
- [name$w]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
8629
+ [name$w]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
8531
8630
  });
8532
8631
 
8533
- const getDebt = {
8632
+ const getExpenses = {
8534
8633
  __proto__: null,
8535
8634
  name: name$w,
8536
8635
  query: query$w
8537
8636
  };
8538
8637
 
8539
- const name$v = "capitalResults";
8638
+ const name$v = "capitalExpense";
8540
8639
  const query$v = Selector("Query")({
8541
- [name$v]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
8640
+ [name$v]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
8542
8641
  });
8543
8642
 
8544
- const getResults = {
8643
+ const getExpense = {
8545
8644
  __proto__: null,
8546
8645
  name: name$v,
8547
8646
  query: query$v
8548
8647
  };
8549
8648
 
8550
- const name$u = "capitalResult";
8649
+ const name$u = "capitalTimeStats";
8551
8650
  const query$u = Selector("Query")({
8552
- [name$u]: [{ data: $("data", "GetResultInput!") }, resultSelector]
8651
+ [name$u]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
8553
8652
  });
8554
8653
 
8555
- const getResult = {
8654
+ const getTimeStats = {
8556
8655
  __proto__: null,
8557
8656
  name: name$u,
8558
8657
  query: query$u
8559
8658
  };
8560
8659
 
8561
- const name$t = "capitalExpenses";
8660
+ const name$t = "capitalTimeEntries";
8562
8661
  const query$t = Selector("Query")({
8563
- [name$t]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
8662
+ [name$t]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
8564
8663
  });
8565
8664
 
8566
- const getExpenses = {
8665
+ const getTimeEntries = {
8567
8666
  __proto__: null,
8568
8667
  name: name$t,
8569
8668
  query: query$t
8570
8669
  };
8571
8670
 
8572
- const name$s = "capitalExpense";
8671
+ const name$s = "capitalTimeEntriesByIssues";
8573
8672
  const query$s = Selector("Query")({
8574
- [name$s]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
8673
+ [name$s]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
8575
8674
  });
8576
8675
 
8577
- const getExpense = {
8676
+ const getTimeEntriesByIssues = {
8578
8677
  __proto__: null,
8579
8678
  name: name$s,
8580
8679
  query: query$s
8581
8680
  };
8582
8681
 
8583
- const name$r = "capitalTimeStats";
8682
+ const name$r = "capitalCommit";
8584
8683
  const query$r = Selector("Query")({
8585
- [name$r]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
8684
+ [name$r]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
8586
8685
  });
8587
8686
 
8588
- const getTimeStats = {
8687
+ const getCommit = {
8589
8688
  __proto__: null,
8590
8689
  name: name$r,
8591
8690
  query: query$r
8592
8691
  };
8593
8692
 
8594
- const name$q = "capitalTimeEntries";
8693
+ const name$q = "capitalStories";
8595
8694
  const query$q = Selector("Query")({
8596
- [name$q]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
8695
+ [name$q]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
8597
8696
  });
8598
8697
 
8599
- const getTimeEntries = {
8698
+ const getStories = {
8600
8699
  __proto__: null,
8601
8700
  name: name$q,
8602
8701
  query: query$q
8603
8702
  };
8604
8703
 
8605
- const name$p = "capitalTimeEntriesByIssues";
8704
+ const name$p = "capitalStory";
8606
8705
  const query$p = Selector("Query")({
8607
- [name$p]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
8706
+ [name$p]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
8608
8707
  });
8609
8708
 
8610
- const getTimeEntriesByIssues = {
8709
+ const getStory = {
8611
8710
  __proto__: null,
8612
8711
  name: name$p,
8613
8712
  query: query$p
8614
8713
  };
8615
8714
 
8616
- const name$o = "capitalCommit";
8715
+ const name$o = "capitalIssues";
8617
8716
  const query$o = Selector("Query")({
8618
- [name$o]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
8717
+ [name$o]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
8619
8718
  });
8620
8719
 
8621
- const getCommit = {
8720
+ const getIssues = {
8622
8721
  __proto__: null,
8623
8722
  name: name$o,
8624
8723
  query: query$o
8625
8724
  };
8626
8725
 
8627
- const name$n = "capitalStories";
8726
+ const name$n = "capitalIssue";
8628
8727
  const query$n = Selector("Query")({
8629
- [name$n]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
8728
+ [name$n]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
8630
8729
  });
8631
8730
 
8632
- const getStories = {
8731
+ const getIssue = {
8633
8732
  __proto__: null,
8634
8733
  name: name$n,
8635
8734
  query: query$n
8636
8735
  };
8637
8736
 
8638
- const name$m = "capitalStory";
8737
+ const name$m = "capitalCommits";
8639
8738
  const query$m = Selector("Query")({
8640
- [name$m]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
8739
+ [name$m]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
8641
8740
  });
8642
8741
 
8643
- const getStory = {
8742
+ const getCommits = {
8644
8743
  __proto__: null,
8645
8744
  name: name$m,
8646
8745
  query: query$m
8647
8746
  };
8648
8747
 
8649
- const name$l = "capitalIssues";
8748
+ const name$l = "capitalCycles";
8650
8749
  const query$l = Selector("Query")({
8651
- [name$l]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
8750
+ [name$l]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
8652
8751
  });
8653
8752
 
8654
- const getIssues = {
8753
+ const getCycles = {
8655
8754
  __proto__: null,
8656
8755
  name: name$l,
8657
8756
  query: query$l
8658
8757
  };
8659
8758
 
8660
- const name$k = "capitalIssue";
8759
+ const name$k = "capitalState";
8661
8760
  const query$k = Selector("Query")({
8662
- [name$k]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
8761
+ [name$k]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
8663
8762
  });
8664
8763
 
8665
- const getIssue = {
8764
+ const getState = {
8666
8765
  __proto__: null,
8667
8766
  name: name$k,
8668
8767
  query: query$k
8669
8768
  };
8670
8769
 
8671
- const name$j = "capitalCommits";
8672
- const query$j = Selector("Query")({
8673
- [name$j]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
8674
- });
8675
-
8676
- const getCommits = {
8677
- __proto__: null,
8678
- name: name$j,
8679
- query: query$j
8680
- };
8681
-
8682
- const name$i = "capitalCycles";
8683
- const query$i = Selector("Query")({
8684
- [name$i]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
8685
- });
8686
-
8687
- const getCycles = {
8688
- __proto__: null,
8689
- name: name$i,
8690
- query: query$i
8691
- };
8692
-
8693
- const name$h = "capitalState";
8694
- const query$h = Selector("Query")({
8695
- [name$h]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
8696
- });
8697
-
8698
- const getState = {
8699
- __proto__: null,
8700
- name: name$h,
8701
- query: query$h
8702
- };
8703
-
8704
- const index$g = {
8770
+ const index$h = {
8705
8771
  __proto__: null,
8706
8772
  GetCommit: getCommit,
8707
8773
  GetCommits: getCommits,
@@ -8735,9 +8801,9 @@ const index$g = {
8735
8801
  GetVotes: getVotes
8736
8802
  };
8737
8803
 
8738
- const name$g = "chairmanApprovals";
8739
- const query$g = Selector("Query")({
8740
- [name$g]: [
8804
+ const name$j = "chairmanApprovals";
8805
+ const query$j = Selector("Query")({
8806
+ [name$j]: [
8741
8807
  {
8742
8808
  filter: $("filter", "ApprovalFilter"),
8743
8809
  options: $("options", "PaginationInput")
@@ -8748,27 +8814,55 @@ const query$g = Selector("Query")({
8748
8814
 
8749
8815
  const getApprovals = {
8750
8816
  __proto__: null,
8751
- name: name$g,
8752
- query: query$g
8817
+ name: name$j,
8818
+ query: query$j
8753
8819
  };
8754
8820
 
8755
- const name$f = "chairmanApproval";
8756
- const query$f = Selector("Query")({
8757
- [name$f]: [{ id: $("id", "String!") }, approvalSelector]
8821
+ const name$i = "chairmanApproval";
8822
+ const query$i = Selector("Query")({
8823
+ [name$i]: [{ id: $("id", "String!") }, approvalSelector]
8758
8824
  });
8759
8825
 
8760
8826
  const getApproval = {
8761
8827
  __proto__: null,
8762
- name: name$f,
8763
- query: query$f
8828
+ name: name$i,
8829
+ query: query$i
8764
8830
  };
8765
8831
 
8766
- const index$f = {
8832
+ const index$g = {
8767
8833
  __proto__: null,
8768
8834
  GetApproval: getApproval,
8769
8835
  GetApprovals: getApprovals
8770
8836
  };
8771
8837
 
8838
+ const name$h = "coopgramCheckUsernameAvailability";
8839
+ const query$h = Selector("Query")({
8840
+ [name$h]: [{ data: $("data", "CheckMatrixUsernameInput!") }, true]
8841
+ });
8842
+
8843
+ const checkUsernameAvailability = {
8844
+ __proto__: null,
8845
+ name: name$h,
8846
+ query: query$h
8847
+ };
8848
+
8849
+ const name$g = "coopgramGetAccountStatus";
8850
+ const query$g = Selector("Query")({
8851
+ [name$g]: coopgramAccountStatusSelector
8852
+ });
8853
+
8854
+ const getAccountStatus = {
8855
+ __proto__: null,
8856
+ name: name$g,
8857
+ query: query$g
8858
+ };
8859
+
8860
+ const index$f = {
8861
+ __proto__: null,
8862
+ CheckUsernameAvailability: checkUsernameAvailability,
8863
+ GetAccountStatus: getAccountStatus
8864
+ };
8865
+
8772
8866
  const rawWorkspaceSelector = {
8773
8867
  extension_name: true,
8774
8868
  name: true,
@@ -8785,15 +8879,15 @@ const rawDesktopSelector = {
8785
8879
  };
8786
8880
  const desktopSelector = Selector("Desktop")(rawDesktopSelector);
8787
8881
 
8788
- const name$e = "getDesktop";
8789
- const query$e = Selector("Query")({
8790
- [name$e]: desktopSelector
8882
+ const name$f = "getDesktop";
8883
+ const query$f = Selector("Query")({
8884
+ [name$f]: desktopSelector
8791
8885
  });
8792
8886
 
8793
8887
  const getDesktop = {
8794
8888
  __proto__: null,
8795
- name: name$e,
8796
- query: query$e
8889
+ name: name$f,
8890
+ query: query$f
8797
8891
  };
8798
8892
 
8799
8893
  const index$e = {
@@ -8802,15 +8896,15 @@ const index$e = {
8802
8896
  };
8803
8897
 
8804
8898
  const documentPaginationSelector = { ...paginationSelector, items: rawDocumentPackageAggregateSelector };
8805
- const name$d = "getDocuments";
8806
- const query$d = Selector("Query")({
8807
- [name$d]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
8899
+ const name$e = "getDocuments";
8900
+ const query$e = Selector("Query")({
8901
+ [name$e]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
8808
8902
  });
8809
8903
 
8810
8904
  const getDocuments = {
8811
8905
  __proto__: null,
8812
- name: name$d,
8813
- query: query$d
8906
+ name: name$e,
8907
+ query: query$e
8814
8908
  };
8815
8909
 
8816
8910
  const index$d = {
@@ -8818,6 +8912,41 @@ const index$d = {
8818
8912
  GetDocuments: getDocuments
8819
8913
  };
8820
8914
 
8915
+ const rawExtensionLogSelector = {
8916
+ id: true,
8917
+ extension_local_id: true,
8918
+ name: true,
8919
+ data: true,
8920
+ created_at: true,
8921
+ updated_at: true
8922
+ };
8923
+ const extensionLogSelector = Selector("ExtensionLog")(rawExtensionLogSelector);
8924
+
8925
+ const rawPaginatedExtensionLogsSelector = {
8926
+ items: extensionLogSelector,
8927
+ totalCount: true,
8928
+ totalPages: true,
8929
+ currentPage: true
8930
+ };
8931
+ const paginatedExtensionLogsSelector = Selector("ExtensionLogsPaginationResult")(rawPaginatedExtensionLogsSelector);
8932
+
8933
+ const name$d = "getExtensionLogs";
8934
+ const query$d = Selector("Query")({
8935
+ [name$d]: [
8936
+ {
8937
+ data: $("data", "GetExtensionLogsInput"),
8938
+ options: $("options", "PaginationInput")
8939
+ },
8940
+ paginatedExtensionLogsSelector
8941
+ ]
8942
+ });
8943
+
8944
+ const getExtensionLogs = {
8945
+ __proto__: null,
8946
+ name: name$d,
8947
+ query: query$d
8948
+ };
8949
+
8821
8950
  const name$c = "getExtensions";
8822
8951
  const query$c = Selector("Query")({
8823
8952
  [name$c]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
@@ -8831,6 +8960,7 @@ const getExtensions = {
8831
8960
 
8832
8961
  const index$c = {
8833
8962
  __proto__: null,
8963
+ GetExtensionLogs: getExtensionLogs,
8834
8964
  GetExtensions: getExtensions
8835
8965
  };
8836
8966
 
@@ -9013,13 +9143,14 @@ const index$6 = {
9013
9143
 
9014
9144
  const index$5 = {
9015
9145
  __proto__: null,
9016
- Accounts: index$l,
9017
- Agenda: index$k,
9018
- Agreements: index$j,
9019
- BlockchainExplorer: index$i,
9020
- Branches: index$h,
9021
- Capital: index$g,
9022
- Chairman: index$f,
9146
+ Accounts: index$m,
9147
+ Agenda: index$l,
9148
+ Agreements: index$k,
9149
+ BlockchainExplorer: index$j,
9150
+ Branches: index$i,
9151
+ Capital: index$h,
9152
+ Chairman: index$g,
9153
+ Coopgram: index$f,
9023
9154
  Desktop: index$e,
9024
9155
  Documents: index$d,
9025
9156
  Extensions: index$c,
@@ -9125,8 +9256,8 @@ const _Client = class _Client {
9125
9256
  signature
9126
9257
  }
9127
9258
  };
9128
- const { [name$37]: result } = await this.thunder("mutation")(
9129
- mutation$2e,
9259
+ const { [name$3b]: result } = await this.thunder("mutation")(
9260
+ mutation$2f,
9130
9261
  {
9131
9262
  variables
9132
9263
  }
@@ -9231,7 +9362,6 @@ const _Client = class _Client {
9231
9362
  }
9232
9363
  const json = await response.json();
9233
9364
  if (json.errors) {
9234
- console.log("json.errors", json.errors);
9235
9365
  throw json.errors;
9236
9366
  }
9237
9367
  return json.data;
@@ -9253,4 +9383,4 @@ exports.Client = Client;
9253
9383
  exports.Mutations = Mutations;
9254
9384
  exports.Queries = index$5;
9255
9385
  exports.Types = index;
9256
- exports.Zeus = index$D;
9386
+ exports.Zeus = index$F;