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

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