@coopenomics/sdk 2025.11.29-alpha-1 → 2025.12.2-alpha-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1015,6 +1015,7 @@ const AllTypesProps = {
1015
1015
  DisputeOnRequestInput: {
1016
1016
  document: "JSONObject"
1017
1017
  },
1018
+ DocumentAction: "enum",
1018
1019
  EditBranchInput: {},
1019
1020
  EditContributorInput: {},
1020
1021
  EditProjectInput: {},
@@ -1042,6 +1043,7 @@ const AllTypesProps = {
1042
1043
  GetContributorInput: {},
1043
1044
  GetDebtInput: {},
1044
1045
  GetDocumentsInput: {
1046
+ actions: "DocumentAction",
1045
1047
  filter: "JSON"
1046
1048
  },
1047
1049
  GetExpenseInput: {},
@@ -1056,6 +1058,7 @@ const AllTypesProps = {
1056
1058
  GetLedgerInput: {},
1057
1059
  GetMeetInput: {},
1058
1060
  GetMeetsInput: {},
1061
+ GetOneCoopDocumentsInput: {},
1059
1062
  GetPaymentMethodsInput: {},
1060
1063
  GetProgramInvestInput: {},
1061
1064
  GetProjectInput: {},
@@ -1324,6 +1327,9 @@ const AllTypesProps = {
1324
1327
  chairmanDeclineApprove: {
1325
1328
  data: "DeclineApproveInput"
1326
1329
  },
1330
+ chatcoopCreateAccount: {
1331
+ data: "CreateMatrixAccountInputDTO"
1332
+ },
1327
1333
  completeRequest: {
1328
1334
  data: "CompleteRequestInput"
1329
1335
  },
@@ -1336,9 +1342,6 @@ const AllTypesProps = {
1336
1342
  confirmSupplyOnRequest: {
1337
1343
  data: "ConfirmSupplyOnRequestInput"
1338
1344
  },
1339
- chatcoopCreateAccount: {
1340
- data: "CreateMatrixAccountInputDTO"
1341
- },
1342
1345
  createAnnualGeneralMeet: {
1343
1346
  data: "CreateAnnualGeneralMeetInput"
1344
1347
  },
@@ -1817,6 +1820,9 @@ const AllTypesProps = {
1817
1820
  getUserWebPushSubscriptions: {
1818
1821
  data: "GetUserSubscriptionsInput"
1819
1822
  },
1823
+ onecoopGetDocuments: {
1824
+ data: "GetOneCoopDocumentsInput"
1825
+ },
1820
1826
  searchPrivateAccounts: {
1821
1827
  data: "SearchPrivateAccountsInput"
1822
1828
  }
@@ -2869,8 +2875,10 @@ const ReturnTypes = {
2869
2875
  value: "JSON"
2870
2876
  },
2871
2877
  Desktop: {
2878
+ authorizedHome: "String",
2872
2879
  coopname: "String",
2873
2880
  layout: "String",
2881
+ nonAuthorizedHome: "String",
2874
2882
  workspaces: "DesktopWorkspace"
2875
2883
  },
2876
2884
  DesktopConfig: {
@@ -3240,11 +3248,11 @@ const ReturnTypes = {
3240
3248
  capitalUpdateStory: "CapitalStory",
3241
3249
  chairmanConfirmApprove: "Approval",
3242
3250
  chairmanDeclineApprove: "Approval",
3251
+ chatcoopCreateAccount: "Boolean",
3243
3252
  completeRequest: "Transaction",
3244
3253
  confirmAgreement: "Transaction",
3245
3254
  confirmReceiveOnRequest: "Transaction",
3246
3255
  confirmSupplyOnRequest: "Transaction",
3247
- chatcoopCreateAccount: "Boolean",
3248
3256
  createAnnualGeneralMeet: "MeetAggregate",
3249
3257
  createBankAccount: "PaymentMethod",
3250
3258
  createBranch: "Branch",
@@ -3324,6 +3332,20 @@ const ReturnTypes = {
3324
3332
  updateSystem: "SystemInfo",
3325
3333
  voteOnAnnualGeneralMeet: "MeetAggregate"
3326
3334
  },
3335
+ OneCoopDocumentOutput: {
3336
+ action: "String",
3337
+ block_num: "Int",
3338
+ data: "JSON",
3339
+ hash: "String",
3340
+ package: "String"
3341
+ },
3342
+ OneCoopDocumentsResponse: {
3343
+ current_page: "Int",
3344
+ items: "OneCoopDocumentOutput",
3345
+ max_block_num: "Int",
3346
+ total_count: "Int",
3347
+ total_pages: "Int"
3348
+ },
3327
3349
  Organization: {
3328
3350
  city: "String",
3329
3351
  country: "String",
@@ -3658,6 +3680,7 @@ const ReturnTypes = {
3658
3680
  getSystemInfo: "SystemInfo",
3659
3681
  getUserWebPushSubscriptions: "WebPushSubscriptionDto",
3660
3682
  getWebPushSubscriptionStats: "SubscriptionStatsDto",
3683
+ onecoopGetDocuments: "OneCoopDocumentsResponse",
3661
3684
  searchPrivateAccounts: "PrivateAccountSearchResult"
3662
3685
  },
3663
3686
  Question: {
@@ -4432,6 +4455,13 @@ var DebtStatus = /* @__PURE__ */ ((DebtStatus2) => {
4432
4455
  DebtStatus2["UNDEFINED"] = "UNDEFINED";
4433
4456
  return DebtStatus2;
4434
4457
  })(DebtStatus || {});
4458
+ var DocumentAction = /* @__PURE__ */ ((DocumentAction2) => {
4459
+ DocumentAction2["CONTRIBUTE"] = "CONTRIBUTE";
4460
+ DocumentAction2["JOINCOOP"] = "JOINCOOP";
4461
+ DocumentAction2["REGCOOP"] = "REGCOOP";
4462
+ DocumentAction2["WITHDRAW"] = "WITHDRAW";
4463
+ return DocumentAction2;
4464
+ })(DocumentAction || {});
4435
4465
  var ExpenseStatus = /* @__PURE__ */ ((ExpenseStatus2) => {
4436
4466
  ExpenseStatus2["APPROVED"] = "APPROVED";
4437
4467
  ExpenseStatus2["CANCELLED"] = "CANCELLED";
@@ -4580,7 +4610,7 @@ var UserStatus = /* @__PURE__ */ ((UserStatus2) => {
4580
4610
  return UserStatus2;
4581
4611
  })(UserStatus || {});
4582
4612
 
4583
- const index$F = {
4613
+ const index$G = {
4584
4614
  __proto__: null,
4585
4615
  $: $,
4586
4616
  AccountType: AccountType,
@@ -4592,6 +4622,7 @@ const index$F = {
4592
4622
  Country: Country,
4593
4623
  CycleStatus: CycleStatus,
4594
4624
  DebtStatus: DebtStatus,
4625
+ DocumentAction: DocumentAction,
4595
4626
  ExpenseStatus: ExpenseStatus,
4596
4627
  ExtendedMeetStatus: ExtendedMeetStatus,
4597
4628
  GRAPHQL_TYPE_SEPARATOR: GRAPHQL_TYPE_SEPARATOR,
@@ -5011,37 +5042,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
5011
5042
  rawRegisteredAccountSelector
5012
5043
  );
5013
5044
 
5014
- const name$3o = "registerAccount";
5045
+ const name$3p = "registerAccount";
5015
5046
  const mutation$2s = Selector("Mutation")({
5016
- [name$3o]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
5047
+ [name$3p]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
5017
5048
  });
5018
5049
 
5019
5050
  const registerAccount = {
5020
5051
  __proto__: null,
5021
5052
  mutation: mutation$2s,
5022
- name: name$3o
5053
+ name: name$3p
5023
5054
  };
5024
5055
 
5025
- const name$3n = "resetKey";
5056
+ const name$3o = "resetKey";
5026
5057
  const mutation$2r = Selector("Mutation")({
5027
- [name$3n]: [{ data: $("data", "ResetKeyInput!") }, true]
5058
+ [name$3o]: [{ data: $("data", "ResetKeyInput!") }, true]
5028
5059
  });
5029
5060
 
5030
5061
  const resetKey = {
5031
5062
  __proto__: null,
5032
5063
  mutation: mutation$2r,
5033
- name: name$3n
5064
+ name: name$3o
5034
5065
  };
5035
5066
 
5036
- const name$3m = "startResetKey";
5067
+ const name$3n = "startResetKey";
5037
5068
  const mutation$2q = Selector("Mutation")({
5038
- [name$3m]: [{ data: $("data", "StartResetKeyInput!") }, true]
5069
+ [name$3n]: [{ data: $("data", "StartResetKeyInput!") }, true]
5039
5070
  });
5040
5071
 
5041
5072
  const startResetKey = {
5042
5073
  __proto__: null,
5043
5074
  mutation: mutation$2q,
5044
- name: name$3m
5075
+ name: name$3n
5045
5076
  };
5046
5077
 
5047
5078
  const paginationSelector = {
@@ -6035,6 +6066,23 @@ const rawSubscriptionStatsSelector = {
6035
6066
  };
6036
6067
  Selector("SubscriptionStatsDto")(rawSubscriptionStatsSelector);
6037
6068
 
6069
+ const rawOneCoopDocumentSelector = {
6070
+ action: true,
6071
+ block_num: true,
6072
+ package: true,
6073
+ hash: true,
6074
+ data: true
6075
+ };
6076
+ const oneCoopDocumentSelector = Selector("OneCoopDocumentOutput")(rawOneCoopDocumentSelector);
6077
+
6078
+ const oneCoopDocumentsPaginationSelector = {
6079
+ items: oneCoopDocumentSelector,
6080
+ total_count: true,
6081
+ total_pages: true,
6082
+ current_page: true,
6083
+ max_block_num: true
6084
+ };
6085
+
6038
6086
  const rawPaymentMethodSelector = {
6039
6087
  data: {
6040
6088
  "__typename": true,
@@ -6235,18 +6283,18 @@ const rawCreateWithdrawResponseSelector = {
6235
6283
  };
6236
6284
  const createWithdrawResponseSelector = Selector("CreateWithdrawResponse")(rawCreateWithdrawResponseSelector);
6237
6285
 
6238
- const name$3l = "updateAccount";
6286
+ const name$3m = "updateAccount";
6239
6287
  const mutation$2p = Selector("Mutation")({
6240
- [name$3l]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6288
+ [name$3m]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6241
6289
  });
6242
6290
 
6243
6291
  const updateAccount = {
6244
6292
  __proto__: null,
6245
6293
  mutation: mutation$2p,
6246
- name: name$3l
6294
+ name: name$3m
6247
6295
  };
6248
6296
 
6249
- const index$E = {
6297
+ const index$F = {
6250
6298
  __proto__: null,
6251
6299
  RegisterAccount: registerAccount,
6252
6300
  ResetKey: resetKey,
@@ -6254,84 +6302,84 @@ const index$E = {
6254
6302
  UpdateAccount: updateAccount
6255
6303
  };
6256
6304
 
6257
- const name$3k = "generatePrivacyAgreement";
6305
+ const name$3l = "generatePrivacyAgreement";
6258
6306
  const mutation$2o = Selector("Mutation")({
6259
- [name$3k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6307
+ [name$3l]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6260
6308
  });
6261
6309
 
6262
6310
  const generatePrivacyAgreement = {
6263
6311
  __proto__: null,
6264
6312
  mutation: mutation$2o,
6265
- name: name$3k
6313
+ name: name$3l
6266
6314
  };
6267
6315
 
6268
- const name$3j = "generateSignatureAgreement";
6316
+ const name$3k = "generateSignatureAgreement";
6269
6317
  const mutation$2n = Selector("Mutation")({
6270
- [name$3j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6318
+ [name$3k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6271
6319
  });
6272
6320
 
6273
6321
  const generateSignatureAgreement = {
6274
6322
  __proto__: null,
6275
6323
  mutation: mutation$2n,
6276
- name: name$3j
6324
+ name: name$3k
6277
6325
  };
6278
6326
 
6279
- const name$3i = "generateWalletAgreement";
6327
+ const name$3j = "generateWalletAgreement";
6280
6328
  const mutation$2m = Selector("Mutation")({
6281
- [name$3i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6329
+ [name$3j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6282
6330
  });
6283
6331
 
6284
6332
  const generateWalletAgreement = {
6285
6333
  __proto__: null,
6286
6334
  mutation: mutation$2m,
6287
- name: name$3i
6335
+ name: name$3j
6288
6336
  };
6289
6337
 
6290
- const name$3h = "generateUserAgreement";
6338
+ const name$3i = "generateUserAgreement";
6291
6339
  const mutation$2l = Selector("Mutation")({
6292
- [name$3h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6340
+ [name$3i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6293
6341
  });
6294
6342
 
6295
6343
  const generateUserAgreement = {
6296
6344
  __proto__: null,
6297
6345
  mutation: mutation$2l,
6298
- name: name$3h
6346
+ name: name$3i
6299
6347
  };
6300
6348
 
6301
- const name$3g = "sendAgreement";
6349
+ const name$3h = "sendAgreement";
6302
6350
  const mutation$2k = Selector("Mutation")({
6303
- [name$3g]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6351
+ [name$3h]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6304
6352
  });
6305
6353
 
6306
6354
  const sendAgreement = {
6307
6355
  __proto__: null,
6308
6356
  mutation: mutation$2k,
6309
- name: name$3g
6357
+ name: name$3h
6310
6358
  };
6311
6359
 
6312
- const name$3f = "confirmAgreement";
6360
+ const name$3g = "confirmAgreement";
6313
6361
  const mutation$2j = Selector("Mutation")({
6314
- [name$3f]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6362
+ [name$3g]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6315
6363
  });
6316
6364
 
6317
6365
  const confirmAgreement = {
6318
6366
  __proto__: null,
6319
6367
  mutation: mutation$2j,
6320
- name: name$3f
6368
+ name: name$3g
6321
6369
  };
6322
6370
 
6323
- const name$3e = "declineAgreement";
6371
+ const name$3f = "declineAgreement";
6324
6372
  const mutation$2i = Selector("Mutation")({
6325
- [name$3e]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6373
+ [name$3f]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6326
6374
  });
6327
6375
 
6328
6376
  const declineAgreement = {
6329
6377
  __proto__: null,
6330
6378
  mutation: mutation$2i,
6331
- name: name$3e
6379
+ name: name$3f
6332
6380
  };
6333
6381
 
6334
- const index$D = {
6382
+ const index$E = {
6335
6383
  __proto__: null,
6336
6384
  ConfirmAgreement: confirmAgreement,
6337
6385
  DeclineAgreement: declineAgreement,
@@ -6342,124 +6390,124 @@ const index$D = {
6342
6390
  SendAgreement: sendAgreement
6343
6391
  };
6344
6392
 
6345
- const name$3d = "refresh";
6393
+ const name$3e = "refresh";
6346
6394
  const mutation$2h = Selector("Mutation")({
6347
- [name$3d]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6395
+ [name$3e]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6348
6396
  });
6349
6397
 
6350
6398
  const refresh = {
6351
6399
  __proto__: null,
6352
6400
  mutation: mutation$2h,
6353
- name: name$3d
6401
+ name: name$3e
6354
6402
  };
6355
6403
 
6356
- const name$3c = "logout";
6404
+ const name$3d = "logout";
6357
6405
  const mutation$2g = Selector("Mutation")({
6358
- [name$3c]: [{ data: $("data", "LogoutInput!") }, true]
6406
+ [name$3d]: [{ data: $("data", "LogoutInput!") }, true]
6359
6407
  });
6360
6408
 
6361
6409
  const logout = {
6362
6410
  __proto__: null,
6363
6411
  mutation: mutation$2g,
6364
- name: name$3c
6412
+ name: name$3d
6365
6413
  };
6366
6414
 
6367
- const name$3b = "login";
6415
+ const name$3c = "login";
6368
6416
  const mutation$2f = Selector("Mutation")({
6369
- [name$3b]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6417
+ [name$3c]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6370
6418
  });
6371
6419
 
6372
6420
  const login = {
6373
6421
  __proto__: null,
6374
6422
  mutation: mutation$2f,
6375
- name: name$3b
6423
+ name: name$3c
6376
6424
  };
6377
6425
 
6378
- const index$C = {
6426
+ const index$D = {
6379
6427
  __proto__: null,
6380
6428
  Login: login,
6381
6429
  Logout: logout,
6382
6430
  Refresh: refresh
6383
6431
  };
6384
6432
 
6385
- const name$3a = "addTrustedAccount";
6433
+ const name$3b = "addTrustedAccount";
6386
6434
  const mutation$2e = Selector("Mutation")({
6387
- [name$3a]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6435
+ [name$3b]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6388
6436
  });
6389
6437
 
6390
6438
  const addTrustedAccount = {
6391
6439
  __proto__: null,
6392
6440
  mutation: mutation$2e,
6393
- name: name$3a
6441
+ name: name$3b
6394
6442
  };
6395
6443
 
6396
- const name$39 = "createBranch";
6444
+ const name$3a = "createBranch";
6397
6445
  const mutation$2d = Selector("Mutation")({
6398
- [name$39]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6446
+ [name$3a]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6399
6447
  });
6400
6448
 
6401
6449
  const createBranch = {
6402
6450
  __proto__: null,
6403
6451
  mutation: mutation$2d,
6404
- name: name$39
6452
+ name: name$3a
6405
6453
  };
6406
6454
 
6407
- const name$38 = "deleteBranch";
6455
+ const name$39 = "deleteBranch";
6408
6456
  const mutation$2c = Selector("Mutation")({
6409
- [name$38]: [{ data: $("data", "DeleteBranchInput!") }, true]
6457
+ [name$39]: [{ data: $("data", "DeleteBranchInput!") }, true]
6410
6458
  });
6411
6459
 
6412
6460
  const deleteBranch = {
6413
6461
  __proto__: null,
6414
6462
  mutation: mutation$2c,
6415
- name: name$38
6463
+ name: name$39
6416
6464
  };
6417
6465
 
6418
- const name$37 = "deleteTrustedAccount";
6466
+ const name$38 = "deleteTrustedAccount";
6419
6467
  const mutation$2b = Selector("Mutation")({
6420
- [name$37]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6468
+ [name$38]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6421
6469
  });
6422
6470
 
6423
6471
  const deleteTrustedAccount = {
6424
6472
  __proto__: null,
6425
6473
  mutation: mutation$2b,
6426
- name: name$37
6474
+ name: name$38
6427
6475
  };
6428
6476
 
6429
- const name$36 = "editBranch";
6477
+ const name$37 = "editBranch";
6430
6478
  const mutation$2a = Selector("Mutation")({
6431
- [name$36]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6479
+ [name$37]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6432
6480
  });
6433
6481
 
6434
6482
  const editBranch = {
6435
6483
  __proto__: null,
6436
6484
  mutation: mutation$2a,
6437
- name: name$36
6485
+ name: name$37
6438
6486
  };
6439
6487
 
6440
- const name$35 = "generateSelectBranchDocument";
6488
+ const name$36 = "generateSelectBranchDocument";
6441
6489
  const mutation$29 = Selector("Mutation")({
6442
- [name$35]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6490
+ [name$36]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6443
6491
  });
6444
6492
 
6445
6493
  const generateSelectBranchDocument = {
6446
6494
  __proto__: null,
6447
6495
  mutation: mutation$29,
6448
- name: name$35
6496
+ name: name$36
6449
6497
  };
6450
6498
 
6451
- const name$34 = "selectBranch";
6499
+ const name$35 = "selectBranch";
6452
6500
  const mutation$28 = Selector("Mutation")({
6453
- [name$34]: [{ data: $("data", "SelectBranchInput!") }, true]
6501
+ [name$35]: [{ data: $("data", "SelectBranchInput!") }, true]
6454
6502
  });
6455
6503
 
6456
6504
  const selectBranch = {
6457
6505
  __proto__: null,
6458
6506
  mutation: mutation$28,
6459
- name: name$34
6507
+ name: name$35
6460
6508
  };
6461
6509
 
6462
- const index$B = {
6510
+ const index$C = {
6463
6511
  __proto__: null,
6464
6512
  AddTrustedAccount: addTrustedAccount,
6465
6513
  CreateBranch: createBranch,
@@ -6470,733 +6518,733 @@ const index$B = {
6470
6518
  SelectBranch: selectBranch
6471
6519
  };
6472
6520
 
6473
- const name$33 = "capitalSetConfig";
6521
+ const name$34 = "capitalSetConfig";
6474
6522
  const mutation$27 = Selector("Mutation")({
6475
- [name$33]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6523
+ [name$34]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6476
6524
  });
6477
6525
 
6478
6526
  const setConfig = {
6479
6527
  __proto__: null,
6480
6528
  mutation: mutation$27,
6481
- name: name$33
6529
+ name: name$34
6482
6530
  };
6483
6531
 
6484
- const name$32 = "capitalCreateProject";
6532
+ const name$33 = "capitalCreateProject";
6485
6533
  const mutation$26 = Selector("Mutation")({
6486
- [name$32]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6534
+ [name$33]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6487
6535
  });
6488
6536
 
6489
6537
  const createProject = {
6490
6538
  __proto__: null,
6491
6539
  mutation: mutation$26,
6492
- name: name$32
6540
+ name: name$33
6493
6541
  };
6494
6542
 
6495
- const name$31 = "capitalCreateDebt";
6543
+ const name$32 = "capitalCreateDebt";
6496
6544
  const mutation$25 = Selector("Mutation")({
6497
- [name$31]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6545
+ [name$32]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6498
6546
  });
6499
6547
 
6500
6548
  const createDebt = {
6501
6549
  __proto__: null,
6502
6550
  mutation: mutation$25,
6503
- name: name$31
6551
+ name: name$32
6504
6552
  };
6505
6553
 
6506
- const name$30 = "capitalFundProgram";
6554
+ const name$31 = "capitalFundProgram";
6507
6555
  const mutation$24 = Selector("Mutation")({
6508
- [name$30]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6556
+ [name$31]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6509
6557
  });
6510
6558
 
6511
6559
  const fundProgram = {
6512
6560
  __proto__: null,
6513
6561
  mutation: mutation$24,
6514
- name: name$30
6562
+ name: name$31
6515
6563
  };
6516
6564
 
6517
- const name$2$ = "capitalFundProject";
6565
+ const name$30 = "capitalFundProject";
6518
6566
  const mutation$23 = Selector("Mutation")({
6519
- [name$2$]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6567
+ [name$30]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6520
6568
  });
6521
6569
 
6522
6570
  const fundProject = {
6523
6571
  __proto__: null,
6524
6572
  mutation: mutation$23,
6525
- name: name$2$
6573
+ name: name$30
6526
6574
  };
6527
6575
 
6528
- const name$2_ = "capitalRefreshProgram";
6576
+ const name$2$ = "capitalRefreshProgram";
6529
6577
  const mutation$22 = Selector("Mutation")({
6530
- [name$2_]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6578
+ [name$2$]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6531
6579
  });
6532
6580
 
6533
6581
  const refreshProgram = {
6534
6582
  __proto__: null,
6535
6583
  mutation: mutation$22,
6536
- name: name$2_
6584
+ name: name$2$
6537
6585
  };
6538
6586
 
6539
- const name$2Z = "capitalRefreshProject";
6587
+ const name$2_ = "capitalRefreshProject";
6540
6588
  const mutation$21 = Selector("Mutation")({
6541
- [name$2Z]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6589
+ [name$2_]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6542
6590
  });
6543
6591
 
6544
6592
  const refreshProject = {
6545
6593
  __proto__: null,
6546
6594
  mutation: mutation$21,
6547
- name: name$2Z
6595
+ name: name$2_
6548
6596
  };
6549
6597
 
6550
- const name$2Y = "capitalCreateCommit";
6598
+ const name$2Z = "capitalCreateCommit";
6551
6599
  const mutation$20 = Selector("Mutation")({
6552
- [name$2Y]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6600
+ [name$2Z]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6553
6601
  });
6554
6602
 
6555
6603
  const createCommit = {
6556
6604
  __proto__: null,
6557
6605
  mutation: mutation$20,
6558
- name: name$2Y
6606
+ name: name$2Z
6559
6607
  };
6560
6608
 
6561
- const name$2X = "capitalApproveCommit";
6609
+ const name$2Y = "capitalApproveCommit";
6562
6610
  const mutation$1$ = Selector("Mutation")({
6563
- [name$2X]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6611
+ [name$2Y]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6564
6612
  });
6565
6613
 
6566
6614
  const approveCommit = {
6567
6615
  __proto__: null,
6568
6616
  mutation: mutation$1$,
6569
- name: name$2X
6617
+ name: name$2Y
6570
6618
  };
6571
6619
 
6572
- const name$2W = "capitalDeclineCommit";
6620
+ const name$2X = "capitalDeclineCommit";
6573
6621
  const mutation$1_ = Selector("Mutation")({
6574
- [name$2W]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6622
+ [name$2X]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6575
6623
  });
6576
6624
 
6577
6625
  const declineCommit = {
6578
6626
  __proto__: null,
6579
6627
  mutation: mutation$1_,
6580
- name: name$2W
6628
+ name: name$2X
6581
6629
  };
6582
6630
 
6583
- const name$2V = "capitalRefreshSegment";
6631
+ const name$2W = "capitalRefreshSegment";
6584
6632
  const mutation$1Z = Selector("Mutation")({
6585
- [name$2V]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6633
+ [name$2W]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6586
6634
  });
6587
6635
 
6588
6636
  const refreshSegment = {
6589
6637
  __proto__: null,
6590
6638
  mutation: mutation$1Z,
6591
- name: name$2V
6639
+ name: name$2W
6592
6640
  };
6593
6641
 
6594
- const name$2U = "capitalCreateProjectInvest";
6642
+ const name$2V = "capitalCreateProjectInvest";
6595
6643
  const mutation$1Y = Selector("Mutation")({
6596
- [name$2U]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6644
+ [name$2V]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6597
6645
  });
6598
6646
 
6599
6647
  const createProjectInvest = {
6600
6648
  __proto__: null,
6601
6649
  mutation: mutation$1Y,
6602
- name: name$2U
6650
+ name: name$2V
6603
6651
  };
6604
6652
 
6605
- const name$2T = "capitalRegisterContributor";
6653
+ const name$2U = "capitalRegisterContributor";
6606
6654
  const mutation$1X = Selector("Mutation")({
6607
- [name$2T]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6655
+ [name$2U]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6608
6656
  });
6609
6657
 
6610
6658
  const registerContributor = {
6611
6659
  __proto__: null,
6612
6660
  mutation: mutation$1X,
6613
- name: name$2T
6661
+ name: name$2U
6614
6662
  };
6615
6663
 
6616
- const name$2S = "capitalImportContributor";
6664
+ const name$2T = "capitalImportContributor";
6617
6665
  const mutation$1W = Selector("Mutation")({
6618
- [name$2S]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6666
+ [name$2T]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6619
6667
  });
6620
6668
 
6621
6669
  const importContributor = {
6622
6670
  __proto__: null,
6623
6671
  mutation: mutation$1W,
6624
- name: name$2S
6672
+ name: name$2T
6625
6673
  };
6626
6674
 
6627
- const name$2R = "capitalMakeClearance";
6675
+ const name$2S = "capitalMakeClearance";
6628
6676
  const mutation$1V = Selector("Mutation")({
6629
- [name$2R]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6677
+ [name$2S]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6630
6678
  });
6631
6679
 
6632
6680
  const makeClearance = {
6633
6681
  __proto__: null,
6634
6682
  mutation: mutation$1V,
6635
- name: name$2R
6683
+ name: name$2S
6636
6684
  };
6637
6685
 
6638
- const name$2Q = "capitalSetMaster";
6686
+ const name$2R = "capitalSetMaster";
6639
6687
  const mutation$1U = Selector("Mutation")({
6640
- [name$2Q]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6688
+ [name$2R]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6641
6689
  });
6642
6690
 
6643
6691
  const setMaster = {
6644
6692
  __proto__: null,
6645
6693
  mutation: mutation$1U,
6646
- name: name$2Q
6694
+ name: name$2R
6647
6695
  };
6648
6696
 
6649
- const name$2P = "capitalAddAuthor";
6697
+ const name$2Q = "capitalAddAuthor";
6650
6698
  const mutation$1T = Selector("Mutation")({
6651
- [name$2P]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6699
+ [name$2Q]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6652
6700
  });
6653
6701
 
6654
6702
  const addAuthor = {
6655
6703
  __proto__: null,
6656
6704
  mutation: mutation$1T,
6657
- name: name$2P
6705
+ name: name$2Q
6658
6706
  };
6659
6707
 
6660
- const name$2O = "capitalSetPlan";
6708
+ const name$2P = "capitalSetPlan";
6661
6709
  const mutation$1S = Selector("Mutation")({
6662
- [name$2O]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6710
+ [name$2P]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6663
6711
  });
6664
6712
 
6665
6713
  const setPlan = {
6666
6714
  __proto__: null,
6667
6715
  mutation: mutation$1S,
6668
- name: name$2O
6716
+ name: name$2P
6669
6717
  };
6670
6718
 
6671
- const name$2N = "capitalStartProject";
6719
+ const name$2O = "capitalStartProject";
6672
6720
  const mutation$1R = Selector("Mutation")({
6673
- [name$2N]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6721
+ [name$2O]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6674
6722
  });
6675
6723
 
6676
6724
  const startProject = {
6677
6725
  __proto__: null,
6678
6726
  mutation: mutation$1R,
6679
- name: name$2N
6727
+ name: name$2O
6680
6728
  };
6681
6729
 
6682
- const name$2M = "capitalOpenProject";
6730
+ const name$2N = "capitalOpenProject";
6683
6731
  const mutation$1Q = Selector("Mutation")({
6684
- [name$2M]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6732
+ [name$2N]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6685
6733
  });
6686
6734
 
6687
6735
  const openProject = {
6688
6736
  __proto__: null,
6689
6737
  mutation: mutation$1Q,
6690
- name: name$2M
6738
+ name: name$2N
6691
6739
  };
6692
6740
 
6693
- const name$2L = "capitalCloseProject";
6741
+ const name$2M = "capitalCloseProject";
6694
6742
  const mutation$1P = Selector("Mutation")({
6695
- [name$2L]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6743
+ [name$2M]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6696
6744
  });
6697
6745
 
6698
6746
  const closeProject = {
6699
6747
  __proto__: null,
6700
6748
  mutation: mutation$1P,
6701
- name: name$2L
6749
+ name: name$2M
6702
6750
  };
6703
6751
 
6704
- const name$2K = "capitalStopProject";
6752
+ const name$2L = "capitalStopProject";
6705
6753
  const mutation$1O = Selector("Mutation")({
6706
- [name$2K]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6754
+ [name$2L]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6707
6755
  });
6708
6756
 
6709
6757
  const stopProject = {
6710
6758
  __proto__: null,
6711
6759
  mutation: mutation$1O,
6712
- name: name$2K
6760
+ name: name$2L
6713
6761
  };
6714
6762
 
6715
- const name$2J = "capitalDeleteProject";
6763
+ const name$2K = "capitalDeleteProject";
6716
6764
  const mutation$1N = Selector("Mutation")({
6717
- [name$2J]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6765
+ [name$2K]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6718
6766
  });
6719
6767
 
6720
6768
  const deleteProject = {
6721
6769
  __proto__: null,
6722
6770
  mutation: mutation$1N,
6723
- name: name$2J
6771
+ name: name$2K
6724
6772
  };
6725
6773
 
6726
- const name$2I = "capitalEditProject";
6774
+ const name$2J = "capitalEditProject";
6727
6775
  const mutation$1M = Selector("Mutation")({
6728
- [name$2I]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6776
+ [name$2J]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6729
6777
  });
6730
6778
 
6731
6779
  const editProject = {
6732
6780
  __proto__: null,
6733
6781
  mutation: mutation$1M,
6734
- name: name$2I
6782
+ name: name$2J
6735
6783
  };
6736
6784
 
6737
- const name$2H = "capitalCreateProjectProperty";
6785
+ const name$2I = "capitalCreateProjectProperty";
6738
6786
  const mutation$1L = Selector("Mutation")({
6739
- [name$2H]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6787
+ [name$2I]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6740
6788
  });
6741
6789
 
6742
6790
  const createProjectProperty = {
6743
6791
  __proto__: null,
6744
6792
  mutation: mutation$1L,
6745
- name: name$2H
6793
+ name: name$2I
6746
6794
  };
6747
6795
 
6748
- const name$2G = "capitalCreateProgramProperty";
6796
+ const name$2H = "capitalCreateProgramProperty";
6749
6797
  const mutation$1K = Selector("Mutation")({
6750
- [name$2G]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6798
+ [name$2H]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6751
6799
  });
6752
6800
 
6753
6801
  const createProgramProperty = {
6754
6802
  __proto__: null,
6755
6803
  mutation: mutation$1K,
6756
- name: name$2G
6804
+ name: name$2H
6757
6805
  };
6758
6806
 
6759
- const name$2F = "capitalPushResult";
6807
+ const name$2G = "capitalPushResult";
6760
6808
  const mutation$1J = Selector("Mutation")({
6761
- [name$2F]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6809
+ [name$2G]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6762
6810
  });
6763
6811
 
6764
6812
  const pushResult = {
6765
6813
  __proto__: null,
6766
6814
  mutation: mutation$1J,
6767
- name: name$2F
6815
+ name: name$2G
6768
6816
  };
6769
6817
 
6770
- const name$2E = "capitalConvertSegment";
6818
+ const name$2F = "capitalConvertSegment";
6771
6819
  const mutation$1I = Selector("Mutation")({
6772
- [name$2E]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6820
+ [name$2F]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6773
6821
  });
6774
6822
 
6775
6823
  const convertSegment = {
6776
6824
  __proto__: null,
6777
6825
  mutation: mutation$1I,
6778
- name: name$2E
6826
+ name: name$2F
6779
6827
  };
6780
6828
 
6781
- const name$2D = "capitalStartVoting";
6829
+ const name$2E = "capitalStartVoting";
6782
6830
  const mutation$1H = Selector("Mutation")({
6783
- [name$2D]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6831
+ [name$2E]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6784
6832
  });
6785
6833
 
6786
6834
  const startVoting = {
6787
6835
  __proto__: null,
6788
6836
  mutation: mutation$1H,
6789
- name: name$2D
6837
+ name: name$2E
6790
6838
  };
6791
6839
 
6792
- const name$2C = "capitalSubmitVote";
6840
+ const name$2D = "capitalSubmitVote";
6793
6841
  const mutation$1G = Selector("Mutation")({
6794
- [name$2C]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6842
+ [name$2D]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6795
6843
  });
6796
6844
 
6797
6845
  const submitVote = {
6798
6846
  __proto__: null,
6799
6847
  mutation: mutation$1G,
6800
- name: name$2C
6848
+ name: name$2D
6801
6849
  };
6802
6850
 
6803
- const name$2B = "capitalCompleteVoting";
6851
+ const name$2C = "capitalCompleteVoting";
6804
6852
  const mutation$1F = Selector("Mutation")({
6805
- [name$2B]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6853
+ [name$2C]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6806
6854
  });
6807
6855
 
6808
6856
  const completeVoting = {
6809
6857
  __proto__: null,
6810
6858
  mutation: mutation$1F,
6811
- name: name$2B
6859
+ name: name$2C
6812
6860
  };
6813
6861
 
6814
- const name$2A = "capitalCalculateVotes";
6862
+ const name$2B = "capitalCalculateVotes";
6815
6863
  const mutation$1E = Selector("Mutation")({
6816
- [name$2A]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6864
+ [name$2B]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6817
6865
  });
6818
6866
 
6819
6867
  const calculateVotes = {
6820
6868
  __proto__: null,
6821
6869
  mutation: mutation$1E,
6822
- name: name$2A
6870
+ name: name$2B
6823
6871
  };
6824
6872
 
6825
- const name$2z = "capitalCreateStory";
6873
+ const name$2A = "capitalCreateStory";
6826
6874
  const mutation$1D = Selector("Mutation")({
6827
- [name$2z]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6875
+ [name$2A]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6828
6876
  });
6829
6877
 
6830
6878
  const createStory = {
6831
6879
  __proto__: null,
6832
6880
  mutation: mutation$1D,
6833
- name: name$2z
6881
+ name: name$2A
6834
6882
  };
6835
6883
 
6836
- const name$2y = "capitalUpdateStory";
6884
+ const name$2z = "capitalUpdateStory";
6837
6885
  const mutation$1C = Selector("Mutation")({
6838
- [name$2y]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6886
+ [name$2z]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6839
6887
  });
6840
6888
 
6841
6889
  const updateStory = {
6842
6890
  __proto__: null,
6843
6891
  mutation: mutation$1C,
6844
- name: name$2y
6892
+ name: name$2z
6845
6893
  };
6846
6894
 
6847
- const name$2x = "capitalDeleteStory";
6895
+ const name$2y = "capitalDeleteStory";
6848
6896
  const mutation$1B = Selector("Mutation")({
6849
- [name$2x]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6897
+ [name$2y]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6850
6898
  });
6851
6899
 
6852
6900
  const deleteStory = {
6853
6901
  __proto__: null,
6854
6902
  mutation: mutation$1B,
6855
- name: name$2x
6903
+ name: name$2y
6856
6904
  };
6857
6905
 
6858
- const name$2w = "capitalCreateIssue";
6906
+ const name$2x = "capitalCreateIssue";
6859
6907
  const mutation$1A = Selector("Mutation")({
6860
- [name$2w]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6908
+ [name$2x]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6861
6909
  });
6862
6910
 
6863
6911
  const createIssue = {
6864
6912
  __proto__: null,
6865
6913
  mutation: mutation$1A,
6866
- name: name$2w
6914
+ name: name$2x
6867
6915
  };
6868
6916
 
6869
- const name$2v = "capitalUpdateIssue";
6917
+ const name$2w = "capitalUpdateIssue";
6870
6918
  const mutation$1z = Selector("Mutation")({
6871
- [name$2v]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6919
+ [name$2w]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6872
6920
  });
6873
6921
 
6874
6922
  const updateIssue = {
6875
6923
  __proto__: null,
6876
6924
  mutation: mutation$1z,
6877
- name: name$2v
6925
+ name: name$2w
6878
6926
  };
6879
6927
 
6880
- const name$2u = "capitalDeleteIssue";
6928
+ const name$2v = "capitalDeleteIssue";
6881
6929
  const mutation$1y = Selector("Mutation")({
6882
- [name$2u]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6930
+ [name$2v]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6883
6931
  });
6884
6932
 
6885
6933
  const deleteIssue = {
6886
6934
  __proto__: null,
6887
6935
  mutation: mutation$1y,
6888
- name: name$2u
6936
+ name: name$2v
6889
6937
  };
6890
6938
 
6891
- const name$2t = "capitalCreateCycle";
6939
+ const name$2u = "capitalCreateCycle";
6892
6940
  const mutation$1x = Selector("Mutation")({
6893
- [name$2t]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6941
+ [name$2u]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6894
6942
  });
6895
6943
 
6896
6944
  const createCycle = {
6897
6945
  __proto__: null,
6898
6946
  mutation: mutation$1x,
6899
- name: name$2t
6947
+ name: name$2u
6900
6948
  };
6901
6949
 
6902
- const name$2s = "capitalCreateExpense";
6950
+ const name$2t = "capitalCreateExpense";
6903
6951
  const mutation$1w = Selector("Mutation")({
6904
- [name$2s]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6952
+ [name$2t]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6905
6953
  });
6906
6954
 
6907
6955
  const createExpense = {
6908
6956
  __proto__: null,
6909
6957
  mutation: mutation$1w,
6910
- name: name$2s
6958
+ name: name$2t
6911
6959
  };
6912
6960
 
6913
- const name$2r = "capitalGenerateCapitalizationAgreement";
6961
+ const name$2s = "capitalGenerateCapitalizationAgreement";
6914
6962
  const mutation$1v = Selector("Mutation")({
6915
- [name$2r]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6963
+ [name$2s]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6916
6964
  });
6917
6965
 
6918
6966
  const generateCapitalizationAgreement = {
6919
6967
  __proto__: null,
6920
6968
  mutation: mutation$1v,
6921
- name: name$2r
6969
+ name: name$2s
6922
6970
  };
6923
6971
 
6924
- const name$2q = "capitalGenerateGenerationAgreement";
6972
+ const name$2r = "capitalGenerateGenerationAgreement";
6925
6973
  const mutation$1u = Selector("Mutation")({
6926
- [name$2q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6974
+ [name$2r]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6927
6975
  });
6928
6976
 
6929
6977
  const generateGenerationAgreement = {
6930
6978
  __proto__: null,
6931
6979
  mutation: mutation$1u,
6932
- name: name$2q
6980
+ name: name$2r
6933
6981
  };
6934
6982
 
6935
- const name$2p = "capitalGenerateAppendixGenerationAgreement";
6983
+ const name$2q = "capitalGenerateAppendixGenerationAgreement";
6936
6984
  const mutation$1t = Selector("Mutation")({
6937
- [name$2p]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6985
+ [name$2q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6938
6986
  });
6939
6987
 
6940
6988
  const generateAppendixGenerationAgreement = {
6941
6989
  __proto__: null,
6942
6990
  mutation: mutation$1t,
6943
- name: name$2p
6991
+ name: name$2q
6944
6992
  };
6945
6993
 
6946
- const name$2o = "capitalGenerateExpenseStatement";
6994
+ const name$2p = "capitalGenerateExpenseStatement";
6947
6995
  const mutation$1s = Selector("Mutation")({
6948
- [name$2o]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6996
+ [name$2p]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6949
6997
  });
6950
6998
 
6951
6999
  const generateExpenseStatement = {
6952
7000
  __proto__: null,
6953
7001
  mutation: mutation$1s,
6954
- name: name$2o
7002
+ name: name$2p
6955
7003
  };
6956
7004
 
6957
- const name$2n = "capitalGenerateExpenseDecision";
7005
+ const name$2o = "capitalGenerateExpenseDecision";
6958
7006
  const mutation$1r = Selector("Mutation")({
6959
- [name$2n]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7007
+ [name$2o]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6960
7008
  });
6961
7009
 
6962
7010
  const generateExpenseDecision = {
6963
7011
  __proto__: null,
6964
7012
  mutation: mutation$1r,
6965
- name: name$2n
7013
+ name: name$2o
6966
7014
  };
6967
7015
 
6968
- const name$2m = "capitalGenerateGenerationMoneyInvestStatement";
7016
+ const name$2n = "capitalGenerateGenerationMoneyInvestStatement";
6969
7017
  const mutation$1q = Selector("Mutation")({
6970
- [name$2m]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7018
+ [name$2n]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6971
7019
  });
6972
7020
 
6973
7021
  const generateGenerationMoneyInvestStatement = {
6974
7022
  __proto__: null,
6975
7023
  mutation: mutation$1q,
6976
- name: name$2m
7024
+ name: name$2n
6977
7025
  };
6978
7026
 
6979
- const name$2l = "capitalGenerateGenerationMoneyReturnUnusedStatement";
7027
+ const name$2m = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6980
7028
  const mutation$1p = Selector("Mutation")({
6981
- [name$2l]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7029
+ [name$2m]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6982
7030
  });
6983
7031
 
6984
7032
  const generateGenerationMoneyReturnUnusedStatement = {
6985
7033
  __proto__: null,
6986
7034
  mutation: mutation$1p,
6987
- name: name$2l
7035
+ name: name$2m
6988
7036
  };
6989
7037
 
6990
- const name$2k = "capitalGenerateCapitalizationMoneyInvestStatement";
7038
+ const name$2l = "capitalGenerateCapitalizationMoneyInvestStatement";
6991
7039
  const mutation$1o = Selector("Mutation")({
6992
- [name$2k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7040
+ [name$2l]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6993
7041
  });
6994
7042
 
6995
7043
  const generateCapitalizationMoneyInvestStatement = {
6996
7044
  __proto__: null,
6997
7045
  mutation: mutation$1o,
6998
- name: name$2k
7046
+ name: name$2l
6999
7047
  };
7000
7048
 
7001
- const name$2j = "capitalGenerateResultContributionStatement";
7049
+ const name$2k = "capitalGenerateResultContributionStatement";
7002
7050
  const mutation$1n = Selector("Mutation")({
7003
- [name$2j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7051
+ [name$2k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7004
7052
  });
7005
7053
 
7006
7054
  const generateResultContributionStatement = {
7007
7055
  __proto__: null,
7008
7056
  mutation: mutation$1n,
7009
- name: name$2j
7057
+ name: name$2k
7010
7058
  };
7011
7059
 
7012
- const name$2i = "capitalGenerateResultContributionDecision";
7060
+ const name$2j = "capitalGenerateResultContributionDecision";
7013
7061
  const mutation$1m = Selector("Mutation")({
7014
- [name$2i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7062
+ [name$2j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7015
7063
  });
7016
7064
 
7017
7065
  const generateResultContributionDecision = {
7018
7066
  __proto__: null,
7019
7067
  mutation: mutation$1m,
7020
- name: name$2i
7068
+ name: name$2j
7021
7069
  };
7022
7070
 
7023
- const name$2h = "capitalGenerateResultContributionAct";
7071
+ const name$2i = "capitalGenerateResultContributionAct";
7024
7072
  const mutation$1l = Selector("Mutation")({
7025
- [name$2h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7073
+ [name$2i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7026
7074
  });
7027
7075
 
7028
7076
  const generateResultContributionAct = {
7029
7077
  __proto__: null,
7030
7078
  mutation: mutation$1l,
7031
- name: name$2h
7079
+ name: name$2i
7032
7080
  };
7033
7081
 
7034
- const name$2g = "capitalGenerateGetLoanStatement";
7082
+ const name$2h = "capitalGenerateGetLoanStatement";
7035
7083
  const mutation$1k = Selector("Mutation")({
7036
- [name$2g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7084
+ [name$2h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7037
7085
  });
7038
7086
 
7039
7087
  const generateGetLoanStatement = {
7040
7088
  __proto__: null,
7041
7089
  mutation: mutation$1k,
7042
- name: name$2g
7090
+ name: name$2h
7043
7091
  };
7044
7092
 
7045
- const name$2f = "capitalGenerateGetLoanDecision";
7093
+ const name$2g = "capitalGenerateGetLoanDecision";
7046
7094
  const mutation$1j = Selector("Mutation")({
7047
- [name$2f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7095
+ [name$2g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7048
7096
  });
7049
7097
 
7050
7098
  const generateGetLoanDecision = {
7051
7099
  __proto__: null,
7052
7100
  mutation: mutation$1j,
7053
- name: name$2f
7101
+ name: name$2g
7054
7102
  };
7055
7103
 
7056
- const name$2e = "capitalGenerateGenerationPropertyInvestStatement";
7104
+ const name$2f = "capitalGenerateGenerationPropertyInvestStatement";
7057
7105
  const mutation$1i = Selector("Mutation")({
7058
- [name$2e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7106
+ [name$2f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7059
7107
  });
7060
7108
 
7061
7109
  const generateGenerationPropertyInvestStatement = {
7062
7110
  __proto__: null,
7063
7111
  mutation: mutation$1i,
7064
- name: name$2e
7112
+ name: name$2f
7065
7113
  };
7066
7114
 
7067
- const name$2d = "capitalGenerateGenerationPropertyInvestDecision";
7115
+ const name$2e = "capitalGenerateGenerationPropertyInvestDecision";
7068
7116
  const mutation$1h = Selector("Mutation")({
7069
- [name$2d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7117
+ [name$2e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7070
7118
  });
7071
7119
 
7072
7120
  const generateGenerationPropertyInvestDecision = {
7073
7121
  __proto__: null,
7074
7122
  mutation: mutation$1h,
7075
- name: name$2d
7123
+ name: name$2e
7076
7124
  };
7077
7125
 
7078
- const name$2c = "capitalGenerateGenerationPropertyInvestAct";
7126
+ const name$2d = "capitalGenerateGenerationPropertyInvestAct";
7079
7127
  const mutation$1g = Selector("Mutation")({
7080
- [name$2c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7128
+ [name$2d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7081
7129
  });
7082
7130
 
7083
7131
  const generateGenerationPropertyInvestAct = {
7084
7132
  __proto__: null,
7085
7133
  mutation: mutation$1g,
7086
- name: name$2c
7134
+ name: name$2d
7087
7135
  };
7088
7136
 
7089
- const name$2b = "capitalGenerateCapitalizationPropertyInvestStatement";
7137
+ const name$2c = "capitalGenerateCapitalizationPropertyInvestStatement";
7090
7138
  const mutation$1f = Selector("Mutation")({
7091
- [name$2b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7139
+ [name$2c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7092
7140
  });
7093
7141
 
7094
7142
  const generateCapitalizationPropertyInvestStatement = {
7095
7143
  __proto__: null,
7096
7144
  mutation: mutation$1f,
7097
- name: name$2b
7145
+ name: name$2c
7098
7146
  };
7099
7147
 
7100
- const name$2a = "capitalGenerateCapitalizationPropertyInvestDecision";
7148
+ const name$2b = "capitalGenerateCapitalizationPropertyInvestDecision";
7101
7149
  const mutation$1e = Selector("Mutation")({
7102
- [name$2a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7150
+ [name$2b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7103
7151
  });
7104
7152
 
7105
7153
  const generateCapitalizationPropertyInvestDecision = {
7106
7154
  __proto__: null,
7107
7155
  mutation: mutation$1e,
7108
- name: name$2a
7156
+ name: name$2b
7109
7157
  };
7110
7158
 
7111
- const name$29 = "capitalGenerateCapitalizationPropertyInvestAct";
7159
+ const name$2a = "capitalGenerateCapitalizationPropertyInvestAct";
7112
7160
  const mutation$1d = Selector("Mutation")({
7113
- [name$29]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7161
+ [name$2a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7114
7162
  });
7115
7163
 
7116
7164
  const generateCapitalizationPropertyInvestAct = {
7117
7165
  __proto__: null,
7118
7166
  mutation: mutation$1d,
7119
- name: name$29
7167
+ name: name$2a
7120
7168
  };
7121
7169
 
7122
- const name$28 = "capitalGenerateGenerationToMainWalletConvertStatement";
7170
+ const name$29 = "capitalGenerateGenerationToMainWalletConvertStatement";
7123
7171
  const mutation$1c = Selector("Mutation")({
7124
- [name$28]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7172
+ [name$29]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7125
7173
  });
7126
7174
 
7127
7175
  const generateGenerationToMainWalletConvertStatement = {
7128
7176
  __proto__: null,
7129
7177
  mutation: mutation$1c,
7130
- name: name$28
7178
+ name: name$29
7131
7179
  };
7132
7180
 
7133
- const name$27 = "capitalGenerateGenerationToProjectConvertStatement";
7181
+ const name$28 = "capitalGenerateGenerationToProjectConvertStatement";
7134
7182
  const mutation$1b = Selector("Mutation")({
7135
- [name$27]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7183
+ [name$28]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7136
7184
  });
7137
7185
 
7138
7186
  const generateGenerationToProjectConvertStatement = {
7139
7187
  __proto__: null,
7140
7188
  mutation: mutation$1b,
7141
- name: name$27
7189
+ name: name$28
7142
7190
  };
7143
7191
 
7144
- const name$26 = "capitalGenerateGenerationToCapitalizationConvertStatement";
7192
+ const name$27 = "capitalGenerateGenerationToCapitalizationConvertStatement";
7145
7193
  const mutation$1a = Selector("Mutation")({
7146
- [name$26]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7194
+ [name$27]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7147
7195
  });
7148
7196
 
7149
7197
  const generateGenerationToCapitalizationConvertStatement = {
7150
7198
  __proto__: null,
7151
7199
  mutation: mutation$1a,
7152
- name: name$26
7200
+ name: name$27
7153
7201
  };
7154
7202
 
7155
- const name$25 = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7203
+ const name$26 = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7156
7204
  const mutation$19 = Selector("Mutation")({
7157
- [name$25]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7205
+ [name$26]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7158
7206
  });
7159
7207
 
7160
7208
  const generateCapitalizationToMainWalletConvertStatement = {
7161
7209
  __proto__: null,
7162
7210
  mutation: mutation$19,
7163
- name: name$25
7211
+ name: name$26
7164
7212
  };
7165
7213
 
7166
- const name$24 = "capitalSignActAsContributor";
7214
+ const name$25 = "capitalSignActAsContributor";
7167
7215
  const mutation$18 = Selector("Mutation")({
7168
- [name$24]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7216
+ [name$25]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7169
7217
  });
7170
7218
 
7171
7219
  const signActAsContributor = {
7172
7220
  __proto__: null,
7173
7221
  mutation: mutation$18,
7174
- name: name$24
7222
+ name: name$25
7175
7223
  };
7176
7224
 
7177
- const name$23 = "capitalSignActAsChairman";
7225
+ const name$24 = "capitalSignActAsChairman";
7178
7226
  const mutation$17 = Selector("Mutation")({
7179
- [name$23]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7227
+ [name$24]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7180
7228
  });
7181
7229
 
7182
7230
  const signActAsChairman = {
7183
7231
  __proto__: null,
7184
7232
  mutation: mutation$17,
7185
- name: name$23
7233
+ name: name$24
7186
7234
  };
7187
7235
 
7188
- const name$22 = "capitalEditContributor";
7236
+ const name$23 = "capitalEditContributor";
7189
7237
  const mutation$16 = Selector("Mutation")({
7190
- [name$22]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7238
+ [name$23]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7191
7239
  });
7192
7240
 
7193
7241
  const editContributor = {
7194
7242
  __proto__: null,
7195
7243
  mutation: mutation$16,
7196
- name: name$22
7244
+ name: name$23
7197
7245
  };
7198
7246
 
7199
- const index$A = {
7247
+ const index$B = {
7200
7248
  __proto__: null,
7201
7249
  AddAuthor: addAuthor,
7202
7250
  ApproveCommit: approveCommit,
@@ -7266,304 +7314,304 @@ const index$A = {
7266
7314
  UpdateStory: updateStory
7267
7315
  };
7268
7316
 
7269
- const name$21 = "chairmanConfirmApprove";
7317
+ const name$22 = "chairmanConfirmApprove";
7270
7318
  const mutation$15 = Selector("Mutation")({
7271
- [name$21]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7319
+ [name$22]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7272
7320
  });
7273
7321
 
7274
7322
  const confirmApprove = {
7275
7323
  __proto__: null,
7276
7324
  mutation: mutation$15,
7277
- name: name$21
7325
+ name: name$22
7278
7326
  };
7279
7327
 
7280
- const name$20 = "chairmanDeclineApprove";
7328
+ const name$21 = "chairmanDeclineApprove";
7281
7329
  const mutation$14 = Selector("Mutation")({
7282
- [name$20]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7330
+ [name$21]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7283
7331
  });
7284
7332
 
7285
7333
  const declineApprove = {
7286
7334
  __proto__: null,
7287
7335
  mutation: mutation$14,
7288
- name: name$20
7336
+ name: name$21
7289
7337
  };
7290
7338
 
7291
- const index$z = {
7339
+ const index$A = {
7292
7340
  __proto__: null,
7293
7341
  ConfirmApprove: confirmApprove,
7294
7342
  DeclineApprove: declineApprove
7295
7343
  };
7296
7344
 
7297
- const name$1$ = "chatcoopCreateAccount";
7345
+ const name$20 = "chatcoopCreateAccount";
7298
7346
  const mutation$13 = Selector("Mutation")({
7299
- [name$1$]: [{ data: $("data", "CreateMatrixAccountInputDTO!") }, true]
7347
+ [name$20]: [{ data: $("data", "CreateMatrixAccountInputDTO!") }, true]
7300
7348
  });
7301
7349
 
7302
7350
  const createAccount = {
7303
7351
  __proto__: null,
7304
7352
  mutation: mutation$13,
7305
- name: name$1$
7353
+ name: name$20
7306
7354
  };
7307
7355
 
7308
- const index$y = {
7356
+ const index$z = {
7309
7357
  __proto__: null,
7310
7358
  CreateAccount: createAccount
7311
7359
  };
7312
7360
 
7313
- const name$1_ = "acceptChildOrder";
7361
+ const name$1$ = "acceptChildOrder";
7314
7362
  const mutation$12 = Selector("Mutation")({
7315
- [name$1_]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7363
+ [name$1$]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7316
7364
  });
7317
7365
 
7318
7366
  const acceptChildOrder = {
7319
7367
  __proto__: null,
7320
7368
  mutation: mutation$12,
7321
- name: name$1_
7369
+ name: name$1$
7322
7370
  };
7323
7371
 
7324
- const name$1Z = "cancelRequest";
7372
+ const name$1_ = "cancelRequest";
7325
7373
  const mutation$11 = Selector("Mutation")({
7326
- [name$1Z]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7374
+ [name$1_]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7327
7375
  });
7328
7376
 
7329
7377
  const cancelRequest = {
7330
7378
  __proto__: null,
7331
7379
  mutation: mutation$11,
7332
- name: name$1Z
7380
+ name: name$1_
7333
7381
  };
7334
7382
 
7335
- const name$1Y = "confirmReceiveOnRequest";
7383
+ const name$1Z = "confirmReceiveOnRequest";
7336
7384
  const mutation$10 = Selector("Mutation")({
7337
- [name$1Y]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7385
+ [name$1Z]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7338
7386
  });
7339
7387
 
7340
7388
  const completeReceiveOnRequest = {
7341
7389
  __proto__: null,
7342
7390
  mutation: mutation$10,
7343
- name: name$1Y
7391
+ name: name$1Z
7344
7392
  };
7345
7393
 
7346
- const name$1X = "completeRequest";
7394
+ const name$1Y = "completeRequest";
7347
7395
  const mutation$$ = Selector("Mutation")({
7348
- [name$1X]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7396
+ [name$1Y]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7349
7397
  });
7350
7398
 
7351
7399
  const completeRequest = {
7352
7400
  __proto__: null,
7353
7401
  mutation: mutation$$,
7354
- name: name$1X
7402
+ name: name$1Y
7355
7403
  };
7356
7404
 
7357
- const name$1W = "confirmSupplyOnRequest";
7405
+ const name$1X = "confirmSupplyOnRequest";
7358
7406
  const mutation$_ = Selector("Mutation")({
7359
- [name$1W]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7407
+ [name$1X]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7360
7408
  });
7361
7409
 
7362
7410
  const confirmSupplyOnRequest = {
7363
7411
  __proto__: null,
7364
7412
  mutation: mutation$_,
7365
- name: name$1W
7413
+ name: name$1X
7366
7414
  };
7367
7415
 
7368
- const name$1V = "createChildOrder";
7416
+ const name$1W = "createChildOrder";
7369
7417
  const mutation$Z = Selector("Mutation")({
7370
- [name$1V]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7418
+ [name$1W]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7371
7419
  });
7372
7420
 
7373
7421
  const createChildOrder = {
7374
7422
  __proto__: null,
7375
7423
  mutation: mutation$Z,
7376
- name: name$1V
7424
+ name: name$1W
7377
7425
  };
7378
7426
 
7379
- const name$1U = "createParentOffer";
7427
+ const name$1V = "createParentOffer";
7380
7428
  const mutation$Y = Selector("Mutation")({
7381
- [name$1U]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7429
+ [name$1V]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7382
7430
  });
7383
7431
 
7384
7432
  const createParentOffer = {
7385
7433
  __proto__: null,
7386
7434
  mutation: mutation$Y,
7387
- name: name$1U
7435
+ name: name$1V
7388
7436
  };
7389
7437
 
7390
- const name$1T = "declineRequest";
7438
+ const name$1U = "declineRequest";
7391
7439
  const mutation$X = Selector("Mutation")({
7392
- [name$1T]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7440
+ [name$1U]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7393
7441
  });
7394
7442
 
7395
7443
  const declineRequest = {
7396
7444
  __proto__: null,
7397
7445
  mutation: mutation$X,
7398
- name: name$1T
7446
+ name: name$1U
7399
7447
  };
7400
7448
 
7401
- const name$1S = "deliverOnRequest";
7449
+ const name$1T = "deliverOnRequest";
7402
7450
  const mutation$W = Selector("Mutation")({
7403
- [name$1S]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7451
+ [name$1T]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7404
7452
  });
7405
7453
 
7406
7454
  const deliverOnRequest = {
7407
7455
  __proto__: null,
7408
7456
  mutation: mutation$W,
7409
- name: name$1S
7457
+ name: name$1T
7410
7458
  };
7411
7459
 
7412
- const name$1R = "disputeOnRequest";
7460
+ const name$1S = "disputeOnRequest";
7413
7461
  const mutation$V = Selector("Mutation")({
7414
- [name$1R]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7462
+ [name$1S]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7415
7463
  });
7416
7464
 
7417
7465
  const disputeOnRequest = {
7418
7466
  __proto__: null,
7419
7467
  mutation: mutation$V,
7420
- name: name$1R
7468
+ name: name$1S
7421
7469
  };
7422
7470
 
7423
- const name$1Q = "generateAssetContributionAct";
7471
+ const name$1R = "generateAssetContributionAct";
7424
7472
  const mutation$U = Selector("Mutation")({
7425
- [name$1Q]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7473
+ [name$1R]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7426
7474
  });
7427
7475
 
7428
7476
  const generateAssetContributionAct = {
7429
7477
  __proto__: null,
7430
7478
  mutation: mutation$U,
7431
- name: name$1Q
7479
+ name: name$1R
7432
7480
  };
7433
7481
 
7434
- const name$1P = "generateAssetContributionDecision";
7482
+ const name$1Q = "generateAssetContributionDecision";
7435
7483
  const mutation$T = Selector("Mutation")({
7436
- [name$1P]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7484
+ [name$1Q]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7437
7485
  });
7438
7486
 
7439
7487
  const generateAssetContributionDecision = {
7440
7488
  __proto__: null,
7441
7489
  mutation: mutation$T,
7442
- name: name$1P
7490
+ name: name$1Q
7443
7491
  };
7444
7492
 
7445
- const name$1O = "generateAssetContributionStatement";
7493
+ const name$1P = "generateAssetContributionStatement";
7446
7494
  const mutation$S = Selector("Mutation")({
7447
- [name$1O]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7495
+ [name$1P]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7448
7496
  });
7449
7497
 
7450
7498
  const generateAssetContributionStatement = {
7451
7499
  __proto__: null,
7452
7500
  mutation: mutation$S,
7453
- name: name$1O
7501
+ name: name$1P
7454
7502
  };
7455
7503
 
7456
- const name$1N = "generateReturnByAssetAct";
7504
+ const name$1O = "generateReturnByAssetAct";
7457
7505
  const mutation$R = Selector("Mutation")({
7458
- [name$1N]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7506
+ [name$1O]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7459
7507
  });
7460
7508
 
7461
7509
  const generateReturnByAssetAct = {
7462
7510
  __proto__: null,
7463
7511
  mutation: mutation$R,
7464
- name: name$1N
7512
+ name: name$1O
7465
7513
  };
7466
7514
 
7467
- const name$1M = "generateReturnByAssetDecision";
7515
+ const name$1N = "generateReturnByAssetDecision";
7468
7516
  const mutation$Q = Selector("Mutation")({
7469
- [name$1M]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7517
+ [name$1N]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7470
7518
  });
7471
7519
 
7472
7520
  const generateReturnByAssetDecision = {
7473
7521
  __proto__: null,
7474
7522
  mutation: mutation$Q,
7475
- name: name$1M
7523
+ name: name$1N
7476
7524
  };
7477
7525
 
7478
- const name$1L = "generateReturnByAssetStatement";
7526
+ const name$1M = "generateReturnByAssetStatement";
7479
7527
  const mutation$P = Selector("Mutation")({
7480
- [name$1L]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7528
+ [name$1M]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7481
7529
  });
7482
7530
 
7483
7531
  const generateReturnByAssetStatement = {
7484
7532
  __proto__: null,
7485
7533
  mutation: mutation$P,
7486
- name: name$1L
7534
+ name: name$1M
7487
7535
  };
7488
7536
 
7489
- const name$1K = "moderateRequest";
7537
+ const name$1L = "moderateRequest";
7490
7538
  const mutation$O = Selector("Mutation")({
7491
- [name$1K]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7539
+ [name$1L]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7492
7540
  });
7493
7541
 
7494
7542
  const moderateRequest = {
7495
7543
  __proto__: null,
7496
7544
  mutation: mutation$O,
7497
- name: name$1K
7545
+ name: name$1L
7498
7546
  };
7499
7547
 
7500
- const name$1J = "prohibitRequest";
7548
+ const name$1K = "prohibitRequest";
7501
7549
  const mutation$N = Selector("Mutation")({
7502
- [name$1J]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7550
+ [name$1K]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7503
7551
  });
7504
7552
 
7505
7553
  const prohibitRequest = {
7506
7554
  __proto__: null,
7507
7555
  mutation: mutation$N,
7508
- name: name$1J
7556
+ name: name$1K
7509
7557
  };
7510
7558
 
7511
- const name$1I = "publishRequest";
7559
+ const name$1J = "publishRequest";
7512
7560
  const mutation$M = Selector("Mutation")({
7513
- [name$1I]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7561
+ [name$1J]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7514
7562
  });
7515
7563
 
7516
7564
  const publishRequest = {
7517
7565
  __proto__: null,
7518
7566
  mutation: mutation$M,
7519
- name: name$1I
7567
+ name: name$1J
7520
7568
  };
7521
7569
 
7522
- const name$1H = "receiveOnRequest";
7570
+ const name$1I = "receiveOnRequest";
7523
7571
  const mutation$L = Selector("Mutation")({
7524
- [name$1H]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7572
+ [name$1I]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7525
7573
  });
7526
7574
 
7527
7575
  const receiveOnRequest = {
7528
7576
  __proto__: null,
7529
7577
  mutation: mutation$L,
7530
- name: name$1H
7578
+ name: name$1I
7531
7579
  };
7532
7580
 
7533
- const name$1G = "supplyOnRequest";
7581
+ const name$1H = "supplyOnRequest";
7534
7582
  const mutation$K = Selector("Mutation")({
7535
- [name$1G]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7583
+ [name$1H]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7536
7584
  });
7537
7585
 
7538
7586
  const supplyOnRequest = {
7539
7587
  __proto__: null,
7540
7588
  mutation: mutation$K,
7541
- name: name$1G
7589
+ name: name$1H
7542
7590
  };
7543
7591
 
7544
- const name$1F = "unpublishRequest";
7592
+ const name$1G = "unpublishRequest";
7545
7593
  const mutation$J = Selector("Mutation")({
7546
- [name$1F]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7594
+ [name$1G]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7547
7595
  });
7548
7596
 
7549
7597
  const unpublishRequest = {
7550
7598
  __proto__: null,
7551
7599
  mutation: mutation$J,
7552
- name: name$1F
7600
+ name: name$1G
7553
7601
  };
7554
7602
 
7555
- const name$1E = "updateRequest";
7603
+ const name$1F = "updateRequest";
7556
7604
  const mutation$I = Selector("Mutation")({
7557
- [name$1E]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7605
+ [name$1F]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7558
7606
  });
7559
7607
 
7560
7608
  const updateRequest = {
7561
7609
  __proto__: null,
7562
7610
  mutation: mutation$I,
7563
- name: name$1E
7611
+ name: name$1F
7564
7612
  };
7565
7613
 
7566
- const index$x = {
7614
+ const index$y = {
7567
7615
  __proto__: null,
7568
7616
  AcceptChildOrder: acceptChildOrder,
7569
7617
  CancelRequest: cancelRequest,
@@ -7590,91 +7638,91 @@ const index$x = {
7590
7638
  UpdateRequest: updateRequest
7591
7639
  };
7592
7640
 
7593
- const name$1D = "installExtension";
7641
+ const name$1E = "installExtension";
7594
7642
  const mutation$H = Selector("Mutation")({
7595
- [name$1D]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7643
+ [name$1E]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7596
7644
  });
7597
7645
 
7598
7646
  const installExtension = {
7599
7647
  __proto__: null,
7600
7648
  mutation: mutation$H,
7601
- name: name$1D
7649
+ name: name$1E
7602
7650
  };
7603
7651
 
7604
- const name$1C = "uninstallExtension";
7652
+ const name$1D = "uninstallExtension";
7605
7653
  const mutation$G = Selector("Mutation")({
7606
- [name$1C]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7654
+ [name$1D]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7607
7655
  });
7608
7656
 
7609
7657
  const uninstallExtension = {
7610
7658
  __proto__: null,
7611
7659
  mutation: mutation$G,
7612
- name: name$1C
7660
+ name: name$1D
7613
7661
  };
7614
7662
 
7615
- const name$1B = "updateExtension";
7663
+ const name$1C = "updateExtension";
7616
7664
  const mutation$F = Selector("Mutation")({
7617
- [name$1B]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7665
+ [name$1C]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7618
7666
  });
7619
7667
 
7620
7668
  const updateExtension = {
7621
7669
  __proto__: null,
7622
7670
  mutation: mutation$F,
7623
- name: name$1B
7671
+ name: name$1C
7624
7672
  };
7625
7673
 
7626
- const index$w = {
7674
+ const index$x = {
7627
7675
  __proto__: null,
7628
7676
  InstallExtension: installExtension,
7629
7677
  UninstallExtension: uninstallExtension,
7630
7678
  UpdateExtension: updateExtension
7631
7679
  };
7632
7680
 
7633
- const name$1A = "generateProjectOfFreeDecision";
7681
+ const name$1B = "generateProjectOfFreeDecision";
7634
7682
  const mutation$E = Selector("Mutation")({
7635
- [name$1A]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7683
+ [name$1B]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7636
7684
  });
7637
7685
 
7638
7686
  const generateProjectOfFreeDecisionDocument = {
7639
7687
  __proto__: null,
7640
7688
  mutation: mutation$E,
7641
- name: name$1A
7689
+ name: name$1B
7642
7690
  };
7643
7691
 
7644
- const name$1z = "generateFreeDecision";
7692
+ const name$1A = "generateFreeDecision";
7645
7693
  const mutation$D = Selector("Mutation")({
7646
- [name$1z]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7694
+ [name$1A]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7647
7695
  });
7648
7696
 
7649
7697
  const generateFreeDecision = {
7650
7698
  __proto__: null,
7651
7699
  mutation: mutation$D,
7652
- name: name$1z
7700
+ name: name$1A
7653
7701
  };
7654
7702
 
7655
- const name$1y = "publishProjectOfFreeDecision";
7703
+ const name$1z = "publishProjectOfFreeDecision";
7656
7704
  const mutation$C = Selector("Mutation")({
7657
- [name$1y]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7705
+ [name$1z]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7658
7706
  });
7659
7707
 
7660
7708
  const publishProjectOfFreeDecision = {
7661
7709
  __proto__: null,
7662
7710
  mutation: mutation$C,
7663
- name: name$1y
7711
+ name: name$1z
7664
7712
  };
7665
7713
 
7666
- const name$1x = "createProjectOfFreeDecision";
7714
+ const name$1y = "createProjectOfFreeDecision";
7667
7715
  const mutation$B = Selector("Mutation")({
7668
- [name$1x]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7716
+ [name$1y]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7669
7717
  });
7670
7718
 
7671
7719
  const createProjectOfFreeDecision = {
7672
7720
  __proto__: null,
7673
7721
  mutation: mutation$B,
7674
- name: name$1x
7722
+ name: name$1y
7675
7723
  };
7676
7724
 
7677
- const index$v = {
7725
+ const index$w = {
7678
7726
  __proto__: null,
7679
7727
  CreateProjectOfFreeDecision: createProjectOfFreeDecision,
7680
7728
  GenerateFreeDecision: generateFreeDecision,
@@ -7682,60 +7730,60 @@ const index$v = {
7682
7730
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
7683
7731
  };
7684
7732
 
7685
- const name$1w = "setPaymentStatus";
7733
+ const name$1x = "setPaymentStatus";
7686
7734
  const mutation$A = Selector("Mutation")({
7687
- [name$1w]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7735
+ [name$1x]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7688
7736
  });
7689
7737
 
7690
7738
  const updatePaymentStatus = {
7691
7739
  __proto__: null,
7692
7740
  mutation: mutation$A,
7693
- name: name$1w
7741
+ name: name$1x
7694
7742
  };
7695
7743
 
7696
- const name$1v = "createInitialPayment";
7744
+ const name$1w = "createInitialPayment";
7697
7745
  const mutation$z = Selector("Mutation")({
7698
- [name$1v]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7746
+ [name$1w]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7699
7747
  });
7700
7748
 
7701
7749
  const createInitialPayment$1 = {
7702
7750
  __proto__: null,
7703
7751
  mutation: mutation$z,
7704
- name: name$1v
7752
+ name: name$1w
7705
7753
  };
7706
7754
 
7707
- const name$1u = "createDepositPayment";
7755
+ const name$1v = "createDepositPayment";
7708
7756
  const mutation$y = Selector("Mutation")({
7709
- [name$1u]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7757
+ [name$1v]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7710
7758
  });
7711
7759
 
7712
7760
  const createDepositPayment$1 = {
7713
7761
  __proto__: null,
7714
7762
  mutation: mutation$y,
7715
- name: name$1u
7763
+ name: name$1v
7716
7764
  };
7717
7765
 
7718
- const index$u = {
7766
+ const index$v = {
7719
7767
  __proto__: null,
7720
7768
  CreateDepositPayment: createDepositPayment$1,
7721
7769
  CreateInitialPayment: createInitialPayment$1,
7722
7770
  SetPaymentStatus: updatePaymentStatus
7723
7771
  };
7724
7772
 
7725
- const name$1t = "createAnnualGeneralMeet";
7773
+ const name$1u = "createAnnualGeneralMeet";
7726
7774
  const mutation$x = Selector("Mutation")({
7727
- [name$1t]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7775
+ [name$1u]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7728
7776
  });
7729
7777
 
7730
7778
  const createAnnualGeneralMeet = {
7731
7779
  __proto__: null,
7732
7780
  mutation: mutation$x,
7733
- name: name$1t
7781
+ name: name$1u
7734
7782
  };
7735
7783
 
7736
- const name$1s = "generateAnnualGeneralMeetAgendaDocument";
7784
+ const name$1t = "generateAnnualGeneralMeetAgendaDocument";
7737
7785
  const mutation$w = Selector("Mutation")({
7738
- [name$1s]: [
7786
+ [name$1t]: [
7739
7787
  {
7740
7788
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
7741
7789
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7747,12 +7795,12 @@ const mutation$w = Selector("Mutation")({
7747
7795
  const generateAnnualGeneralMeetAgendaDocument = {
7748
7796
  __proto__: null,
7749
7797
  mutation: mutation$w,
7750
- name: name$1s
7798
+ name: name$1t
7751
7799
  };
7752
7800
 
7753
- const name$1r = "generateAnnualGeneralMeetDecisionDocument";
7801
+ const name$1s = "generateAnnualGeneralMeetDecisionDocument";
7754
7802
  const mutation$v = Selector("Mutation")({
7755
- [name$1r]: [
7803
+ [name$1s]: [
7756
7804
  {
7757
7805
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
7758
7806
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7764,12 +7812,12 @@ const mutation$v = Selector("Mutation")({
7764
7812
  const generateAnnualGeneralMeetDecisionDocument = {
7765
7813
  __proto__: null,
7766
7814
  mutation: mutation$v,
7767
- name: name$1r
7815
+ name: name$1s
7768
7816
  };
7769
7817
 
7770
- const name$1q = "generateAnnualGeneralMeetNotificationDocument";
7818
+ const name$1r = "generateAnnualGeneralMeetNotificationDocument";
7771
7819
  const mutation$u = Selector("Mutation")({
7772
- [name$1q]: [
7820
+ [name$1r]: [
7773
7821
  {
7774
7822
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
7775
7823
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7781,12 +7829,12 @@ const mutation$u = Selector("Mutation")({
7781
7829
  const generateAnnualGeneralMeetNotificationDocument = {
7782
7830
  __proto__: null,
7783
7831
  mutation: mutation$u,
7784
- name: name$1q
7832
+ name: name$1r
7785
7833
  };
7786
7834
 
7787
- const name$1p = "generateBallotForAnnualGeneralMeetDocument";
7835
+ const name$1q = "generateBallotForAnnualGeneralMeetDocument";
7788
7836
  const mutation$t = Selector("Mutation")({
7789
- [name$1p]: [
7837
+ [name$1q]: [
7790
7838
  {
7791
7839
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
7792
7840
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7798,12 +7846,12 @@ const mutation$t = Selector("Mutation")({
7798
7846
  const generateBallotForAnnualGeneralMeetDocument = {
7799
7847
  __proto__: null,
7800
7848
  mutation: mutation$t,
7801
- name: name$1p
7849
+ name: name$1q
7802
7850
  };
7803
7851
 
7804
- const name$1o = "generateSovietDecisionOnAnnualMeetDocument";
7852
+ const name$1p = "generateSovietDecisionOnAnnualMeetDocument";
7805
7853
  const mutation$s = Selector("Mutation")({
7806
- [name$1o]: [{
7854
+ [name$1p]: [{
7807
7855
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
7808
7856
  options: $("options", "GenerateDocumentOptionsInput")
7809
7857
  }, documentSelector]
@@ -7812,65 +7860,65 @@ const mutation$s = Selector("Mutation")({
7812
7860
  const generateSovietDecisionOnAnnualMeetDocument = {
7813
7861
  __proto__: null,
7814
7862
  mutation: mutation$s,
7815
- name: name$1o
7863
+ name: name$1p
7816
7864
  };
7817
7865
 
7818
- const name$1n = "notifyOnAnnualGeneralMeet";
7866
+ const name$1o = "notifyOnAnnualGeneralMeet";
7819
7867
  const mutation$r = Selector("Mutation")({
7820
- [name$1n]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7868
+ [name$1o]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7821
7869
  });
7822
7870
 
7823
7871
  const notifyOnAnnualGeneralMeet = {
7824
7872
  __proto__: null,
7825
7873
  mutation: mutation$r,
7826
- name: name$1n
7874
+ name: name$1o
7827
7875
  };
7828
7876
 
7829
- const name$1m = "restartAnnualGeneralMeet";
7877
+ const name$1n = "restartAnnualGeneralMeet";
7830
7878
  const mutation$q = Selector("Mutation")({
7831
- [name$1m]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7879
+ [name$1n]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7832
7880
  });
7833
7881
 
7834
7882
  const restartAnnualGeneralMeet = {
7835
7883
  __proto__: null,
7836
7884
  mutation: mutation$q,
7837
- name: name$1m
7885
+ name: name$1n
7838
7886
  };
7839
7887
 
7840
- const name$1l = "signByPresiderOnAnnualGeneralMeet";
7888
+ const name$1m = "signByPresiderOnAnnualGeneralMeet";
7841
7889
  const mutation$p = Selector("Mutation")({
7842
- [name$1l]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7890
+ [name$1m]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7843
7891
  });
7844
7892
 
7845
7893
  const signByPresiderOnAnnualGeneralMeet = {
7846
7894
  __proto__: null,
7847
7895
  mutation: mutation$p,
7848
- name: name$1l
7896
+ name: name$1m
7849
7897
  };
7850
7898
 
7851
- const name$1k = "signBySecretaryOnAnnualGeneralMeet";
7899
+ const name$1l = "signBySecretaryOnAnnualGeneralMeet";
7852
7900
  const mutation$o = Selector("Mutation")({
7853
- [name$1k]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7901
+ [name$1l]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7854
7902
  });
7855
7903
 
7856
7904
  const signBySecretaryOnAnnualGeneralMeet = {
7857
7905
  __proto__: null,
7858
7906
  mutation: mutation$o,
7859
- name: name$1k
7907
+ name: name$1l
7860
7908
  };
7861
7909
 
7862
- const name$1j = "voteOnAnnualGeneralMeet";
7910
+ const name$1k = "voteOnAnnualGeneralMeet";
7863
7911
  const mutation$n = Selector("Mutation")({
7864
- [name$1j]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7912
+ [name$1k]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7865
7913
  });
7866
7914
 
7867
7915
  const voteOnAnnualGeneralMeet = {
7868
7916
  __proto__: null,
7869
7917
  mutation: mutation$n,
7870
- name: name$1j
7918
+ name: name$1k
7871
7919
  };
7872
7920
 
7873
- const index$t = {
7921
+ const index$u = {
7874
7922
  __proto__: null,
7875
7923
  CreateAnnualGeneralMeet: createAnnualGeneralMeet,
7876
7924
  GenerateAnnualGeneralMeetAgendaDocument: generateAnnualGeneralMeetAgendaDocument,
@@ -7885,102 +7933,102 @@ const index$t = {
7885
7933
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
7886
7934
  };
7887
7935
 
7888
- const name$1i = "createWebPushSubscription";
7936
+ const name$1j = "createWebPushSubscription";
7889
7937
  const mutation$m = Selector("Mutation")({
7890
- [name$1i]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7938
+ [name$1j]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7891
7939
  });
7892
7940
 
7893
7941
  const createWebPushSubscription = {
7894
7942
  __proto__: null,
7895
7943
  mutation: mutation$m,
7896
- name: name$1i
7944
+ name: name$1j
7897
7945
  };
7898
7946
 
7899
- const name$1h = "deactivateWebPushSubscriptionById";
7947
+ const name$1i = "deactivateWebPushSubscriptionById";
7900
7948
  const mutation$l = Selector("Mutation")({
7901
- [name$1h]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7949
+ [name$1i]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7902
7950
  });
7903
7951
 
7904
7952
  const deactivateWebPushSubscriptionById = {
7905
7953
  __proto__: null,
7906
7954
  mutation: mutation$l,
7907
- name: name$1h
7955
+ name: name$1i
7908
7956
  };
7909
7957
 
7910
- const name$1g = "triggerNotificationWorkflow";
7958
+ const name$1h = "triggerNotificationWorkflow";
7911
7959
  const mutation$k = Selector("Mutation")({
7912
- [name$1g]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
7960
+ [name$1h]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
7913
7961
  });
7914
7962
 
7915
7963
  const triggerNotificationWorkflow = {
7916
7964
  __proto__: null,
7917
7965
  mutation: mutation$k,
7918
- name: name$1g
7966
+ name: name$1h
7919
7967
  };
7920
7968
 
7921
- const index$s = {
7969
+ const index$t = {
7922
7970
  __proto__: null,
7923
7971
  CreateWebPushSubscription: createWebPushSubscription,
7924
7972
  DeactivateWebPushSubscriptionById: deactivateWebPushSubscriptionById,
7925
7973
  TriggerNotificationWorkflow: triggerNotificationWorkflow
7926
7974
  };
7927
7975
 
7928
- const name$1f = "addParticipant";
7976
+ const name$1g = "addParticipant";
7929
7977
  const mutation$j = Selector("Mutation")({
7930
- [name$1f]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
7978
+ [name$1g]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
7931
7979
  });
7932
7980
 
7933
7981
  const addParticipant = {
7934
7982
  __proto__: null,
7935
7983
  mutation: mutation$j,
7936
- name: name$1f
7984
+ name: name$1g
7937
7985
  };
7938
7986
 
7939
- const name$1e = "generateParticipantApplication";
7987
+ const name$1f = "generateParticipantApplication";
7940
7988
  const mutation$i = Selector("Mutation")({
7941
- [name$1e]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7989
+ [name$1f]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7942
7990
  });
7943
7991
 
7944
7992
  const generateParticipantApplication = {
7945
7993
  __proto__: null,
7946
7994
  mutation: mutation$i,
7947
- name: name$1e
7995
+ name: name$1f
7948
7996
  };
7949
7997
 
7950
- const name$1d = "generateParticipantApplicationDecision";
7998
+ const name$1e = "generateParticipantApplicationDecision";
7951
7999
  const mutation$h = Selector("Mutation")({
7952
- [name$1d]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8000
+ [name$1e]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7953
8001
  });
7954
8002
 
7955
8003
  const generateParticipantApplicationDecision = {
7956
8004
  __proto__: null,
7957
8005
  mutation: mutation$h,
7958
- name: name$1d
8006
+ name: name$1e
7959
8007
  };
7960
8008
 
7961
- const name$1c = "registerParticipant";
8009
+ const name$1d = "registerParticipant";
7962
8010
  const mutation$g = Selector("Mutation")({
7963
- [name$1c]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
8011
+ [name$1d]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
7964
8012
  });
7965
8013
 
7966
8014
  const registerParticipant = {
7967
8015
  __proto__: null,
7968
8016
  mutation: mutation$g,
7969
- name: name$1c
8017
+ name: name$1d
7970
8018
  };
7971
8019
 
7972
- const name$1b = "createInitialPayment";
8020
+ const name$1c = "createInitialPayment";
7973
8021
  const mutation$f = Selector("Mutation")({
7974
- [name$1b]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
8022
+ [name$1c]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7975
8023
  });
7976
8024
 
7977
8025
  const createInitialPayment = {
7978
8026
  __proto__: null,
7979
8027
  mutation: mutation$f,
7980
- name: name$1b
8028
+ name: name$1c
7981
8029
  };
7982
8030
 
7983
- const index$r = {
8031
+ const index$s = {
7984
8032
  __proto__: null,
7985
8033
  AddParticipant: addParticipant,
7986
8034
  CreateInitialPayment: createInitialPayment,
@@ -7989,110 +8037,110 @@ const index$r = {
7989
8037
  RegisterParticipant: registerParticipant
7990
8038
  };
7991
8039
 
7992
- const name$1a = "createBankAccount";
8040
+ const name$1b = "createBankAccount";
7993
8041
  const mutation$e = Selector("Mutation")({
7994
- [name$1a]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
8042
+ [name$1b]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
7995
8043
  });
7996
8044
 
7997
8045
  const createBankAccount = {
7998
8046
  __proto__: null,
7999
8047
  mutation: mutation$e,
8000
- name: name$1a
8048
+ name: name$1b
8001
8049
  };
8002
8050
 
8003
- const name$19 = "deletePaymentMethod";
8051
+ const name$1a = "deletePaymentMethod";
8004
8052
  const mutation$d = Selector("Mutation")({
8005
- [name$19]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
8053
+ [name$1a]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
8006
8054
  });
8007
8055
 
8008
8056
  const deletePaymentMethod = {
8009
8057
  __proto__: null,
8010
8058
  mutation: mutation$d,
8011
- name: name$19
8059
+ name: name$1a
8012
8060
  };
8013
8061
 
8014
- const name$18 = "updateBankAccount";
8062
+ const name$19 = "updateBankAccount";
8015
8063
  const mutation$c = Selector("Mutation")({
8016
- [name$18]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
8064
+ [name$19]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
8017
8065
  });
8018
8066
 
8019
8067
  const updateBankAccount = {
8020
8068
  __proto__: null,
8021
8069
  mutation: mutation$c,
8022
- name: name$18
8070
+ name: name$19
8023
8071
  };
8024
8072
 
8025
- const index$q = {
8073
+ const index$r = {
8026
8074
  __proto__: null,
8027
8075
  CreateBankAccount: createBankAccount,
8028
8076
  DeletePaymentMethod: deletePaymentMethod,
8029
8077
  UpdateBankAccount: updateBankAccount
8030
8078
  };
8031
8079
 
8032
- const name$17 = "generateConvertToAxonStatement";
8080
+ const name$18 = "generateConvertToAxonStatement";
8033
8081
  const mutation$b = Selector("Mutation")({
8034
- [name$17]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8082
+ [name$18]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8035
8083
  });
8036
8084
 
8037
8085
  const generateConvertToAxonStatement = {
8038
8086
  __proto__: null,
8039
8087
  mutation: mutation$b,
8040
- name: name$17
8088
+ name: name$18
8041
8089
  };
8042
8090
 
8043
- const name$16 = "processConvertToAxonStatement";
8091
+ const name$17 = "processConvertToAxonStatement";
8044
8092
  const mutation$a = Selector("Mutation")({
8045
- [name$16]: [{ data: $("data", "ProcessConvertToAxonStatementInput!") }, true]
8093
+ [name$17]: [{ data: $("data", "ProcessConvertToAxonStatementInput!") }, true]
8046
8094
  });
8047
8095
 
8048
8096
  const processConvertToAxonStatement = {
8049
8097
  __proto__: null,
8050
8098
  mutation: mutation$a,
8051
- name: name$16
8099
+ name: name$17
8052
8100
  };
8053
8101
 
8054
- const index$p = {
8102
+ const index$q = {
8055
8103
  __proto__: null,
8056
8104
  GenerateConvertToAxonStatement: generateConvertToAxonStatement,
8057
8105
  ProcessConvertToAxonStatement: processConvertToAxonStatement
8058
8106
  };
8059
8107
 
8060
- const name$15 = "initSystem";
8108
+ const name$16 = "initSystem";
8061
8109
  const mutation$9 = Selector("Mutation")({
8062
- [name$15]: [{ data: $("data", "Init!") }, systemInfoSelector]
8110
+ [name$16]: [{ data: $("data", "Init!") }, systemInfoSelector]
8063
8111
  });
8064
8112
 
8065
8113
  const initSystem = {
8066
8114
  __proto__: null,
8067
8115
  mutation: mutation$9,
8068
- name: name$15
8116
+ name: name$16
8069
8117
  };
8070
8118
 
8071
- const name$14 = "installSystem";
8119
+ const name$15 = "installSystem";
8072
8120
  const mutation$8 = Selector("Mutation")({
8073
- [name$14]: [{ data: $("data", "Install!") }, systemInfoSelector]
8121
+ [name$15]: [{ data: $("data", "Install!") }, systemInfoSelector]
8074
8122
  });
8075
8123
 
8076
8124
  const installSystem = {
8077
8125
  __proto__: null,
8078
8126
  mutation: mutation$8,
8079
- name: name$14
8127
+ name: name$15
8080
8128
  };
8081
8129
 
8082
- const name$13 = "setWif";
8130
+ const name$14 = "setWif";
8083
8131
  const mutation$7 = Selector("Mutation")({
8084
- [name$13]: [{ data: $("data", "SetWifInput!") }, true]
8132
+ [name$14]: [{ data: $("data", "SetWifInput!") }, true]
8085
8133
  });
8086
8134
 
8087
8135
  const saveWif = {
8088
8136
  __proto__: null,
8089
8137
  mutation: mutation$7,
8090
- name: name$13
8138
+ name: name$14
8091
8139
  };
8092
8140
 
8093
- const name$12 = "startInstall";
8141
+ const name$13 = "startInstall";
8094
8142
  const mutation$6 = Selector("Mutation")({
8095
- [name$12]: [{ data: $("data", "StartInstallInput!") }, {
8143
+ [name$13]: [{ data: $("data", "StartInstallInput!") }, {
8096
8144
  install_code: true,
8097
8145
  coopname: true
8098
8146
  }]
@@ -8101,32 +8149,32 @@ const mutation$6 = Selector("Mutation")({
8101
8149
  const startInstall = {
8102
8150
  __proto__: null,
8103
8151
  mutation: mutation$6,
8104
- name: name$12
8152
+ name: name$13
8105
8153
  };
8106
8154
 
8107
- const name$11 = "updateSettings";
8155
+ const name$12 = "updateSettings";
8108
8156
  const mutation$5 = Selector("Mutation")({
8109
- [name$11]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
8157
+ [name$12]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
8110
8158
  });
8111
8159
 
8112
8160
  const updateSettings = {
8113
8161
  __proto__: null,
8114
8162
  mutation: mutation$5,
8115
- name: name$11
8163
+ name: name$12
8116
8164
  };
8117
8165
 
8118
- const name$10 = "updateSystem";
8166
+ const name$11 = "updateSystem";
8119
8167
  const mutation$4 = Selector("Mutation")({
8120
- [name$10]: [{ data: $("data", "Update!") }, systemInfoSelector]
8168
+ [name$11]: [{ data: $("data", "Update!") }, systemInfoSelector]
8121
8169
  });
8122
8170
 
8123
8171
  const updateSystem = {
8124
8172
  __proto__: null,
8125
8173
  mutation: mutation$4,
8126
- name: name$10
8174
+ name: name$11
8127
8175
  };
8128
8176
 
8129
- const index$o = {
8177
+ const index$p = {
8130
8178
  __proto__: null,
8131
8179
  InitSystem: initSystem,
8132
8180
  InstallSystem: installSystem,
@@ -8136,31 +8184,31 @@ const index$o = {
8136
8184
  UpdateSystem: updateSystem
8137
8185
  };
8138
8186
 
8139
- const name$$ = "createWithdraw";
8187
+ const name$10 = "createWithdraw";
8140
8188
  const mutation$3 = Selector("Mutation")({
8141
- [name$$]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
8189
+ [name$10]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
8142
8190
  });
8143
8191
 
8144
8192
  const createWithdraw = {
8145
8193
  __proto__: null,
8146
8194
  mutation: mutation$3,
8147
- name: name$$
8195
+ name: name$10
8148
8196
  };
8149
8197
 
8150
- const name$_ = "createDepositPayment";
8198
+ const name$$ = "createDepositPayment";
8151
8199
  const mutation$2 = Selector("Mutation")({
8152
- [name$_]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
8200
+ [name$$]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
8153
8201
  });
8154
8202
 
8155
8203
  const createDepositPayment = {
8156
8204
  __proto__: null,
8157
8205
  mutation: mutation$2,
8158
- name: name$_
8206
+ name: name$$
8159
8207
  };
8160
8208
 
8161
- const name$Z = "generateReturnByMoneyStatementDocument";
8209
+ const name$_ = "generateReturnByMoneyStatementDocument";
8162
8210
  const mutation$1 = Selector("Mutation")({
8163
- [name$Z]: [
8211
+ [name$_]: [
8164
8212
  {
8165
8213
  data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
8166
8214
  options: $("options", "GenerateDocumentOptionsInput")
@@ -8172,12 +8220,12 @@ const mutation$1 = Selector("Mutation")({
8172
8220
  const generateReturnByMoneyStatementDocument = {
8173
8221
  __proto__: null,
8174
8222
  mutation: mutation$1,
8175
- name: name$Z
8223
+ name: name$_
8176
8224
  };
8177
8225
 
8178
- const name$Y = "generateReturnByMoneyDecisionDocument";
8226
+ const name$Z = "generateReturnByMoneyDecisionDocument";
8179
8227
  const mutation = Selector("Mutation")({
8180
- [name$Y]: [
8228
+ [name$Z]: [
8181
8229
  {
8182
8230
  data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
8183
8231
  options: $("options", "GenerateDocumentOptionsInput")
@@ -8189,10 +8237,10 @@ const mutation = Selector("Mutation")({
8189
8237
  const generateReturnByMoneyDecisionDocument = {
8190
8238
  __proto__: null,
8191
8239
  mutation: mutation,
8192
- name: name$Y
8240
+ name: name$Z
8193
8241
  };
8194
8242
 
8195
- const index$n = {
8243
+ const index$o = {
8196
8244
  __proto__: null,
8197
8245
  CreateDepositPayment: createDepositPayment,
8198
8246
  CreateWithdraw: createWithdraw,
@@ -8202,46 +8250,46 @@ const index$n = {
8202
8250
 
8203
8251
  const Mutations = {
8204
8252
  __proto__: null,
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
- ChatCoop: 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]
8253
+ Accounts: index$F,
8254
+ Agreements: index$E,
8255
+ Auth: index$D,
8256
+ Branches: index$C,
8257
+ Capital: index$B,
8258
+ Chairman: index$A,
8259
+ ChatCoop: index$z,
8260
+ Cooplace: index$y,
8261
+ Extensions: index$x,
8262
+ FreeDecisions: index$w,
8263
+ Gateway: index$v,
8264
+ Meet: index$u,
8265
+ Notification: index$t,
8266
+ Participants: index$s,
8267
+ PaymentMethods: index$r,
8268
+ Provider: index$q,
8269
+ System: index$p,
8270
+ Wallet: index$o
8271
+ };
8272
+
8273
+ const name$Y = "getAccount";
8274
+ const query$Y = Selector("Query")({
8275
+ [name$Y]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
8228
8276
  });
8229
8277
 
8230
8278
  const getAccount = {
8231
8279
  __proto__: null,
8232
- name: name$X,
8233
- query: query$X
8280
+ name: name$Y,
8281
+ query: query$Y
8234
8282
  };
8235
8283
 
8236
- const name$W = "getAccounts";
8237
- const query$W = Selector("Query")({
8238
- [name$W]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
8284
+ const name$X = "getAccounts";
8285
+ const query$X = Selector("Query")({
8286
+ [name$X]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
8239
8287
  });
8240
8288
 
8241
8289
  const getAccounts = {
8242
8290
  __proto__: null,
8243
- name: name$W,
8244
- query: query$W
8291
+ name: name$X,
8292
+ query: query$X
8245
8293
  };
8246
8294
 
8247
8295
  const rawSearchPrivateAccountsResultSelector = {
@@ -8258,18 +8306,18 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
8258
8306
  rawSearchPrivateAccountsResultSelector
8259
8307
  );
8260
8308
 
8261
- const name$V = "searchPrivateAccounts";
8262
- const query$V = Selector("Query")({
8263
- [name$V]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
8309
+ const name$W = "searchPrivateAccounts";
8310
+ const query$W = Selector("Query")({
8311
+ [name$W]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
8264
8312
  });
8265
8313
 
8266
8314
  const searchPrivateAccounts = {
8267
8315
  __proto__: null,
8268
- name: name$V,
8269
- query: query$V
8316
+ name: name$W,
8317
+ query: query$W
8270
8318
  };
8271
8319
 
8272
- const index$m = {
8320
+ const index$n = {
8273
8321
  __proto__: null,
8274
8322
  GetAccount: getAccount,
8275
8323
  GetAccounts: getAccounts,
@@ -8310,25 +8358,25 @@ const rawAgendaSelector = {
8310
8358
  };
8311
8359
  const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
8312
8360
 
8313
- const name$U = "getAgenda";
8314
- const query$U = Selector("Query")({
8315
- [name$U]: agendaSelector
8361
+ const name$V = "getAgenda";
8362
+ const query$V = Selector("Query")({
8363
+ [name$V]: agendaSelector
8316
8364
  });
8317
8365
 
8318
8366
  const getAgenda = {
8319
8367
  __proto__: null,
8320
- name: name$U,
8321
- query: query$U
8368
+ name: name$V,
8369
+ query: query$V
8322
8370
  };
8323
8371
 
8324
- const index$l = {
8372
+ const index$m = {
8325
8373
  __proto__: null,
8326
8374
  GetAgenda: getAgenda
8327
8375
  };
8328
8376
 
8329
- const name$T = "agreements";
8330
- const query$T = Selector("Query")({
8331
- [name$T]: [
8377
+ const name$U = "agreements";
8378
+ const query$U = Selector("Query")({
8379
+ [name$U]: [
8332
8380
  {
8333
8381
  filter: $("filter", "AgreementFilter"),
8334
8382
  options: $("options", "PaginationInput")
@@ -8339,19 +8387,19 @@ const query$T = Selector("Query")({
8339
8387
 
8340
8388
  const agreements = {
8341
8389
  __proto__: null,
8342
- name: name$T,
8343
- query: query$T
8390
+ name: name$U,
8391
+ query: query$U
8344
8392
  };
8345
8393
 
8346
- const index$k = {
8394
+ const index$l = {
8347
8395
  __proto__: null,
8348
8396
  Agreements: agreements
8349
8397
  };
8350
8398
 
8351
8399
  const paginatedActionsSelector = { ...paginationSelector, items: rawBlockchainActionSelector };
8352
- const name$S = "getActions";
8353
- const query$S = Selector("Query")({
8354
- [name$S]: [
8400
+ const name$T = "getActions";
8401
+ const query$T = Selector("Query")({
8402
+ [name$T]: [
8355
8403
  {
8356
8404
  filters: $("filters", "ActionFiltersInput"),
8357
8405
  pagination: $("pagination", "PaginationInput")
@@ -8362,14 +8410,14 @@ const query$S = Selector("Query")({
8362
8410
 
8363
8411
  const getActions = {
8364
8412
  __proto__: null,
8365
- name: name$S,
8366
- query: query$S
8413
+ name: name$T,
8414
+ query: query$T
8367
8415
  };
8368
8416
 
8369
- const name$R = "getCurrentTableStates";
8417
+ const name$S = "getCurrentTableStates";
8370
8418
  const paginatedCurrentTableStatesSelector = { ...paginationSelector, items: rawCurrentTableStateSelector };
8371
- const query$R = Selector("Query")({
8372
- [name$R]: [
8419
+ const query$S = Selector("Query")({
8420
+ [name$S]: [
8373
8421
  {
8374
8422
  filters: $("filters", "CurrentTableStatesFiltersInput"),
8375
8423
  pagination: $("pagination", "PaginationInput")
@@ -8380,14 +8428,14 @@ const query$R = Selector("Query")({
8380
8428
 
8381
8429
  const getCurrentTableStates = {
8382
8430
  __proto__: null,
8383
- name: name$R,
8384
- query: query$R
8431
+ name: name$S,
8432
+ query: query$S
8385
8433
  };
8386
8434
 
8387
8435
  const paginatedDeltasSelector = { ...paginationSelector, items: rawDeltaSelector };
8388
- const name$Q = "getDeltas";
8389
- const query$Q = Selector("Query")({
8390
- [name$Q]: [
8436
+ const name$R = "getDeltas";
8437
+ const query$R = Selector("Query")({
8438
+ [name$R]: [
8391
8439
  {
8392
8440
  filters: $("filters", "DeltaFiltersInput"),
8393
8441
  pagination: $("pagination", "PaginationInput")
@@ -8398,376 +8446,376 @@ const query$Q = Selector("Query")({
8398
8446
 
8399
8447
  const getDeltas = {
8400
8448
  __proto__: null,
8401
- name: name$Q,
8402
- query: query$Q
8449
+ name: name$R,
8450
+ query: query$R
8403
8451
  };
8404
8452
 
8405
- const index$j = {
8453
+ const index$k = {
8406
8454
  __proto__: null,
8407
8455
  GetActions: getActions,
8408
8456
  GetCurrentTableStates: getCurrentTableStates,
8409
8457
  GetDeltas: getDeltas
8410
8458
  };
8411
8459
 
8412
- const name$P = "getBranches";
8413
- const query$P = Selector("Query")({
8414
- [name$P]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
8460
+ const name$Q = "getBranches";
8461
+ const query$Q = Selector("Query")({
8462
+ [name$Q]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
8415
8463
  });
8416
8464
 
8417
8465
  const getBranches = {
8418
8466
  __proto__: null,
8419
- name: name$P,
8420
- query: query$P
8467
+ name: name$Q,
8468
+ query: query$Q
8421
8469
  };
8422
8470
 
8423
- const name$O = "getBranches";
8424
- const query$O = Selector("Query")({
8425
- [name$O]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
8471
+ const name$P = "getBranches";
8472
+ const query$P = Selector("Query")({
8473
+ [name$P]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
8426
8474
  });
8427
8475
 
8428
8476
  const getPublicBranches = {
8429
8477
  __proto__: null,
8430
- name: name$O,
8431
- query: query$O
8478
+ name: name$P,
8479
+ query: query$P
8432
8480
  };
8433
8481
 
8434
- const index$i = {
8482
+ const index$j = {
8435
8483
  __proto__: null,
8436
8484
  GetBranches: getBranches,
8437
8485
  GetPublicBranches: getPublicBranches
8438
8486
  };
8439
8487
 
8440
- const name$N = "capitalVotes";
8441
- const query$N = Selector("Query")({
8442
- [name$N]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
8488
+ const name$O = "capitalVotes";
8489
+ const query$O = Selector("Query")({
8490
+ [name$O]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
8443
8491
  });
8444
8492
 
8445
8493
  const getVotes = {
8494
+ __proto__: null,
8495
+ name: name$O,
8496
+ query: query$O
8497
+ };
8498
+
8499
+ const name$N = "capitalVote";
8500
+ const query$N = Selector("Query")({
8501
+ [name$N]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
8502
+ });
8503
+
8504
+ const getVote = {
8446
8505
  __proto__: null,
8447
8506
  name: name$N,
8448
8507
  query: query$N
8449
8508
  };
8450
8509
 
8451
- const name$M = "capitalVote";
8510
+ const name$M = "capitalProjects";
8452
8511
  const query$M = Selector("Query")({
8453
- [name$M]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
8512
+ [name$M]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
8454
8513
  });
8455
8514
 
8456
- const getVote = {
8515
+ const getProjects = {
8457
8516
  __proto__: null,
8458
8517
  name: name$M,
8459
8518
  query: query$M
8460
8519
  };
8461
8520
 
8462
- const name$L = "capitalProjects";
8521
+ const name$L = "capitalProject";
8463
8522
  const query$L = Selector("Query")({
8464
- [name$L]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
8523
+ [name$L]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
8465
8524
  });
8466
8525
 
8467
- const getProjects = {
8526
+ const getProject = {
8468
8527
  __proto__: null,
8469
8528
  name: name$L,
8470
8529
  query: query$L
8471
8530
  };
8472
8531
 
8473
- const name$K = "capitalProject";
8532
+ const name$K = "capitalProjectWithRelations";
8474
8533
  const query$K = Selector("Query")({
8475
- [name$K]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
8534
+ [name$K]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
8476
8535
  });
8477
8536
 
8478
- const getProject = {
8537
+ const getProjectWithRelations = {
8479
8538
  __proto__: null,
8480
8539
  name: name$K,
8481
8540
  query: query$K
8482
8541
  };
8483
8542
 
8484
- const name$J = "capitalProjectWithRelations";
8543
+ const name$J = "capitalSegments";
8485
8544
  const query$J = Selector("Query")({
8486
- [name$J]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
8545
+ [name$J]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
8487
8546
  });
8488
8547
 
8489
- const getProjectWithRelations = {
8548
+ const getSegments = {
8490
8549
  __proto__: null,
8491
8550
  name: name$J,
8492
8551
  query: query$J
8493
8552
  };
8494
8553
 
8495
- const name$I = "capitalSegments";
8554
+ const name$I = "capitalSegment";
8496
8555
  const query$I = Selector("Query")({
8497
- [name$I]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
8556
+ [name$I]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
8498
8557
  });
8499
8558
 
8500
- const getSegments = {
8559
+ const getSegment = {
8501
8560
  __proto__: null,
8502
8561
  name: name$I,
8503
8562
  query: query$I
8504
8563
  };
8505
8564
 
8506
- const name$H = "capitalSegment";
8565
+ const name$H = "capitalContributors";
8507
8566
  const query$H = Selector("Query")({
8508
- [name$H]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
8567
+ [name$H]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
8509
8568
  });
8510
8569
 
8511
- const getSegment = {
8570
+ const getContributors = {
8512
8571
  __proto__: null,
8513
8572
  name: name$H,
8514
8573
  query: query$H
8515
8574
  };
8516
8575
 
8517
- const name$G = "capitalContributors";
8576
+ const name$G = "capitalContributor";
8518
8577
  const query$G = Selector("Query")({
8519
- [name$G]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
8578
+ [name$G]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
8520
8579
  });
8521
8580
 
8522
- const getContributors = {
8581
+ const getContributor = {
8523
8582
  __proto__: null,
8524
8583
  name: name$G,
8525
8584
  query: query$G
8526
8585
  };
8527
8586
 
8528
- const name$F = "capitalContributor";
8587
+ const name$F = "capitalInvests";
8529
8588
  const query$F = Selector("Query")({
8530
- [name$F]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
8589
+ [name$F]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
8531
8590
  });
8532
8591
 
8533
- const getContributor = {
8592
+ const getInvests = {
8534
8593
  __proto__: null,
8535
8594
  name: name$F,
8536
8595
  query: query$F
8537
8596
  };
8538
8597
 
8539
- const name$E = "capitalInvests";
8598
+ const name$E = "capitalInvest";
8540
8599
  const query$E = Selector("Query")({
8541
- [name$E]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
8600
+ [name$E]: [{ data: $("data", "GetInvestInput!") }, investSelector]
8542
8601
  });
8543
8602
 
8544
- const getInvests = {
8603
+ const getInvest = {
8545
8604
  __proto__: null,
8546
8605
  name: name$E,
8547
8606
  query: query$E
8548
8607
  };
8549
8608
 
8550
- const name$D = "capitalInvest";
8609
+ const name$D = "capitalProgramInvests";
8551
8610
  const query$D = Selector("Query")({
8552
- [name$D]: [{ data: $("data", "GetInvestInput!") }, investSelector]
8611
+ [name$D]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
8553
8612
  });
8554
8613
 
8555
- const getInvest = {
8614
+ const getProgramInvests = {
8556
8615
  __proto__: null,
8557
8616
  name: name$D,
8558
8617
  query: query$D
8559
8618
  };
8560
8619
 
8561
- const name$C = "capitalProgramInvests";
8620
+ const name$C = "capitalProgramInvest";
8562
8621
  const query$C = Selector("Query")({
8563
- [name$C]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
8622
+ [name$C]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
8564
8623
  });
8565
8624
 
8566
- const getProgramInvests = {
8625
+ const getProgramInvest = {
8567
8626
  __proto__: null,
8568
8627
  name: name$C,
8569
8628
  query: query$C
8570
8629
  };
8571
8630
 
8572
- const name$B = "capitalProgramInvest";
8631
+ const name$B = "capitalDebts";
8573
8632
  const query$B = Selector("Query")({
8574
- [name$B]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
8633
+ [name$B]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
8575
8634
  });
8576
8635
 
8577
- const getProgramInvest = {
8636
+ const getDebts = {
8578
8637
  __proto__: null,
8579
8638
  name: name$B,
8580
8639
  query: query$B
8581
8640
  };
8582
8641
 
8583
- const name$A = "capitalDebts";
8642
+ const name$A = "capitalDebt";
8584
8643
  const query$A = Selector("Query")({
8585
- [name$A]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
8644
+ [name$A]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
8586
8645
  });
8587
8646
 
8588
- const getDebts = {
8647
+ const getDebt = {
8589
8648
  __proto__: null,
8590
8649
  name: name$A,
8591
8650
  query: query$A
8592
8651
  };
8593
8652
 
8594
- const name$z = "capitalDebt";
8653
+ const name$z = "capitalResults";
8595
8654
  const query$z = Selector("Query")({
8596
- [name$z]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
8655
+ [name$z]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
8597
8656
  });
8598
8657
 
8599
- const getDebt = {
8658
+ const getResults = {
8600
8659
  __proto__: null,
8601
8660
  name: name$z,
8602
8661
  query: query$z
8603
8662
  };
8604
8663
 
8605
- const name$y = "capitalResults";
8664
+ const name$y = "capitalResult";
8606
8665
  const query$y = Selector("Query")({
8607
- [name$y]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
8666
+ [name$y]: [{ data: $("data", "GetResultInput!") }, resultSelector]
8608
8667
  });
8609
8668
 
8610
- const getResults = {
8669
+ const getResult = {
8611
8670
  __proto__: null,
8612
8671
  name: name$y,
8613
8672
  query: query$y
8614
8673
  };
8615
8674
 
8616
- const name$x = "capitalResult";
8675
+ const name$x = "capitalExpenses";
8617
8676
  const query$x = Selector("Query")({
8618
- [name$x]: [{ data: $("data", "GetResultInput!") }, resultSelector]
8677
+ [name$x]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
8619
8678
  });
8620
8679
 
8621
- const getResult = {
8680
+ const getExpenses = {
8622
8681
  __proto__: null,
8623
8682
  name: name$x,
8624
8683
  query: query$x
8625
8684
  };
8626
8685
 
8627
- const name$w = "capitalExpenses";
8686
+ const name$w = "capitalExpense";
8628
8687
  const query$w = Selector("Query")({
8629
- [name$w]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
8688
+ [name$w]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
8630
8689
  });
8631
8690
 
8632
- const getExpenses = {
8691
+ const getExpense = {
8633
8692
  __proto__: null,
8634
8693
  name: name$w,
8635
8694
  query: query$w
8636
8695
  };
8637
8696
 
8638
- const name$v = "capitalExpense";
8697
+ const name$v = "capitalTimeStats";
8639
8698
  const query$v = Selector("Query")({
8640
- [name$v]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
8699
+ [name$v]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
8641
8700
  });
8642
8701
 
8643
- const getExpense = {
8702
+ const getTimeStats = {
8644
8703
  __proto__: null,
8645
8704
  name: name$v,
8646
8705
  query: query$v
8647
8706
  };
8648
8707
 
8649
- const name$u = "capitalTimeStats";
8708
+ const name$u = "capitalTimeEntries";
8650
8709
  const query$u = Selector("Query")({
8651
- [name$u]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
8710
+ [name$u]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
8652
8711
  });
8653
8712
 
8654
- const getTimeStats = {
8713
+ const getTimeEntries = {
8655
8714
  __proto__: null,
8656
8715
  name: name$u,
8657
8716
  query: query$u
8658
8717
  };
8659
8718
 
8660
- const name$t = "capitalTimeEntries";
8719
+ const name$t = "capitalTimeEntriesByIssues";
8661
8720
  const query$t = Selector("Query")({
8662
- [name$t]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
8721
+ [name$t]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
8663
8722
  });
8664
8723
 
8665
- const getTimeEntries = {
8724
+ const getTimeEntriesByIssues = {
8666
8725
  __proto__: null,
8667
8726
  name: name$t,
8668
8727
  query: query$t
8669
8728
  };
8670
8729
 
8671
- const name$s = "capitalTimeEntriesByIssues";
8730
+ const name$s = "capitalCommit";
8672
8731
  const query$s = Selector("Query")({
8673
- [name$s]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
8732
+ [name$s]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
8674
8733
  });
8675
8734
 
8676
- const getTimeEntriesByIssues = {
8735
+ const getCommit = {
8677
8736
  __proto__: null,
8678
8737
  name: name$s,
8679
8738
  query: query$s
8680
8739
  };
8681
8740
 
8682
- const name$r = "capitalCommit";
8741
+ const name$r = "capitalStories";
8683
8742
  const query$r = Selector("Query")({
8684
- [name$r]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
8743
+ [name$r]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
8685
8744
  });
8686
8745
 
8687
- const getCommit = {
8746
+ const getStories = {
8688
8747
  __proto__: null,
8689
8748
  name: name$r,
8690
8749
  query: query$r
8691
8750
  };
8692
8751
 
8693
- const name$q = "capitalStories";
8752
+ const name$q = "capitalStory";
8694
8753
  const query$q = Selector("Query")({
8695
- [name$q]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
8754
+ [name$q]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
8696
8755
  });
8697
8756
 
8698
- const getStories = {
8757
+ const getStory = {
8699
8758
  __proto__: null,
8700
8759
  name: name$q,
8701
8760
  query: query$q
8702
8761
  };
8703
8762
 
8704
- const name$p = "capitalStory";
8763
+ const name$p = "capitalIssues";
8705
8764
  const query$p = Selector("Query")({
8706
- [name$p]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
8765
+ [name$p]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
8707
8766
  });
8708
8767
 
8709
- const getStory = {
8768
+ const getIssues = {
8710
8769
  __proto__: null,
8711
8770
  name: name$p,
8712
8771
  query: query$p
8713
8772
  };
8714
8773
 
8715
- const name$o = "capitalIssues";
8774
+ const name$o = "capitalIssue";
8716
8775
  const query$o = Selector("Query")({
8717
- [name$o]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
8776
+ [name$o]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
8718
8777
  });
8719
8778
 
8720
- const getIssues = {
8779
+ const getIssue = {
8721
8780
  __proto__: null,
8722
8781
  name: name$o,
8723
8782
  query: query$o
8724
8783
  };
8725
8784
 
8726
- const name$n = "capitalIssue";
8785
+ const name$n = "capitalCommits";
8727
8786
  const query$n = Selector("Query")({
8728
- [name$n]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
8787
+ [name$n]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
8729
8788
  });
8730
8789
 
8731
- const getIssue = {
8790
+ const getCommits = {
8732
8791
  __proto__: null,
8733
8792
  name: name$n,
8734
8793
  query: query$n
8735
8794
  };
8736
8795
 
8737
- const name$m = "capitalCommits";
8796
+ const name$m = "capitalCycles";
8738
8797
  const query$m = Selector("Query")({
8739
- [name$m]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
8798
+ [name$m]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
8740
8799
  });
8741
8800
 
8742
- const getCommits = {
8801
+ const getCycles = {
8743
8802
  __proto__: null,
8744
8803
  name: name$m,
8745
8804
  query: query$m
8746
8805
  };
8747
8806
 
8748
- const name$l = "capitalCycles";
8807
+ const name$l = "capitalState";
8749
8808
  const query$l = Selector("Query")({
8750
- [name$l]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
8809
+ [name$l]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
8751
8810
  });
8752
8811
 
8753
- const getCycles = {
8812
+ const getState = {
8754
8813
  __proto__: null,
8755
8814
  name: name$l,
8756
8815
  query: query$l
8757
8816
  };
8758
8817
 
8759
- const name$k = "capitalState";
8760
- const query$k = Selector("Query")({
8761
- [name$k]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
8762
- });
8763
-
8764
- const getState = {
8765
- __proto__: null,
8766
- name: name$k,
8767
- query: query$k
8768
- };
8769
-
8770
- const index$h = {
8818
+ const index$i = {
8771
8819
  __proto__: null,
8772
8820
  GetCommit: getCommit,
8773
8821
  GetCommits: getCommits,
@@ -8801,9 +8849,9 @@ const index$h = {
8801
8849
  GetVotes: getVotes
8802
8850
  };
8803
8851
 
8804
- const name$j = "chairmanApprovals";
8805
- const query$j = Selector("Query")({
8806
- [name$j]: [
8852
+ const name$k = "chairmanApprovals";
8853
+ const query$k = Selector("Query")({
8854
+ [name$k]: [
8807
8855
  {
8808
8856
  filter: $("filter", "ApprovalFilter"),
8809
8857
  options: $("options", "PaginationInput")
@@ -8814,50 +8862,50 @@ const query$j = Selector("Query")({
8814
8862
 
8815
8863
  const getApprovals = {
8816
8864
  __proto__: null,
8817
- name: name$j,
8818
- query: query$j
8865
+ name: name$k,
8866
+ query: query$k
8819
8867
  };
8820
8868
 
8821
- const name$i = "chairmanApproval";
8822
- const query$i = Selector("Query")({
8823
- [name$i]: [{ id: $("id", "String!") }, approvalSelector]
8869
+ const name$j = "chairmanApproval";
8870
+ const query$j = Selector("Query")({
8871
+ [name$j]: [{ id: $("id", "String!") }, approvalSelector]
8824
8872
  });
8825
8873
 
8826
8874
  const getApproval = {
8827
8875
  __proto__: null,
8828
- name: name$i,
8829
- query: query$i
8876
+ name: name$j,
8877
+ query: query$j
8830
8878
  };
8831
8879
 
8832
- const index$g = {
8880
+ const index$h = {
8833
8881
  __proto__: null,
8834
8882
  GetApproval: getApproval,
8835
8883
  GetApprovals: getApprovals
8836
8884
  };
8837
8885
 
8838
- const name$h = "chatcoopCheckUsernameAvailability";
8839
- const query$h = Selector("Query")({
8840
- [name$h]: [{ data: $("data", "CheckMatrixUsernameInput!") }, true]
8886
+ const name$i = "chatcoopCheckUsernameAvailability";
8887
+ const query$i = Selector("Query")({
8888
+ [name$i]: [{ data: $("data", "CheckMatrixUsernameInput!") }, true]
8841
8889
  });
8842
8890
 
8843
8891
  const checkUsernameAvailability = {
8844
8892
  __proto__: null,
8845
- name: name$h,
8846
- query: query$h
8893
+ name: name$i,
8894
+ query: query$i
8847
8895
  };
8848
8896
 
8849
- const name$g = "chatcoopGetAccountStatus";
8850
- const query$g = Selector("Query")({
8851
- [name$g]: chatcoopAccountStatusSelector
8897
+ const name$h = "chatcoopGetAccountStatus";
8898
+ const query$h = Selector("Query")({
8899
+ [name$h]: chatcoopAccountStatusSelector
8852
8900
  });
8853
8901
 
8854
8902
  const getAccountStatus = {
8855
8903
  __proto__: null,
8856
- name: name$g,
8857
- query: query$g
8904
+ name: name$h,
8905
+ query: query$h
8858
8906
  };
8859
8907
 
8860
- const index$f = {
8908
+ const index$g = {
8861
8909
  __proto__: null,
8862
8910
  CheckUsernameAvailability: checkUsernameAvailability,
8863
8911
  GetAccountStatus: getAccountStatus
@@ -8875,39 +8923,41 @@ Selector("DesktopWorkspace")(rawWorkspaceSelector);
8875
8923
  const rawDesktopSelector = {
8876
8924
  coopname: true,
8877
8925
  layout: true,
8878
- workspaces: rawWorkspaceSelector
8926
+ workspaces: rawWorkspaceSelector,
8927
+ authorizedHome: true,
8928
+ nonAuthorizedHome: true
8879
8929
  };
8880
8930
  const desktopSelector = Selector("Desktop")(rawDesktopSelector);
8881
8931
 
8882
- const name$f = "getDesktop";
8883
- const query$f = Selector("Query")({
8884
- [name$f]: desktopSelector
8932
+ const name$g = "getDesktop";
8933
+ const query$g = Selector("Query")({
8934
+ [name$g]: desktopSelector
8885
8935
  });
8886
8936
 
8887
8937
  const getDesktop = {
8888
8938
  __proto__: null,
8889
- name: name$f,
8890
- query: query$f
8939
+ name: name$g,
8940
+ query: query$g
8891
8941
  };
8892
8942
 
8893
- const index$e = {
8943
+ const index$f = {
8894
8944
  __proto__: null,
8895
8945
  GetDesktop: getDesktop
8896
8946
  };
8897
8947
 
8898
8948
  const documentPaginationSelector = { ...paginationSelector, items: rawDocumentPackageAggregateSelector };
8899
- const name$e = "getDocuments";
8900
- const query$e = Selector("Query")({
8901
- [name$e]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
8949
+ const name$f = "getDocuments";
8950
+ const query$f = Selector("Query")({
8951
+ [name$f]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
8902
8952
  });
8903
8953
 
8904
8954
  const getDocuments = {
8905
8955
  __proto__: null,
8906
- name: name$e,
8907
- query: query$e
8956
+ name: name$f,
8957
+ query: query$f
8908
8958
  };
8909
8959
 
8910
- const index$d = {
8960
+ const index$e = {
8911
8961
  __proto__: null,
8912
8962
  GetDocuments: getDocuments
8913
8963
  };
@@ -8930,9 +8980,9 @@ const rawPaginatedExtensionLogsSelector = {
8930
8980
  };
8931
8981
  const paginatedExtensionLogsSelector = Selector("ExtensionLogsPaginationResult")(rawPaginatedExtensionLogsSelector);
8932
8982
 
8933
- const name$d = "getExtensionLogs";
8934
- const query$d = Selector("Query")({
8935
- [name$d]: [
8983
+ const name$e = "getExtensionLogs";
8984
+ const query$e = Selector("Query")({
8985
+ [name$e]: [
8936
8986
  {
8937
8987
  data: $("data", "GetExtensionLogsInput"),
8938
8988
  options: $("options", "PaginationInput")
@@ -8943,31 +8993,31 @@ const query$d = Selector("Query")({
8943
8993
 
8944
8994
  const getExtensionLogs = {
8945
8995
  __proto__: null,
8946
- name: name$d,
8947
- query: query$d
8996
+ name: name$e,
8997
+ query: query$e
8948
8998
  };
8949
8999
 
8950
- const name$c = "getExtensions";
8951
- const query$c = Selector("Query")({
8952
- [name$c]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
9000
+ const name$d = "getExtensions";
9001
+ const query$d = Selector("Query")({
9002
+ [name$d]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
8953
9003
  });
8954
9004
 
8955
9005
  const getExtensions = {
8956
9006
  __proto__: null,
8957
- name: name$c,
8958
- query: query$c
9007
+ name: name$d,
9008
+ query: query$d
8959
9009
  };
8960
9010
 
8961
- const index$c = {
9011
+ const index$d = {
8962
9012
  __proto__: null,
8963
9013
  GetExtensionLogs: getExtensionLogs,
8964
9014
  GetExtensions: getExtensions
8965
9015
  };
8966
9016
 
8967
9017
  const paginatedPaymentsSelector = { ...paginationSelector, items: rawPaymentSelector };
8968
- const name$b = "getPayments";
8969
- const query$b = Selector("Query")({
8970
- [name$b]: [
9018
+ const name$c = "getPayments";
9019
+ const query$c = Selector("Query")({
9020
+ [name$c]: [
8971
9021
  {
8972
9022
  data: $("data", "PaymentFiltersInput"),
8973
9023
  options: $("options", "PaginationInput")
@@ -8978,88 +9028,105 @@ const query$b = Selector("Query")({
8978
9028
 
8979
9029
  const getPayments = {
8980
9030
  __proto__: null,
8981
- name: name$b,
8982
- query: query$b
9031
+ name: name$c,
9032
+ query: query$c
8983
9033
  };
8984
9034
 
8985
- const index$b = {
9035
+ const index$c = {
8986
9036
  __proto__: null,
8987
9037
  GetPayments: getPayments
8988
9038
  };
8989
9039
 
8990
- const name$a = "getLedger";
8991
- const query$a = Selector("Query")({
8992
- [name$a]: [{ data: $("data", "GetLedgerInput!") }, ledgerStateSelector]
9040
+ const name$b = "getLedger";
9041
+ const query$b = Selector("Query")({
9042
+ [name$b]: [{ data: $("data", "GetLedgerInput!") }, ledgerStateSelector]
8993
9043
  });
8994
9044
 
8995
9045
  const getLedger = {
8996
9046
  __proto__: null,
8997
- name: name$a,
8998
- query: query$a
9047
+ name: name$b,
9048
+ query: query$b
8999
9049
  };
9000
9050
 
9001
- const name$9 = "getLedgerHistory";
9002
- const query$9 = Selector("Query")({
9003
- [name$9]: [{ data: $("data", "GetLedgerHistoryInput!") }, rawLedgerHistorySelector]
9051
+ const name$a = "getLedgerHistory";
9052
+ const query$a = Selector("Query")({
9053
+ [name$a]: [{ data: $("data", "GetLedgerHistoryInput!") }, rawLedgerHistorySelector]
9004
9054
  });
9005
9055
 
9006
9056
  const getLedgerHistory = {
9007
9057
  __proto__: null,
9008
- name: name$9,
9009
- query: query$9
9058
+ name: name$a,
9059
+ query: query$a
9010
9060
  };
9011
9061
 
9012
- const index$a = {
9062
+ const index$b = {
9013
9063
  __proto__: null,
9014
9064
  GetLedger: getLedger,
9015
9065
  GetLedgerHistory: getLedgerHistory
9016
9066
  };
9017
9067
 
9018
- const name$8 = "getMeet";
9019
- const query$8 = Selector("Query")({
9020
- [name$8]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
9068
+ const name$9 = "getMeet";
9069
+ const query$9 = Selector("Query")({
9070
+ [name$9]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
9021
9071
  });
9022
9072
 
9023
9073
  const getMeet = {
9024
9074
  __proto__: null,
9025
- name: name$8,
9026
- query: query$8
9075
+ name: name$9,
9076
+ query: query$9
9027
9077
  };
9028
9078
 
9029
- const name$7 = "getMeets";
9030
- const query$7 = Selector("Query")({
9031
- [name$7]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
9079
+ const name$8 = "getMeets";
9080
+ const query$8 = Selector("Query")({
9081
+ [name$8]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
9032
9082
  });
9033
9083
 
9034
9084
  const getMeets = {
9035
9085
  __proto__: null,
9036
- name: name$7,
9037
- query: query$7
9086
+ name: name$8,
9087
+ query: query$8
9038
9088
  };
9039
9089
 
9040
- const index$9 = {
9090
+ const index$a = {
9041
9091
  __proto__: null,
9042
9092
  GetMeet: getMeet,
9043
9093
  GetMeets: getMeets
9044
9094
  };
9045
9095
 
9046
- const name$6 = "getUserWebPushSubscriptions";
9047
- const query$6 = Selector("Query")({
9048
- [name$6]: [{ data: $("data", "GetUserSubscriptionsInput!") }, rawWebPushSubscriptionSelector]
9096
+ const name$7 = "getUserWebPushSubscriptions";
9097
+ const query$7 = Selector("Query")({
9098
+ [name$7]: [{ data: $("data", "GetUserSubscriptionsInput!") }, rawWebPushSubscriptionSelector]
9049
9099
  });
9050
9100
 
9051
9101
  const getUserWebPushSubscriptions = {
9102
+ __proto__: null,
9103
+ name: name$7,
9104
+ query: query$7
9105
+ };
9106
+
9107
+ const name$6 = "getWebPushSubscriptionStats";
9108
+ const query$6 = Selector("Query")({
9109
+ [name$6]: rawSubscriptionStatsSelector
9110
+ });
9111
+
9112
+ const getWebPushSubscriptionStats = {
9052
9113
  __proto__: null,
9053
9114
  name: name$6,
9054
9115
  query: query$6
9055
9116
  };
9056
9117
 
9057
- const name$5 = "getWebPushSubscriptionStats";
9118
+ const index$9 = {
9119
+ __proto__: null,
9120
+ GetUserWebPushSubscriptions: getUserWebPushSubscriptions,
9121
+ GetWebPushSubscriptionStats: getWebPushSubscriptionStats
9122
+ };
9123
+
9124
+ const name$5 = "onecoopGetDocuments";
9058
9125
  const query$5 = Selector("Query")({
9059
- [name$5]: rawSubscriptionStatsSelector
9126
+ [name$5]: [{ data: $("data", "GetOneCoopDocumentsInput!") }, oneCoopDocumentsPaginationSelector]
9060
9127
  });
9061
9128
 
9062
- const getWebPushSubscriptionStats = {
9129
+ const getOneCoopDocuments = {
9063
9130
  __proto__: null,
9064
9131
  name: name$5,
9065
9132
  query: query$5
@@ -9067,8 +9134,7 @@ const getWebPushSubscriptionStats = {
9067
9134
 
9068
9135
  const index$8 = {
9069
9136
  __proto__: null,
9070
- GetUserWebPushSubscriptions: getUserWebPushSubscriptions,
9071
- GetWebPushSubscriptionStats: getWebPushSubscriptionStats
9137
+ GetOneCoopDocuments: getOneCoopDocuments
9072
9138
  };
9073
9139
 
9074
9140
  const rawPaymentMethodPaginationSelector = { ...paginationSelector, items: rawPaymentMethodSelector };
@@ -9143,21 +9209,22 @@ const index$6 = {
9143
9209
 
9144
9210
  const index$5 = {
9145
9211
  __proto__: null,
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
- ChatCoop: index$f,
9154
- Desktop: index$e,
9155
- Documents: index$d,
9156
- Extensions: index$c,
9157
- Gateway: index$b,
9158
- Ledger: index$a,
9159
- Meet: index$9,
9160
- Notification: index$8,
9212
+ Accounts: index$n,
9213
+ Agenda: index$m,
9214
+ Agreements: index$l,
9215
+ BlockchainExplorer: index$k,
9216
+ Branches: index$j,
9217
+ Capital: index$i,
9218
+ Chairman: index$h,
9219
+ ChatCoop: index$g,
9220
+ Desktop: index$f,
9221
+ Documents: index$e,
9222
+ Extensions: index$d,
9223
+ Gateway: index$c,
9224
+ Ledger: index$b,
9225
+ Meet: index$a,
9226
+ Notification: index$9,
9227
+ OneCoop: index$8,
9161
9228
  PaymentMethods: index$7,
9162
9229
  System: index$6
9163
9230
  };
@@ -9256,7 +9323,7 @@ const _Client = class _Client {
9256
9323
  signature
9257
9324
  }
9258
9325
  };
9259
- const { [name$3b]: result } = await this.thunder("mutation")(
9326
+ const { [name$3c]: result } = await this.thunder("mutation")(
9260
9327
  mutation$2f,
9261
9328
  {
9262
9329
  variables
@@ -9383,4 +9450,4 @@ exports.Client = Client;
9383
9450
  exports.Mutations = Mutations;
9384
9451
  exports.Queries = index$5;
9385
9452
  exports.Types = index;
9386
- exports.Zeus = index$F;
9453
+ exports.Zeus = index$G;