@coopenomics/sdk 2025.11.8 → 2025.11.9-alpha-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1761,6 +1761,7 @@ const AllTypesProps = {
1761
1761
  data: "PaymentFiltersInput",
1762
1762
  options: "PaginationInput"
1763
1763
  },
1764
+ getProviderSubscriptionById: {},
1764
1765
  getUserWebPushSubscriptions: {
1765
1766
  data: "GetUserSubscriptionsInput"
1766
1767
  },
@@ -3227,7 +3228,7 @@ const ReturnTypes = {
3227
3228
  startInstall: "StartInstallResult",
3228
3229
  startResetKey: "Boolean",
3229
3230
  supplyOnRequest: "Transaction",
3230
- triggerNotificationWorkflow: "TriggerNotificationWorkflowResult",
3231
+ triggerNotificationWorkflow: "Boolean",
3231
3232
  uninstallExtension: "Boolean",
3232
3233
  unpublishRequest: "Transaction",
3233
3234
  updateAccount: "Account",
@@ -3485,6 +3486,28 @@ const ReturnTypes = {
3485
3486
  score: "Float",
3486
3487
  type: "String"
3487
3488
  },
3489
+ ProviderSubscription: {
3490
+ created_at: "String",
3491
+ domain_valid: "Boolean",
3492
+ expires_at: "String",
3493
+ id: "Float",
3494
+ installation_progress: "Float",
3495
+ instance_status: "String",
3496
+ instance_username: "String",
3497
+ is_trial: "Boolean",
3498
+ next_payment_due: "String",
3499
+ period_days: "Float",
3500
+ price: "Float",
3501
+ specific_data: "JSON",
3502
+ started_at: "String",
3503
+ status: "String",
3504
+ subscriber_id: "Float",
3505
+ subscriber_username: "String",
3506
+ subscription_type_description: "String",
3507
+ subscription_type_id: "Float",
3508
+ subscription_type_name: "String",
3509
+ updated_at: "String"
3510
+ },
3488
3511
  PublicChairman: {
3489
3512
  first_name: "String",
3490
3513
  last_name: "String",
@@ -3541,6 +3564,8 @@ const ReturnTypes = {
3541
3564
  getMeets: "MeetAggregate",
3542
3565
  getPaymentMethods: "PaymentMethodPaginationResult",
3543
3566
  getPayments: "PaginatedGatewayPaymentsPaginationResult",
3567
+ getProviderSubscriptionById: "ProviderSubscription",
3568
+ getProviderSubscriptions: "ProviderSubscription",
3544
3569
  getSystemInfo: "SystemInfo",
3545
3570
  getUserWebPushSubscriptions: "WebPushSubscriptionDto",
3546
3571
  getWebPushSubscriptionStats: "SubscriptionStatsDto",
@@ -3661,6 +3686,7 @@ const ReturnTypes = {
3661
3686
  contacts: "ContactsDTO",
3662
3687
  cooperator_account: "CooperativeOperatorAccount",
3663
3688
  coopname: "String",
3689
+ is_providered: "Boolean",
3664
3690
  settings: "Settings",
3665
3691
  symbols: "Symbols",
3666
3692
  system_status: "SystemStatus",
@@ -3685,12 +3711,6 @@ const ReturnTypes = {
3685
3711
  signer: "JSON",
3686
3712
  transaction: "JSON"
3687
3713
  },
3688
- TriggerNotificationWorkflowResult: {
3689
- acknowledged: "Boolean",
3690
- error: "String",
3691
- status: "String",
3692
- transactionId: "String"
3693
- },
3694
3714
  UserAccount: {
3695
3715
  meta: "String",
3696
3716
  referer: "String",
@@ -4889,37 +4909,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
4889
4909
  rawRegisteredAccountSelector
4890
4910
  );
4891
4911
 
4892
- const name$3g = "registerAccount";
4912
+ const name$3h = "registerAccount";
4893
4913
  const mutation$2p = Selector("Mutation")({
4894
- [name$3g]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
4914
+ [name$3h]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
4895
4915
  });
4896
4916
 
4897
4917
  const registerAccount = {
4898
4918
  __proto__: null,
4899
4919
  mutation: mutation$2p,
4900
- name: name$3g
4920
+ name: name$3h
4901
4921
  };
4902
4922
 
4903
- const name$3f = "resetKey";
4923
+ const name$3g = "resetKey";
4904
4924
  const mutation$2o = Selector("Mutation")({
4905
- [name$3f]: [{ data: $("data", "ResetKeyInput!") }, true]
4925
+ [name$3g]: [{ data: $("data", "ResetKeyInput!") }, true]
4906
4926
  });
4907
4927
 
4908
4928
  const resetKey = {
4909
4929
  __proto__: null,
4910
4930
  mutation: mutation$2o,
4911
- name: name$3f
4931
+ name: name$3g
4912
4932
  };
4913
4933
 
4914
- const name$3e = "startResetKey";
4934
+ const name$3f = "startResetKey";
4915
4935
  const mutation$2n = Selector("Mutation")({
4916
- [name$3e]: [{ data: $("data", "StartResetKeyInput!") }, true]
4936
+ [name$3f]: [{ data: $("data", "StartResetKeyInput!") }, true]
4917
4937
  });
4918
4938
 
4919
4939
  const startResetKey = {
4920
4940
  __proto__: null,
4921
4941
  mutation: mutation$2n,
4922
- name: name$3e
4942
+ name: name$3f
4923
4943
  };
4924
4944
 
4925
4945
  const paginationSelector = {
@@ -5906,14 +5926,6 @@ const rawSubscriptionStatsSelector = {
5906
5926
  };
5907
5927
  Selector("SubscriptionStatsDto")(rawSubscriptionStatsSelector);
5908
5928
 
5909
- const rawTriggerNotificationWorkflowResultSelector = {
5910
- transactionId: true,
5911
- acknowledged: true,
5912
- status: true,
5913
- error: true
5914
- };
5915
- Selector("TriggerNotificationWorkflowResult")(rawTriggerNotificationWorkflowResultSelector);
5916
-
5917
5929
  const rawPaymentMethodSelector = {
5918
5930
  data: {
5919
5931
  "__typename": true,
@@ -5998,6 +6010,31 @@ const rawInstallationStatusSelector = {
5998
6010
  };
5999
6011
  const installationStatusSelector = Selector("InstallationStatus")(rawInstallationStatusSelector);
6000
6012
 
6013
+ const rawProviderSubscriptionSelector = {
6014
+ id: true,
6015
+ subscriber_id: true,
6016
+ subscriber_username: true,
6017
+ subscription_type_id: true,
6018
+ subscription_type_name: true,
6019
+ subscription_type_description: true,
6020
+ price: true,
6021
+ period_days: true,
6022
+ instance_username: true,
6023
+ status: true,
6024
+ started_at: true,
6025
+ expires_at: true,
6026
+ next_payment_due: true,
6027
+ is_trial: true,
6028
+ created_at: true,
6029
+ updated_at: true,
6030
+ // Дополнительные поля для хостинг подписки
6031
+ domain_valid: true,
6032
+ installation_progress: true,
6033
+ instance_status: true,
6034
+ specific_data: true
6035
+ };
6036
+ const providerSubscriptionSelector = Selector("ProviderSubscription")(rawProviderSubscriptionSelector);
6037
+
6001
6038
  const rawSymbolsSelector = {
6002
6039
  root_symbol: true,
6003
6040
  root_govern_symbol: true,
@@ -6060,6 +6097,7 @@ const rawSystemInfoSelector = {
6060
6097
  coopname: true,
6061
6098
  blockchain_account: rawBlockchainAccountSelector,
6062
6099
  system_status: true,
6100
+ is_providered: true,
6063
6101
  contacts: rawContactsSelector,
6064
6102
  vars: rawVarsSelector,
6065
6103
  symbols: rawSymbolsSelector,
@@ -6072,15 +6110,15 @@ const rawCreateWithdrawResponseSelector = {
6072
6110
  };
6073
6111
  const createWithdrawResponseSelector = Selector("CreateWithdrawResponse")(rawCreateWithdrawResponseSelector);
6074
6112
 
6075
- const name$3d = "updateAccount";
6113
+ const name$3e = "updateAccount";
6076
6114
  const mutation$2m = Selector("Mutation")({
6077
- [name$3d]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6115
+ [name$3e]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6078
6116
  });
6079
6117
 
6080
6118
  const updateAccount = {
6081
6119
  __proto__: null,
6082
6120
  mutation: mutation$2m,
6083
- name: name$3d
6121
+ name: name$3e
6084
6122
  };
6085
6123
 
6086
6124
  const index$B = {
@@ -6091,81 +6129,81 @@ const index$B = {
6091
6129
  UpdateAccount: updateAccount
6092
6130
  };
6093
6131
 
6094
- const name$3c = "generatePrivacyAgreement";
6132
+ const name$3d = "generatePrivacyAgreement";
6095
6133
  const mutation$2l = Selector("Mutation")({
6096
- [name$3c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6134
+ [name$3d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6097
6135
  });
6098
6136
 
6099
6137
  const generatePrivacyAgreement = {
6100
6138
  __proto__: null,
6101
6139
  mutation: mutation$2l,
6102
- name: name$3c
6140
+ name: name$3d
6103
6141
  };
6104
6142
 
6105
- const name$3b = "generateSignatureAgreement";
6143
+ const name$3c = "generateSignatureAgreement";
6106
6144
  const mutation$2k = Selector("Mutation")({
6107
- [name$3b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6145
+ [name$3c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6108
6146
  });
6109
6147
 
6110
6148
  const generateSignatureAgreement = {
6111
6149
  __proto__: null,
6112
6150
  mutation: mutation$2k,
6113
- name: name$3b
6151
+ name: name$3c
6114
6152
  };
6115
6153
 
6116
- const name$3a = "generateWalletAgreement";
6154
+ const name$3b = "generateWalletAgreement";
6117
6155
  const mutation$2j = Selector("Mutation")({
6118
- [name$3a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6156
+ [name$3b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6119
6157
  });
6120
6158
 
6121
6159
  const generateWalletAgreement = {
6122
6160
  __proto__: null,
6123
6161
  mutation: mutation$2j,
6124
- name: name$3a
6162
+ name: name$3b
6125
6163
  };
6126
6164
 
6127
- const name$39 = "generateUserAgreement";
6165
+ const name$3a = "generateUserAgreement";
6128
6166
  const mutation$2i = Selector("Mutation")({
6129
- [name$39]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6167
+ [name$3a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6130
6168
  });
6131
6169
 
6132
6170
  const generateUserAgreement = {
6133
6171
  __proto__: null,
6134
6172
  mutation: mutation$2i,
6135
- name: name$39
6173
+ name: name$3a
6136
6174
  };
6137
6175
 
6138
- const name$38 = "sendAgreement";
6176
+ const name$39 = "sendAgreement";
6139
6177
  const mutation$2h = Selector("Mutation")({
6140
- [name$38]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6178
+ [name$39]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6141
6179
  });
6142
6180
 
6143
6181
  const sendAgreement = {
6144
6182
  __proto__: null,
6145
6183
  mutation: mutation$2h,
6146
- name: name$38
6184
+ name: name$39
6147
6185
  };
6148
6186
 
6149
- const name$37 = "confirmAgreement";
6187
+ const name$38 = "confirmAgreement";
6150
6188
  const mutation$2g = Selector("Mutation")({
6151
- [name$37]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6189
+ [name$38]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6152
6190
  });
6153
6191
 
6154
6192
  const confirmAgreement = {
6155
6193
  __proto__: null,
6156
6194
  mutation: mutation$2g,
6157
- name: name$37
6195
+ name: name$38
6158
6196
  };
6159
6197
 
6160
- const name$36 = "declineAgreement";
6198
+ const name$37 = "declineAgreement";
6161
6199
  const mutation$2f = Selector("Mutation")({
6162
- [name$36]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6200
+ [name$37]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6163
6201
  });
6164
6202
 
6165
6203
  const declineAgreement = {
6166
6204
  __proto__: null,
6167
6205
  mutation: mutation$2f,
6168
- name: name$36
6206
+ name: name$37
6169
6207
  };
6170
6208
 
6171
6209
  const index$A = {
@@ -6179,37 +6217,37 @@ const index$A = {
6179
6217
  SendAgreement: sendAgreement
6180
6218
  };
6181
6219
 
6182
- const name$35 = "refresh";
6220
+ const name$36 = "refresh";
6183
6221
  const mutation$2e = Selector("Mutation")({
6184
- [name$35]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6222
+ [name$36]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6185
6223
  });
6186
6224
 
6187
6225
  const refresh = {
6188
6226
  __proto__: null,
6189
6227
  mutation: mutation$2e,
6190
- name: name$35
6228
+ name: name$36
6191
6229
  };
6192
6230
 
6193
- const name$34 = "logout";
6231
+ const name$35 = "logout";
6194
6232
  const mutation$2d = Selector("Mutation")({
6195
- [name$34]: [{ data: $("data", "LogoutInput!") }, true]
6233
+ [name$35]: [{ data: $("data", "LogoutInput!") }, true]
6196
6234
  });
6197
6235
 
6198
6236
  const logout = {
6199
6237
  __proto__: null,
6200
6238
  mutation: mutation$2d,
6201
- name: name$34
6239
+ name: name$35
6202
6240
  };
6203
6241
 
6204
- const name$33 = "login";
6242
+ const name$34 = "login";
6205
6243
  const mutation$2c = Selector("Mutation")({
6206
- [name$33]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6244
+ [name$34]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6207
6245
  });
6208
6246
 
6209
6247
  const login = {
6210
6248
  __proto__: null,
6211
6249
  mutation: mutation$2c,
6212
- name: name$33
6250
+ name: name$34
6213
6251
  };
6214
6252
 
6215
6253
  const index$z = {
@@ -6219,81 +6257,81 @@ const index$z = {
6219
6257
  Refresh: refresh
6220
6258
  };
6221
6259
 
6222
- const name$32 = "addTrustedAccount";
6260
+ const name$33 = "addTrustedAccount";
6223
6261
  const mutation$2b = Selector("Mutation")({
6224
- [name$32]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6262
+ [name$33]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6225
6263
  });
6226
6264
 
6227
6265
  const addTrustedAccount = {
6228
6266
  __proto__: null,
6229
6267
  mutation: mutation$2b,
6230
- name: name$32
6268
+ name: name$33
6231
6269
  };
6232
6270
 
6233
- const name$31 = "createBranch";
6271
+ const name$32 = "createBranch";
6234
6272
  const mutation$2a = Selector("Mutation")({
6235
- [name$31]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6273
+ [name$32]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6236
6274
  });
6237
6275
 
6238
6276
  const createBranch = {
6239
6277
  __proto__: null,
6240
6278
  mutation: mutation$2a,
6241
- name: name$31
6279
+ name: name$32
6242
6280
  };
6243
6281
 
6244
- const name$30 = "deleteBranch";
6282
+ const name$31 = "deleteBranch";
6245
6283
  const mutation$29 = Selector("Mutation")({
6246
- [name$30]: [{ data: $("data", "DeleteBranchInput!") }, true]
6284
+ [name$31]: [{ data: $("data", "DeleteBranchInput!") }, true]
6247
6285
  });
6248
6286
 
6249
6287
  const deleteBranch = {
6250
6288
  __proto__: null,
6251
6289
  mutation: mutation$29,
6252
- name: name$30
6290
+ name: name$31
6253
6291
  };
6254
6292
 
6255
- const name$2$ = "deleteTrustedAccount";
6293
+ const name$30 = "deleteTrustedAccount";
6256
6294
  const mutation$28 = Selector("Mutation")({
6257
- [name$2$]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6295
+ [name$30]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6258
6296
  });
6259
6297
 
6260
6298
  const deleteTrustedAccount = {
6261
6299
  __proto__: null,
6262
6300
  mutation: mutation$28,
6263
- name: name$2$
6301
+ name: name$30
6264
6302
  };
6265
6303
 
6266
- const name$2_ = "editBranch";
6304
+ const name$2$ = "editBranch";
6267
6305
  const mutation$27 = Selector("Mutation")({
6268
- [name$2_]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6306
+ [name$2$]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6269
6307
  });
6270
6308
 
6271
6309
  const editBranch = {
6272
6310
  __proto__: null,
6273
6311
  mutation: mutation$27,
6274
- name: name$2_
6312
+ name: name$2$
6275
6313
  };
6276
6314
 
6277
- const name$2Z = "generateSelectBranchDocument";
6315
+ const name$2_ = "generateSelectBranchDocument";
6278
6316
  const mutation$26 = Selector("Mutation")({
6279
- [name$2Z]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6317
+ [name$2_]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6280
6318
  });
6281
6319
 
6282
6320
  const generateSelectBranchDocument = {
6283
6321
  __proto__: null,
6284
6322
  mutation: mutation$26,
6285
- name: name$2Z
6323
+ name: name$2_
6286
6324
  };
6287
6325
 
6288
- const name$2Y = "selectBranch";
6326
+ const name$2Z = "selectBranch";
6289
6327
  const mutation$25 = Selector("Mutation")({
6290
- [name$2Y]: [{ data: $("data", "SelectBranchInput!") }, true]
6328
+ [name$2Z]: [{ data: $("data", "SelectBranchInput!") }, true]
6291
6329
  });
6292
6330
 
6293
6331
  const selectBranch = {
6294
6332
  __proto__: null,
6295
6333
  mutation: mutation$25,
6296
- name: name$2Y
6334
+ name: name$2Z
6297
6335
  };
6298
6336
 
6299
6337
  const index$y = {
@@ -6307,730 +6345,730 @@ const index$y = {
6307
6345
  SelectBranch: selectBranch
6308
6346
  };
6309
6347
 
6310
- const name$2X = "capitalSetConfig";
6348
+ const name$2Y = "capitalSetConfig";
6311
6349
  const mutation$24 = Selector("Mutation")({
6312
- [name$2X]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6350
+ [name$2Y]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6313
6351
  });
6314
6352
 
6315
6353
  const setConfig = {
6316
6354
  __proto__: null,
6317
6355
  mutation: mutation$24,
6318
- name: name$2X
6356
+ name: name$2Y
6319
6357
  };
6320
6358
 
6321
- const name$2W = "capitalCreateProject";
6359
+ const name$2X = "capitalCreateProject";
6322
6360
  const mutation$23 = Selector("Mutation")({
6323
- [name$2W]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6361
+ [name$2X]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6324
6362
  });
6325
6363
 
6326
6364
  const createProject = {
6327
6365
  __proto__: null,
6328
6366
  mutation: mutation$23,
6329
- name: name$2W
6367
+ name: name$2X
6330
6368
  };
6331
6369
 
6332
- const name$2V = "capitalCreateDebt";
6370
+ const name$2W = "capitalCreateDebt";
6333
6371
  const mutation$22 = Selector("Mutation")({
6334
- [name$2V]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6372
+ [name$2W]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6335
6373
  });
6336
6374
 
6337
6375
  const createDebt = {
6338
6376
  __proto__: null,
6339
6377
  mutation: mutation$22,
6340
- name: name$2V
6378
+ name: name$2W
6341
6379
  };
6342
6380
 
6343
- const name$2U = "capitalFundProgram";
6381
+ const name$2V = "capitalFundProgram";
6344
6382
  const mutation$21 = Selector("Mutation")({
6345
- [name$2U]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6383
+ [name$2V]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6346
6384
  });
6347
6385
 
6348
6386
  const fundProgram = {
6349
6387
  __proto__: null,
6350
6388
  mutation: mutation$21,
6351
- name: name$2U
6389
+ name: name$2V
6352
6390
  };
6353
6391
 
6354
- const name$2T = "capitalFundProject";
6392
+ const name$2U = "capitalFundProject";
6355
6393
  const mutation$20 = Selector("Mutation")({
6356
- [name$2T]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6394
+ [name$2U]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6357
6395
  });
6358
6396
 
6359
6397
  const fundProject = {
6360
6398
  __proto__: null,
6361
6399
  mutation: mutation$20,
6362
- name: name$2T
6400
+ name: name$2U
6363
6401
  };
6364
6402
 
6365
- const name$2S = "capitalRefreshProgram";
6403
+ const name$2T = "capitalRefreshProgram";
6366
6404
  const mutation$1$ = Selector("Mutation")({
6367
- [name$2S]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6405
+ [name$2T]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6368
6406
  });
6369
6407
 
6370
6408
  const refreshProgram = {
6371
6409
  __proto__: null,
6372
6410
  mutation: mutation$1$,
6373
- name: name$2S
6411
+ name: name$2T
6374
6412
  };
6375
6413
 
6376
- const name$2R = "capitalRefreshProject";
6414
+ const name$2S = "capitalRefreshProject";
6377
6415
  const mutation$1_ = Selector("Mutation")({
6378
- [name$2R]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6416
+ [name$2S]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6379
6417
  });
6380
6418
 
6381
6419
  const refreshProject = {
6382
6420
  __proto__: null,
6383
6421
  mutation: mutation$1_,
6384
- name: name$2R
6422
+ name: name$2S
6385
6423
  };
6386
6424
 
6387
- const name$2Q = "capitalCreateCommit";
6425
+ const name$2R = "capitalCreateCommit";
6388
6426
  const mutation$1Z = Selector("Mutation")({
6389
- [name$2Q]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6427
+ [name$2R]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6390
6428
  });
6391
6429
 
6392
6430
  const createCommit = {
6393
6431
  __proto__: null,
6394
6432
  mutation: mutation$1Z,
6395
- name: name$2Q
6433
+ name: name$2R
6396
6434
  };
6397
6435
 
6398
- const name$2P = "capitalApproveCommit";
6436
+ const name$2Q = "capitalApproveCommit";
6399
6437
  const mutation$1Y = Selector("Mutation")({
6400
- [name$2P]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6438
+ [name$2Q]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6401
6439
  });
6402
6440
 
6403
6441
  const approveCommit = {
6404
6442
  __proto__: null,
6405
6443
  mutation: mutation$1Y,
6406
- name: name$2P
6444
+ name: name$2Q
6407
6445
  };
6408
6446
 
6409
- const name$2O = "capitalDeclineCommit";
6447
+ const name$2P = "capitalDeclineCommit";
6410
6448
  const mutation$1X = Selector("Mutation")({
6411
- [name$2O]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6449
+ [name$2P]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6412
6450
  });
6413
6451
 
6414
6452
  const declineCommit = {
6415
6453
  __proto__: null,
6416
6454
  mutation: mutation$1X,
6417
- name: name$2O
6455
+ name: name$2P
6418
6456
  };
6419
6457
 
6420
- const name$2N = "capitalRefreshSegment";
6458
+ const name$2O = "capitalRefreshSegment";
6421
6459
  const mutation$1W = Selector("Mutation")({
6422
- [name$2N]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6460
+ [name$2O]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6423
6461
  });
6424
6462
 
6425
6463
  const refreshSegment = {
6426
6464
  __proto__: null,
6427
6465
  mutation: mutation$1W,
6428
- name: name$2N
6466
+ name: name$2O
6429
6467
  };
6430
6468
 
6431
- const name$2M = "capitalCreateProjectInvest";
6469
+ const name$2N = "capitalCreateProjectInvest";
6432
6470
  const mutation$1V = Selector("Mutation")({
6433
- [name$2M]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6471
+ [name$2N]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6434
6472
  });
6435
6473
 
6436
6474
  const createProjectInvest = {
6437
6475
  __proto__: null,
6438
6476
  mutation: mutation$1V,
6439
- name: name$2M
6477
+ name: name$2N
6440
6478
  };
6441
6479
 
6442
- const name$2L = "capitalRegisterContributor";
6480
+ const name$2M = "capitalRegisterContributor";
6443
6481
  const mutation$1U = Selector("Mutation")({
6444
- [name$2L]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6482
+ [name$2M]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6445
6483
  });
6446
6484
 
6447
6485
  const registerContributor = {
6448
6486
  __proto__: null,
6449
6487
  mutation: mutation$1U,
6450
- name: name$2L
6488
+ name: name$2M
6451
6489
  };
6452
6490
 
6453
- const name$2K = "capitalImportContributor";
6491
+ const name$2L = "capitalImportContributor";
6454
6492
  const mutation$1T = Selector("Mutation")({
6455
- [name$2K]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6493
+ [name$2L]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6456
6494
  });
6457
6495
 
6458
6496
  const importContributor = {
6459
6497
  __proto__: null,
6460
6498
  mutation: mutation$1T,
6461
- name: name$2K
6499
+ name: name$2L
6462
6500
  };
6463
6501
 
6464
- const name$2J = "capitalMakeClearance";
6502
+ const name$2K = "capitalMakeClearance";
6465
6503
  const mutation$1S = Selector("Mutation")({
6466
- [name$2J]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6504
+ [name$2K]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6467
6505
  });
6468
6506
 
6469
6507
  const makeClearance = {
6470
6508
  __proto__: null,
6471
6509
  mutation: mutation$1S,
6472
- name: name$2J
6510
+ name: name$2K
6473
6511
  };
6474
6512
 
6475
- const name$2I = "capitalSetMaster";
6513
+ const name$2J = "capitalSetMaster";
6476
6514
  const mutation$1R = Selector("Mutation")({
6477
- [name$2I]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6515
+ [name$2J]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6478
6516
  });
6479
6517
 
6480
6518
  const setMaster = {
6481
6519
  __proto__: null,
6482
6520
  mutation: mutation$1R,
6483
- name: name$2I
6521
+ name: name$2J
6484
6522
  };
6485
6523
 
6486
- const name$2H = "capitalAddAuthor";
6524
+ const name$2I = "capitalAddAuthor";
6487
6525
  const mutation$1Q = Selector("Mutation")({
6488
- [name$2H]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6526
+ [name$2I]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6489
6527
  });
6490
6528
 
6491
6529
  const addAuthor = {
6492
6530
  __proto__: null,
6493
6531
  mutation: mutation$1Q,
6494
- name: name$2H
6532
+ name: name$2I
6495
6533
  };
6496
6534
 
6497
- const name$2G = "capitalSetPlan";
6535
+ const name$2H = "capitalSetPlan";
6498
6536
  const mutation$1P = Selector("Mutation")({
6499
- [name$2G]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6537
+ [name$2H]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6500
6538
  });
6501
6539
 
6502
6540
  const setPlan = {
6503
6541
  __proto__: null,
6504
6542
  mutation: mutation$1P,
6505
- name: name$2G
6543
+ name: name$2H
6506
6544
  };
6507
6545
 
6508
- const name$2F = "capitalStartProject";
6546
+ const name$2G = "capitalStartProject";
6509
6547
  const mutation$1O = Selector("Mutation")({
6510
- [name$2F]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6548
+ [name$2G]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6511
6549
  });
6512
6550
 
6513
6551
  const startProject = {
6514
6552
  __proto__: null,
6515
6553
  mutation: mutation$1O,
6516
- name: name$2F
6554
+ name: name$2G
6517
6555
  };
6518
6556
 
6519
- const name$2E = "capitalOpenProject";
6557
+ const name$2F = "capitalOpenProject";
6520
6558
  const mutation$1N = Selector("Mutation")({
6521
- [name$2E]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6559
+ [name$2F]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6522
6560
  });
6523
6561
 
6524
6562
  const openProject = {
6525
6563
  __proto__: null,
6526
6564
  mutation: mutation$1N,
6527
- name: name$2E
6565
+ name: name$2F
6528
6566
  };
6529
6567
 
6530
- const name$2D = "capitalCloseProject";
6568
+ const name$2E = "capitalCloseProject";
6531
6569
  const mutation$1M = Selector("Mutation")({
6532
- [name$2D]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6570
+ [name$2E]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6533
6571
  });
6534
6572
 
6535
6573
  const closeProject = {
6536
6574
  __proto__: null,
6537
6575
  mutation: mutation$1M,
6538
- name: name$2D
6576
+ name: name$2E
6539
6577
  };
6540
6578
 
6541
- const name$2C = "capitalStopProject";
6579
+ const name$2D = "capitalStopProject";
6542
6580
  const mutation$1L = Selector("Mutation")({
6543
- [name$2C]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6581
+ [name$2D]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6544
6582
  });
6545
6583
 
6546
6584
  const stopProject = {
6547
6585
  __proto__: null,
6548
6586
  mutation: mutation$1L,
6549
- name: name$2C
6587
+ name: name$2D
6550
6588
  };
6551
6589
 
6552
- const name$2B = "capitalDeleteProject";
6590
+ const name$2C = "capitalDeleteProject";
6553
6591
  const mutation$1K = Selector("Mutation")({
6554
- [name$2B]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6592
+ [name$2C]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6555
6593
  });
6556
6594
 
6557
6595
  const deleteProject = {
6558
6596
  __proto__: null,
6559
6597
  mutation: mutation$1K,
6560
- name: name$2B
6598
+ name: name$2C
6561
6599
  };
6562
6600
 
6563
- const name$2A = "capitalEditProject";
6601
+ const name$2B = "capitalEditProject";
6564
6602
  const mutation$1J = Selector("Mutation")({
6565
- [name$2A]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6603
+ [name$2B]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6566
6604
  });
6567
6605
 
6568
6606
  const editProject = {
6569
6607
  __proto__: null,
6570
6608
  mutation: mutation$1J,
6571
- name: name$2A
6609
+ name: name$2B
6572
6610
  };
6573
6611
 
6574
- const name$2z = "capitalCreateProjectProperty";
6612
+ const name$2A = "capitalCreateProjectProperty";
6575
6613
  const mutation$1I = Selector("Mutation")({
6576
- [name$2z]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6614
+ [name$2A]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6577
6615
  });
6578
6616
 
6579
6617
  const createProjectProperty = {
6580
6618
  __proto__: null,
6581
6619
  mutation: mutation$1I,
6582
- name: name$2z
6620
+ name: name$2A
6583
6621
  };
6584
6622
 
6585
- const name$2y = "capitalCreateProgramProperty";
6623
+ const name$2z = "capitalCreateProgramProperty";
6586
6624
  const mutation$1H = Selector("Mutation")({
6587
- [name$2y]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6625
+ [name$2z]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6588
6626
  });
6589
6627
 
6590
6628
  const createProgramProperty = {
6591
6629
  __proto__: null,
6592
6630
  mutation: mutation$1H,
6593
- name: name$2y
6631
+ name: name$2z
6594
6632
  };
6595
6633
 
6596
- const name$2x = "capitalPushResult";
6634
+ const name$2y = "capitalPushResult";
6597
6635
  const mutation$1G = Selector("Mutation")({
6598
- [name$2x]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6636
+ [name$2y]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6599
6637
  });
6600
6638
 
6601
6639
  const pushResult = {
6602
6640
  __proto__: null,
6603
6641
  mutation: mutation$1G,
6604
- name: name$2x
6642
+ name: name$2y
6605
6643
  };
6606
6644
 
6607
- const name$2w = "capitalConvertSegment";
6645
+ const name$2x = "capitalConvertSegment";
6608
6646
  const mutation$1F = Selector("Mutation")({
6609
- [name$2w]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6647
+ [name$2x]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6610
6648
  });
6611
6649
 
6612
6650
  const convertSegment = {
6613
6651
  __proto__: null,
6614
6652
  mutation: mutation$1F,
6615
- name: name$2w
6653
+ name: name$2x
6616
6654
  };
6617
6655
 
6618
- const name$2v = "capitalStartVoting";
6656
+ const name$2w = "capitalStartVoting";
6619
6657
  const mutation$1E = Selector("Mutation")({
6620
- [name$2v]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6658
+ [name$2w]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6621
6659
  });
6622
6660
 
6623
6661
  const startVoting = {
6624
6662
  __proto__: null,
6625
6663
  mutation: mutation$1E,
6626
- name: name$2v
6664
+ name: name$2w
6627
6665
  };
6628
6666
 
6629
- const name$2u = "capitalSubmitVote";
6667
+ const name$2v = "capitalSubmitVote";
6630
6668
  const mutation$1D = Selector("Mutation")({
6631
- [name$2u]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6669
+ [name$2v]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6632
6670
  });
6633
6671
 
6634
6672
  const submitVote = {
6635
6673
  __proto__: null,
6636
6674
  mutation: mutation$1D,
6637
- name: name$2u
6675
+ name: name$2v
6638
6676
  };
6639
6677
 
6640
- const name$2t = "capitalCompleteVoting";
6678
+ const name$2u = "capitalCompleteVoting";
6641
6679
  const mutation$1C = Selector("Mutation")({
6642
- [name$2t]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6680
+ [name$2u]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6643
6681
  });
6644
6682
 
6645
6683
  const completeVoting = {
6646
6684
  __proto__: null,
6647
6685
  mutation: mutation$1C,
6648
- name: name$2t
6686
+ name: name$2u
6649
6687
  };
6650
6688
 
6651
- const name$2s = "capitalCalculateVotes";
6689
+ const name$2t = "capitalCalculateVotes";
6652
6690
  const mutation$1B = Selector("Mutation")({
6653
- [name$2s]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6691
+ [name$2t]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6654
6692
  });
6655
6693
 
6656
6694
  const calculateVotes = {
6657
6695
  __proto__: null,
6658
6696
  mutation: mutation$1B,
6659
- name: name$2s
6697
+ name: name$2t
6660
6698
  };
6661
6699
 
6662
- const name$2r = "capitalCreateStory";
6700
+ const name$2s = "capitalCreateStory";
6663
6701
  const mutation$1A = Selector("Mutation")({
6664
- [name$2r]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6702
+ [name$2s]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6665
6703
  });
6666
6704
 
6667
6705
  const createStory = {
6668
6706
  __proto__: null,
6669
6707
  mutation: mutation$1A,
6670
- name: name$2r
6708
+ name: name$2s
6671
6709
  };
6672
6710
 
6673
- const name$2q = "capitalUpdateStory";
6711
+ const name$2r = "capitalUpdateStory";
6674
6712
  const mutation$1z = Selector("Mutation")({
6675
- [name$2q]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6713
+ [name$2r]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6676
6714
  });
6677
6715
 
6678
6716
  const updateStory = {
6679
6717
  __proto__: null,
6680
6718
  mutation: mutation$1z,
6681
- name: name$2q
6719
+ name: name$2r
6682
6720
  };
6683
6721
 
6684
- const name$2p = "capitalDeleteStory";
6722
+ const name$2q = "capitalDeleteStory";
6685
6723
  const mutation$1y = Selector("Mutation")({
6686
- [name$2p]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6724
+ [name$2q]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6687
6725
  });
6688
6726
 
6689
6727
  const deleteStory = {
6690
6728
  __proto__: null,
6691
6729
  mutation: mutation$1y,
6692
- name: name$2p
6730
+ name: name$2q
6693
6731
  };
6694
6732
 
6695
- const name$2o = "capitalCreateIssue";
6733
+ const name$2p = "capitalCreateIssue";
6696
6734
  const mutation$1x = Selector("Mutation")({
6697
- [name$2o]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6735
+ [name$2p]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6698
6736
  });
6699
6737
 
6700
6738
  const createIssue = {
6701
6739
  __proto__: null,
6702
6740
  mutation: mutation$1x,
6703
- name: name$2o
6741
+ name: name$2p
6704
6742
  };
6705
6743
 
6706
- const name$2n = "capitalUpdateIssue";
6744
+ const name$2o = "capitalUpdateIssue";
6707
6745
  const mutation$1w = Selector("Mutation")({
6708
- [name$2n]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6746
+ [name$2o]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6709
6747
  });
6710
6748
 
6711
6749
  const updateIssue = {
6712
6750
  __proto__: null,
6713
6751
  mutation: mutation$1w,
6714
- name: name$2n
6752
+ name: name$2o
6715
6753
  };
6716
6754
 
6717
- const name$2m = "capitalDeleteIssue";
6755
+ const name$2n = "capitalDeleteIssue";
6718
6756
  const mutation$1v = Selector("Mutation")({
6719
- [name$2m]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6757
+ [name$2n]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6720
6758
  });
6721
6759
 
6722
6760
  const deleteIssue = {
6723
6761
  __proto__: null,
6724
6762
  mutation: mutation$1v,
6725
- name: name$2m
6763
+ name: name$2n
6726
6764
  };
6727
6765
 
6728
- const name$2l = "capitalCreateCycle";
6766
+ const name$2m = "capitalCreateCycle";
6729
6767
  const mutation$1u = Selector("Mutation")({
6730
- [name$2l]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6768
+ [name$2m]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6731
6769
  });
6732
6770
 
6733
6771
  const createCycle = {
6734
6772
  __proto__: null,
6735
6773
  mutation: mutation$1u,
6736
- name: name$2l
6774
+ name: name$2m
6737
6775
  };
6738
6776
 
6739
- const name$2k = "capitalCreateExpense";
6777
+ const name$2l = "capitalCreateExpense";
6740
6778
  const mutation$1t = Selector("Mutation")({
6741
- [name$2k]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6779
+ [name$2l]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6742
6780
  });
6743
6781
 
6744
6782
  const createExpense = {
6745
6783
  __proto__: null,
6746
6784
  mutation: mutation$1t,
6747
- name: name$2k
6785
+ name: name$2l
6748
6786
  };
6749
6787
 
6750
- const name$2j = "capitalGenerateCapitalizationAgreement";
6788
+ const name$2k = "capitalGenerateCapitalizationAgreement";
6751
6789
  const mutation$1s = Selector("Mutation")({
6752
- [name$2j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6790
+ [name$2k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6753
6791
  });
6754
6792
 
6755
6793
  const generateCapitalizationAgreement = {
6756
6794
  __proto__: null,
6757
6795
  mutation: mutation$1s,
6758
- name: name$2j
6796
+ name: name$2k
6759
6797
  };
6760
6798
 
6761
- const name$2i = "capitalGenerateGenerationAgreement";
6799
+ const name$2j = "capitalGenerateGenerationAgreement";
6762
6800
  const mutation$1r = Selector("Mutation")({
6763
- [name$2i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6801
+ [name$2j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6764
6802
  });
6765
6803
 
6766
6804
  const generateGenerationAgreement = {
6767
6805
  __proto__: null,
6768
6806
  mutation: mutation$1r,
6769
- name: name$2i
6807
+ name: name$2j
6770
6808
  };
6771
6809
 
6772
- const name$2h = "capitalGenerateAppendixGenerationAgreement";
6810
+ const name$2i = "capitalGenerateAppendixGenerationAgreement";
6773
6811
  const mutation$1q = Selector("Mutation")({
6774
- [name$2h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6812
+ [name$2i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6775
6813
  });
6776
6814
 
6777
6815
  const generateAppendixGenerationAgreement = {
6778
6816
  __proto__: null,
6779
6817
  mutation: mutation$1q,
6780
- name: name$2h
6818
+ name: name$2i
6781
6819
  };
6782
6820
 
6783
- const name$2g = "capitalGenerateExpenseStatement";
6821
+ const name$2h = "capitalGenerateExpenseStatement";
6784
6822
  const mutation$1p = Selector("Mutation")({
6785
- [name$2g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6823
+ [name$2h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6786
6824
  });
6787
6825
 
6788
6826
  const generateExpenseStatement = {
6789
6827
  __proto__: null,
6790
6828
  mutation: mutation$1p,
6791
- name: name$2g
6829
+ name: name$2h
6792
6830
  };
6793
6831
 
6794
- const name$2f = "capitalGenerateExpenseDecision";
6832
+ const name$2g = "capitalGenerateExpenseDecision";
6795
6833
  const mutation$1o = Selector("Mutation")({
6796
- [name$2f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6834
+ [name$2g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6797
6835
  });
6798
6836
 
6799
6837
  const generateExpenseDecision = {
6800
6838
  __proto__: null,
6801
6839
  mutation: mutation$1o,
6802
- name: name$2f
6840
+ name: name$2g
6803
6841
  };
6804
6842
 
6805
- const name$2e = "capitalGenerateGenerationMoneyInvestStatement";
6843
+ const name$2f = "capitalGenerateGenerationMoneyInvestStatement";
6806
6844
  const mutation$1n = Selector("Mutation")({
6807
- [name$2e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6845
+ [name$2f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6808
6846
  });
6809
6847
 
6810
6848
  const generateGenerationMoneyInvestStatement = {
6811
6849
  __proto__: null,
6812
6850
  mutation: mutation$1n,
6813
- name: name$2e
6851
+ name: name$2f
6814
6852
  };
6815
6853
 
6816
- const name$2d = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6854
+ const name$2e = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6817
6855
  const mutation$1m = Selector("Mutation")({
6818
- [name$2d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6856
+ [name$2e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6819
6857
  });
6820
6858
 
6821
6859
  const generateGenerationMoneyReturnUnusedStatement = {
6822
6860
  __proto__: null,
6823
6861
  mutation: mutation$1m,
6824
- name: name$2d
6862
+ name: name$2e
6825
6863
  };
6826
6864
 
6827
- const name$2c = "capitalGenerateCapitalizationMoneyInvestStatement";
6865
+ const name$2d = "capitalGenerateCapitalizationMoneyInvestStatement";
6828
6866
  const mutation$1l = Selector("Mutation")({
6829
- [name$2c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6867
+ [name$2d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6830
6868
  });
6831
6869
 
6832
6870
  const generateCapitalizationMoneyInvestStatement = {
6833
6871
  __proto__: null,
6834
6872
  mutation: mutation$1l,
6835
- name: name$2c
6873
+ name: name$2d
6836
6874
  };
6837
6875
 
6838
- const name$2b = "capitalGenerateResultContributionStatement";
6876
+ const name$2c = "capitalGenerateResultContributionStatement";
6839
6877
  const mutation$1k = Selector("Mutation")({
6840
- [name$2b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6878
+ [name$2c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6841
6879
  });
6842
6880
 
6843
6881
  const generateResultContributionStatement = {
6844
6882
  __proto__: null,
6845
6883
  mutation: mutation$1k,
6846
- name: name$2b
6884
+ name: name$2c
6847
6885
  };
6848
6886
 
6849
- const name$2a = "capitalGenerateResultContributionDecision";
6887
+ const name$2b = "capitalGenerateResultContributionDecision";
6850
6888
  const mutation$1j = Selector("Mutation")({
6851
- [name$2a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6889
+ [name$2b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6852
6890
  });
6853
6891
 
6854
6892
  const generateResultContributionDecision = {
6855
6893
  __proto__: null,
6856
6894
  mutation: mutation$1j,
6857
- name: name$2a
6895
+ name: name$2b
6858
6896
  };
6859
6897
 
6860
- const name$29 = "capitalGenerateResultContributionAct";
6898
+ const name$2a = "capitalGenerateResultContributionAct";
6861
6899
  const mutation$1i = Selector("Mutation")({
6862
- [name$29]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6900
+ [name$2a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6863
6901
  });
6864
6902
 
6865
6903
  const generateResultContributionAct = {
6866
6904
  __proto__: null,
6867
6905
  mutation: mutation$1i,
6868
- name: name$29
6906
+ name: name$2a
6869
6907
  };
6870
6908
 
6871
- const name$28 = "capitalGenerateGetLoanStatement";
6909
+ const name$29 = "capitalGenerateGetLoanStatement";
6872
6910
  const mutation$1h = Selector("Mutation")({
6873
- [name$28]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6911
+ [name$29]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6874
6912
  });
6875
6913
 
6876
6914
  const generateGetLoanStatement = {
6877
6915
  __proto__: null,
6878
6916
  mutation: mutation$1h,
6879
- name: name$28
6917
+ name: name$29
6880
6918
  };
6881
6919
 
6882
- const name$27 = "capitalGenerateGetLoanDecision";
6920
+ const name$28 = "capitalGenerateGetLoanDecision";
6883
6921
  const mutation$1g = Selector("Mutation")({
6884
- [name$27]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6922
+ [name$28]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6885
6923
  });
6886
6924
 
6887
6925
  const generateGetLoanDecision = {
6888
6926
  __proto__: null,
6889
6927
  mutation: mutation$1g,
6890
- name: name$27
6928
+ name: name$28
6891
6929
  };
6892
6930
 
6893
- const name$26 = "capitalGenerateGenerationPropertyInvestStatement";
6931
+ const name$27 = "capitalGenerateGenerationPropertyInvestStatement";
6894
6932
  const mutation$1f = Selector("Mutation")({
6895
- [name$26]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6933
+ [name$27]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6896
6934
  });
6897
6935
 
6898
6936
  const generateGenerationPropertyInvestStatement = {
6899
6937
  __proto__: null,
6900
6938
  mutation: mutation$1f,
6901
- name: name$26
6939
+ name: name$27
6902
6940
  };
6903
6941
 
6904
- const name$25 = "capitalGenerateGenerationPropertyInvestDecision";
6942
+ const name$26 = "capitalGenerateGenerationPropertyInvestDecision";
6905
6943
  const mutation$1e = Selector("Mutation")({
6906
- [name$25]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6944
+ [name$26]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6907
6945
  });
6908
6946
 
6909
6947
  const generateGenerationPropertyInvestDecision = {
6910
6948
  __proto__: null,
6911
6949
  mutation: mutation$1e,
6912
- name: name$25
6950
+ name: name$26
6913
6951
  };
6914
6952
 
6915
- const name$24 = "capitalGenerateGenerationPropertyInvestAct";
6953
+ const name$25 = "capitalGenerateGenerationPropertyInvestAct";
6916
6954
  const mutation$1d = Selector("Mutation")({
6917
- [name$24]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6955
+ [name$25]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6918
6956
  });
6919
6957
 
6920
6958
  const generateGenerationPropertyInvestAct = {
6921
6959
  __proto__: null,
6922
6960
  mutation: mutation$1d,
6923
- name: name$24
6961
+ name: name$25
6924
6962
  };
6925
6963
 
6926
- const name$23 = "capitalGenerateCapitalizationPropertyInvestStatement";
6964
+ const name$24 = "capitalGenerateCapitalizationPropertyInvestStatement";
6927
6965
  const mutation$1c = Selector("Mutation")({
6928
- [name$23]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6966
+ [name$24]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6929
6967
  });
6930
6968
 
6931
6969
  const generateCapitalizationPropertyInvestStatement = {
6932
6970
  __proto__: null,
6933
6971
  mutation: mutation$1c,
6934
- name: name$23
6972
+ name: name$24
6935
6973
  };
6936
6974
 
6937
- const name$22 = "capitalGenerateCapitalizationPropertyInvestDecision";
6975
+ const name$23 = "capitalGenerateCapitalizationPropertyInvestDecision";
6938
6976
  const mutation$1b = Selector("Mutation")({
6939
- [name$22]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6977
+ [name$23]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6940
6978
  });
6941
6979
 
6942
6980
  const generateCapitalizationPropertyInvestDecision = {
6943
6981
  __proto__: null,
6944
6982
  mutation: mutation$1b,
6945
- name: name$22
6983
+ name: name$23
6946
6984
  };
6947
6985
 
6948
- const name$21 = "capitalGenerateCapitalizationPropertyInvestAct";
6986
+ const name$22 = "capitalGenerateCapitalizationPropertyInvestAct";
6949
6987
  const mutation$1a = Selector("Mutation")({
6950
- [name$21]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6988
+ [name$22]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6951
6989
  });
6952
6990
 
6953
6991
  const generateCapitalizationPropertyInvestAct = {
6954
6992
  __proto__: null,
6955
6993
  mutation: mutation$1a,
6956
- name: name$21
6994
+ name: name$22
6957
6995
  };
6958
6996
 
6959
- const name$20 = "capitalGenerateGenerationToMainWalletConvertStatement";
6997
+ const name$21 = "capitalGenerateGenerationToMainWalletConvertStatement";
6960
6998
  const mutation$19 = Selector("Mutation")({
6961
- [name$20]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6999
+ [name$21]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6962
7000
  });
6963
7001
 
6964
7002
  const generateGenerationToMainWalletConvertStatement = {
6965
7003
  __proto__: null,
6966
7004
  mutation: mutation$19,
6967
- name: name$20
7005
+ name: name$21
6968
7006
  };
6969
7007
 
6970
- const name$1$ = "capitalGenerateGenerationToProjectConvertStatement";
7008
+ const name$20 = "capitalGenerateGenerationToProjectConvertStatement";
6971
7009
  const mutation$18 = Selector("Mutation")({
6972
- [name$1$]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7010
+ [name$20]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6973
7011
  });
6974
7012
 
6975
7013
  const generateGenerationToProjectConvertStatement = {
6976
7014
  __proto__: null,
6977
7015
  mutation: mutation$18,
6978
- name: name$1$
7016
+ name: name$20
6979
7017
  };
6980
7018
 
6981
- const name$1_ = "capitalGenerateGenerationToCapitalizationConvertStatement";
7019
+ const name$1$ = "capitalGenerateGenerationToCapitalizationConvertStatement";
6982
7020
  const mutation$17 = Selector("Mutation")({
6983
- [name$1_]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7021
+ [name$1$]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6984
7022
  });
6985
7023
 
6986
7024
  const generateGenerationToCapitalizationConvertStatement = {
6987
7025
  __proto__: null,
6988
7026
  mutation: mutation$17,
6989
- name: name$1_
7027
+ name: name$1$
6990
7028
  };
6991
7029
 
6992
- const name$1Z = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7030
+ const name$1_ = "capitalGenerateCapitalizationToMainWalletConvertStatement";
6993
7031
  const mutation$16 = Selector("Mutation")({
6994
- [name$1Z]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7032
+ [name$1_]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6995
7033
  });
6996
7034
 
6997
7035
  const generateCapitalizationToMainWalletConvertStatement = {
6998
7036
  __proto__: null,
6999
7037
  mutation: mutation$16,
7000
- name: name$1Z
7038
+ name: name$1_
7001
7039
  };
7002
7040
 
7003
- const name$1Y = "capitalSignActAsContributor";
7041
+ const name$1Z = "capitalSignActAsContributor";
7004
7042
  const mutation$15 = Selector("Mutation")({
7005
- [name$1Y]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7043
+ [name$1Z]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7006
7044
  });
7007
7045
 
7008
7046
  const signActAsContributor = {
7009
7047
  __proto__: null,
7010
7048
  mutation: mutation$15,
7011
- name: name$1Y
7049
+ name: name$1Z
7012
7050
  };
7013
7051
 
7014
- const name$1X = "capitalSignActAsChairman";
7052
+ const name$1Y = "capitalSignActAsChairman";
7015
7053
  const mutation$14 = Selector("Mutation")({
7016
- [name$1X]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7054
+ [name$1Y]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7017
7055
  });
7018
7056
 
7019
7057
  const signActAsChairman = {
7020
7058
  __proto__: null,
7021
7059
  mutation: mutation$14,
7022
- name: name$1X
7060
+ name: name$1Y
7023
7061
  };
7024
7062
 
7025
- const name$1W = "capitalEditContributor";
7063
+ const name$1X = "capitalEditContributor";
7026
7064
  const mutation$13 = Selector("Mutation")({
7027
- [name$1W]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7065
+ [name$1X]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7028
7066
  });
7029
7067
 
7030
7068
  const editContributor = {
7031
7069
  __proto__: null,
7032
7070
  mutation: mutation$13,
7033
- name: name$1W
7071
+ name: name$1X
7034
7072
  };
7035
7073
 
7036
7074
  const index$x = {
@@ -7103,26 +7141,26 @@ const index$x = {
7103
7141
  UpdateStory: updateStory
7104
7142
  };
7105
7143
 
7106
- const name$1V = "chairmanConfirmApprove";
7144
+ const name$1W = "chairmanConfirmApprove";
7107
7145
  const mutation$12 = Selector("Mutation")({
7108
- [name$1V]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7146
+ [name$1W]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7109
7147
  });
7110
7148
 
7111
7149
  const confirmApprove = {
7112
7150
  __proto__: null,
7113
7151
  mutation: mutation$12,
7114
- name: name$1V
7152
+ name: name$1W
7115
7153
  };
7116
7154
 
7117
- const name$1U = "chairmanDeclineApprove";
7155
+ const name$1V = "chairmanDeclineApprove";
7118
7156
  const mutation$11 = Selector("Mutation")({
7119
- [name$1U]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7157
+ [name$1V]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7120
7158
  });
7121
7159
 
7122
7160
  const declineApprove = {
7123
7161
  __proto__: null,
7124
7162
  mutation: mutation$11,
7125
- name: name$1U
7163
+ name: name$1V
7126
7164
  };
7127
7165
 
7128
7166
  const index$w = {
@@ -7131,257 +7169,257 @@ const index$w = {
7131
7169
  DeclineApprove: declineApprove
7132
7170
  };
7133
7171
 
7134
- const name$1T = "acceptChildOrder";
7172
+ const name$1U = "acceptChildOrder";
7135
7173
  const mutation$10 = Selector("Mutation")({
7136
- [name$1T]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7174
+ [name$1U]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7137
7175
  });
7138
7176
 
7139
7177
  const acceptChildOrder = {
7140
7178
  __proto__: null,
7141
7179
  mutation: mutation$10,
7142
- name: name$1T
7180
+ name: name$1U
7143
7181
  };
7144
7182
 
7145
- const name$1S = "cancelRequest";
7183
+ const name$1T = "cancelRequest";
7146
7184
  const mutation$$ = Selector("Mutation")({
7147
- [name$1S]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7185
+ [name$1T]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7148
7186
  });
7149
7187
 
7150
7188
  const cancelRequest = {
7151
7189
  __proto__: null,
7152
7190
  mutation: mutation$$,
7153
- name: name$1S
7191
+ name: name$1T
7154
7192
  };
7155
7193
 
7156
- const name$1R = "confirmReceiveOnRequest";
7194
+ const name$1S = "confirmReceiveOnRequest";
7157
7195
  const mutation$_ = Selector("Mutation")({
7158
- [name$1R]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7196
+ [name$1S]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7159
7197
  });
7160
7198
 
7161
7199
  const completeReceiveOnRequest = {
7162
7200
  __proto__: null,
7163
7201
  mutation: mutation$_,
7164
- name: name$1R
7202
+ name: name$1S
7165
7203
  };
7166
7204
 
7167
- const name$1Q = "completeRequest";
7205
+ const name$1R = "completeRequest";
7168
7206
  const mutation$Z = Selector("Mutation")({
7169
- [name$1Q]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7207
+ [name$1R]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7170
7208
  });
7171
7209
 
7172
7210
  const completeRequest = {
7173
7211
  __proto__: null,
7174
7212
  mutation: mutation$Z,
7175
- name: name$1Q
7213
+ name: name$1R
7176
7214
  };
7177
7215
 
7178
- const name$1P = "confirmSupplyOnRequest";
7216
+ const name$1Q = "confirmSupplyOnRequest";
7179
7217
  const mutation$Y = Selector("Mutation")({
7180
- [name$1P]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7218
+ [name$1Q]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7181
7219
  });
7182
7220
 
7183
7221
  const confirmSupplyOnRequest = {
7184
7222
  __proto__: null,
7185
7223
  mutation: mutation$Y,
7186
- name: name$1P
7224
+ name: name$1Q
7187
7225
  };
7188
7226
 
7189
- const name$1O = "createChildOrder";
7227
+ const name$1P = "createChildOrder";
7190
7228
  const mutation$X = Selector("Mutation")({
7191
- [name$1O]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7229
+ [name$1P]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7192
7230
  });
7193
7231
 
7194
7232
  const createChildOrder = {
7195
7233
  __proto__: null,
7196
7234
  mutation: mutation$X,
7197
- name: name$1O
7235
+ name: name$1P
7198
7236
  };
7199
7237
 
7200
- const name$1N = "createParentOffer";
7238
+ const name$1O = "createParentOffer";
7201
7239
  const mutation$W = Selector("Mutation")({
7202
- [name$1N]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7240
+ [name$1O]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7203
7241
  });
7204
7242
 
7205
7243
  const createParentOffer = {
7206
7244
  __proto__: null,
7207
7245
  mutation: mutation$W,
7208
- name: name$1N
7246
+ name: name$1O
7209
7247
  };
7210
7248
 
7211
- const name$1M = "declineRequest";
7249
+ const name$1N = "declineRequest";
7212
7250
  const mutation$V = Selector("Mutation")({
7213
- [name$1M]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7251
+ [name$1N]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7214
7252
  });
7215
7253
 
7216
7254
  const declineRequest = {
7217
7255
  __proto__: null,
7218
7256
  mutation: mutation$V,
7219
- name: name$1M
7257
+ name: name$1N
7220
7258
  };
7221
7259
 
7222
- const name$1L = "deliverOnRequest";
7260
+ const name$1M = "deliverOnRequest";
7223
7261
  const mutation$U = Selector("Mutation")({
7224
- [name$1L]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7262
+ [name$1M]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7225
7263
  });
7226
7264
 
7227
7265
  const deliverOnRequest = {
7228
7266
  __proto__: null,
7229
7267
  mutation: mutation$U,
7230
- name: name$1L
7268
+ name: name$1M
7231
7269
  };
7232
7270
 
7233
- const name$1K = "disputeOnRequest";
7271
+ const name$1L = "disputeOnRequest";
7234
7272
  const mutation$T = Selector("Mutation")({
7235
- [name$1K]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7273
+ [name$1L]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7236
7274
  });
7237
7275
 
7238
7276
  const disputeOnRequest = {
7239
7277
  __proto__: null,
7240
7278
  mutation: mutation$T,
7241
- name: name$1K
7279
+ name: name$1L
7242
7280
  };
7243
7281
 
7244
- const name$1J = "generateAssetContributionAct";
7282
+ const name$1K = "generateAssetContributionAct";
7245
7283
  const mutation$S = Selector("Mutation")({
7246
- [name$1J]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7284
+ [name$1K]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7247
7285
  });
7248
7286
 
7249
7287
  const generateAssetContributionAct = {
7250
7288
  __proto__: null,
7251
7289
  mutation: mutation$S,
7252
- name: name$1J
7290
+ name: name$1K
7253
7291
  };
7254
7292
 
7255
- const name$1I = "generateAssetContributionDecision";
7293
+ const name$1J = "generateAssetContributionDecision";
7256
7294
  const mutation$R = Selector("Mutation")({
7257
- [name$1I]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7295
+ [name$1J]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7258
7296
  });
7259
7297
 
7260
7298
  const generateAssetContributionDecision = {
7261
7299
  __proto__: null,
7262
7300
  mutation: mutation$R,
7263
- name: name$1I
7301
+ name: name$1J
7264
7302
  };
7265
7303
 
7266
- const name$1H = "generateAssetContributionStatement";
7304
+ const name$1I = "generateAssetContributionStatement";
7267
7305
  const mutation$Q = Selector("Mutation")({
7268
- [name$1H]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7306
+ [name$1I]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7269
7307
  });
7270
7308
 
7271
7309
  const generateAssetContributionStatement = {
7272
7310
  __proto__: null,
7273
7311
  mutation: mutation$Q,
7274
- name: name$1H
7312
+ name: name$1I
7275
7313
  };
7276
7314
 
7277
- const name$1G = "generateReturnByAssetAct";
7315
+ const name$1H = "generateReturnByAssetAct";
7278
7316
  const mutation$P = Selector("Mutation")({
7279
- [name$1G]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7317
+ [name$1H]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7280
7318
  });
7281
7319
 
7282
7320
  const generateReturnByAssetAct = {
7283
7321
  __proto__: null,
7284
7322
  mutation: mutation$P,
7285
- name: name$1G
7323
+ name: name$1H
7286
7324
  };
7287
7325
 
7288
- const name$1F = "generateReturnByAssetDecision";
7326
+ const name$1G = "generateReturnByAssetDecision";
7289
7327
  const mutation$O = Selector("Mutation")({
7290
- [name$1F]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7328
+ [name$1G]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7291
7329
  });
7292
7330
 
7293
7331
  const generateReturnByAssetDecision = {
7294
7332
  __proto__: null,
7295
7333
  mutation: mutation$O,
7296
- name: name$1F
7334
+ name: name$1G
7297
7335
  };
7298
7336
 
7299
- const name$1E = "generateReturnByAssetStatement";
7337
+ const name$1F = "generateReturnByAssetStatement";
7300
7338
  const mutation$N = Selector("Mutation")({
7301
- [name$1E]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7339
+ [name$1F]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7302
7340
  });
7303
7341
 
7304
7342
  const generateReturnByAssetStatement = {
7305
7343
  __proto__: null,
7306
7344
  mutation: mutation$N,
7307
- name: name$1E
7345
+ name: name$1F
7308
7346
  };
7309
7347
 
7310
- const name$1D = "moderateRequest";
7348
+ const name$1E = "moderateRequest";
7311
7349
  const mutation$M = Selector("Mutation")({
7312
- [name$1D]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7350
+ [name$1E]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7313
7351
  });
7314
7352
 
7315
7353
  const moderateRequest = {
7316
7354
  __proto__: null,
7317
7355
  mutation: mutation$M,
7318
- name: name$1D
7356
+ name: name$1E
7319
7357
  };
7320
7358
 
7321
- const name$1C = "prohibitRequest";
7359
+ const name$1D = "prohibitRequest";
7322
7360
  const mutation$L = Selector("Mutation")({
7323
- [name$1C]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7361
+ [name$1D]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7324
7362
  });
7325
7363
 
7326
7364
  const prohibitRequest = {
7327
7365
  __proto__: null,
7328
7366
  mutation: mutation$L,
7329
- name: name$1C
7367
+ name: name$1D
7330
7368
  };
7331
7369
 
7332
- const name$1B = "publishRequest";
7370
+ const name$1C = "publishRequest";
7333
7371
  const mutation$K = Selector("Mutation")({
7334
- [name$1B]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7372
+ [name$1C]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7335
7373
  });
7336
7374
 
7337
7375
  const publishRequest = {
7338
7376
  __proto__: null,
7339
7377
  mutation: mutation$K,
7340
- name: name$1B
7378
+ name: name$1C
7341
7379
  };
7342
7380
 
7343
- const name$1A = "receiveOnRequest";
7381
+ const name$1B = "receiveOnRequest";
7344
7382
  const mutation$J = Selector("Mutation")({
7345
- [name$1A]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7383
+ [name$1B]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7346
7384
  });
7347
7385
 
7348
7386
  const receiveOnRequest = {
7349
7387
  __proto__: null,
7350
7388
  mutation: mutation$J,
7351
- name: name$1A
7389
+ name: name$1B
7352
7390
  };
7353
7391
 
7354
- const name$1z = "supplyOnRequest";
7392
+ const name$1A = "supplyOnRequest";
7355
7393
  const mutation$I = Selector("Mutation")({
7356
- [name$1z]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7394
+ [name$1A]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7357
7395
  });
7358
7396
 
7359
7397
  const supplyOnRequest = {
7360
7398
  __proto__: null,
7361
7399
  mutation: mutation$I,
7362
- name: name$1z
7400
+ name: name$1A
7363
7401
  };
7364
7402
 
7365
- const name$1y = "unpublishRequest";
7403
+ const name$1z = "unpublishRequest";
7366
7404
  const mutation$H = Selector("Mutation")({
7367
- [name$1y]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7405
+ [name$1z]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7368
7406
  });
7369
7407
 
7370
7408
  const unpublishRequest = {
7371
7409
  __proto__: null,
7372
7410
  mutation: mutation$H,
7373
- name: name$1y
7411
+ name: name$1z
7374
7412
  };
7375
7413
 
7376
- const name$1x = "updateRequest";
7414
+ const name$1y = "updateRequest";
7377
7415
  const mutation$G = Selector("Mutation")({
7378
- [name$1x]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7416
+ [name$1y]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7379
7417
  });
7380
7418
 
7381
7419
  const updateRequest = {
7382
7420
  __proto__: null,
7383
7421
  mutation: mutation$G,
7384
- name: name$1x
7422
+ name: name$1y
7385
7423
  };
7386
7424
 
7387
7425
  const index$v = {
@@ -7411,37 +7449,37 @@ const index$v = {
7411
7449
  UpdateRequest: updateRequest
7412
7450
  };
7413
7451
 
7414
- const name$1w = "installExtension";
7452
+ const name$1x = "installExtension";
7415
7453
  const mutation$F = Selector("Mutation")({
7416
- [name$1w]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7454
+ [name$1x]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7417
7455
  });
7418
7456
 
7419
7457
  const installExtension = {
7420
7458
  __proto__: null,
7421
7459
  mutation: mutation$F,
7422
- name: name$1w
7460
+ name: name$1x
7423
7461
  };
7424
7462
 
7425
- const name$1v = "uninstallExtension";
7463
+ const name$1w = "uninstallExtension";
7426
7464
  const mutation$E = Selector("Mutation")({
7427
- [name$1v]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7465
+ [name$1w]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7428
7466
  });
7429
7467
 
7430
7468
  const uninstallExtension = {
7431
7469
  __proto__: null,
7432
7470
  mutation: mutation$E,
7433
- name: name$1v
7471
+ name: name$1w
7434
7472
  };
7435
7473
 
7436
- const name$1u = "updateExtension";
7474
+ const name$1v = "updateExtension";
7437
7475
  const mutation$D = Selector("Mutation")({
7438
- [name$1u]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7476
+ [name$1v]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7439
7477
  });
7440
7478
 
7441
7479
  const updateExtension = {
7442
7480
  __proto__: null,
7443
7481
  mutation: mutation$D,
7444
- name: name$1u
7482
+ name: name$1v
7445
7483
  };
7446
7484
 
7447
7485
  const index$u = {
@@ -7451,48 +7489,48 @@ const index$u = {
7451
7489
  UpdateExtension: updateExtension
7452
7490
  };
7453
7491
 
7454
- const name$1t = "generateProjectOfFreeDecision";
7492
+ const name$1u = "generateProjectOfFreeDecision";
7455
7493
  const mutation$C = Selector("Mutation")({
7456
- [name$1t]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7494
+ [name$1u]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7457
7495
  });
7458
7496
 
7459
7497
  const generateProjectOfFreeDecisionDocument = {
7460
7498
  __proto__: null,
7461
7499
  mutation: mutation$C,
7462
- name: name$1t
7500
+ name: name$1u
7463
7501
  };
7464
7502
 
7465
- const name$1s = "generateFreeDecision";
7503
+ const name$1t = "generateFreeDecision";
7466
7504
  const mutation$B = Selector("Mutation")({
7467
- [name$1s]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7505
+ [name$1t]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7468
7506
  });
7469
7507
 
7470
7508
  const generateFreeDecision = {
7471
7509
  __proto__: null,
7472
7510
  mutation: mutation$B,
7473
- name: name$1s
7511
+ name: name$1t
7474
7512
  };
7475
7513
 
7476
- const name$1r = "publishProjectOfFreeDecision";
7514
+ const name$1s = "publishProjectOfFreeDecision";
7477
7515
  const mutation$A = Selector("Mutation")({
7478
- [name$1r]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7516
+ [name$1s]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7479
7517
  });
7480
7518
 
7481
7519
  const publishProjectOfFreeDecision = {
7482
7520
  __proto__: null,
7483
7521
  mutation: mutation$A,
7484
- name: name$1r
7522
+ name: name$1s
7485
7523
  };
7486
7524
 
7487
- const name$1q = "createProjectOfFreeDecision";
7525
+ const name$1r = "createProjectOfFreeDecision";
7488
7526
  const mutation$z = Selector("Mutation")({
7489
- [name$1q]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7527
+ [name$1r]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7490
7528
  });
7491
7529
 
7492
7530
  const createProjectOfFreeDecision = {
7493
7531
  __proto__: null,
7494
7532
  mutation: mutation$z,
7495
- name: name$1q
7533
+ name: name$1r
7496
7534
  };
7497
7535
 
7498
7536
  const index$t = {
@@ -7503,37 +7541,37 @@ const index$t = {
7503
7541
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
7504
7542
  };
7505
7543
 
7506
- const name$1p = "setPaymentStatus";
7544
+ const name$1q = "setPaymentStatus";
7507
7545
  const mutation$y = Selector("Mutation")({
7508
- [name$1p]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7546
+ [name$1q]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7509
7547
  });
7510
7548
 
7511
7549
  const updatePaymentStatus = {
7512
7550
  __proto__: null,
7513
7551
  mutation: mutation$y,
7514
- name: name$1p
7552
+ name: name$1q
7515
7553
  };
7516
7554
 
7517
- const name$1o = "createInitialPayment";
7555
+ const name$1p = "createInitialPayment";
7518
7556
  const mutation$x = Selector("Mutation")({
7519
- [name$1o]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7557
+ [name$1p]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7520
7558
  });
7521
7559
 
7522
7560
  const createInitialPayment$1 = {
7523
7561
  __proto__: null,
7524
7562
  mutation: mutation$x,
7525
- name: name$1o
7563
+ name: name$1p
7526
7564
  };
7527
7565
 
7528
- const name$1n = "createDepositPayment";
7566
+ const name$1o = "createDepositPayment";
7529
7567
  const mutation$w = Selector("Mutation")({
7530
- [name$1n]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7568
+ [name$1o]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7531
7569
  });
7532
7570
 
7533
7571
  const createDepositPayment$1 = {
7534
7572
  __proto__: null,
7535
7573
  mutation: mutation$w,
7536
- name: name$1n
7574
+ name: name$1o
7537
7575
  };
7538
7576
 
7539
7577
  const index$s = {
@@ -7543,20 +7581,20 @@ const index$s = {
7543
7581
  SetPaymentStatus: updatePaymentStatus
7544
7582
  };
7545
7583
 
7546
- const name$1m = "createAnnualGeneralMeet";
7584
+ const name$1n = "createAnnualGeneralMeet";
7547
7585
  const mutation$v = Selector("Mutation")({
7548
- [name$1m]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7586
+ [name$1n]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7549
7587
  });
7550
7588
 
7551
7589
  const createAnnualGeneralMeet = {
7552
7590
  __proto__: null,
7553
7591
  mutation: mutation$v,
7554
- name: name$1m
7592
+ name: name$1n
7555
7593
  };
7556
7594
 
7557
- const name$1l = "generateAnnualGeneralMeetAgendaDocument";
7595
+ const name$1m = "generateAnnualGeneralMeetAgendaDocument";
7558
7596
  const mutation$u = Selector("Mutation")({
7559
- [name$1l]: [
7597
+ [name$1m]: [
7560
7598
  {
7561
7599
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
7562
7600
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7568,12 +7606,12 @@ const mutation$u = Selector("Mutation")({
7568
7606
  const generateAnnualGeneralMeetAgendaDocument = {
7569
7607
  __proto__: null,
7570
7608
  mutation: mutation$u,
7571
- name: name$1l
7609
+ name: name$1m
7572
7610
  };
7573
7611
 
7574
- const name$1k = "generateAnnualGeneralMeetDecisionDocument";
7612
+ const name$1l = "generateAnnualGeneralMeetDecisionDocument";
7575
7613
  const mutation$t = Selector("Mutation")({
7576
- [name$1k]: [
7614
+ [name$1l]: [
7577
7615
  {
7578
7616
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
7579
7617
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7585,12 +7623,12 @@ const mutation$t = Selector("Mutation")({
7585
7623
  const generateAnnualGeneralMeetDecisionDocument = {
7586
7624
  __proto__: null,
7587
7625
  mutation: mutation$t,
7588
- name: name$1k
7626
+ name: name$1l
7589
7627
  };
7590
7628
 
7591
- const name$1j = "generateAnnualGeneralMeetNotificationDocument";
7629
+ const name$1k = "generateAnnualGeneralMeetNotificationDocument";
7592
7630
  const mutation$s = Selector("Mutation")({
7593
- [name$1j]: [
7631
+ [name$1k]: [
7594
7632
  {
7595
7633
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
7596
7634
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7602,12 +7640,12 @@ const mutation$s = Selector("Mutation")({
7602
7640
  const generateAnnualGeneralMeetNotificationDocument = {
7603
7641
  __proto__: null,
7604
7642
  mutation: mutation$s,
7605
- name: name$1j
7643
+ name: name$1k
7606
7644
  };
7607
7645
 
7608
- const name$1i = "generateBallotForAnnualGeneralMeetDocument";
7646
+ const name$1j = "generateBallotForAnnualGeneralMeetDocument";
7609
7647
  const mutation$r = Selector("Mutation")({
7610
- [name$1i]: [
7648
+ [name$1j]: [
7611
7649
  {
7612
7650
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
7613
7651
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7619,12 +7657,12 @@ const mutation$r = Selector("Mutation")({
7619
7657
  const generateBallotForAnnualGeneralMeetDocument = {
7620
7658
  __proto__: null,
7621
7659
  mutation: mutation$r,
7622
- name: name$1i
7660
+ name: name$1j
7623
7661
  };
7624
7662
 
7625
- const name$1h = "generateSovietDecisionOnAnnualMeetDocument";
7663
+ const name$1i = "generateSovietDecisionOnAnnualMeetDocument";
7626
7664
  const mutation$q = Selector("Mutation")({
7627
- [name$1h]: [{
7665
+ [name$1i]: [{
7628
7666
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
7629
7667
  options: $("options", "GenerateDocumentOptionsInput")
7630
7668
  }, documentSelector]
@@ -7633,62 +7671,62 @@ const mutation$q = Selector("Mutation")({
7633
7671
  const generateSovietDecisionOnAnnualMeetDocument = {
7634
7672
  __proto__: null,
7635
7673
  mutation: mutation$q,
7636
- name: name$1h
7674
+ name: name$1i
7637
7675
  };
7638
7676
 
7639
- const name$1g = "notifyOnAnnualGeneralMeet";
7677
+ const name$1h = "notifyOnAnnualGeneralMeet";
7640
7678
  const mutation$p = Selector("Mutation")({
7641
- [name$1g]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7679
+ [name$1h]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7642
7680
  });
7643
7681
 
7644
7682
  const notifyOnAnnualGeneralMeet = {
7645
7683
  __proto__: null,
7646
7684
  mutation: mutation$p,
7647
- name: name$1g
7685
+ name: name$1h
7648
7686
  };
7649
7687
 
7650
- const name$1f = "restartAnnualGeneralMeet";
7688
+ const name$1g = "restartAnnualGeneralMeet";
7651
7689
  const mutation$o = Selector("Mutation")({
7652
- [name$1f]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7690
+ [name$1g]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7653
7691
  });
7654
7692
 
7655
7693
  const restartAnnualGeneralMeet = {
7656
7694
  __proto__: null,
7657
7695
  mutation: mutation$o,
7658
- name: name$1f
7696
+ name: name$1g
7659
7697
  };
7660
7698
 
7661
- const name$1e = "signByPresiderOnAnnualGeneralMeet";
7699
+ const name$1f = "signByPresiderOnAnnualGeneralMeet";
7662
7700
  const mutation$n = Selector("Mutation")({
7663
- [name$1e]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7701
+ [name$1f]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7664
7702
  });
7665
7703
 
7666
7704
  const signByPresiderOnAnnualGeneralMeet = {
7667
7705
  __proto__: null,
7668
7706
  mutation: mutation$n,
7669
- name: name$1e
7707
+ name: name$1f
7670
7708
  };
7671
7709
 
7672
- const name$1d = "signBySecretaryOnAnnualGeneralMeet";
7710
+ const name$1e = "signBySecretaryOnAnnualGeneralMeet";
7673
7711
  const mutation$m = Selector("Mutation")({
7674
- [name$1d]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7712
+ [name$1e]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7675
7713
  });
7676
7714
 
7677
7715
  const signBySecretaryOnAnnualGeneralMeet = {
7678
7716
  __proto__: null,
7679
7717
  mutation: mutation$m,
7680
- name: name$1d
7718
+ name: name$1e
7681
7719
  };
7682
7720
 
7683
- const name$1c = "voteOnAnnualGeneralMeet";
7721
+ const name$1d = "voteOnAnnualGeneralMeet";
7684
7722
  const mutation$l = Selector("Mutation")({
7685
- [name$1c]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7723
+ [name$1d]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7686
7724
  });
7687
7725
 
7688
7726
  const voteOnAnnualGeneralMeet = {
7689
7727
  __proto__: null,
7690
7728
  mutation: mutation$l,
7691
- name: name$1c
7729
+ name: name$1d
7692
7730
  };
7693
7731
 
7694
7732
  const index$r = {
@@ -7706,37 +7744,37 @@ const index$r = {
7706
7744
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
7707
7745
  };
7708
7746
 
7709
- const name$1b = "createWebPushSubscription";
7747
+ const name$1c = "createWebPushSubscription";
7710
7748
  const mutation$k = Selector("Mutation")({
7711
- [name$1b]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7749
+ [name$1c]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7712
7750
  });
7713
7751
 
7714
7752
  const createWebPushSubscription = {
7715
7753
  __proto__: null,
7716
7754
  mutation: mutation$k,
7717
- name: name$1b
7755
+ name: name$1c
7718
7756
  };
7719
7757
 
7720
- const name$1a = "deactivateWebPushSubscriptionById";
7758
+ const name$1b = "deactivateWebPushSubscriptionById";
7721
7759
  const mutation$j = Selector("Mutation")({
7722
- [name$1a]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7760
+ [name$1b]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7723
7761
  });
7724
7762
 
7725
7763
  const deactivateWebPushSubscriptionById = {
7726
7764
  __proto__: null,
7727
7765
  mutation: mutation$j,
7728
- name: name$1a
7766
+ name: name$1b
7729
7767
  };
7730
7768
 
7731
- const name$19 = "triggerNotificationWorkflow";
7769
+ const name$1a = "triggerNotificationWorkflow";
7732
7770
  const mutation$i = Selector("Mutation")({
7733
- [name$19]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, rawTriggerNotificationWorkflowResultSelector]
7771
+ [name$1a]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
7734
7772
  });
7735
7773
 
7736
7774
  const triggerNotificationWorkflow = {
7737
7775
  __proto__: null,
7738
7776
  mutation: mutation$i,
7739
- name: name$19
7777
+ name: name$1a
7740
7778
  };
7741
7779
 
7742
7780
  const index$q = {
@@ -7746,59 +7784,59 @@ const index$q = {
7746
7784
  TriggerNotificationWorkflow: triggerNotificationWorkflow
7747
7785
  };
7748
7786
 
7749
- const name$18 = "addParticipant";
7787
+ const name$19 = "addParticipant";
7750
7788
  const mutation$h = Selector("Mutation")({
7751
- [name$18]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
7789
+ [name$19]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
7752
7790
  });
7753
7791
 
7754
7792
  const addParticipant = {
7755
7793
  __proto__: null,
7756
7794
  mutation: mutation$h,
7757
- name: name$18
7795
+ name: name$19
7758
7796
  };
7759
7797
 
7760
- const name$17 = "generateParticipantApplication";
7798
+ const name$18 = "generateParticipantApplication";
7761
7799
  const mutation$g = Selector("Mutation")({
7762
- [name$17]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7800
+ [name$18]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7763
7801
  });
7764
7802
 
7765
7803
  const generateParticipantApplication = {
7766
7804
  __proto__: null,
7767
7805
  mutation: mutation$g,
7768
- name: name$17
7806
+ name: name$18
7769
7807
  };
7770
7808
 
7771
- const name$16 = "generateParticipantApplicationDecision";
7809
+ const name$17 = "generateParticipantApplicationDecision";
7772
7810
  const mutation$f = Selector("Mutation")({
7773
- [name$16]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7811
+ [name$17]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7774
7812
  });
7775
7813
 
7776
7814
  const generateParticipantApplicationDecision = {
7777
7815
  __proto__: null,
7778
7816
  mutation: mutation$f,
7779
- name: name$16
7817
+ name: name$17
7780
7818
  };
7781
7819
 
7782
- const name$15 = "registerParticipant";
7820
+ const name$16 = "registerParticipant";
7783
7821
  const mutation$e = Selector("Mutation")({
7784
- [name$15]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
7822
+ [name$16]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
7785
7823
  });
7786
7824
 
7787
7825
  const registerParticipant = {
7788
7826
  __proto__: null,
7789
7827
  mutation: mutation$e,
7790
- name: name$15
7828
+ name: name$16
7791
7829
  };
7792
7830
 
7793
- const name$14 = "createInitialPayment";
7831
+ const name$15 = "createInitialPayment";
7794
7832
  const mutation$d = Selector("Mutation")({
7795
- [name$14]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7833
+ [name$15]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7796
7834
  });
7797
7835
 
7798
7836
  const createInitialPayment = {
7799
7837
  __proto__: null,
7800
7838
  mutation: mutation$d,
7801
- name: name$14
7839
+ name: name$15
7802
7840
  };
7803
7841
 
7804
7842
  const index$p = {
@@ -7810,37 +7848,37 @@ const index$p = {
7810
7848
  RegisterParticipant: registerParticipant
7811
7849
  };
7812
7850
 
7813
- const name$13 = "createBankAccount";
7851
+ const name$14 = "createBankAccount";
7814
7852
  const mutation$c = Selector("Mutation")({
7815
- [name$13]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
7853
+ [name$14]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
7816
7854
  });
7817
7855
 
7818
7856
  const createBankAccount = {
7819
7857
  __proto__: null,
7820
7858
  mutation: mutation$c,
7821
- name: name$13
7859
+ name: name$14
7822
7860
  };
7823
7861
 
7824
- const name$12 = "deletePaymentMethod";
7862
+ const name$13 = "deletePaymentMethod";
7825
7863
  const mutation$b = Selector("Mutation")({
7826
- [name$12]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
7864
+ [name$13]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
7827
7865
  });
7828
7866
 
7829
7867
  const deletePaymentMethod = {
7830
7868
  __proto__: null,
7831
7869
  mutation: mutation$b,
7832
- name: name$12
7870
+ name: name$13
7833
7871
  };
7834
7872
 
7835
- const name$11 = "updateBankAccount";
7873
+ const name$12 = "updateBankAccount";
7836
7874
  const mutation$a = Selector("Mutation")({
7837
- [name$11]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
7875
+ [name$12]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
7838
7876
  });
7839
7877
 
7840
7878
  const updateBankAccount = {
7841
7879
  __proto__: null,
7842
7880
  mutation: mutation$a,
7843
- name: name$11
7881
+ name: name$12
7844
7882
  };
7845
7883
 
7846
7884
  const index$o = {
@@ -7850,42 +7888,42 @@ const index$o = {
7850
7888
  UpdateBankAccount: updateBankAccount
7851
7889
  };
7852
7890
 
7853
- const name$10 = "initSystem";
7891
+ const name$11 = "initSystem";
7854
7892
  const mutation$9 = Selector("Mutation")({
7855
- [name$10]: [{ data: $("data", "Init!") }, systemInfoSelector]
7893
+ [name$11]: [{ data: $("data", "Init!") }, systemInfoSelector]
7856
7894
  });
7857
7895
 
7858
7896
  const initSystem = {
7859
7897
  __proto__: null,
7860
7898
  mutation: mutation$9,
7861
- name: name$10
7899
+ name: name$11
7862
7900
  };
7863
7901
 
7864
- const name$$ = "installSystem";
7902
+ const name$10 = "installSystem";
7865
7903
  const mutation$8 = Selector("Mutation")({
7866
- [name$$]: [{ data: $("data", "Install!") }, systemInfoSelector]
7904
+ [name$10]: [{ data: $("data", "Install!") }, systemInfoSelector]
7867
7905
  });
7868
7906
 
7869
7907
  const installSystem = {
7870
7908
  __proto__: null,
7871
7909
  mutation: mutation$8,
7872
- name: name$$
7910
+ name: name$10
7873
7911
  };
7874
7912
 
7875
- const name$_ = "setWif";
7913
+ const name$$ = "setWif";
7876
7914
  const mutation$7 = Selector("Mutation")({
7877
- [name$_]: [{ data: $("data", "SetWifInput!") }, true]
7915
+ [name$$]: [{ data: $("data", "SetWifInput!") }, true]
7878
7916
  });
7879
7917
 
7880
7918
  const saveWif = {
7881
7919
  __proto__: null,
7882
7920
  mutation: mutation$7,
7883
- name: name$_
7921
+ name: name$$
7884
7922
  };
7885
7923
 
7886
- const name$Z = "startInstall";
7924
+ const name$_ = "startInstall";
7887
7925
  const mutation$6 = Selector("Mutation")({
7888
- [name$Z]: [{ data: $("data", "StartInstallInput!") }, {
7926
+ [name$_]: [{ data: $("data", "StartInstallInput!") }, {
7889
7927
  install_code: true,
7890
7928
  coopname: true
7891
7929
  }]
@@ -7894,29 +7932,29 @@ const mutation$6 = Selector("Mutation")({
7894
7932
  const startInstall = {
7895
7933
  __proto__: null,
7896
7934
  mutation: mutation$6,
7897
- name: name$Z
7935
+ name: name$_
7898
7936
  };
7899
7937
 
7900
- const name$Y = "updateSettings";
7938
+ const name$Z = "updateSettings";
7901
7939
  const mutation$5 = Selector("Mutation")({
7902
- [name$Y]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
7940
+ [name$Z]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
7903
7941
  });
7904
7942
 
7905
7943
  const updateSettings = {
7906
7944
  __proto__: null,
7907
7945
  mutation: mutation$5,
7908
- name: name$Y
7946
+ name: name$Z
7909
7947
  };
7910
7948
 
7911
- const name$X = "updateSystem";
7949
+ const name$Y = "updateSystem";
7912
7950
  const mutation$4 = Selector("Mutation")({
7913
- [name$X]: [{ data: $("data", "Update!") }, systemInfoSelector]
7951
+ [name$Y]: [{ data: $("data", "Update!") }, systemInfoSelector]
7914
7952
  });
7915
7953
 
7916
7954
  const updateSystem = {
7917
7955
  __proto__: null,
7918
7956
  mutation: mutation$4,
7919
- name: name$X
7957
+ name: name$Y
7920
7958
  };
7921
7959
 
7922
7960
  const index$n = {
@@ -7929,31 +7967,31 @@ const index$n = {
7929
7967
  UpdateSystem: updateSystem
7930
7968
  };
7931
7969
 
7932
- const name$W = "createWithdraw";
7970
+ const name$X = "createWithdraw";
7933
7971
  const mutation$3 = Selector("Mutation")({
7934
- [name$W]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
7972
+ [name$X]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
7935
7973
  });
7936
7974
 
7937
7975
  const createWithdraw = {
7938
7976
  __proto__: null,
7939
7977
  mutation: mutation$3,
7940
- name: name$W
7978
+ name: name$X
7941
7979
  };
7942
7980
 
7943
- const name$V = "createDepositPayment";
7981
+ const name$W = "createDepositPayment";
7944
7982
  const mutation$2 = Selector("Mutation")({
7945
- [name$V]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7983
+ [name$W]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7946
7984
  });
7947
7985
 
7948
7986
  const createDepositPayment = {
7949
7987
  __proto__: null,
7950
7988
  mutation: mutation$2,
7951
- name: name$V
7989
+ name: name$W
7952
7990
  };
7953
7991
 
7954
- const name$U = "generateReturnByMoneyStatementDocument";
7992
+ const name$V = "generateReturnByMoneyStatementDocument";
7955
7993
  const mutation$1 = Selector("Mutation")({
7956
- [name$U]: [
7994
+ [name$V]: [
7957
7995
  {
7958
7996
  data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
7959
7997
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7965,12 +8003,12 @@ const mutation$1 = Selector("Mutation")({
7965
8003
  const generateReturnByMoneyStatementDocument = {
7966
8004
  __proto__: null,
7967
8005
  mutation: mutation$1,
7968
- name: name$U
8006
+ name: name$V
7969
8007
  };
7970
8008
 
7971
- const name$T = "generateReturnByMoneyDecisionDocument";
8009
+ const name$U = "generateReturnByMoneyDecisionDocument";
7972
8010
  const mutation = Selector("Mutation")({
7973
- [name$T]: [
8011
+ [name$U]: [
7974
8012
  {
7975
8013
  data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
7976
8014
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7982,7 +8020,7 @@ const mutation = Selector("Mutation")({
7982
8020
  const generateReturnByMoneyDecisionDocument = {
7983
8021
  __proto__: null,
7984
8022
  mutation: mutation,
7985
- name: name$T
8023
+ name: name$U
7986
8024
  };
7987
8025
 
7988
8026
  const index$m = {
@@ -8013,26 +8051,26 @@ const Mutations = {
8013
8051
  Wallet: index$m
8014
8052
  };
8015
8053
 
8016
- const name$S = "getAccount";
8017
- const query$S = Selector("Query")({
8018
- [name$S]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
8054
+ const name$T = "getAccount";
8055
+ const query$T = Selector("Query")({
8056
+ [name$T]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
8019
8057
  });
8020
8058
 
8021
8059
  const getAccount = {
8022
8060
  __proto__: null,
8023
- name: name$S,
8024
- query: query$S
8061
+ name: name$T,
8062
+ query: query$T
8025
8063
  };
8026
8064
 
8027
- const name$R = "getAccounts";
8028
- const query$R = Selector("Query")({
8029
- [name$R]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
8065
+ const name$S = "getAccounts";
8066
+ const query$S = Selector("Query")({
8067
+ [name$S]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
8030
8068
  });
8031
8069
 
8032
8070
  const getAccounts = {
8033
8071
  __proto__: null,
8034
- name: name$R,
8035
- query: query$R
8072
+ name: name$S,
8073
+ query: query$S
8036
8074
  };
8037
8075
 
8038
8076
  const rawSearchPrivateAccountsResultSelector = {
@@ -8049,15 +8087,15 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
8049
8087
  rawSearchPrivateAccountsResultSelector
8050
8088
  );
8051
8089
 
8052
- const name$Q = "searchPrivateAccounts";
8053
- const query$Q = Selector("Query")({
8054
- [name$Q]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
8090
+ const name$R = "searchPrivateAccounts";
8091
+ const query$R = Selector("Query")({
8092
+ [name$R]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
8055
8093
  });
8056
8094
 
8057
8095
  const searchPrivateAccounts = {
8058
8096
  __proto__: null,
8059
- name: name$Q,
8060
- query: query$Q
8097
+ name: name$R,
8098
+ query: query$R
8061
8099
  };
8062
8100
 
8063
8101
  const index$l = {
@@ -8101,15 +8139,15 @@ const rawAgendaSelector = {
8101
8139
  };
8102
8140
  const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
8103
8141
 
8104
- const name$P = "getAgenda";
8105
- const query$P = Selector("Query")({
8106
- [name$P]: agendaSelector
8142
+ const name$Q = "getAgenda";
8143
+ const query$Q = Selector("Query")({
8144
+ [name$Q]: agendaSelector
8107
8145
  });
8108
8146
 
8109
8147
  const getAgenda = {
8110
8148
  __proto__: null,
8111
- name: name$P,
8112
- query: query$P
8149
+ name: name$Q,
8150
+ query: query$Q
8113
8151
  };
8114
8152
 
8115
8153
  const index$k = {
@@ -8117,9 +8155,9 @@ const index$k = {
8117
8155
  GetAgenda: getAgenda
8118
8156
  };
8119
8157
 
8120
- const name$O = "agreements";
8121
- const query$O = Selector("Query")({
8122
- [name$O]: [
8158
+ const name$P = "agreements";
8159
+ const query$P = Selector("Query")({
8160
+ [name$P]: [
8123
8161
  {
8124
8162
  filter: $("filter", "AgreementFilter"),
8125
8163
  options: $("options", "PaginationInput")
@@ -8130,8 +8168,8 @@ const query$O = Selector("Query")({
8130
8168
 
8131
8169
  const agreements = {
8132
8170
  __proto__: null,
8133
- name: name$O,
8134
- query: query$O
8171
+ name: name$P,
8172
+ query: query$P
8135
8173
  };
8136
8174
 
8137
8175
  const index$j = {
@@ -8140,9 +8178,9 @@ const index$j = {
8140
8178
  };
8141
8179
 
8142
8180
  const paginatedActionsSelector = { ...paginationSelector, items: rawBlockchainActionSelector };
8143
- const name$N = "getActions";
8144
- const query$N = Selector("Query")({
8145
- [name$N]: [
8181
+ const name$O = "getActions";
8182
+ const query$O = Selector("Query")({
8183
+ [name$O]: [
8146
8184
  {
8147
8185
  filters: $("filters", "ActionFiltersInput"),
8148
8186
  pagination: $("pagination", "PaginationInput")
@@ -8153,14 +8191,14 @@ const query$N = Selector("Query")({
8153
8191
 
8154
8192
  const getActions = {
8155
8193
  __proto__: null,
8156
- name: name$N,
8157
- query: query$N
8194
+ name: name$O,
8195
+ query: query$O
8158
8196
  };
8159
8197
 
8160
- const name$M = "getCurrentTableStates";
8198
+ const name$N = "getCurrentTableStates";
8161
8199
  const paginatedCurrentTableStatesSelector = { ...paginationSelector, items: rawCurrentTableStateSelector };
8162
- const query$M = Selector("Query")({
8163
- [name$M]: [
8200
+ const query$N = Selector("Query")({
8201
+ [name$N]: [
8164
8202
  {
8165
8203
  filters: $("filters", "CurrentTableStatesFiltersInput"),
8166
8204
  pagination: $("pagination", "PaginationInput")
@@ -8171,14 +8209,14 @@ const query$M = Selector("Query")({
8171
8209
 
8172
8210
  const getCurrentTableStates = {
8173
8211
  __proto__: null,
8174
- name: name$M,
8175
- query: query$M
8212
+ name: name$N,
8213
+ query: query$N
8176
8214
  };
8177
8215
 
8178
8216
  const paginatedDeltasSelector = { ...paginationSelector, items: rawDeltaSelector };
8179
- const name$L = "getDeltas";
8180
- const query$L = Selector("Query")({
8181
- [name$L]: [
8217
+ const name$M = "getDeltas";
8218
+ const query$M = Selector("Query")({
8219
+ [name$M]: [
8182
8220
  {
8183
8221
  filters: $("filters", "DeltaFiltersInput"),
8184
8222
  pagination: $("pagination", "PaginationInput")
@@ -8189,8 +8227,8 @@ const query$L = Selector("Query")({
8189
8227
 
8190
8228
  const getDeltas = {
8191
8229
  __proto__: null,
8192
- name: name$L,
8193
- query: query$L
8230
+ name: name$M,
8231
+ query: query$M
8194
8232
  };
8195
8233
 
8196
8234
  const index$i = {
@@ -8200,26 +8238,26 @@ const index$i = {
8200
8238
  GetDeltas: getDeltas
8201
8239
  };
8202
8240
 
8203
- const name$K = "getBranches";
8204
- const query$K = Selector("Query")({
8205
- [name$K]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
8241
+ const name$L = "getBranches";
8242
+ const query$L = Selector("Query")({
8243
+ [name$L]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
8206
8244
  });
8207
8245
 
8208
8246
  const getBranches = {
8209
8247
  __proto__: null,
8210
- name: name$K,
8211
- query: query$K
8248
+ name: name$L,
8249
+ query: query$L
8212
8250
  };
8213
8251
 
8214
- const name$J = "getBranches";
8215
- const query$J = Selector("Query")({
8216
- [name$J]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
8252
+ const name$K = "getBranches";
8253
+ const query$K = Selector("Query")({
8254
+ [name$K]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
8217
8255
  });
8218
8256
 
8219
8257
  const getPublicBranches = {
8220
8258
  __proto__: null,
8221
- name: name$J,
8222
- query: query$J
8259
+ name: name$K,
8260
+ query: query$K
8223
8261
  };
8224
8262
 
8225
8263
  const index$h = {
@@ -8228,336 +8266,336 @@ const index$h = {
8228
8266
  GetPublicBranches: getPublicBranches
8229
8267
  };
8230
8268
 
8231
- const name$I = "capitalVotes";
8232
- const query$I = Selector("Query")({
8233
- [name$I]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
8269
+ const name$J = "capitalVotes";
8270
+ const query$J = Selector("Query")({
8271
+ [name$J]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
8234
8272
  });
8235
8273
 
8236
8274
  const getVotes = {
8275
+ __proto__: null,
8276
+ name: name$J,
8277
+ query: query$J
8278
+ };
8279
+
8280
+ const name$I = "capitalVote";
8281
+ const query$I = Selector("Query")({
8282
+ [name$I]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
8283
+ });
8284
+
8285
+ const getVote = {
8237
8286
  __proto__: null,
8238
8287
  name: name$I,
8239
8288
  query: query$I
8240
8289
  };
8241
8290
 
8242
- const name$H = "capitalVote";
8291
+ const name$H = "capitalProjects";
8243
8292
  const query$H = Selector("Query")({
8244
- [name$H]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
8293
+ [name$H]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
8245
8294
  });
8246
8295
 
8247
- const getVote = {
8296
+ const getProjects = {
8248
8297
  __proto__: null,
8249
8298
  name: name$H,
8250
8299
  query: query$H
8251
8300
  };
8252
8301
 
8253
- const name$G = "capitalProjects";
8302
+ const name$G = "capitalProject";
8254
8303
  const query$G = Selector("Query")({
8255
- [name$G]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
8304
+ [name$G]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
8256
8305
  });
8257
8306
 
8258
- const getProjects = {
8307
+ const getProject = {
8259
8308
  __proto__: null,
8260
8309
  name: name$G,
8261
8310
  query: query$G
8262
8311
  };
8263
8312
 
8264
- const name$F = "capitalProject";
8313
+ const name$F = "capitalProjectWithRelations";
8265
8314
  const query$F = Selector("Query")({
8266
- [name$F]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
8315
+ [name$F]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
8267
8316
  });
8268
8317
 
8269
- const getProject = {
8318
+ const getProjectWithRelations = {
8270
8319
  __proto__: null,
8271
8320
  name: name$F,
8272
8321
  query: query$F
8273
8322
  };
8274
8323
 
8275
- const name$E = "capitalProjectWithRelations";
8324
+ const name$E = "capitalSegments";
8276
8325
  const query$E = Selector("Query")({
8277
- [name$E]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
8326
+ [name$E]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
8278
8327
  });
8279
8328
 
8280
- const getProjectWithRelations = {
8329
+ const getSegments = {
8281
8330
  __proto__: null,
8282
8331
  name: name$E,
8283
8332
  query: query$E
8284
8333
  };
8285
8334
 
8286
- const name$D = "capitalSegments";
8335
+ const name$D = "capitalSegment";
8287
8336
  const query$D = Selector("Query")({
8288
- [name$D]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
8337
+ [name$D]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
8289
8338
  });
8290
8339
 
8291
- const getSegments = {
8340
+ const getSegment = {
8292
8341
  __proto__: null,
8293
8342
  name: name$D,
8294
8343
  query: query$D
8295
8344
  };
8296
8345
 
8297
- const name$C = "capitalSegment";
8346
+ const name$C = "capitalContributors";
8298
8347
  const query$C = Selector("Query")({
8299
- [name$C]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
8348
+ [name$C]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
8300
8349
  });
8301
8350
 
8302
- const getSegment = {
8351
+ const getContributors = {
8303
8352
  __proto__: null,
8304
8353
  name: name$C,
8305
8354
  query: query$C
8306
8355
  };
8307
8356
 
8308
- const name$B = "capitalContributors";
8357
+ const name$B = "capitalContributor";
8309
8358
  const query$B = Selector("Query")({
8310
- [name$B]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
8359
+ [name$B]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
8311
8360
  });
8312
8361
 
8313
- const getContributors = {
8362
+ const getContributor = {
8314
8363
  __proto__: null,
8315
8364
  name: name$B,
8316
8365
  query: query$B
8317
8366
  };
8318
8367
 
8319
- const name$A = "capitalContributor";
8368
+ const name$A = "capitalInvests";
8320
8369
  const query$A = Selector("Query")({
8321
- [name$A]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
8370
+ [name$A]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
8322
8371
  });
8323
8372
 
8324
- const getContributor = {
8373
+ const getInvests = {
8325
8374
  __proto__: null,
8326
8375
  name: name$A,
8327
8376
  query: query$A
8328
8377
  };
8329
8378
 
8330
- const name$z = "capitalInvests";
8379
+ const name$z = "capitalInvest";
8331
8380
  const query$z = Selector("Query")({
8332
- [name$z]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
8381
+ [name$z]: [{ data: $("data", "GetInvestInput!") }, investSelector]
8333
8382
  });
8334
8383
 
8335
- const getInvests = {
8384
+ const getInvest = {
8336
8385
  __proto__: null,
8337
8386
  name: name$z,
8338
8387
  query: query$z
8339
8388
  };
8340
8389
 
8341
- const name$y = "capitalInvest";
8390
+ const name$y = "capitalProgramInvests";
8342
8391
  const query$y = Selector("Query")({
8343
- [name$y]: [{ data: $("data", "GetInvestInput!") }, investSelector]
8392
+ [name$y]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
8344
8393
  });
8345
8394
 
8346
- const getInvest = {
8395
+ const getProgramInvests = {
8347
8396
  __proto__: null,
8348
8397
  name: name$y,
8349
8398
  query: query$y
8350
8399
  };
8351
8400
 
8352
- const name$x = "capitalProgramInvests";
8401
+ const name$x = "capitalProgramInvest";
8353
8402
  const query$x = Selector("Query")({
8354
- [name$x]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
8403
+ [name$x]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
8355
8404
  });
8356
8405
 
8357
- const getProgramInvests = {
8406
+ const getProgramInvest = {
8358
8407
  __proto__: null,
8359
8408
  name: name$x,
8360
8409
  query: query$x
8361
8410
  };
8362
8411
 
8363
- const name$w = "capitalProgramInvest";
8412
+ const name$w = "capitalDebts";
8364
8413
  const query$w = Selector("Query")({
8365
- [name$w]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
8414
+ [name$w]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
8366
8415
  });
8367
8416
 
8368
- const getProgramInvest = {
8417
+ const getDebts = {
8369
8418
  __proto__: null,
8370
8419
  name: name$w,
8371
8420
  query: query$w
8372
8421
  };
8373
8422
 
8374
- const name$v = "capitalDebts";
8423
+ const name$v = "capitalDebt";
8375
8424
  const query$v = Selector("Query")({
8376
- [name$v]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
8425
+ [name$v]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
8377
8426
  });
8378
8427
 
8379
- const getDebts = {
8428
+ const getDebt = {
8380
8429
  __proto__: null,
8381
8430
  name: name$v,
8382
8431
  query: query$v
8383
8432
  };
8384
8433
 
8385
- const name$u = "capitalDebt";
8434
+ const name$u = "capitalResults";
8386
8435
  const query$u = Selector("Query")({
8387
- [name$u]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
8436
+ [name$u]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
8388
8437
  });
8389
8438
 
8390
- const getDebt = {
8439
+ const getResults = {
8391
8440
  __proto__: null,
8392
8441
  name: name$u,
8393
8442
  query: query$u
8394
8443
  };
8395
8444
 
8396
- const name$t = "capitalResults";
8445
+ const name$t = "capitalResult";
8397
8446
  const query$t = Selector("Query")({
8398
- [name$t]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
8447
+ [name$t]: [{ data: $("data", "GetResultInput!") }, resultSelector]
8399
8448
  });
8400
8449
 
8401
- const getResults = {
8450
+ const getResult = {
8402
8451
  __proto__: null,
8403
8452
  name: name$t,
8404
8453
  query: query$t
8405
8454
  };
8406
8455
 
8407
- const name$s = "capitalResult";
8456
+ const name$s = "capitalExpenses";
8408
8457
  const query$s = Selector("Query")({
8409
- [name$s]: [{ data: $("data", "GetResultInput!") }, resultSelector]
8458
+ [name$s]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
8410
8459
  });
8411
8460
 
8412
- const getResult = {
8461
+ const getExpenses = {
8413
8462
  __proto__: null,
8414
8463
  name: name$s,
8415
8464
  query: query$s
8416
8465
  };
8417
8466
 
8418
- const name$r = "capitalExpenses";
8467
+ const name$r = "capitalExpense";
8419
8468
  const query$r = Selector("Query")({
8420
- [name$r]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
8469
+ [name$r]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
8421
8470
  });
8422
8471
 
8423
- const getExpenses = {
8472
+ const getExpense = {
8424
8473
  __proto__: null,
8425
8474
  name: name$r,
8426
8475
  query: query$r
8427
8476
  };
8428
8477
 
8429
- const name$q = "capitalExpense";
8478
+ const name$q = "capitalTimeStats";
8430
8479
  const query$q = Selector("Query")({
8431
- [name$q]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
8480
+ [name$q]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
8432
8481
  });
8433
8482
 
8434
- const getExpense = {
8483
+ const getTimeStats = {
8435
8484
  __proto__: null,
8436
8485
  name: name$q,
8437
8486
  query: query$q
8438
8487
  };
8439
8488
 
8440
- const name$p = "capitalTimeStats";
8489
+ const name$p = "capitalTimeEntries";
8441
8490
  const query$p = Selector("Query")({
8442
- [name$p]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
8491
+ [name$p]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
8443
8492
  });
8444
8493
 
8445
- const getTimeStats = {
8494
+ const getTimeEntries = {
8446
8495
  __proto__: null,
8447
8496
  name: name$p,
8448
8497
  query: query$p
8449
8498
  };
8450
8499
 
8451
- const name$o = "capitalTimeEntries";
8500
+ const name$o = "capitalTimeEntriesByIssues";
8452
8501
  const query$o = Selector("Query")({
8453
- [name$o]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
8502
+ [name$o]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
8454
8503
  });
8455
8504
 
8456
- const getTimeEntries = {
8505
+ const getTimeEntriesByIssues = {
8457
8506
  __proto__: null,
8458
8507
  name: name$o,
8459
8508
  query: query$o
8460
8509
  };
8461
8510
 
8462
- const name$n = "capitalTimeEntriesByIssues";
8511
+ const name$n = "capitalCommit";
8463
8512
  const query$n = Selector("Query")({
8464
- [name$n]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
8513
+ [name$n]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
8465
8514
  });
8466
8515
 
8467
- const getTimeEntriesByIssues = {
8516
+ const getCommit = {
8468
8517
  __proto__: null,
8469
8518
  name: name$n,
8470
8519
  query: query$n
8471
8520
  };
8472
8521
 
8473
- const name$m = "capitalCommit";
8522
+ const name$m = "capitalStories";
8474
8523
  const query$m = Selector("Query")({
8475
- [name$m]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
8524
+ [name$m]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
8476
8525
  });
8477
8526
 
8478
- const getCommit = {
8527
+ const getStories = {
8479
8528
  __proto__: null,
8480
8529
  name: name$m,
8481
8530
  query: query$m
8482
8531
  };
8483
8532
 
8484
- const name$l = "capitalStories";
8533
+ const name$l = "capitalStory";
8485
8534
  const query$l = Selector("Query")({
8486
- [name$l]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
8535
+ [name$l]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
8487
8536
  });
8488
8537
 
8489
- const getStories = {
8538
+ const getStory = {
8490
8539
  __proto__: null,
8491
8540
  name: name$l,
8492
8541
  query: query$l
8493
8542
  };
8494
8543
 
8495
- const name$k = "capitalStory";
8544
+ const name$k = "capitalIssues";
8496
8545
  const query$k = Selector("Query")({
8497
- [name$k]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
8546
+ [name$k]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
8498
8547
  });
8499
8548
 
8500
- const getStory = {
8549
+ const getIssues = {
8501
8550
  __proto__: null,
8502
8551
  name: name$k,
8503
8552
  query: query$k
8504
8553
  };
8505
8554
 
8506
- const name$j = "capitalIssues";
8555
+ const name$j = "capitalIssue";
8507
8556
  const query$j = Selector("Query")({
8508
- [name$j]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
8557
+ [name$j]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
8509
8558
  });
8510
8559
 
8511
- const getIssues = {
8560
+ const getIssue = {
8512
8561
  __proto__: null,
8513
8562
  name: name$j,
8514
8563
  query: query$j
8515
8564
  };
8516
8565
 
8517
- const name$i = "capitalIssue";
8566
+ const name$i = "capitalCommits";
8518
8567
  const query$i = Selector("Query")({
8519
- [name$i]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
8568
+ [name$i]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
8520
8569
  });
8521
8570
 
8522
- const getIssue = {
8571
+ const getCommits = {
8523
8572
  __proto__: null,
8524
8573
  name: name$i,
8525
8574
  query: query$i
8526
8575
  };
8527
8576
 
8528
- const name$h = "capitalCommits";
8577
+ const name$h = "capitalCycles";
8529
8578
  const query$h = Selector("Query")({
8530
- [name$h]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
8579
+ [name$h]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
8531
8580
  });
8532
8581
 
8533
- const getCommits = {
8582
+ const getCycles = {
8534
8583
  __proto__: null,
8535
8584
  name: name$h,
8536
8585
  query: query$h
8537
8586
  };
8538
8587
 
8539
- const name$g = "capitalCycles";
8588
+ const name$g = "capitalState";
8540
8589
  const query$g = Selector("Query")({
8541
- [name$g]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
8590
+ [name$g]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
8542
8591
  });
8543
8592
 
8544
- const getCycles = {
8593
+ const getState = {
8545
8594
  __proto__: null,
8546
8595
  name: name$g,
8547
8596
  query: query$g
8548
8597
  };
8549
8598
 
8550
- const name$f = "capitalState";
8551
- const query$f = Selector("Query")({
8552
- [name$f]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
8553
- });
8554
-
8555
- const getState = {
8556
- __proto__: null,
8557
- name: name$f,
8558
- query: query$f
8559
- };
8560
-
8561
8599
  const index$g = {
8562
8600
  __proto__: null,
8563
8601
  GetCommit: getCommit,
@@ -8592,9 +8630,9 @@ const index$g = {
8592
8630
  GetVotes: getVotes
8593
8631
  };
8594
8632
 
8595
- const name$e = "chairmanApprovals";
8596
- const query$e = Selector("Query")({
8597
- [name$e]: [
8633
+ const name$f = "chairmanApprovals";
8634
+ const query$f = Selector("Query")({
8635
+ [name$f]: [
8598
8636
  {
8599
8637
  filter: $("filter", "ApprovalFilter"),
8600
8638
  options: $("options", "PaginationInput")
@@ -8605,19 +8643,19 @@ const query$e = Selector("Query")({
8605
8643
 
8606
8644
  const getApprovals = {
8607
8645
  __proto__: null,
8608
- name: name$e,
8609
- query: query$e
8646
+ name: name$f,
8647
+ query: query$f
8610
8648
  };
8611
8649
 
8612
- const name$d = "chairmanApproval";
8613
- const query$d = Selector("Query")({
8614
- [name$d]: [{ id: $("id", "String!") }, approvalSelector]
8650
+ const name$e = "chairmanApproval";
8651
+ const query$e = Selector("Query")({
8652
+ [name$e]: [{ id: $("id", "String!") }, approvalSelector]
8615
8653
  });
8616
8654
 
8617
8655
  const getApproval = {
8618
8656
  __proto__: null,
8619
- name: name$d,
8620
- query: query$d
8657
+ name: name$e,
8658
+ query: query$e
8621
8659
  };
8622
8660
 
8623
8661
  const index$f = {
@@ -8642,15 +8680,15 @@ const rawDesktopSelector = {
8642
8680
  };
8643
8681
  const desktopSelector = Selector("Desktop")(rawDesktopSelector);
8644
8682
 
8645
- const name$c = "getDesktop";
8646
- const query$c = Selector("Query")({
8647
- [name$c]: desktopSelector
8683
+ const name$d = "getDesktop";
8684
+ const query$d = Selector("Query")({
8685
+ [name$d]: desktopSelector
8648
8686
  });
8649
8687
 
8650
8688
  const getDesktop = {
8651
8689
  __proto__: null,
8652
- name: name$c,
8653
- query: query$c
8690
+ name: name$d,
8691
+ query: query$d
8654
8692
  };
8655
8693
 
8656
8694
  const index$e = {
@@ -8659,15 +8697,15 @@ const index$e = {
8659
8697
  };
8660
8698
 
8661
8699
  const documentPaginationSelector = { ...paginationSelector, items: rawDocumentPackageAggregateSelector };
8662
- const name$b = "getDocuments";
8663
- const query$b = Selector("Query")({
8664
- [name$b]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
8700
+ const name$c = "getDocuments";
8701
+ const query$c = Selector("Query")({
8702
+ [name$c]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
8665
8703
  });
8666
8704
 
8667
8705
  const getDocuments = {
8668
8706
  __proto__: null,
8669
- name: name$b,
8670
- query: query$b
8707
+ name: name$c,
8708
+ query: query$c
8671
8709
  };
8672
8710
 
8673
8711
  const index$d = {
@@ -8675,15 +8713,15 @@ const index$d = {
8675
8713
  GetDocuments: getDocuments
8676
8714
  };
8677
8715
 
8678
- const name$a = "getExtensions";
8679
- const query$a = Selector("Query")({
8680
- [name$a]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
8716
+ const name$b = "getExtensions";
8717
+ const query$b = Selector("Query")({
8718
+ [name$b]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
8681
8719
  });
8682
8720
 
8683
8721
  const getExtensions = {
8684
8722
  __proto__: null,
8685
- name: name$a,
8686
- query: query$a
8723
+ name: name$b,
8724
+ query: query$b
8687
8725
  };
8688
8726
 
8689
8727
  const index$c = {
@@ -8692,9 +8730,9 @@ const index$c = {
8692
8730
  };
8693
8731
 
8694
8732
  const paginatedPaymentsSelector = { ...paginationSelector, items: rawPaymentSelector };
8695
- const name$9 = "getPayments";
8696
- const query$9 = Selector("Query")({
8697
- [name$9]: [
8733
+ const name$a = "getPayments";
8734
+ const query$a = Selector("Query")({
8735
+ [name$a]: [
8698
8736
  {
8699
8737
  data: $("data", "PaymentFiltersInput"),
8700
8738
  options: $("options", "PaginationInput")
@@ -8705,8 +8743,8 @@ const query$9 = Selector("Query")({
8705
8743
 
8706
8744
  const getPayments = {
8707
8745
  __proto__: null,
8708
- name: name$9,
8709
- query: query$9
8746
+ name: name$a,
8747
+ query: query$a
8710
8748
  };
8711
8749
 
8712
8750
  const index$b = {
@@ -8714,26 +8752,26 @@ const index$b = {
8714
8752
  GetPayments: getPayments
8715
8753
  };
8716
8754
 
8717
- const name$8 = "getLedger";
8718
- const query$8 = Selector("Query")({
8719
- [name$8]: [{ data: $("data", "GetLedgerInput!") }, ledgerStateSelector]
8755
+ const name$9 = "getLedger";
8756
+ const query$9 = Selector("Query")({
8757
+ [name$9]: [{ data: $("data", "GetLedgerInput!") }, ledgerStateSelector]
8720
8758
  });
8721
8759
 
8722
8760
  const getLedger = {
8723
8761
  __proto__: null,
8724
- name: name$8,
8725
- query: query$8
8762
+ name: name$9,
8763
+ query: query$9
8726
8764
  };
8727
8765
 
8728
- const name$7 = "getLedgerHistory";
8729
- const query$7 = Selector("Query")({
8730
- [name$7]: [{ data: $("data", "GetLedgerHistoryInput!") }, rawLedgerHistorySelector]
8766
+ const name$8 = "getLedgerHistory";
8767
+ const query$8 = Selector("Query")({
8768
+ [name$8]: [{ data: $("data", "GetLedgerHistoryInput!") }, rawLedgerHistorySelector]
8731
8769
  });
8732
8770
 
8733
8771
  const getLedgerHistory = {
8734
8772
  __proto__: null,
8735
- name: name$7,
8736
- query: query$7
8773
+ name: name$8,
8774
+ query: query$8
8737
8775
  };
8738
8776
 
8739
8777
  const index$a = {
@@ -8742,26 +8780,26 @@ const index$a = {
8742
8780
  GetLedgerHistory: getLedgerHistory
8743
8781
  };
8744
8782
 
8745
- const name$6 = "getMeet";
8746
- const query$6 = Selector("Query")({
8747
- [name$6]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
8783
+ const name$7 = "getMeet";
8784
+ const query$7 = Selector("Query")({
8785
+ [name$7]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
8748
8786
  });
8749
8787
 
8750
8788
  const getMeet = {
8751
8789
  __proto__: null,
8752
- name: name$6,
8753
- query: query$6
8790
+ name: name$7,
8791
+ query: query$7
8754
8792
  };
8755
8793
 
8756
- const name$5 = "getMeets";
8757
- const query$5 = Selector("Query")({
8758
- [name$5]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
8794
+ const name$6 = "getMeets";
8795
+ const query$6 = Selector("Query")({
8796
+ [name$6]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
8759
8797
  });
8760
8798
 
8761
8799
  const getMeets = {
8762
8800
  __proto__: null,
8763
- name: name$5,
8764
- query: query$5
8801
+ name: name$6,
8802
+ query: query$6
8765
8803
  };
8766
8804
 
8767
8805
  const index$9 = {
@@ -8770,26 +8808,26 @@ const index$9 = {
8770
8808
  GetMeets: getMeets
8771
8809
  };
8772
8810
 
8773
- const name$4 = "getUserWebPushSubscriptions";
8774
- const query$4 = Selector("Query")({
8775
- [name$4]: [{ data: $("data", "GetUserSubscriptionsInput!") }, rawWebPushSubscriptionSelector]
8811
+ const name$5 = "getUserWebPushSubscriptions";
8812
+ const query$5 = Selector("Query")({
8813
+ [name$5]: [{ data: $("data", "GetUserSubscriptionsInput!") }, rawWebPushSubscriptionSelector]
8776
8814
  });
8777
8815
 
8778
8816
  const getUserWebPushSubscriptions = {
8779
8817
  __proto__: null,
8780
- name: name$4,
8781
- query: query$4
8818
+ name: name$5,
8819
+ query: query$5
8782
8820
  };
8783
8821
 
8784
- const name$3 = "getWebPushSubscriptionStats";
8785
- const query$3 = Selector("Query")({
8786
- [name$3]: rawSubscriptionStatsSelector
8822
+ const name$4 = "getWebPushSubscriptionStats";
8823
+ const query$4 = Selector("Query")({
8824
+ [name$4]: rawSubscriptionStatsSelector
8787
8825
  });
8788
8826
 
8789
8827
  const getWebPushSubscriptionStats = {
8790
8828
  __proto__: null,
8791
- name: name$3,
8792
- query: query$3
8829
+ name: name$4,
8830
+ query: query$4
8793
8831
  };
8794
8832
 
8795
8833
  const index$8 = {
@@ -8801,14 +8839,14 @@ const index$8 = {
8801
8839
  const rawPaymentMethodPaginationSelector = { ...paginationSelector, items: rawPaymentMethodSelector };
8802
8840
  Selector("PaymentMethodPaginationResult")(rawPaymentMethodPaginationSelector);
8803
8841
 
8804
- const name$2 = "getPaymentMethods";
8805
- const query$2 = Selector("Query")({
8806
- [name$2]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
8842
+ const name$3 = "getPaymentMethods";
8843
+ const query$3 = Selector("Query")({
8844
+ [name$3]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
8807
8845
  });
8808
8846
 
8809
8847
  const getPaymentMethods = {
8810
8848
  __proto__: null,
8811
- query: query$2
8849
+ query: query$3
8812
8850
  };
8813
8851
 
8814
8852
  const index$7 = {
@@ -8816,12 +8854,23 @@ const index$7 = {
8816
8854
  GetPaymentMethods: getPaymentMethods
8817
8855
  };
8818
8856
 
8819
- const name$1 = "getInstallationStatus";
8820
- const query$1 = Selector("Query")({
8821
- [name$1]: [{ data: $("data", "GetInstallationStatusInput!") }, installationStatusSelector]
8857
+ const name$2 = "getInstallationStatus";
8858
+ const query$2 = Selector("Query")({
8859
+ [name$2]: [{ data: $("data", "GetInstallationStatusInput!") }, installationStatusSelector]
8822
8860
  });
8823
8861
 
8824
8862
  const getInstallationStatus = {
8863
+ __proto__: null,
8864
+ name: name$2,
8865
+ query: query$2
8866
+ };
8867
+
8868
+ const name$1 = "getProviderSubscriptions";
8869
+ const query$1 = Selector("Query")({
8870
+ [name$1]: providerSubscriptionSelector
8871
+ });
8872
+
8873
+ const getProviderSubscriptions = {
8825
8874
  __proto__: null,
8826
8875
  name: name$1,
8827
8876
  query: query$1
@@ -8841,6 +8890,7 @@ const getSystemInfo = {
8841
8890
  const index$6 = {
8842
8891
  __proto__: null,
8843
8892
  GetInstallationStatus: getInstallationStatus,
8893
+ GetProviderSubscriptions: getProviderSubscriptions,
8844
8894
  GetSystemInfo: getSystemInfo
8845
8895
  };
8846
8896
 
@@ -8911,7 +8961,7 @@ const _Client = class _Client {
8911
8961
  __publicField(this, "vote");
8912
8962
  __publicField(this, "thunder");
8913
8963
  this.currentHeaders = options.headers || {};
8914
- this.thunder = _Client.createThunder(options.api_url);
8964
+ this.thunder = this.createThunder(options.api_url);
8915
8965
  this.account = new Account();
8916
8966
  this.blockchain = new Blockchain(options);
8917
8967
  this.document = new Document(options.wif);
@@ -8926,23 +8976,18 @@ const _Client = class _Client {
8926
8976
  }
8927
8977
  }
8928
8978
  /**
8929
- * Инициализация клиента с заданными опциями.
8979
+ * Создает экземпляр клиента с заданными опциями (для обратной совместимости).
8930
8980
  * @param options Параметры соединения.
8931
8981
  */
8932
8982
  static create(options) {
8933
- if (!this.instance) {
8934
- this.instance = new _Client(options);
8935
- }
8936
- return this.getInstance();
8983
+ return new _Client(options);
8937
8984
  }
8938
8985
  /**
8939
- * Возвращает текущий экземпляр клиента.
8986
+ * Создает новый экземпляр клиента.
8987
+ * @param options Параметры соединения.
8940
8988
  */
8941
- static getInstance() {
8942
- if (!this.instance) {
8943
- throw new Error("\u041A\u043B\u0438\u0435\u043D\u0442 \u043D\u0435 \u0438\u043D\u0438\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D. \u0412\u044B\u0437\u043E\u0432\u0438\u0442\u0435 Client.create() \u043F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C.");
8944
- }
8945
- return this.instance;
8989
+ static New(options) {
8990
+ return new _Client(options);
8946
8991
  }
8947
8992
  /**
8948
8993
  * Логин пользователя с использованием email и WIF.
@@ -8963,7 +9008,7 @@ const _Client = class _Client {
8963
9008
  signature
8964
9009
  }
8965
9010
  };
8966
- const { [name$33]: result } = await this.thunder("mutation")(
9011
+ const { [name$34]: result } = await this.thunder("mutation")(
8967
9012
  mutation$2c,
8968
9013
  {
8969
9014
  variables
@@ -8985,6 +9030,7 @@ const _Client = class _Client {
8985
9030
  }
8986
9031
  /**
8987
9032
  * Установка WIF.
9033
+ * @param username Имя пользователя.
8988
9034
  * @param wif WIF для установки.
8989
9035
  */
8990
9036
  setWif(username, wif) {
@@ -9045,14 +9091,14 @@ const _Client = class _Client {
9045
9091
  * @param baseUrl URL GraphQL API.
9046
9092
  * @returns Функция Thunder.
9047
9093
  */
9048
- static createThunder(baseUrl) {
9094
+ createThunder(baseUrl) {
9049
9095
  return Thunder(async (query, variables) => {
9050
9096
  const response = await fetch(baseUrl, {
9051
9097
  body: JSON.stringify({ query, variables }),
9052
9098
  method: "POST",
9053
9099
  headers: {
9054
9100
  "Content-Type": "application/json",
9055
- ..._Client.getInstance().currentHeaders
9101
+ ...this.currentHeaders
9056
9102
  }
9057
9103
  });
9058
9104
  if (!response.ok) {
@@ -9075,7 +9121,6 @@ const _Client = class _Client {
9075
9121
  }, { scalars: _Client.scalars });
9076
9122
  }
9077
9123
  };
9078
- __publicField(_Client, "instance", null);
9079
9124
  __publicField(_Client, "scalars", ZeusScalars({
9080
9125
  DateTime: {
9081
9126
  decode: (e) => new Date(e),