@coopenomics/sdk 2026.3.19-2 → 2026.4.26-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -5,25 +5,11 @@ const WebSocket = require('isomorphic-ws');
5
5
  const antelope = require('@wharfkit/antelope');
6
6
  const contract = require('@wharfkit/contract');
7
7
  const walletPluginPrivatekey = require('@wharfkit/wallet-plugin-privatekey');
8
- const nodeCrypto = require('node:crypto');
9
8
  const graphqlWs = require('graphql-ws');
10
9
 
11
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e.default : e; }
12
11
 
13
- function _interopNamespaceCompat(e) {
14
- if (e && typeof e === 'object' && 'default' in e) return e;
15
- const n = Object.create(null);
16
- if (e) {
17
- for (const k in e) {
18
- n[k] = e[k];
19
- }
20
- }
21
- n.default = e;
22
- return n;
23
- }
24
-
25
12
  const WebSocket__default = /*#__PURE__*/_interopDefaultCompat(WebSocket);
26
- const nodeCrypto__namespace = /*#__PURE__*/_interopNamespaceCompat(nodeCrypto);
27
13
 
28
14
  var __defProp$5 = Object.defineProperty;
29
15
  var __defNormalProp$5 = (obj, key, value) => key in obj ? __defProp$5(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
@@ -355,7 +341,8 @@ class Crypto {
355
341
  return Array.from(new Uint8Array(hashBuffer)).map((b) => b.toString(16).padStart(2, "0")).join("");
356
342
  } else {
357
343
  try {
358
- return nodeCrypto__namespace.createHash("sha256").update(str).digest("hex");
344
+ const { createHash } = await import('node:crypto');
345
+ return createHash("sha256").update(str).digest("hex");
359
346
  } catch (error) {
360
347
  console.warn("Node.js crypto \u043C\u043E\u0434\u0443\u043B\u044C \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D", error);
361
348
  throw new Error("\u041A\u0440\u0438\u043F\u0442\u043E\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0442\u0441\u044F \u0432 \u044D\u0442\u043E\u043C \u043E\u043A\u0440\u0443\u0436\u0435\u043D\u0438\u0438");
@@ -983,6 +970,7 @@ const AllTypesProps = {
983
970
  CapitalSegmentFilter: {
984
971
  status: "SegmentStatus"
985
972
  },
973
+ CapitalStoryContentFormat: "enum",
986
974
  CapitalStoryFilter: {
987
975
  status: "StoryStatus"
988
976
  },
@@ -1038,6 +1026,10 @@ const AllTypesProps = {
1038
1026
  proposal: "AnnualGeneralMeetingAgendaSignedDocumentInput"
1039
1027
  },
1040
1028
  CreateBranchInput: {},
1029
+ CreateChatCoopCalendarEventInput: {
1030
+ endsAt: "DateTime",
1031
+ startsAt: "DateTime"
1032
+ },
1041
1033
  CreateChildOrderInput: {
1042
1034
  document: "ReturnByAssetStatementSignedDocumentInput"
1043
1035
  },
@@ -1082,6 +1074,9 @@ const AllTypesProps = {
1082
1074
  },
1083
1075
  CreateParentOfferInput: {},
1084
1076
  CreateProcessTemplateInput: {},
1077
+ CreateProgramInvestInput: {
1078
+ statement: "ProgramCapitalizationMoneyInvestStatementSignedDocumentInput"
1079
+ },
1085
1080
  CreateProgramPropertyInput: {
1086
1081
  statement: "SignedDigitalDocumentInput"
1087
1082
  },
@@ -1095,6 +1090,7 @@ const AllTypesProps = {
1095
1090
  passport: "PassportInput"
1096
1091
  },
1097
1092
  CreateStoryInput: {
1093
+ content_format: "CapitalStoryContentFormat",
1098
1094
  status: "StoryStatus"
1099
1095
  },
1100
1096
  CreateSubscriptionInput: {
@@ -1193,14 +1189,16 @@ const AllTypesProps = {
1193
1189
  GetInvestInput: {},
1194
1190
  GetLedgerHistoryInput: {},
1195
1191
  GetLedgerInput: {},
1192
+ GetMaxOriginServerTsForRoomInput: {},
1196
1193
  GetMeetInput: {},
1197
1194
  GetMeetsInput: {},
1198
1195
  GetOneCoopDocumentsInput: {},
1199
1196
  GetPaymentMethodsInput: {},
1200
- GetProgramInvestInput: {},
1197
+ GetProjectCommunicationRoomsInput: {},
1201
1198
  GetProjectInput: {},
1202
1199
  GetProjectWithRelationsInput: {},
1203
1200
  GetResultInput: {},
1201
+ GetRoomMessagesForUtcDateInput: {},
1204
1202
  GetTranscriptionInput: {},
1205
1203
  GetTranscriptionsInput: {},
1206
1204
  GetUserSubscriptionsInput: {},
@@ -1219,6 +1217,7 @@ const AllTypesProps = {
1219
1217
  IssueStatus: "enum",
1220
1218
  JSON: `scalar.JSON`,
1221
1219
  JSONObject: `scalar.JSONObject`,
1220
+ ListUtcDatesWithNewRoomMessagesInput: {},
1222
1221
  LogEntityType: "enum",
1223
1222
  LogEventType: "enum",
1224
1223
  LoginInput: {},
@@ -1227,6 +1226,7 @@ const AllTypesProps = {
1227
1226
  document: "SignedDigitalDocumentInput"
1228
1227
  },
1229
1228
  ModerateRequestInput: {},
1229
+ MoveCapitalIssueToComponentInput: {},
1230
1230
  Mutation: {
1231
1231
  acceptChildOrder: {
1232
1232
  data: "AcceptChildOrderInput"
@@ -1285,6 +1285,9 @@ const AllTypesProps = {
1285
1285
  capitalCreateProcessTemplate: {
1286
1286
  data: "CreateProcessTemplateInput"
1287
1287
  },
1288
+ capitalCreateProgramInvest: {
1289
+ data: "CreateProgramInvestInput"
1290
+ },
1288
1291
  capitalCreateProgramProperty: {
1289
1292
  data: "CreateProgramPropertyInput"
1290
1293
  },
@@ -1401,6 +1404,10 @@ const AllTypesProps = {
1401
1404
  data: "GenerateDocumentInput",
1402
1405
  options: "GenerateDocumentOptionsInput"
1403
1406
  },
1407
+ capitalGenerateProgramMoneyInvestStatement: {
1408
+ data: "ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput",
1409
+ options: "GenerateDocumentOptionsInput"
1410
+ },
1404
1411
  capitalGenerateProjectGenerationContract: {
1405
1412
  data: "ProjectGenerationContractGenerateDocumentInput",
1406
1413
  options: "GenerateDocumentOptionsInput"
@@ -1426,6 +1433,9 @@ const AllTypesProps = {
1426
1433
  capitalMakeClearance: {
1427
1434
  data: "MakeClearanceInput"
1428
1435
  },
1436
+ capitalMoveIssueToComponent: {
1437
+ data: "MoveCapitalIssueToComponentInput"
1438
+ },
1429
1439
  capitalOpenProject: {
1430
1440
  data: "OpenProjectInput"
1431
1441
  },
@@ -1450,6 +1460,9 @@ const AllTypesProps = {
1450
1460
  capitalSetPlan: {
1451
1461
  data: "SetPlanInput"
1452
1462
  },
1463
+ capitalSetProjectDevelopmentRepositoryUrl: {
1464
+ data: "SetCapitalProjectDevelopmentRepositoryUrlInput"
1465
+ },
1453
1466
  capitalSignActAsChairman: {
1454
1467
  data: "SignActAsChairmanInput"
1455
1468
  },
@@ -1489,6 +1502,16 @@ const AllTypesProps = {
1489
1502
  chatcoopCreateAccount: {
1490
1503
  data: "CreateMatrixAccountInputDTO"
1491
1504
  },
1505
+ chatcoopCreateCalendarEvent: {
1506
+ data: "CreateChatCoopCalendarEventInput"
1507
+ },
1508
+ chatcoopDeleteCalendarEvent: {},
1509
+ chatcoopUpdateCalendarEvent: {
1510
+ data: "UpdateChatCoopCalendarEventInput"
1511
+ },
1512
+ chatcoopUpdateTranscriptionMemo: {
1513
+ data: "UpdateCallTranscriptionMemoInput"
1514
+ },
1492
1515
  completeCapitalOnboardingStep: {
1493
1516
  data: "CapitalOnboardingStepInput"
1494
1517
  },
@@ -1814,7 +1837,12 @@ const AllTypesProps = {
1814
1837
  position: "ProcessStepPositionInput"
1815
1838
  },
1816
1839
  ProcessTemplateStatus: "enum",
1817
- ProgramInvestStatus: "enum",
1840
+ ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput: {},
1841
+ ProgramCapitalizationMoneyInvestStatementSignedDocumentInput: {
1842
+ meta: "ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput",
1843
+ signatures: "SignatureInfoInput"
1844
+ },
1845
+ ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput: {},
1818
1846
  ProgramKey: "enum",
1819
1847
  ProgramType: "enum",
1820
1848
  ProgramWalletFilterInput: {
@@ -1899,13 +1927,6 @@ const AllTypesProps = {
1899
1927
  filter: "CapitalIssueFilter",
1900
1928
  options: "PaginationInput"
1901
1929
  },
1902
- capitalProgramInvest: {
1903
- data: "GetProgramInvestInput"
1904
- },
1905
- capitalProgramInvests: {
1906
- filter: "CapitalInvestFilter",
1907
- options: "PaginationInput"
1908
- },
1909
1930
  capitalProject: {
1910
1931
  data: "GetProjectInput"
1911
1932
  },
@@ -1967,12 +1988,24 @@ const AllTypesProps = {
1967
1988
  chatcoopCheckUsernameAvailability: {
1968
1989
  data: "CheckMatrixUsernameInput"
1969
1990
  },
1991
+ chatcoopGetMaxOriginServerTsForRoom: {
1992
+ data: "GetMaxOriginServerTsForRoomInput"
1993
+ },
1994
+ chatcoopGetRoomMessagesForUtcDate: {
1995
+ data: "GetRoomMessagesForUtcDateInput"
1996
+ },
1970
1997
  chatcoopGetTranscription: {
1971
1998
  data: "GetTranscriptionInput"
1972
1999
  },
1973
2000
  chatcoopGetTranscriptions: {
1974
2001
  data: "GetTranscriptionsInput"
1975
2002
  },
2003
+ chatcoopListProjectCommunicationRooms: {
2004
+ data: "GetProjectCommunicationRoomsInput"
2005
+ },
2006
+ chatcoopListUtcDatesWithNewRoomMessages: {
2007
+ data: "ListUtcDatesWithNewRoomMessagesInput"
2008
+ },
1976
2009
  getAccount: {
1977
2010
  data: "GetAccountInput"
1978
2011
  },
@@ -2120,6 +2153,7 @@ const AllTypesProps = {
2120
2153
  signatures: "SignatureInfoInput"
2121
2154
  },
2122
2155
  ReturnByMoneySignedMetaDocumentInput: {},
2156
+ RoomMessageKind: "enum",
2123
2157
  SbpDataInput: {},
2124
2158
  SearchDocumentsInput: {},
2125
2159
  SearchPrivateAccountsInput: {},
@@ -2136,6 +2170,7 @@ const AllTypesProps = {
2136
2170
  SendAgreementInput: {
2137
2171
  document: "SignedDigitalDocumentInput"
2138
2172
  },
2173
+ SetCapitalProjectDevelopmentRepositoryUrlInput: {},
2139
2174
  SetConfigInput: {
2140
2175
  config: "ConfigInput"
2141
2176
  },
@@ -2206,6 +2241,11 @@ const AllTypesProps = {
2206
2241
  UpdateBankAccountInput: {
2207
2242
  data: "BankAccountInput"
2208
2243
  },
2244
+ UpdateCallTranscriptionMemoInput: {},
2245
+ UpdateChatCoopCalendarEventInput: {
2246
+ endsAt: "DateTime",
2247
+ startsAt: "DateTime"
2248
+ },
2209
2249
  UpdateEntrepreneurDataInput: {
2210
2250
  country: "Country",
2211
2251
  details: "EntrepreneurDetailsInput"
@@ -2229,6 +2269,7 @@ const AllTypesProps = {
2229
2269
  UpdateRequestInput: {},
2230
2270
  UpdateSettingsInput: {},
2231
2271
  UpdateStoryInput: {
2272
+ content_format: "CapitalStoryContentFormat",
2232
2273
  status: "StoryStatus"
2233
2274
  },
2234
2275
  UserStatus: "enum",
@@ -2251,7 +2292,8 @@ const AllTypesProps = {
2251
2292
  WebPushSubscriptionDataInput: {
2252
2293
  keys: "WebPushSubscriptionKeysInput"
2253
2294
  },
2254
- WebPushSubscriptionKeysInput: {}
2295
+ WebPushSubscriptionKeysInput: {},
2296
+ ID: `scalar.ID`
2255
2297
  };
2256
2298
  const ReturnTypes = {
2257
2299
  Account: {
@@ -2395,6 +2437,7 @@ const ReturnTypes = {
2395
2437
  crps: "CapitalProjectCrpsData",
2396
2438
  data: "String",
2397
2439
  description: "String",
2440
+ development_repository_url: "String",
2398
2441
  fact: "CapitalProjectFactPool",
2399
2442
  id: "Int",
2400
2443
  invite: "String",
@@ -2527,6 +2570,7 @@ const ReturnTypes = {
2527
2570
  endedAt: "DateTime",
2528
2571
  id: "String",
2529
2572
  matrixRoomId: "String",
2573
+ memo: "String",
2530
2574
  participants: "String",
2531
2575
  roomId: "String",
2532
2576
  roomName: "String",
@@ -2653,6 +2697,7 @@ const ReturnTypes = {
2653
2697
  generator_offer_hash: "String",
2654
2698
  hours_per_day: "Float",
2655
2699
  id: "Int",
2700
+ is_external_blagorost_agreement: "Boolean",
2656
2701
  is_external_contract: "Boolean",
2657
2702
  last_energy_update: "String",
2658
2703
  level: "Int",
@@ -2745,9 +2790,14 @@ const ReturnTypes = {
2745
2790
  creators: "String",
2746
2791
  cycle_id: "String",
2747
2792
  description: "String",
2748
- estimate: "Int",
2793
+ estimate: "Float",
2794
+ fact: "Float",
2795
+ fact_by_contributor: "CapitalIssueContributorFact",
2796
+ fact_committed: "Float",
2797
+ fact_uncommitted: "Float",
2749
2798
  id: "String",
2750
2799
  issue_hash: "String",
2800
+ linked_git_commits: "CapitalIssueLinkedGitCommit",
2751
2801
  metadata: "JSON",
2752
2802
  permissions: "CapitalIssuePermissions",
2753
2803
  present: "Boolean",
@@ -2758,6 +2808,18 @@ const ReturnTypes = {
2758
2808
  submaster: "String",
2759
2809
  title: "String"
2760
2810
  },
2811
+ CapitalIssueContributorFact: {
2812
+ contributor_hash: "String",
2813
+ hours: "Float"
2814
+ },
2815
+ CapitalIssueLinkedGitCommit: {
2816
+ commit_message: "String",
2817
+ committed_at: "DateTime",
2818
+ consumed: "Boolean",
2819
+ github_sha: "String",
2820
+ html_url: "String",
2821
+ username: "String"
2822
+ },
2761
2823
  CapitalIssuePermissions: {
2762
2824
  allowed_status_transitions: "IssueStatus",
2763
2825
  can_assign_creator: "Boolean",
@@ -2767,6 +2829,8 @@ const ReturnTypes = {
2767
2829
  can_delete_issue: "Boolean",
2768
2830
  can_delete_requirement: "Boolean",
2769
2831
  can_edit_issue: "Boolean",
2832
+ can_edit_requirement: "Boolean",
2833
+ can_move_issue: "Boolean",
2770
2834
  can_set_done: "Boolean",
2771
2835
  can_set_estimate: "Boolean",
2772
2836
  can_set_on_review: "Boolean",
@@ -2801,22 +2865,6 @@ const ReturnTypes = {
2801
2865
  onboarding_generator_program_template_hash: "String",
2802
2866
  onboarding_init_at: "String"
2803
2867
  },
2804
- CapitalProgramInvest: {
2805
- _created_at: "DateTime",
2806
- _id: "String",
2807
- _updated_at: "DateTime",
2808
- amount: "Float",
2809
- block_num: "Int",
2810
- blockchain_status: "String",
2811
- coopname: "String",
2812
- id: "Int",
2813
- invest_hash: "String",
2814
- invested_at: "String",
2815
- present: "Boolean",
2816
- statement: "DocumentAggregate",
2817
- status: "ProgramInvestStatus",
2818
- username: "String"
2819
- },
2820
2868
  CapitalProject: {
2821
2869
  _created_at: "DateTime",
2822
2870
  _id: "String",
@@ -2830,6 +2878,7 @@ const ReturnTypes = {
2830
2878
  crps: "CapitalProjectCrpsData",
2831
2879
  data: "String",
2832
2880
  description: "String",
2881
+ development_repository_url: "String",
2833
2882
  fact: "CapitalProjectFactPool",
2834
2883
  id: "Int",
2835
2884
  invite: "String",
@@ -2861,6 +2910,7 @@ const ReturnTypes = {
2861
2910
  crps: "CapitalProjectCrpsData",
2862
2911
  data: "String",
2863
2912
  description: "String",
2913
+ development_repository_url: "String",
2864
2914
  fact: "CapitalProjectFactPool",
2865
2915
  id: "Int",
2866
2916
  invite: "String",
@@ -2929,6 +2979,7 @@ const ReturnTypes = {
2929
2979
  can_delete_project: "Boolean",
2930
2980
  can_delete_requirement: "Boolean",
2931
2981
  can_edit_project: "Boolean",
2982
+ can_edit_requirement: "Boolean",
2932
2983
  can_manage_authors: "Boolean",
2933
2984
  can_manage_issues: "Boolean",
2934
2985
  can_set_master: "Boolean",
@@ -3077,6 +3128,7 @@ const ReturnTypes = {
3077
3128
  _id: "String",
3078
3129
  _updated_at: "DateTime",
3079
3130
  block_num: "Float",
3131
+ content_format: "CapitalStoryContentFormat",
3080
3132
  coopname: "String",
3081
3133
  created_by: "String",
3082
3134
  description: "String",
@@ -3165,6 +3217,36 @@ const ReturnTypes = {
3165
3217
  name: "String",
3166
3218
  writeoff: "String"
3167
3219
  },
3220
+ ChatCoopCalendarEvent: {
3221
+ createdAt: "DateTime",
3222
+ createdByUsername: "String",
3223
+ description: "String",
3224
+ endsAt: "DateTime",
3225
+ icsSequence: "Int",
3226
+ id: "String",
3227
+ matrixRoomId: "String",
3228
+ startsAt: "DateTime",
3229
+ title: "String",
3230
+ updatedAt: "DateTime"
3231
+ },
3232
+ ChatCoopCalendarIcsUrlResponse: {
3233
+ icsUrl: "String"
3234
+ },
3235
+ ChatCoopCalendarRoomOption: {
3236
+ displayLabel: "String",
3237
+ matrixRoomId: "String"
3238
+ },
3239
+ ChatcoopProjectCommunicationRoom: {
3240
+ displayLabel: "String",
3241
+ matrixRoomId: "String"
3242
+ },
3243
+ ChatcoopRoomMessageLine: {
3244
+ authorLabel: "String",
3245
+ bodyText: "String",
3246
+ coopUsername: "String",
3247
+ kind: "RoomMessageKind",
3248
+ originServerTs: "Float"
3249
+ },
3168
3250
  ContactsDTO: {
3169
3251
  chairman: "PublicChairman",
3170
3252
  details: "OrganizationDetails",
@@ -3538,6 +3620,7 @@ const ReturnTypes = {
3538
3620
  agenda: "AgendaMeetPoint",
3539
3621
  close_at: "DateTime",
3540
3622
  coopname: "String",
3623
+ details: "String",
3541
3624
  hash: "String",
3542
3625
  initiator: "String",
3543
3626
  initiator_certificate: "UserCertificateUnion",
@@ -3616,6 +3699,7 @@ const ReturnTypes = {
3616
3699
  capitalCreateExpense: "Transaction",
3617
3700
  capitalCreateIssue: "CapitalIssue",
3618
3701
  capitalCreateProcessTemplate: "ProcessTemplate",
3702
+ capitalCreateProgramInvest: "Transaction",
3619
3703
  capitalCreateProgramProperty: "Transaction",
3620
3704
  capitalCreateProject: "Transaction",
3621
3705
  capitalCreateProjectInvest: "Transaction",
@@ -3649,6 +3733,7 @@ const ReturnTypes = {
3649
3733
  capitalGenerateGenerationToProjectConvertStatement: "GeneratedDocument",
3650
3734
  capitalGenerateGetLoanDecision: "GeneratedDocument",
3651
3735
  capitalGenerateGetLoanStatement: "GeneratedDocument",
3736
+ capitalGenerateProgramMoneyInvestStatement: "GeneratedDocument",
3652
3737
  capitalGenerateProjectGenerationContract: "GeneratedDocument",
3653
3738
  capitalGenerateRegistrationDocuments: "GenerateCapitalRegistrationDocumentsOutputDTO",
3654
3739
  capitalGenerateResultContributionAct: "GeneratedDocument",
@@ -3656,6 +3741,7 @@ const ReturnTypes = {
3656
3741
  capitalGenerateResultContributionStatement: "GeneratedDocument",
3657
3742
  capitalImportContributor: "Transaction",
3658
3743
  capitalMakeClearance: "Transaction",
3744
+ capitalMoveIssueToComponent: "CapitalIssue",
3659
3745
  capitalOpenProject: "CapitalProject",
3660
3746
  capitalPushResult: "CapitalSegment",
3661
3747
  capitalRefreshProgram: "Transaction",
@@ -3664,6 +3750,7 @@ const ReturnTypes = {
3664
3750
  capitalSetConfig: "Transaction",
3665
3751
  capitalSetMaster: "Transaction",
3666
3752
  capitalSetPlan: "CapitalProject",
3753
+ capitalSetProjectDevelopmentRepositoryUrl: "CapitalProject",
3667
3754
  capitalSignActAsChairman: "CapitalSegment",
3668
3755
  capitalSignActAsContributor: "CapitalSegment",
3669
3756
  capitalStartProcess: "ProcessInstance",
@@ -3677,6 +3764,11 @@ const ReturnTypes = {
3677
3764
  chairmanConfirmApprove: "Approval",
3678
3765
  chairmanDeclineApprove: "Approval",
3679
3766
  chatcoopCreateAccount: "Boolean",
3767
+ chatcoopCreateCalendarEvent: "ChatCoopCalendarEvent",
3768
+ chatcoopCreateCalendarIcsSubscription: "ChatCoopCalendarIcsUrlResponse",
3769
+ chatcoopDeleteCalendarEvent: "Boolean",
3770
+ chatcoopUpdateCalendarEvent: "ChatCoopCalendarEvent",
3771
+ chatcoopUpdateTranscriptionMemo: "CallTranscription",
3680
3772
  completeCapitalOnboardingStep: "CapitalOnboardingState",
3681
3773
  completeChairmanAgendaStep: "ChairmanOnboardingState",
3682
3774
  completeChairmanGeneralMeetStep: "ChairmanOnboardingState",
@@ -3894,12 +3986,6 @@ const ReturnTypes = {
3894
3986
  totalCount: "Int",
3895
3987
  totalPages: "Int"
3896
3988
  },
3897
- PaginatedCapitalProgramInvestsPaginationResult: {
3898
- currentPage: "Int",
3899
- items: "CapitalProgramInvest",
3900
- totalCount: "Int",
3901
- totalPages: "Int"
3902
- },
3903
3989
  PaginatedCapitalProjectsPaginationResult: {
3904
3990
  currentPage: "Int",
3905
3991
  items: "CapitalProject",
@@ -4159,8 +4245,6 @@ const ReturnTypes = {
4159
4245
  capitalInvests: "PaginatedCapitalInvestsPaginationResult",
4160
4246
  capitalIssue: "CapitalIssue",
4161
4247
  capitalIssues: "PaginatedCapitalIssuesPaginationResult",
4162
- capitalProgramInvest: "CapitalProgramInvest",
4163
- capitalProgramInvests: "PaginatedCapitalProgramInvestsPaginationResult",
4164
4248
  capitalProject: "CapitalProject",
4165
4249
  capitalProjectWithRelations: "CapitalProject",
4166
4250
  capitalProjects: "PaginatedCapitalProjectsPaginationResult",
@@ -4180,8 +4264,14 @@ const ReturnTypes = {
4180
4264
  chairmanApprovals: "PaginatedChairmanApprovalsPaginationResult",
4181
4265
  chatcoopCheckUsernameAvailability: "Boolean",
4182
4266
  chatcoopGetAccountStatus: "MatrixAccountStatusResponseDTO",
4267
+ chatcoopGetMaxOriginServerTsForRoom: "Float",
4268
+ chatcoopGetRoomMessagesForUtcDate: "ChatcoopRoomMessageLine",
4183
4269
  chatcoopGetTranscription: "CallTranscriptionWithSegments",
4184
4270
  chatcoopGetTranscriptions: "CallTranscription",
4271
+ chatcoopListCalendarEvents: "ChatCoopCalendarEvent",
4272
+ chatcoopListCalendarRooms: "ChatCoopCalendarRoomOption",
4273
+ chatcoopListProjectCommunicationRooms: "ChatcoopProjectCommunicationRoom",
4274
+ chatcoopListUtcDatesWithNewRoomMessages: "String",
4185
4275
  getAccount: "Account",
4186
4276
  getAccounts: "AccountsPaginationResult",
4187
4277
  getActions: "PaginatedActionsPaginationResult",
@@ -4455,7 +4545,8 @@ const ReturnTypes = {
4455
4545
  updatedAt: "DateTime",
4456
4546
  userAgent: "String",
4457
4547
  username: "String"
4458
- }
4548
+ },
4549
+ ID: `scalar.ID`
4459
4550
  };
4460
4551
  const Ops = {
4461
4552
  query: "Query",
@@ -4516,6 +4607,109 @@ const apiSubscription = (options) => {
4516
4607
  };
4517
4608
  };
4518
4609
  };
4610
+ const apiSubscriptionSSE = (options) => (query, variables) => {
4611
+ const url = options[0];
4612
+ const fetchOptions = options[1] || {};
4613
+ let abortController = null;
4614
+ let reader = null;
4615
+ let onCallback = null;
4616
+ let errorCallback = null;
4617
+ let openCallback = null;
4618
+ let offCallback = null;
4619
+ let isClosing = false;
4620
+ const startStream = async () => {
4621
+ try {
4622
+ abortController = new AbortController();
4623
+ const response = await fetch(url, {
4624
+ method: "POST",
4625
+ headers: {
4626
+ Accept: "text/event-stream",
4627
+ "Content-Type": "application/json",
4628
+ "Cache-Control": "no-cache",
4629
+ ...fetchOptions.headers
4630
+ },
4631
+ body: JSON.stringify({ query, variables }),
4632
+ signal: abortController.signal,
4633
+ ...fetchOptions
4634
+ });
4635
+ if (!response.ok) {
4636
+ throw new Error(`HTTP error! status: ${response.status}`);
4637
+ }
4638
+ if (openCallback) {
4639
+ openCallback();
4640
+ }
4641
+ reader = response.body?.getReader() || null;
4642
+ if (!reader) {
4643
+ throw new Error("No response body");
4644
+ }
4645
+ const decoder = new TextDecoder();
4646
+ let buffer = "";
4647
+ while (true) {
4648
+ const { done, value } = await reader.read();
4649
+ if (done) {
4650
+ if (offCallback) {
4651
+ offCallback({ data: null, code: 1e3, reason: "Stream completed" });
4652
+ }
4653
+ break;
4654
+ }
4655
+ buffer += decoder.decode(value, { stream: true });
4656
+ const lines = buffer.split("\n");
4657
+ buffer = lines.pop() || "";
4658
+ for (const line of lines) {
4659
+ if (line.startsWith("data: ")) {
4660
+ try {
4661
+ const data = line.slice(6);
4662
+ const parsed = JSON.parse(data);
4663
+ if (parsed.errors) {
4664
+ if (errorCallback) {
4665
+ errorCallback({ data: parsed.data, errors: parsed.errors });
4666
+ }
4667
+ } else if (onCallback && parsed.data) {
4668
+ onCallback(parsed.data);
4669
+ }
4670
+ } catch {
4671
+ if (errorCallback) {
4672
+ errorCallback({ errors: ["Failed to parse SSE data"] });
4673
+ }
4674
+ }
4675
+ }
4676
+ }
4677
+ }
4678
+ } catch (err) {
4679
+ const error = err;
4680
+ if (error.name !== "AbortError" && !isClosing && errorCallback) {
4681
+ errorCallback({ errors: [error.message || "Unknown error"] });
4682
+ }
4683
+ }
4684
+ };
4685
+ return {
4686
+ on: (e) => {
4687
+ onCallback = e;
4688
+ },
4689
+ off: (e) => {
4690
+ offCallback = e;
4691
+ },
4692
+ error: (e) => {
4693
+ errorCallback = e;
4694
+ },
4695
+ open: (e) => {
4696
+ if (e) {
4697
+ openCallback = e;
4698
+ }
4699
+ startStream();
4700
+ },
4701
+ close: () => {
4702
+ isClosing = true;
4703
+ if (abortController) {
4704
+ abortController.abort();
4705
+ }
4706
+ if (reader) {
4707
+ reader.cancel().catch(() => {
4708
+ });
4709
+ }
4710
+ }
4711
+ };
4712
+ };
4519
4713
  const handleFetchResponse = (response) => {
4520
4714
  if (!response.ok) {
4521
4715
  return new Promise((_, reject) => {
@@ -4664,6 +4858,39 @@ const SubscriptionThunder = (fn, thunderGraphQLOptions) => (operation, graphqlOp
4664
4858
  return returnedFunction;
4665
4859
  };
4666
4860
  const Subscription = (...options) => SubscriptionThunder(apiSubscription(options));
4861
+ const SubscriptionThunderSSE = (fn, thunderGraphQLOptions) => (operation, graphqlOptions) => (o, ops) => {
4862
+ const options = {
4863
+ ...thunderGraphQLOptions,
4864
+ ...graphqlOptions
4865
+ };
4866
+ const returnedFunction = fn(
4867
+ Zeus(operation, o, {
4868
+ operationOptions: ops,
4869
+ scalars: options?.scalars
4870
+ }),
4871
+ ops?.variables
4872
+ );
4873
+ if (returnedFunction?.on && options?.scalars) {
4874
+ const wrapped = returnedFunction.on;
4875
+ returnedFunction.on = (fnToCall) => wrapped((data) => {
4876
+ if (options?.scalars) {
4877
+ return fnToCall(
4878
+ decodeScalarsInResponse({
4879
+ response: data,
4880
+ initialOp: operation,
4881
+ initialZeusQuery: o,
4882
+ returns: ReturnTypes,
4883
+ scalars: options.scalars,
4884
+ ops: Ops
4885
+ })
4886
+ );
4887
+ }
4888
+ return fnToCall(data);
4889
+ });
4890
+ }
4891
+ return returnedFunction;
4892
+ };
4893
+ const SubscriptionSSE = (...options) => SubscriptionThunderSSE(apiSubscriptionSSE(options));
4667
4894
  const Zeus = (operation, o, ops) => InternalsBuildQuery({
4668
4895
  props: AllTypesProps,
4669
4896
  returns: ReturnTypes,
@@ -4759,7 +4986,7 @@ const traverseResponse = ({
4759
4986
  const SEPARATOR = "|";
4760
4987
  class GraphQLError extends Error {
4761
4988
  constructor(response) {
4762
- super("");
4989
+ super(response.errors?.[0]?.message || "GraphQL Response Error");
4763
4990
  this.response = response;
4764
4991
  console.error(response);
4765
4992
  }
@@ -4969,7 +5196,7 @@ const InternalArgsBuilt = ({
4969
5196
  };
4970
5197
  return arb;
4971
5198
  };
4972
- const resolverFor = (type, field, fn) => fn;
5199
+ const resolverFor = (_type, _field, fn) => fn;
4973
5200
  const START_VAR_NAME = `$ZEUS_VAR`;
4974
5201
  const GRAPHQL_TYPE_SEPARATOR = `__$GRAPHQL__`;
4975
5202
  const $ = (name, graphqlType) => {
@@ -5007,6 +5234,13 @@ var CapitalOnboardingStep = /* @__PURE__ */ ((CapitalOnboardingStep2) => {
5007
5234
  CapitalOnboardingStep2["generator_program_template"] = "generator_program_template";
5008
5235
  return CapitalOnboardingStep2;
5009
5236
  })(CapitalOnboardingStep || {});
5237
+ var CapitalStoryContentFormat = /* @__PURE__ */ ((CapitalStoryContentFormat2) => {
5238
+ CapitalStoryContentFormat2["BPMN"] = "BPMN";
5239
+ CapitalStoryContentFormat2["DRAWIO"] = "DRAWIO";
5240
+ CapitalStoryContentFormat2["MARKDOWN"] = "MARKDOWN";
5241
+ CapitalStoryContentFormat2["MERMAID"] = "MERMAID";
5242
+ return CapitalStoryContentFormat2;
5243
+ })(CapitalStoryContentFormat || {});
5010
5244
  var ChairmanOnboardingAgendaStep = /* @__PURE__ */ ((ChairmanOnboardingAgendaStep2) => {
5011
5245
  ChairmanOnboardingAgendaStep2["participant_application"] = "participant_application";
5012
5246
  ChairmanOnboardingAgendaStep2["privacy_agreement"] = "privacy_agreement";
@@ -5224,11 +5458,6 @@ var ProcessTemplateStatus = /* @__PURE__ */ ((ProcessTemplateStatus2) => {
5224
5458
  ProcessTemplateStatus2["DRAFT"] = "DRAFT";
5225
5459
  return ProcessTemplateStatus2;
5226
5460
  })(ProcessTemplateStatus || {});
5227
- var ProgramInvestStatus = /* @__PURE__ */ ((ProgramInvestStatus2) => {
5228
- ProgramInvestStatus2["CREATED"] = "CREATED";
5229
- ProgramInvestStatus2["UNDEFINED"] = "UNDEFINED";
5230
- return ProgramInvestStatus2;
5231
- })(ProgramInvestStatus || {});
5232
5461
  var ProgramKey = /* @__PURE__ */ ((ProgramKey2) => {
5233
5462
  ProgramKey2["CAPITALIZATION"] = "CAPITALIZATION";
5234
5463
  ProgramKey2["GENERATION"] = "GENERATION";
@@ -5274,6 +5503,11 @@ var ResultStatus = /* @__PURE__ */ ((ResultStatus2) => {
5274
5503
  ResultStatus2["UNDEFINED"] = "UNDEFINED";
5275
5504
  return ResultStatus2;
5276
5505
  })(ResultStatus || {});
5506
+ var RoomMessageKind = /* @__PURE__ */ ((RoomMessageKind2) => {
5507
+ RoomMessageKind2["AUDIO"] = "AUDIO";
5508
+ RoomMessageKind2["TEXT"] = "TEXT";
5509
+ return RoomMessageKind2;
5510
+ })(RoomMessageKind || {});
5277
5511
  var SegmentStatus = /* @__PURE__ */ ((SegmentStatus2) => {
5278
5512
  SegmentStatus2["ACT1"] = "ACT1";
5279
5513
  SegmentStatus2["APPROVED"] = "APPROVED";
@@ -5326,6 +5560,7 @@ const index$M = {
5326
5560
  ApprovalStatus: ApprovalStatus,
5327
5561
  CandidateStatus: CandidateStatus,
5328
5562
  CapitalOnboardingStep: CapitalOnboardingStep,
5563
+ CapitalStoryContentFormat: CapitalStoryContentFormat,
5329
5564
  Chain: Chain,
5330
5565
  ChairmanOnboardingAgendaStep: ChairmanOnboardingAgendaStep,
5331
5566
  CommitStatus: CommitStatus,
@@ -5357,20 +5592,22 @@ const index$M = {
5357
5592
  ProcessInstanceStatus: ProcessInstanceStatus,
5358
5593
  ProcessStepStatus: ProcessStepStatus,
5359
5594
  ProcessTemplateStatus: ProcessTemplateStatus,
5360
- ProgramInvestStatus: ProgramInvestStatus,
5361
5595
  ProgramKey: ProgramKey,
5362
5596
  ProgramType: ProgramType,
5363
5597
  ProjectStatus: ProjectStatus,
5364
5598
  ReportType: ReportType,
5365
5599
  ResolveFromPath: ResolveFromPath,
5366
5600
  ResultStatus: ResultStatus,
5601
+ RoomMessageKind: RoomMessageKind,
5367
5602
  SEPARATOR: SEPARATOR,
5368
5603
  START_VAR_NAME: START_VAR_NAME,
5369
5604
  SegmentStatus: SegmentStatus,
5370
5605
  Selector: Selector,
5371
5606
  StoryStatus: StoryStatus,
5372
5607
  Subscription: Subscription,
5608
+ SubscriptionSSE: SubscriptionSSE,
5373
5609
  SubscriptionThunder: SubscriptionThunder,
5610
+ SubscriptionThunderSSE: SubscriptionThunderSSE,
5374
5611
  SystemStatus: SystemStatus,
5375
5612
  Thunder: Thunder,
5376
5613
  TranscriptionStatus: TranscriptionStatus,
@@ -5381,6 +5618,7 @@ const index$M = {
5381
5618
  ZeusSelect: ZeusSelect,
5382
5619
  apiFetch: apiFetch,
5383
5620
  apiSubscription: apiSubscription,
5621
+ apiSubscriptionSSE: apiSubscriptionSSE,
5384
5622
  decodeScalarsInResponse: decodeScalarsInResponse,
5385
5623
  fields: fields,
5386
5624
  purifyGraphQLKey: purifyGraphQLKey,
@@ -5763,37 +6001,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
5763
6001
  rawRegisteredAccountSelector
5764
6002
  );
5765
6003
 
5766
- const name$3G = "registerAccount";
5767
- const mutation$2y = Selector("Mutation")({
5768
- [name$3G]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
6004
+ const name$3T = "registerAccount";
6005
+ const mutation$2H = Selector("Mutation")({
6006
+ [name$3T]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
5769
6007
  });
5770
6008
 
5771
6009
  const registerAccount = {
5772
6010
  __proto__: null,
5773
- mutation: mutation$2y,
5774
- name: name$3G
6011
+ mutation: mutation$2H,
6012
+ name: name$3T
5775
6013
  };
5776
6014
 
5777
- const name$3F = "resetKey";
5778
- const mutation$2x = Selector("Mutation")({
5779
- [name$3F]: [{ data: $("data", "ResetKeyInput!") }, true]
6015
+ const name$3S = "resetKey";
6016
+ const mutation$2G = Selector("Mutation")({
6017
+ [name$3S]: [{ data: $("data", "ResetKeyInput!") }, true]
5780
6018
  });
5781
6019
 
5782
6020
  const resetKey = {
5783
6021
  __proto__: null,
5784
- mutation: mutation$2x,
5785
- name: name$3F
6022
+ mutation: mutation$2G,
6023
+ name: name$3S
5786
6024
  };
5787
6025
 
5788
- const name$3E = "startResetKey";
5789
- const mutation$2w = Selector("Mutation")({
5790
- [name$3E]: [{ data: $("data", "StartResetKeyInput!") }, true]
6026
+ const name$3R = "startResetKey";
6027
+ const mutation$2F = Selector("Mutation")({
6028
+ [name$3R]: [{ data: $("data", "StartResetKeyInput!") }, true]
5791
6029
  });
5792
6030
 
5793
6031
  const startResetKey = {
5794
6032
  __proto__: null,
5795
- mutation: mutation$2w,
5796
- name: name$3E
6033
+ mutation: mutation$2F,
6034
+ name: name$3R
5797
6035
  };
5798
6036
 
5799
6037
  const paginationSelector = {
@@ -6123,6 +6361,7 @@ const rawProjectPermissionsSelector = {
6123
6361
  pending_clearance: true,
6124
6362
  is_guest: true,
6125
6363
  can_create_requirement: true,
6364
+ can_edit_requirement: true,
6126
6365
  can_delete_requirement: true,
6127
6366
  can_complete_requirement: true
6128
6367
  };
@@ -6144,6 +6383,8 @@ const rawBaseProjectSelector = {
6144
6383
  master: true,
6145
6384
  title: true,
6146
6385
  description: true,
6386
+ /** URL репозитория для опроса маркеров коммитов (PRD §6.2.1) */
6387
+ development_repository_url: true,
6147
6388
  meta: true,
6148
6389
  created_at: true,
6149
6390
  counts: rawProjectCountsDataSelector,
@@ -6285,7 +6526,8 @@ const rawContributorSelector = {
6285
6526
  },
6286
6527
  blagorost_wallet: rawProgramWalletSelector,
6287
6528
  generation_wallet: rawProgramWalletSelector,
6288
- main_wallet: rawProgramWalletSelector
6529
+ main_wallet: rawProgramWalletSelector,
6530
+ is_external_blagorost_agreement: true
6289
6531
  };
6290
6532
  const contributorSelector = Selector("CapitalContributor")(rawContributorSelector);
6291
6533
 
@@ -6370,11 +6612,25 @@ const rawIssuePermissionsSelector = {
6370
6612
  is_guest: true,
6371
6613
  can_assign_creator: true,
6372
6614
  can_create_requirement: true,
6615
+ can_edit_requirement: true,
6373
6616
  can_delete_requirement: true,
6374
6617
  can_complete_requirement: true,
6375
6618
  allowed_status_transitions: true,
6376
6619
  can_set_estimate: true,
6377
- can_set_priority: true
6620
+ can_set_priority: true,
6621
+ can_move_issue: true
6622
+ };
6623
+ const rawLinkedGitCommitsSelector = {
6624
+ github_sha: true,
6625
+ html_url: true,
6626
+ username: true,
6627
+ committed_at: true,
6628
+ consumed: true,
6629
+ commit_message: true
6630
+ };
6631
+ const rawIssueContributorFactSelector = {
6632
+ contributor_hash: true,
6633
+ hours: true
6378
6634
  };
6379
6635
  const rawIssueSelector = {
6380
6636
  ...baseCapitalSelector,
@@ -6392,7 +6648,12 @@ const rawIssueSelector = {
6392
6648
  project_hash: true,
6393
6649
  cycle_id: true,
6394
6650
  metadata: true,
6395
- permissions: rawIssuePermissionsSelector
6651
+ linked_git_commits: rawLinkedGitCommitsSelector,
6652
+ permissions: rawIssuePermissionsSelector,
6653
+ fact: true,
6654
+ fact_committed: true,
6655
+ fact_uncommitted: true,
6656
+ fact_by_contributor: rawIssueContributorFactSelector
6396
6657
  };
6397
6658
  const issueSelector = Selector("CapitalIssue")(rawIssueSelector);
6398
6659
 
@@ -6427,20 +6688,6 @@ const onboardingStateFields$1 = {
6427
6688
  };
6428
6689
  const capitalOnboardingStateSelector = Selector("CapitalOnboardingState")(onboardingStateFields$1);
6429
6690
 
6430
- const rawProgramInvestSelector = {
6431
- ...baseCapitalSelector,
6432
- id: true,
6433
- status: true,
6434
- invest_hash: true,
6435
- coopname: true,
6436
- username: true,
6437
- blockchain_status: true,
6438
- invested_at: true,
6439
- amount: true,
6440
- statement: rawDocumentAggregateSelector
6441
- };
6442
- const programInvestSelector = Selector("CapitalProgramInvest")(rawProgramInvestSelector);
6443
-
6444
6691
  const rawResultSelector = {
6445
6692
  ...baseCapitalSelector,
6446
6693
  id: true,
@@ -6534,6 +6781,7 @@ const rawStorySelector = {
6534
6781
  story_hash: true,
6535
6782
  title: true,
6536
6783
  description: true,
6784
+ content_format: true,
6537
6785
  status: true,
6538
6786
  project_hash: true,
6539
6787
  issue_hash: true,
@@ -6601,8 +6849,6 @@ const rawContributorsPaginationSelector = { ...paginationSelector, items: rawCon
6601
6849
  const contributorsPaginationSelector = Selector("PaginatedCapitalContributorsPaginationResult")(rawContributorsPaginationSelector);
6602
6850
  const rawInvestsPaginationSelector = { ...paginationSelector, items: rawInvestSelector };
6603
6851
  const investsPaginationSelector = Selector("PaginatedCapitalInvestsPaginationResult")(rawInvestsPaginationSelector);
6604
- const rawProgramInvestsPaginationSelector = { ...paginationSelector, items: rawProgramInvestSelector };
6605
- const programInvestsPaginationSelector = Selector("PaginatedCapitalProgramInvestsPaginationResult")(rawProgramInvestsPaginationSelector);
6606
6852
  const rawDebtsPaginationSelector = { ...paginationSelector, items: rawDebtSelector };
6607
6853
  const debtsPaginationSelector = Selector("PaginatedCapitalDebtsPaginationResult")(rawDebtsPaginationSelector);
6608
6854
  const rawResultsPaginationSelector = { ...paginationSelector, items: rawResultSelector };
@@ -6645,6 +6891,24 @@ const rawTimeStatsSelector = {
6645
6891
  };
6646
6892
  const flexibleTimeStatsSelector = Selector("CapitalTimeStats")(rawTimeStatsSelector);
6647
6893
 
6894
+ const rawChatcoopProjectCommunicationRoomSelector = {
6895
+ matrixRoomId: true,
6896
+ displayLabel: true
6897
+ };
6898
+ const chatcoopProjectCommunicationRoomSelector = Selector("ChatcoopProjectCommunicationRoom")(
6899
+ rawChatcoopProjectCommunicationRoomSelector
6900
+ );
6901
+ const rawChatcoopRoomMessageLineSelector = {
6902
+ originServerTs: true,
6903
+ authorLabel: true,
6904
+ coopUsername: true,
6905
+ kind: true,
6906
+ bodyText: true
6907
+ };
6908
+ const chatcoopRoomMessageLineSelector = Selector("ChatcoopRoomMessageLine")(
6909
+ rawChatcoopRoomMessageLineSelector
6910
+ );
6911
+
6648
6912
  const rawTranscriptionSegmentSelector = {
6649
6913
  id: true,
6650
6914
  speakerIdentity: true,
@@ -6664,6 +6928,7 @@ const rawCallTranscriptionSelector = {
6664
6928
  endedAt: true,
6665
6929
  participants: true,
6666
6930
  status: true,
6931
+ memo: true,
6667
6932
  createdAt: true,
6668
6933
  updatedAt: true
6669
6934
  };
@@ -6680,6 +6945,32 @@ const rawChatCoopAccountStatusSelector = {
6680
6945
  iframeUrl: true
6681
6946
  };
6682
6947
  const chatcoopAccountStatusSelector = Selector("MatrixAccountStatusResponseDTO")(rawChatCoopAccountStatusSelector);
6948
+ const rawChatCoopCalendarRoomOptionSelector = {
6949
+ matrixRoomId: true,
6950
+ displayLabel: true
6951
+ };
6952
+ const chatCoopCalendarRoomOptionSelector = Selector("ChatCoopCalendarRoomOption")(
6953
+ rawChatCoopCalendarRoomOptionSelector
6954
+ );
6955
+ const rawChatCoopCalendarEventSelector = {
6956
+ id: true,
6957
+ matrixRoomId: true,
6958
+ title: true,
6959
+ description: true,
6960
+ startsAt: true,
6961
+ endsAt: true,
6962
+ createdByUsername: true,
6963
+ icsSequence: true,
6964
+ createdAt: true,
6965
+ updatedAt: true
6966
+ };
6967
+ const chatCoopCalendarEventSelector = Selector("ChatCoopCalendarEvent")(rawChatCoopCalendarEventSelector);
6968
+ const rawChatCoopCalendarIcsUrlSelector = {
6969
+ icsUrl: true
6970
+ };
6971
+ const chatCoopCalendarIcsUrlSelector = Selector("ChatCoopCalendarIcsUrlResponse")(
6972
+ rawChatCoopCalendarIcsUrlSelector
6973
+ );
6683
6974
 
6684
6975
  const rawCommonRequestSelector = {
6685
6976
  hash: true,
@@ -6852,7 +7143,8 @@ const rawMeetPreProcessingSelector = {
6852
7143
  agenda: rawAgendaMeetPointSelector,
6853
7144
  open_at: true,
6854
7145
  close_at: true,
6855
- proposal: rawDocumentAggregateSelector
7146
+ proposal: rawDocumentAggregateSelector,
7147
+ details: true
6856
7148
  };
6857
7149
  const meetPreProcessingSelector = Selector("MeetPreProcessing")(rawMeetPreProcessingSelector);
6858
7150
 
@@ -7229,7 +7521,12 @@ const index$L = {
7229
7521
  capitalCandidatesPaginationSelector: capitalCandidatesPaginationSelector,
7230
7522
  capitalOnboardingStateSelector: capitalOnboardingStateSelector,
7231
7523
  chartOfAccountsItemSelector: chartOfAccountsItemSelector,
7524
+ chatCoopCalendarEventSelector: chatCoopCalendarEventSelector,
7525
+ chatCoopCalendarIcsUrlSelector: chatCoopCalendarIcsUrlSelector,
7526
+ chatCoopCalendarRoomOptionSelector: chatCoopCalendarRoomOptionSelector,
7232
7527
  chatcoopAccountStatusSelector: chatcoopAccountStatusSelector,
7528
+ chatcoopProjectCommunicationRoomSelector: chatcoopProjectCommunicationRoomSelector,
7529
+ chatcoopRoomMessageLineSelector: chatcoopRoomMessageLineSelector,
7233
7530
  commitSelector: commitSelector,
7234
7531
  commitsPaginationSelector: commitsPaginationSelector,
7235
7532
  configSelector: configSelector,
@@ -7282,8 +7579,6 @@ const index$L = {
7282
7579
  paymentMethodSelector: paymentMethodSelector,
7283
7580
  paymentSelector: paymentSelector,
7284
7581
  privateAccountSelector: privateAccountSelector,
7285
- programInvestSelector: programInvestSelector,
7286
- programInvestsPaginationSelector: programInvestsPaginationSelector,
7287
7582
  programWalletSelector: programWalletSelector,
7288
7583
  programWalletsPaginationSelector: programWalletsPaginationSelector,
7289
7584
  projectSelector: projectSelector,
@@ -7311,6 +7606,8 @@ const index$L = {
7311
7606
  rawCapitalCandidatesPaginationSelector: rawCapitalCandidatesPaginationSelector,
7312
7607
  rawChartOfAccountsItemSelector: rawChartOfAccountsItemSelector,
7313
7608
  rawChatCoopAccountStatusSelector: rawChatCoopAccountStatusSelector,
7609
+ rawChatcoopProjectCommunicationRoomSelector: rawChatcoopProjectCommunicationRoomSelector,
7610
+ rawChatcoopRoomMessageLineSelector: rawChatcoopRoomMessageLineSelector,
7314
7611
  rawCommitSelector: rawCommitSelector,
7315
7612
  rawCommonRequestSelector: rawCommonRequestSelector,
7316
7613
  rawConfigSelector: rawConfigSelector,
@@ -7358,7 +7655,6 @@ const index$L = {
7358
7655
  rawPaymentMethodSelector: rawPaymentMethodSelector,
7359
7656
  rawPaymentSelector: rawPaymentSelector,
7360
7657
  rawPrivateAccountSelector: rawPrivateAccountSelector,
7361
- rawProgramInvestSelector: rawProgramInvestSelector,
7362
7658
  rawProgramWalletSelector: rawProgramWalletSelector,
7363
7659
  rawProgramWalletsPaginationSelector: rawProgramWalletsPaginationSelector,
7364
7660
  rawProjectCountsDataSelector: rawProjectCountsDataSelector,
@@ -7414,15 +7710,15 @@ const index$L = {
7414
7710
  webPushSubscriptionSelector: webPushSubscriptionSelector
7415
7711
  };
7416
7712
 
7417
- const name$3D = "updateAccount";
7418
- const mutation$2v = Selector("Mutation")({
7419
- [name$3D]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
7713
+ const name$3Q = "updateAccount";
7714
+ const mutation$2E = Selector("Mutation")({
7715
+ [name$3Q]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
7420
7716
  });
7421
7717
 
7422
7718
  const updateAccount = {
7423
7719
  __proto__: null,
7424
- mutation: mutation$2v,
7425
- name: name$3D
7720
+ mutation: mutation$2E,
7721
+ name: name$3Q
7426
7722
  };
7427
7723
 
7428
7724
  const index$K = {
@@ -7433,81 +7729,81 @@ const index$K = {
7433
7729
  UpdateAccount: updateAccount
7434
7730
  };
7435
7731
 
7436
- const name$3C = "generatePrivacyAgreement";
7437
- const mutation$2u = Selector("Mutation")({
7438
- [name$3C]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7732
+ const name$3P = "generatePrivacyAgreement";
7733
+ const mutation$2D = Selector("Mutation")({
7734
+ [name$3P]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7439
7735
  });
7440
7736
 
7441
7737
  const generatePrivacyAgreement = {
7442
7738
  __proto__: null,
7443
- mutation: mutation$2u,
7444
- name: name$3C
7739
+ mutation: mutation$2D,
7740
+ name: name$3P
7445
7741
  };
7446
7742
 
7447
- const name$3B = "generateSignatureAgreement";
7448
- const mutation$2t = Selector("Mutation")({
7449
- [name$3B]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7743
+ const name$3O = "generateSignatureAgreement";
7744
+ const mutation$2C = Selector("Mutation")({
7745
+ [name$3O]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7450
7746
  });
7451
7747
 
7452
7748
  const generateSignatureAgreement = {
7453
7749
  __proto__: null,
7454
- mutation: mutation$2t,
7455
- name: name$3B
7750
+ mutation: mutation$2C,
7751
+ name: name$3O
7456
7752
  };
7457
7753
 
7458
- const name$3A = "generateWalletAgreement";
7459
- const mutation$2s = Selector("Mutation")({
7460
- [name$3A]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7754
+ const name$3N = "generateWalletAgreement";
7755
+ const mutation$2B = Selector("Mutation")({
7756
+ [name$3N]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7461
7757
  });
7462
7758
 
7463
7759
  const generateWalletAgreement = {
7464
7760
  __proto__: null,
7465
- mutation: mutation$2s,
7466
- name: name$3A
7761
+ mutation: mutation$2B,
7762
+ name: name$3N
7467
7763
  };
7468
7764
 
7469
- const name$3z = "generateUserAgreement";
7470
- const mutation$2r = Selector("Mutation")({
7471
- [name$3z]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7765
+ const name$3M = "generateUserAgreement";
7766
+ const mutation$2A = Selector("Mutation")({
7767
+ [name$3M]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7472
7768
  });
7473
7769
 
7474
7770
  const generateUserAgreement = {
7475
7771
  __proto__: null,
7476
- mutation: mutation$2r,
7477
- name: name$3z
7772
+ mutation: mutation$2A,
7773
+ name: name$3M
7478
7774
  };
7479
7775
 
7480
- const name$3y = "sendAgreement";
7481
- const mutation$2q = Selector("Mutation")({
7482
- [name$3y]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
7776
+ const name$3L = "sendAgreement";
7777
+ const mutation$2z = Selector("Mutation")({
7778
+ [name$3L]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
7483
7779
  });
7484
7780
 
7485
7781
  const sendAgreement = {
7486
7782
  __proto__: null,
7487
- mutation: mutation$2q,
7488
- name: name$3y
7783
+ mutation: mutation$2z,
7784
+ name: name$3L
7489
7785
  };
7490
7786
 
7491
- const name$3x = "confirmAgreement";
7492
- const mutation$2p = Selector("Mutation")({
7493
- [name$3x]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
7787
+ const name$3K = "confirmAgreement";
7788
+ const mutation$2y = Selector("Mutation")({
7789
+ [name$3K]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
7494
7790
  });
7495
7791
 
7496
7792
  const confirmAgreement = {
7497
7793
  __proto__: null,
7498
- mutation: mutation$2p,
7499
- name: name$3x
7794
+ mutation: mutation$2y,
7795
+ name: name$3K
7500
7796
  };
7501
7797
 
7502
- const name$3w = "declineAgreement";
7503
- const mutation$2o = Selector("Mutation")({
7504
- [name$3w]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
7798
+ const name$3J = "declineAgreement";
7799
+ const mutation$2x = Selector("Mutation")({
7800
+ [name$3J]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
7505
7801
  });
7506
7802
 
7507
7803
  const declineAgreement = {
7508
7804
  __proto__: null,
7509
- mutation: mutation$2o,
7510
- name: name$3w
7805
+ mutation: mutation$2x,
7806
+ name: name$3J
7511
7807
  };
7512
7808
 
7513
7809
  const index$J = {
@@ -7521,37 +7817,37 @@ const index$J = {
7521
7817
  SendAgreement: sendAgreement
7522
7818
  };
7523
7819
 
7524
- const name$3v = "refresh";
7525
- const mutation$2n = Selector("Mutation")({
7526
- [name$3v]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
7820
+ const name$3I = "refresh";
7821
+ const mutation$2w = Selector("Mutation")({
7822
+ [name$3I]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
7527
7823
  });
7528
7824
 
7529
7825
  const refresh = {
7530
7826
  __proto__: null,
7531
- mutation: mutation$2n,
7532
- name: name$3v
7827
+ mutation: mutation$2w,
7828
+ name: name$3I
7533
7829
  };
7534
7830
 
7535
- const name$3u = "logout";
7536
- const mutation$2m = Selector("Mutation")({
7537
- [name$3u]: [{ data: $("data", "LogoutInput!") }, true]
7831
+ const name$3H = "logout";
7832
+ const mutation$2v = Selector("Mutation")({
7833
+ [name$3H]: [{ data: $("data", "LogoutInput!") }, true]
7538
7834
  });
7539
7835
 
7540
7836
  const logout = {
7541
7837
  __proto__: null,
7542
- mutation: mutation$2m,
7543
- name: name$3u
7838
+ mutation: mutation$2v,
7839
+ name: name$3H
7544
7840
  };
7545
7841
 
7546
- const name$3t = "login";
7547
- const mutation$2l = Selector("Mutation")({
7548
- [name$3t]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
7842
+ const name$3G = "login";
7843
+ const mutation$2u = Selector("Mutation")({
7844
+ [name$3G]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
7549
7845
  });
7550
7846
 
7551
7847
  const login = {
7552
7848
  __proto__: null,
7553
- mutation: mutation$2l,
7554
- name: name$3t
7849
+ mutation: mutation$2u,
7850
+ name: name$3G
7555
7851
  };
7556
7852
 
7557
7853
  const index$I = {
@@ -7561,82 +7857,82 @@ const index$I = {
7561
7857
  Refresh: refresh
7562
7858
  };
7563
7859
 
7564
- const name$3s = "addTrustedAccount";
7565
- const mutation$2k = Selector("Mutation")({
7566
- [name$3s]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
7860
+ const name$3F = "addTrustedAccount";
7861
+ const mutation$2t = Selector("Mutation")({
7862
+ [name$3F]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
7567
7863
  });
7568
7864
 
7569
7865
  const addTrustedAccount = {
7570
7866
  __proto__: null,
7571
- mutation: mutation$2k,
7572
- name: name$3s
7867
+ mutation: mutation$2t,
7868
+ name: name$3F
7573
7869
  };
7574
7870
 
7575
- const name$3r = "createBranch";
7576
- const mutation$2j = Selector("Mutation")({
7577
- [name$3r]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
7871
+ const name$3E = "createBranch";
7872
+ const mutation$2s = Selector("Mutation")({
7873
+ [name$3E]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
7578
7874
  });
7579
7875
 
7580
7876
  const createBranch = {
7581
7877
  __proto__: null,
7582
- mutation: mutation$2j,
7583
- name: name$3r
7878
+ mutation: mutation$2s,
7879
+ name: name$3E
7584
7880
  };
7585
7881
 
7586
- const name$3q = "deleteBranch";
7587
- const mutation$2i = Selector("Mutation")({
7588
- [name$3q]: [{ data: $("data", "DeleteBranchInput!") }, true]
7882
+ const name$3D = "deleteBranch";
7883
+ const mutation$2r = Selector("Mutation")({
7884
+ [name$3D]: [{ data: $("data", "DeleteBranchInput!") }, true]
7589
7885
  });
7590
7886
 
7591
7887
  const deleteBranch = {
7592
7888
  __proto__: null,
7593
- mutation: mutation$2i,
7594
- name: name$3q
7889
+ mutation: mutation$2r,
7890
+ name: name$3D
7595
7891
  };
7596
7892
 
7597
- const name$3p = "deleteTrustedAccount";
7598
- const mutation$2h = Selector("Mutation")({
7599
- [name$3p]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
7893
+ const name$3C = "deleteTrustedAccount";
7894
+ const mutation$2q = Selector("Mutation")({
7895
+ [name$3C]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
7600
7896
  });
7601
7897
 
7602
7898
  const deleteTrustedAccount = {
7603
7899
  __proto__: null,
7604
- mutation: mutation$2h,
7605
- name: name$3p
7900
+ mutation: mutation$2q,
7901
+ name: name$3C
7606
7902
  };
7607
7903
 
7608
- const name$3o = "editBranch";
7609
- const mutation$2g = Selector("Mutation")({
7610
- [name$3o]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
7904
+ const name$3B = "editBranch";
7905
+ const mutation$2p = Selector("Mutation")({
7906
+ [name$3B]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
7611
7907
  });
7612
7908
 
7613
7909
  const editBranch = {
7614
7910
  __proto__: null,
7615
- mutation: mutation$2g,
7616
- name: name$3o
7911
+ mutation: mutation$2p,
7912
+ name: name$3B
7617
7913
  };
7618
7914
 
7619
- const name$3n = "generateSelectBranchDocument";
7620
- const mutation$2f = Selector("Mutation")({
7621
- [name$3n]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7915
+ const name$3A = "generateSelectBranchDocument";
7916
+ const mutation$2o = Selector("Mutation")({
7917
+ [name$3A]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7622
7918
  });
7623
7919
 
7624
7920
  const generateSelectBranchDocument = {
7625
7921
  __proto__: null,
7626
- mutation: mutation$2f,
7627
- name: name$3n
7922
+ mutation: mutation$2o,
7923
+ name: name$3A
7628
7924
  };
7629
7925
 
7630
- const name$3m = "selectBranch";
7631
- const mutation$2e = Selector("Mutation")({
7632
- [name$3m]: [{ data: $("data", "SelectBranchInput!") }, true]
7926
+ const name$3z = "selectBranch";
7927
+ const mutation$2n = Selector("Mutation")({
7928
+ [name$3z]: [{ data: $("data", "SelectBranchInput!") }, true]
7633
7929
  });
7634
7930
 
7635
7931
  const selectBranch = {
7636
7932
  __proto__: null,
7637
- mutation: mutation$2e,
7638
- name: name$3m
7639
- };
7933
+ mutation: mutation$2n,
7934
+ name: name$3z
7935
+ };
7640
7936
 
7641
7937
  const index$H = {
7642
7938
  __proto__: null,
@@ -7649,755 +7945,805 @@ const index$H = {
7649
7945
  SelectBranch: selectBranch
7650
7946
  };
7651
7947
 
7652
- const name$3l = "capitalAddAuthor";
7653
- const mutation$2d = Selector("Mutation")({
7654
- [name$3l]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
7948
+ const name$3y = "capitalAddAuthor";
7949
+ const mutation$2m = Selector("Mutation")({
7950
+ [name$3y]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
7655
7951
  });
7656
7952
 
7657
7953
  const addAuthor = {
7954
+ __proto__: null,
7955
+ mutation: mutation$2m,
7956
+ name: name$3y
7957
+ };
7958
+
7959
+ const name$3x = "capitalApproveCommit";
7960
+ const mutation$2l = Selector("Mutation")({
7961
+ [name$3x]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
7962
+ });
7963
+
7964
+ const approveCommit = {
7965
+ __proto__: null,
7966
+ mutation: mutation$2l,
7967
+ name: name$3x
7968
+ };
7969
+
7970
+ const name$3w = "capitalCalculateVotes";
7971
+ const mutation$2k = Selector("Mutation")({
7972
+ [name$3w]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
7973
+ });
7974
+
7975
+ const calculateVotes = {
7976
+ __proto__: null,
7977
+ mutation: mutation$2k,
7978
+ name: name$3w
7979
+ };
7980
+
7981
+ const name$3v = "capitalCloseProject";
7982
+ const mutation$2j = Selector("Mutation")({
7983
+ [name$3v]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
7984
+ });
7985
+
7986
+ const closeProject = {
7987
+ __proto__: null,
7988
+ mutation: mutation$2j,
7989
+ name: name$3v
7990
+ };
7991
+
7992
+ const name$3u = "capitalCompleteRegistration";
7993
+ const mutation$2i = Selector("Mutation")({
7994
+ [name$3u]: [{ data: $("data", "CompleteCapitalRegistrationInputDTO!") }, rawTransactionSelector]
7995
+ });
7996
+
7997
+ const completeCapitalRegistration = {
7998
+ __proto__: null,
7999
+ mutation: mutation$2i,
8000
+ name: name$3u
8001
+ };
8002
+
8003
+ const name$3t = "completeCapitalOnboardingStep";
8004
+ const mutation$2h = Selector("Mutation")({
8005
+ [name$3t]: [{ data: $("data", "CapitalOnboardingStepInput!") }, capitalOnboardingStateSelector]
8006
+ });
8007
+
8008
+ const completeOnboardingStep = {
8009
+ __proto__: null,
8010
+ mutation: mutation$2h,
8011
+ name: name$3t
8012
+ };
8013
+
8014
+ const name$3s = "capitalCompleteVoting";
8015
+ const mutation$2g = Selector("Mutation")({
8016
+ [name$3s]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
8017
+ });
8018
+
8019
+ const completeVoting = {
8020
+ __proto__: null,
8021
+ mutation: mutation$2g,
8022
+ name: name$3s
8023
+ };
8024
+
8025
+ const name$3r = "capitalConvertSegment";
8026
+ const mutation$2f = Selector("Mutation")({
8027
+ [name$3r]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
8028
+ });
8029
+
8030
+ const convertSegment = {
8031
+ __proto__: null,
8032
+ mutation: mutation$2f,
8033
+ name: name$3r
8034
+ };
8035
+
8036
+ const name$3q = "capitalCreateCommit";
8037
+ const mutation$2e = Selector("Mutation")({
8038
+ [name$3q]: [{ data: $("data", "CreateCommitInput!") }, rawCommitSelector]
8039
+ });
8040
+
8041
+ const createCommit = {
8042
+ __proto__: null,
8043
+ mutation: mutation$2e,
8044
+ name: name$3q
8045
+ };
8046
+
8047
+ const name$3p = "capitalCreateCycle";
8048
+ const mutation$2d = Selector("Mutation")({
8049
+ [name$3p]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
8050
+ });
8051
+
8052
+ const createCycle = {
7658
8053
  __proto__: null,
7659
8054
  mutation: mutation$2d,
7660
- name: name$3l
8055
+ name: name$3p
7661
8056
  };
7662
8057
 
7663
- const name$3k = "capitalApproveCommit";
8058
+ const name$3o = "capitalCreateDebt";
7664
8059
  const mutation$2c = Selector("Mutation")({
7665
- [name$3k]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
8060
+ [name$3o]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
7666
8061
  });
7667
8062
 
7668
- const approveCommit = {
8063
+ const createDebt = {
7669
8064
  __proto__: null,
7670
8065
  mutation: mutation$2c,
7671
- name: name$3k
8066
+ name: name$3o
7672
8067
  };
7673
8068
 
7674
- const name$3j = "capitalCalculateVotes";
8069
+ const name$3n = "capitalCreateExpense";
7675
8070
  const mutation$2b = Selector("Mutation")({
7676
- [name$3j]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
8071
+ [name$3n]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
7677
8072
  });
7678
8073
 
7679
- const calculateVotes = {
8074
+ const createExpense = {
7680
8075
  __proto__: null,
7681
8076
  mutation: mutation$2b,
7682
- name: name$3j
8077
+ name: name$3n
7683
8078
  };
7684
8079
 
7685
- const name$3i = "capitalCloseProject";
8080
+ const name$3m = "capitalCreateIssue";
7686
8081
  const mutation$2a = Selector("Mutation")({
7687
- [name$3i]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
8082
+ [name$3m]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
7688
8083
  });
7689
8084
 
7690
- const closeProject = {
8085
+ const createIssue = {
7691
8086
  __proto__: null,
7692
8087
  mutation: mutation$2a,
7693
- name: name$3i
8088
+ name: name$3m
7694
8089
  };
7695
8090
 
7696
- const name$3h = "capitalCompleteRegistration";
8091
+ const name$3l = "capitalCreateProgramInvest";
7697
8092
  const mutation$29 = Selector("Mutation")({
7698
- [name$3h]: [{ data: $("data", "CompleteCapitalRegistrationInputDTO!") }, rawTransactionSelector]
8093
+ [name$3l]: [{ data: $("data", "CreateProgramInvestInput!") }, rawTransactionSelector]
7699
8094
  });
7700
8095
 
7701
- const completeCapitalRegistration = {
8096
+ const createProgramInvest = {
7702
8097
  __proto__: null,
7703
8098
  mutation: mutation$29,
7704
- name: name$3h
8099
+ name: name$3l
7705
8100
  };
7706
8101
 
7707
- const name$3g = "completeCapitalOnboardingStep";
8102
+ const name$3k = "capitalCreateProgramProperty";
7708
8103
  const mutation$28 = Selector("Mutation")({
7709
- [name$3g]: [{ data: $("data", "CapitalOnboardingStepInput!") }, capitalOnboardingStateSelector]
8104
+ [name$3k]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
7710
8105
  });
7711
8106
 
7712
- const completeOnboardingStep = {
8107
+ const createProgramProperty = {
7713
8108
  __proto__: null,
7714
8109
  mutation: mutation$28,
7715
- name: name$3g
8110
+ name: name$3k
7716
8111
  };
7717
8112
 
7718
- const name$3f = "capitalCompleteVoting";
8113
+ const name$3j = "capitalCreateProject";
7719
8114
  const mutation$27 = Selector("Mutation")({
7720
- [name$3f]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
8115
+ [name$3j]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
7721
8116
  });
7722
8117
 
7723
- const completeVoting = {
8118
+ const createProject = {
7724
8119
  __proto__: null,
7725
8120
  mutation: mutation$27,
7726
- name: name$3f
8121
+ name: name$3j
7727
8122
  };
7728
8123
 
7729
- const name$3e = "capitalConvertSegment";
8124
+ const name$3i = "capitalCreateProjectInvest";
7730
8125
  const mutation$26 = Selector("Mutation")({
7731
- [name$3e]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
8126
+ [name$3i]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
7732
8127
  });
7733
8128
 
7734
- const convertSegment = {
8129
+ const createProjectInvest = {
7735
8130
  __proto__: null,
7736
8131
  mutation: mutation$26,
7737
- name: name$3e
8132
+ name: name$3i
7738
8133
  };
7739
8134
 
7740
- const name$3d = "capitalCreateCommit";
8135
+ const name$3h = "capitalCreateProjectProperty";
7741
8136
  const mutation$25 = Selector("Mutation")({
7742
- [name$3d]: [{ data: $("data", "CreateCommitInput!") }, rawCommitSelector]
8137
+ [name$3h]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
7743
8138
  });
7744
8139
 
7745
- const createCommit = {
8140
+ const createProjectProperty = {
7746
8141
  __proto__: null,
7747
8142
  mutation: mutation$25,
7748
- name: name$3d
8143
+ name: name$3h
7749
8144
  };
7750
8145
 
7751
- const name$3c = "capitalCreateCycle";
8146
+ const name$3g = "capitalCreateStory";
7752
8147
  const mutation$24 = Selector("Mutation")({
7753
- [name$3c]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
8148
+ [name$3g]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
7754
8149
  });
7755
8150
 
7756
- const createCycle = {
8151
+ const createStory = {
7757
8152
  __proto__: null,
7758
8153
  mutation: mutation$24,
7759
- name: name$3c
8154
+ name: name$3g
7760
8155
  };
7761
8156
 
7762
- const name$3b = "capitalCreateDebt";
8157
+ const name$3f = "capitalDeclineCommit";
7763
8158
  const mutation$23 = Selector("Mutation")({
7764
- [name$3b]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
8159
+ [name$3f]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
7765
8160
  });
7766
8161
 
7767
- const createDebt = {
8162
+ const declineCommit = {
7768
8163
  __proto__: null,
7769
8164
  mutation: mutation$23,
7770
- name: name$3b
8165
+ name: name$3f
7771
8166
  };
7772
8167
 
7773
- const name$3a = "capitalCreateExpense";
8168
+ const name$3e = "capitalDeleteIssue";
7774
8169
  const mutation$22 = Selector("Mutation")({
7775
- [name$3a]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
8170
+ [name$3e]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
7776
8171
  });
7777
8172
 
7778
- const createExpense = {
8173
+ const deleteIssue = {
7779
8174
  __proto__: null,
7780
8175
  mutation: mutation$22,
7781
- name: name$3a
8176
+ name: name$3e
7782
8177
  };
7783
8178
 
7784
- const name$39 = "capitalCreateIssue";
8179
+ const name$3d = "capitalMoveIssueToComponent";
7785
8180
  const mutation$21 = Selector("Mutation")({
7786
- [name$39]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
8181
+ [name$3d]: [{ data: $("data", "MoveCapitalIssueToComponentInput!") }, rawIssueSelector]
7787
8182
  });
7788
8183
 
7789
- const createIssue = {
8184
+ const moveIssueToComponent = {
7790
8185
  __proto__: null,
7791
8186
  mutation: mutation$21,
7792
- name: name$39
8187
+ name: name$3d
7793
8188
  };
7794
8189
 
7795
- const name$38 = "capitalCreateProgramProperty";
8190
+ const name$3c = "capitalDeleteProject";
7796
8191
  const mutation$20 = Selector("Mutation")({
7797
- [name$38]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
8192
+ [name$3c]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
7798
8193
  });
7799
8194
 
7800
- const createProgramProperty = {
8195
+ const deleteProject = {
7801
8196
  __proto__: null,
7802
8197
  mutation: mutation$20,
7803
- name: name$38
8198
+ name: name$3c
7804
8199
  };
7805
8200
 
7806
- const name$37 = "capitalCreateProject";
8201
+ const name$3b = "capitalDeleteStory";
7807
8202
  const mutation$1$ = Selector("Mutation")({
7808
- [name$37]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
8203
+ [name$3b]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
7809
8204
  });
7810
8205
 
7811
- const createProject = {
8206
+ const deleteStory = {
7812
8207
  __proto__: null,
7813
8208
  mutation: mutation$1$,
7814
- name: name$37
8209
+ name: name$3b
7815
8210
  };
7816
8211
 
7817
- const name$36 = "capitalCreateProjectInvest";
8212
+ const name$3a = "capitalEditContributor";
7818
8213
  const mutation$1_ = Selector("Mutation")({
7819
- [name$36]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
8214
+ [name$3a]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7820
8215
  });
7821
8216
 
7822
- const createProjectInvest = {
8217
+ const editContributor = {
7823
8218
  __proto__: null,
7824
8219
  mutation: mutation$1_,
7825
- name: name$36
8220
+ name: name$3a
7826
8221
  };
7827
8222
 
7828
- const name$35 = "capitalCreateProjectProperty";
8223
+ const name$39 = "capitalEditProject";
7829
8224
  const mutation$1Z = Selector("Mutation")({
7830
- [name$35]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
8225
+ [name$39]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
7831
8226
  });
7832
8227
 
7833
- const createProjectProperty = {
8228
+ const editProject = {
7834
8229
  __proto__: null,
7835
8230
  mutation: mutation$1Z,
7836
- name: name$35
8231
+ name: name$39
7837
8232
  };
7838
8233
 
7839
- const name$34 = "capitalCreateStory";
8234
+ const name$38 = "capitalFinalizeProject";
7840
8235
  const mutation$1Y = Selector("Mutation")({
7841
- [name$34]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
8236
+ [name$38]: [{ data: $("data", "FinalizeProjectInput!") }, projectSelector]
7842
8237
  });
7843
8238
 
7844
- const createStory = {
8239
+ const finalizeProject = {
7845
8240
  __proto__: null,
7846
8241
  mutation: mutation$1Y,
7847
- name: name$34
8242
+ name: name$38
7848
8243
  };
7849
8244
 
7850
- const name$33 = "capitalDeclineCommit";
8245
+ const name$37 = "capitalFundProgram";
7851
8246
  const mutation$1X = Selector("Mutation")({
7852
- [name$33]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
8247
+ [name$37]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
7853
8248
  });
7854
8249
 
7855
- const declineCommit = {
8250
+ const fundProgram = {
7856
8251
  __proto__: null,
7857
8252
  mutation: mutation$1X,
7858
- name: name$33
8253
+ name: name$37
7859
8254
  };
7860
8255
 
7861
- const name$32 = "capitalDeleteIssue";
8256
+ const name$36 = "capitalGenerateCapitalizationAgreement";
7862
8257
  const mutation$1W = Selector("Mutation")({
7863
- [name$32]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
8258
+ [name$36]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7864
8259
  });
7865
8260
 
7866
- const deleteIssue = {
8261
+ const generateCapitalizationAgreement = {
7867
8262
  __proto__: null,
7868
8263
  mutation: mutation$1W,
7869
- name: name$32
8264
+ name: name$36
7870
8265
  };
7871
8266
 
7872
- const name$31 = "capitalDeleteProject";
8267
+ const name$35 = "capitalGenerateCapitalizationMoneyInvestStatement";
7873
8268
  const mutation$1V = Selector("Mutation")({
7874
- [name$31]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
8269
+ [name$35]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7875
8270
  });
7876
8271
 
7877
- const deleteProject = {
8272
+ const generateCapitalizationMoneyInvestStatement = {
7878
8273
  __proto__: null,
7879
8274
  mutation: mutation$1V,
7880
- name: name$31
8275
+ name: name$35
7881
8276
  };
7882
8277
 
7883
- const name$30 = "capitalDeleteStory";
8278
+ const name$34 = "capitalGenerateCapitalizationPropertyInvestAct";
7884
8279
  const mutation$1U = Selector("Mutation")({
7885
- [name$30]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
8280
+ [name$34]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7886
8281
  });
7887
8282
 
7888
- const deleteStory = {
8283
+ const generateCapitalizationPropertyInvestAct = {
7889
8284
  __proto__: null,
7890
8285
  mutation: mutation$1U,
7891
- name: name$30
8286
+ name: name$34
7892
8287
  };
7893
8288
 
7894
- const name$2$ = "capitalEditContributor";
8289
+ const name$33 = "capitalGenerateCapitalizationPropertyInvestDecision";
7895
8290
  const mutation$1T = Selector("Mutation")({
7896
- [name$2$]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
8291
+ [name$33]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7897
8292
  });
7898
8293
 
7899
- const editContributor = {
8294
+ const generateCapitalizationPropertyInvestDecision = {
7900
8295
  __proto__: null,
7901
8296
  mutation: mutation$1T,
7902
- name: name$2$
8297
+ name: name$33
7903
8298
  };
7904
8299
 
7905
- const name$2_ = "capitalEditProject";
8300
+ const name$32 = "capitalGenerateCapitalizationPropertyInvestStatement";
7906
8301
  const mutation$1S = Selector("Mutation")({
7907
- [name$2_]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
8302
+ [name$32]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7908
8303
  });
7909
8304
 
7910
- const editProject = {
8305
+ const generateCapitalizationPropertyInvestStatement = {
7911
8306
  __proto__: null,
7912
8307
  mutation: mutation$1S,
7913
- name: name$2_
8308
+ name: name$32
7914
8309
  };
7915
8310
 
7916
- const name$2Z = "capitalFinalizeProject";
8311
+ const name$31 = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7917
8312
  const mutation$1R = Selector("Mutation")({
7918
- [name$2Z]: [{ data: $("data", "FinalizeProjectInput!") }, projectSelector]
8313
+ [name$31]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7919
8314
  });
7920
8315
 
7921
- const finalizeProject = {
8316
+ const generateCapitalizationToMainWalletConvertStatement = {
7922
8317
  __proto__: null,
7923
8318
  mutation: mutation$1R,
7924
- name: name$2Z
8319
+ name: name$31
7925
8320
  };
7926
8321
 
7927
- const name$2Y = "capitalFundProgram";
8322
+ const name$30 = "capitalGenerateRegistrationDocuments";
7928
8323
  const mutation$1Q = Selector("Mutation")({
7929
- [name$2Y]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
8324
+ [name$30]: [
8325
+ { data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
8326
+ generateCapitalRegistrationDocumentsOutputSelector
8327
+ ]
7930
8328
  });
7931
8329
 
7932
- const fundProgram = {
8330
+ const generateCapitalRegistrationDocuments = {
7933
8331
  __proto__: null,
7934
8332
  mutation: mutation$1Q,
7935
- name: name$2Y
8333
+ name: name$30
7936
8334
  };
7937
8335
 
7938
- const name$2X = "capitalGenerateCapitalizationAgreement";
8336
+ const name$2$ = "capitalGenerateComponentGenerationContract";
7939
8337
  const mutation$1P = Selector("Mutation")({
7940
- [name$2X]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8338
+ [name$2$]: [{ data: $("data", "ComponentGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7941
8339
  });
7942
8340
 
7943
- const generateCapitalizationAgreement = {
8341
+ const generateComponentGenerationContract = {
7944
8342
  __proto__: null,
7945
8343
  mutation: mutation$1P,
7946
- name: name$2X
8344
+ name: name$2$
7947
8345
  };
7948
8346
 
7949
- const name$2W = "capitalGenerateCapitalizationMoneyInvestStatement";
8347
+ const name$2_ = "capitalGenerateExpenseDecision";
7950
8348
  const mutation$1O = Selector("Mutation")({
7951
- [name$2W]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8349
+ [name$2_]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7952
8350
  });
7953
8351
 
7954
- const generateCapitalizationMoneyInvestStatement = {
8352
+ const generateExpenseDecision = {
7955
8353
  __proto__: null,
7956
8354
  mutation: mutation$1O,
7957
- name: name$2W
8355
+ name: name$2_
7958
8356
  };
7959
8357
 
7960
- const name$2V = "capitalGenerateCapitalizationPropertyInvestAct";
8358
+ const name$2Z = "capitalGenerateExpenseStatement";
7961
8359
  const mutation$1N = Selector("Mutation")({
7962
- [name$2V]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8360
+ [name$2Z]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7963
8361
  });
7964
8362
 
7965
- const generateCapitalizationPropertyInvestAct = {
8363
+ const generateExpenseStatement = {
7966
8364
  __proto__: null,
7967
8365
  mutation: mutation$1N,
7968
- name: name$2V
8366
+ name: name$2Z
7969
8367
  };
7970
8368
 
7971
- const name$2U = "capitalGenerateCapitalizationPropertyInvestDecision";
8369
+ const name$2Y = "capitalGenerateGenerationContract";
7972
8370
  const mutation$1M = Selector("Mutation")({
7973
- [name$2U]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8371
+ [name$2Y]: [{ data: $("data", "GenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7974
8372
  });
7975
8373
 
7976
- const generateCapitalizationPropertyInvestDecision = {
8374
+ const generateGenerationContract = {
7977
8375
  __proto__: null,
7978
8376
  mutation: mutation$1M,
7979
- name: name$2U
8377
+ name: name$2Y
7980
8378
  };
7981
8379
 
7982
- const name$2T = "capitalGenerateCapitalizationPropertyInvestStatement";
8380
+ const name$2X = "capitalGenerateGenerationMoneyInvestStatement";
7983
8381
  const mutation$1L = Selector("Mutation")({
7984
- [name$2T]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8382
+ [name$2X]: [{ data: $("data", "GenerationMoneyInvestStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7985
8383
  });
7986
8384
 
7987
- const generateCapitalizationPropertyInvestStatement = {
8385
+ const generateGenerationMoneyInvestStatement = {
7988
8386
  __proto__: null,
7989
8387
  mutation: mutation$1L,
7990
- name: name$2T
8388
+ name: name$2X
7991
8389
  };
7992
8390
 
7993
- const name$2S = "capitalGenerateCapitalizationToMainWalletConvertStatement";
8391
+ const name$2W = "capitalGenerateGenerationPropertyInvestAct";
7994
8392
  const mutation$1K = Selector("Mutation")({
7995
- [name$2S]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8393
+ [name$2W]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7996
8394
  });
7997
8395
 
7998
- const generateCapitalizationToMainWalletConvertStatement = {
8396
+ const generateGenerationPropertyInvestAct = {
7999
8397
  __proto__: null,
8000
8398
  mutation: mutation$1K,
8001
- name: name$2S
8399
+ name: name$2W
8002
8400
  };
8003
8401
 
8004
- const name$2R = "capitalGenerateRegistrationDocuments";
8402
+ const name$2V = "capitalGenerateGenerationPropertyInvestDecision";
8005
8403
  const mutation$1J = Selector("Mutation")({
8006
- [name$2R]: [
8007
- { data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
8008
- generateCapitalRegistrationDocumentsOutputSelector
8009
- ]
8404
+ [name$2V]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8010
8405
  });
8011
8406
 
8012
- const generateCapitalRegistrationDocuments = {
8407
+ const generateGenerationPropertyInvestDecision = {
8013
8408
  __proto__: null,
8014
8409
  mutation: mutation$1J,
8015
- name: name$2R
8410
+ name: name$2V
8016
8411
  };
8017
8412
 
8018
- const name$2Q = "capitalGenerateComponentGenerationContract";
8413
+ const name$2U = "capitalGenerateGenerationPropertyInvestStatement";
8019
8414
  const mutation$1I = Selector("Mutation")({
8020
- [name$2Q]: [{ data: $("data", "ComponentGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8415
+ [name$2U]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8021
8416
  });
8022
8417
 
8023
- const generateComponentGenerationContract = {
8418
+ const generateGenerationPropertyInvestStatement = {
8024
8419
  __proto__: null,
8025
8420
  mutation: mutation$1I,
8026
- name: name$2Q
8421
+ name: name$2U
8027
8422
  };
8028
8423
 
8029
- const name$2P = "capitalGenerateExpenseDecision";
8424
+ const name$2T = "capitalGenerateGenerationToCapitalizationConvertStatement";
8030
8425
  const mutation$1H = Selector("Mutation")({
8031
- [name$2P]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8426
+ [name$2T]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8032
8427
  });
8033
8428
 
8034
- const generateExpenseDecision = {
8429
+ const generateGenerationToCapitalizationConvertStatement = {
8035
8430
  __proto__: null,
8036
8431
  mutation: mutation$1H,
8037
- name: name$2P
8432
+ name: name$2T
8038
8433
  };
8039
8434
 
8040
- const name$2O = "capitalGenerateExpenseStatement";
8435
+ const name$2S = "capitalGenerateGenerationToMainWalletConvertStatement";
8041
8436
  const mutation$1G = Selector("Mutation")({
8042
- [name$2O]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8437
+ [name$2S]: [{ data: $("data", "GenerationToMainWalletConvertStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8043
8438
  });
8044
8439
 
8045
- const generateExpenseStatement = {
8440
+ const generateGenerationToMainWalletConvertStatement = {
8046
8441
  __proto__: null,
8047
8442
  mutation: mutation$1G,
8048
- name: name$2O
8443
+ name: name$2S
8049
8444
  };
8050
8445
 
8051
- const name$2N = "capitalGenerateGenerationContract";
8446
+ const name$2R = "capitalGenerateGenerationToProjectConvertStatement";
8052
8447
  const mutation$1F = Selector("Mutation")({
8053
- [name$2N]: [{ data: $("data", "GenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8448
+ [name$2R]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8054
8449
  });
8055
8450
 
8056
- const generateGenerationContract = {
8451
+ const generateGenerationToProjectConvertStatement = {
8057
8452
  __proto__: null,
8058
8453
  mutation: mutation$1F,
8059
- name: name$2N
8454
+ name: name$2R
8060
8455
  };
8061
8456
 
8062
- const name$2M = "capitalGenerateGenerationMoneyInvestStatement";
8457
+ const name$2Q = "capitalGenerateGetLoanDecision";
8063
8458
  const mutation$1E = Selector("Mutation")({
8064
- [name$2M]: [{ data: $("data", "GenerationMoneyInvestStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8459
+ [name$2Q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8065
8460
  });
8066
8461
 
8067
- const generateGenerationMoneyInvestStatement = {
8462
+ const generateGetLoanDecision = {
8068
8463
  __proto__: null,
8069
8464
  mutation: mutation$1E,
8070
- name: name$2M
8465
+ name: name$2Q
8071
8466
  };
8072
8467
 
8073
- const name$2L = "capitalGenerateGenerationPropertyInvestAct";
8468
+ const name$2P = "capitalGenerateGetLoanStatement";
8074
8469
  const mutation$1D = Selector("Mutation")({
8075
- [name$2L]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8470
+ [name$2P]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8076
8471
  });
8077
8472
 
8078
- const generateGenerationPropertyInvestAct = {
8473
+ const generateGetLoanStatement = {
8079
8474
  __proto__: null,
8080
8475
  mutation: mutation$1D,
8081
- name: name$2L
8476
+ name: name$2P
8082
8477
  };
8083
8478
 
8084
- const name$2K = "capitalGenerateGenerationPropertyInvestDecision";
8479
+ const name$2O = "capitalGenerateProgramMoneyInvestStatement";
8085
8480
  const mutation$1C = Selector("Mutation")({
8086
- [name$2K]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8481
+ [name$2O]: [
8482
+ {
8483
+ data: $("data", "ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput!"),
8484
+ options: $("options", "GenerateDocumentOptionsInput")
8485
+ },
8486
+ documentSelector
8487
+ ]
8087
8488
  });
8088
8489
 
8089
- const generateGenerationPropertyInvestDecision = {
8490
+ const generateProgramMoneyInvestStatement = {
8090
8491
  __proto__: null,
8091
8492
  mutation: mutation$1C,
8092
- name: name$2K
8493
+ name: name$2O
8093
8494
  };
8094
8495
 
8095
- const name$2J = "capitalGenerateGenerationPropertyInvestStatement";
8496
+ const name$2N = "capitalGenerateProjectGenerationContract";
8096
8497
  const mutation$1B = Selector("Mutation")({
8097
- [name$2J]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8498
+ [name$2N]: [{ data: $("data", "ProjectGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8098
8499
  });
8099
8500
 
8100
- const generateGenerationPropertyInvestStatement = {
8501
+ const generateProjectGenerationContract = {
8101
8502
  __proto__: null,
8102
8503
  mutation: mutation$1B,
8103
- name: name$2J
8504
+ name: name$2N
8104
8505
  };
8105
8506
 
8106
- const name$2I = "capitalGenerateGenerationToCapitalizationConvertStatement";
8507
+ const name$2M = "capitalGenerateResultContributionAct";
8107
8508
  const mutation$1A = Selector("Mutation")({
8108
- [name$2I]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8509
+ [name$2M]: [{ data: $("data", "ResultContributionActGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8109
8510
  });
8110
8511
 
8111
- const generateGenerationToCapitalizationConvertStatement = {
8512
+ const generateResultContributionAct = {
8112
8513
  __proto__: null,
8113
8514
  mutation: mutation$1A,
8114
- name: name$2I
8515
+ name: name$2M
8115
8516
  };
8116
8517
 
8117
- const name$2H = "capitalGenerateGenerationToMainWalletConvertStatement";
8518
+ const name$2L = "capitalGenerateResultContributionDecision";
8118
8519
  const mutation$1z = Selector("Mutation")({
8119
- [name$2H]: [{ data: $("data", "GenerationToMainWalletConvertStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8520
+ [name$2L]: [{ data: $("data", "ResultContributionDecisionGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8120
8521
  });
8121
8522
 
8122
- const generateGenerationToMainWalletConvertStatement = {
8523
+ const generateResultContributionDecision = {
8123
8524
  __proto__: null,
8124
8525
  mutation: mutation$1z,
8125
- name: name$2H
8526
+ name: name$2L
8126
8527
  };
8127
8528
 
8128
- const name$2G = "capitalGenerateGenerationToProjectConvertStatement";
8529
+ const name$2K = "capitalGenerateResultContributionStatement";
8129
8530
  const mutation$1y = Selector("Mutation")({
8130
- [name$2G]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8531
+ [name$2K]: [{ data: $("data", "ResultContributionStatementGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8131
8532
  });
8132
8533
 
8133
- const generateGenerationToProjectConvertStatement = {
8534
+ const generateResultContributionStatement = {
8134
8535
  __proto__: null,
8135
8536
  mutation: mutation$1y,
8136
- name: name$2G
8537
+ name: name$2K
8137
8538
  };
8138
8539
 
8139
- const name$2F = "capitalGenerateGetLoanDecision";
8540
+ const name$2J = "capitalImportContributor";
8140
8541
  const mutation$1x = Selector("Mutation")({
8141
- [name$2F]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8542
+ [name$2J]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
8142
8543
  });
8143
8544
 
8144
- const generateGetLoanDecision = {
8545
+ const importContributor = {
8145
8546
  __proto__: null,
8146
8547
  mutation: mutation$1x,
8147
- name: name$2F
8548
+ name: name$2J
8148
8549
  };
8149
8550
 
8150
- const name$2E = "capitalGenerateGetLoanStatement";
8551
+ const name$2I = "capitalMakeClearance";
8151
8552
  const mutation$1w = Selector("Mutation")({
8152
- [name$2E]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8553
+ [name$2I]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
8153
8554
  });
8154
8555
 
8155
- const generateGetLoanStatement = {
8556
+ const makeClearance = {
8156
8557
  __proto__: null,
8157
8558
  mutation: mutation$1w,
8158
- name: name$2E
8559
+ name: name$2I
8159
8560
  };
8160
8561
 
8161
- const name$2D = "capitalGenerateProjectGenerationContract";
8562
+ const name$2H = "capitalOpenProject";
8162
8563
  const mutation$1v = Selector("Mutation")({
8163
- [name$2D]: [{ data: $("data", "ProjectGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8564
+ [name$2H]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
8164
8565
  });
8165
8566
 
8166
- const generateProjectGenerationContract = {
8567
+ const openProject = {
8167
8568
  __proto__: null,
8168
8569
  mutation: mutation$1v,
8169
- name: name$2D
8570
+ name: name$2H
8170
8571
  };
8171
8572
 
8172
- const name$2C = "capitalGenerateResultContributionAct";
8573
+ const name$2G = "capitalPushResult";
8173
8574
  const mutation$1u = Selector("Mutation")({
8174
- [name$2C]: [{ data: $("data", "ResultContributionActGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8575
+ [name$2G]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
8175
8576
  });
8176
8577
 
8177
- const generateResultContributionAct = {
8578
+ const pushResult = {
8178
8579
  __proto__: null,
8179
8580
  mutation: mutation$1u,
8180
- name: name$2C
8581
+ name: name$2G
8181
8582
  };
8182
8583
 
8183
- const name$2B = "capitalGenerateResultContributionDecision";
8584
+ const name$2F = "capitalRefreshProgram";
8184
8585
  const mutation$1t = Selector("Mutation")({
8185
- [name$2B]: [{ data: $("data", "ResultContributionDecisionGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8586
+ [name$2F]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
8186
8587
  });
8187
8588
 
8188
- const generateResultContributionDecision = {
8589
+ const refreshProgram = {
8189
8590
  __proto__: null,
8190
8591
  mutation: mutation$1t,
8191
- name: name$2B
8592
+ name: name$2F
8192
8593
  };
8193
8594
 
8194
- const name$2A = "capitalGenerateResultContributionStatement";
8595
+ const name$2E = "capitalRefreshSegment";
8195
8596
  const mutation$1s = Selector("Mutation")({
8196
- [name$2A]: [{ data: $("data", "ResultContributionStatementGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8597
+ [name$2E]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
8197
8598
  });
8198
8599
 
8199
- const generateResultContributionStatement = {
8600
+ const refreshSegment = {
8200
8601
  __proto__: null,
8201
8602
  mutation: mutation$1s,
8202
- name: name$2A
8603
+ name: name$2E
8203
8604
  };
8204
8605
 
8205
- const name$2z = "capitalImportContributor";
8606
+ const name$2D = "capitalRegisterContributor";
8206
8607
  const mutation$1r = Selector("Mutation")({
8207
- [name$2z]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
8608
+ [name$2D]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
8208
8609
  });
8209
8610
 
8210
- const importContributor = {
8611
+ const registerContributor = {
8211
8612
  __proto__: null,
8212
8613
  mutation: mutation$1r,
8213
- name: name$2z
8614
+ name: name$2D
8214
8615
  };
8215
8616
 
8216
- const name$2y = "capitalMakeClearance";
8617
+ const name$2C = "capitalSetConfig";
8217
8618
  const mutation$1q = Selector("Mutation")({
8218
- [name$2y]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
8619
+ [name$2C]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
8219
8620
  });
8220
8621
 
8221
- const makeClearance = {
8622
+ const setConfig = {
8222
8623
  __proto__: null,
8223
8624
  mutation: mutation$1q,
8224
- name: name$2y
8625
+ name: name$2C
8225
8626
  };
8226
8627
 
8227
- const name$2x = "capitalOpenProject";
8628
+ const name$2B = "capitalSetMaster";
8228
8629
  const mutation$1p = Selector("Mutation")({
8229
- [name$2x]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
8630
+ [name$2B]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
8230
8631
  });
8231
8632
 
8232
- const openProject = {
8633
+ const setMaster = {
8233
8634
  __proto__: null,
8234
8635
  mutation: mutation$1p,
8235
- name: name$2x
8636
+ name: name$2B
8236
8637
  };
8237
8638
 
8238
- const name$2w = "capitalPushResult";
8639
+ const name$2A = "capitalSetPlan";
8239
8640
  const mutation$1o = Selector("Mutation")({
8240
- [name$2w]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
8641
+ [name$2A]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
8241
8642
  });
8242
8643
 
8243
- const pushResult = {
8644
+ const setPlan = {
8244
8645
  __proto__: null,
8245
8646
  mutation: mutation$1o,
8246
- name: name$2w
8647
+ name: name$2A
8247
8648
  };
8248
8649
 
8249
- const name$2v = "capitalRefreshProgram";
8650
+ const name$2z = "capitalSetProjectDevelopmentRepositoryUrl";
8250
8651
  const mutation$1n = Selector("Mutation")({
8251
- [name$2v]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
8652
+ [name$2z]: [{ data: $("data", "SetCapitalProjectDevelopmentRepositoryUrlInput!") }, rawProjectSelector]
8252
8653
  });
8253
8654
 
8254
- const refreshProgram = {
8655
+ const setProjectDevelopmentRepositoryUrl = {
8255
8656
  __proto__: null,
8256
8657
  mutation: mutation$1n,
8257
- name: name$2v
8658
+ name: name$2z
8258
8659
  };
8259
8660
 
8260
- const name$2u = "capitalRefreshSegment";
8661
+ const name$2y = "capitalSignActAsChairman";
8261
8662
  const mutation$1m = Selector("Mutation")({
8262
- [name$2u]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
8663
+ [name$2y]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
8263
8664
  });
8264
8665
 
8265
- const refreshSegment = {
8666
+ const signActAsChairman = {
8266
8667
  __proto__: null,
8267
8668
  mutation: mutation$1m,
8268
- name: name$2u
8669
+ name: name$2y
8269
8670
  };
8270
8671
 
8271
- const name$2t = "capitalRegisterContributor";
8672
+ const name$2x = "capitalSignActAsContributor";
8272
8673
  const mutation$1l = Selector("Mutation")({
8273
- [name$2t]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
8274
- });
8275
-
8276
- const registerContributor = {
8277
- __proto__: null,
8278
- mutation: mutation$1l,
8279
- name: name$2t
8280
- };
8281
-
8282
- const name$2s = "capitalSetConfig";
8283
- const mutation$1k = Selector("Mutation")({
8284
- [name$2s]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
8285
- });
8286
-
8287
- const setConfig = {
8288
- __proto__: null,
8289
- mutation: mutation$1k,
8290
- name: name$2s
8291
- };
8292
-
8293
- const name$2r = "capitalSetMaster";
8294
- const mutation$1j = Selector("Mutation")({
8295
- [name$2r]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
8296
- });
8297
-
8298
- const setMaster = {
8299
- __proto__: null,
8300
- mutation: mutation$1j,
8301
- name: name$2r
8302
- };
8303
-
8304
- const name$2q = "capitalSetPlan";
8305
- const mutation$1i = Selector("Mutation")({
8306
- [name$2q]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
8307
- });
8308
-
8309
- const setPlan = {
8310
- __proto__: null,
8311
- mutation: mutation$1i,
8312
- name: name$2q
8313
- };
8314
-
8315
- const name$2p = "capitalSignActAsChairman";
8316
- const mutation$1h = Selector("Mutation")({
8317
- [name$2p]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
8318
- });
8319
-
8320
- const signActAsChairman = {
8321
- __proto__: null,
8322
- mutation: mutation$1h,
8323
- name: name$2p
8324
- };
8325
-
8326
- const name$2o = "capitalSignActAsContributor";
8327
- const mutation$1g = Selector("Mutation")({
8328
- [name$2o]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
8674
+ [name$2x]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
8329
8675
  });
8330
8676
 
8331
8677
  const signActAsContributor = {
8332
8678
  __proto__: null,
8333
- mutation: mutation$1g,
8334
- name: name$2o
8679
+ mutation: mutation$1l,
8680
+ name: name$2x
8335
8681
  };
8336
8682
 
8337
- const name$2n = "capitalStartProject";
8338
- const mutation$1f = Selector("Mutation")({
8339
- [name$2n]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
8683
+ const name$2w = "capitalStartProject";
8684
+ const mutation$1k = Selector("Mutation")({
8685
+ [name$2w]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
8340
8686
  });
8341
8687
 
8342
8688
  const startProject = {
8343
8689
  __proto__: null,
8344
- mutation: mutation$1f,
8345
- name: name$2n
8690
+ mutation: mutation$1k,
8691
+ name: name$2w
8346
8692
  };
8347
8693
 
8348
- const name$2m = "capitalStartVoting";
8349
- const mutation$1e = Selector("Mutation")({
8350
- [name$2m]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
8694
+ const name$2v = "capitalStartVoting";
8695
+ const mutation$1j = Selector("Mutation")({
8696
+ [name$2v]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
8351
8697
  });
8352
8698
 
8353
8699
  const startVoting = {
8354
8700
  __proto__: null,
8355
- mutation: mutation$1e,
8356
- name: name$2m
8701
+ mutation: mutation$1j,
8702
+ name: name$2v
8357
8703
  };
8358
8704
 
8359
- const name$2l = "capitalStopProject";
8360
- const mutation$1d = Selector("Mutation")({
8361
- [name$2l]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
8705
+ const name$2u = "capitalStopProject";
8706
+ const mutation$1i = Selector("Mutation")({
8707
+ [name$2u]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
8362
8708
  });
8363
8709
 
8364
8710
  const stopProject = {
8365
8711
  __proto__: null,
8366
- mutation: mutation$1d,
8367
- name: name$2l
8712
+ mutation: mutation$1i,
8713
+ name: name$2u
8368
8714
  };
8369
8715
 
8370
- const name$2k = "capitalSubmitVote";
8371
- const mutation$1c = Selector("Mutation")({
8372
- [name$2k]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
8716
+ const name$2t = "capitalSubmitVote";
8717
+ const mutation$1h = Selector("Mutation")({
8718
+ [name$2t]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
8373
8719
  });
8374
8720
 
8375
8721
  const submitVote = {
8376
8722
  __proto__: null,
8377
- mutation: mutation$1c,
8378
- name: name$2k
8723
+ mutation: mutation$1h,
8724
+ name: name$2t
8379
8725
  };
8380
8726
 
8381
- const name$2j = "capitalUpdateIssue";
8382
- const mutation$1b = Selector("Mutation")({
8383
- [name$2j]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
8727
+ const name$2s = "capitalUpdateIssue";
8728
+ const mutation$1g = Selector("Mutation")({
8729
+ [name$2s]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
8384
8730
  });
8385
8731
 
8386
8732
  const updateIssue = {
8387
8733
  __proto__: null,
8388
- mutation: mutation$1b,
8389
- name: name$2j
8734
+ mutation: mutation$1g,
8735
+ name: name$2s
8390
8736
  };
8391
8737
 
8392
- const name$2i = "capitalUpdateStory";
8393
- const mutation$1a = Selector("Mutation")({
8394
- [name$2i]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
8738
+ const name$2r = "capitalUpdateStory";
8739
+ const mutation$1f = Selector("Mutation")({
8740
+ [name$2r]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
8395
8741
  });
8396
8742
 
8397
8743
  const updateStory = {
8398
8744
  __proto__: null,
8399
- mutation: mutation$1a,
8400
- name: name$2i
8745
+ mutation: mutation$1f,
8746
+ name: name$2r
8401
8747
  };
8402
8748
 
8403
8749
  const index$G = {
@@ -8415,6 +8761,7 @@ const index$G = {
8415
8761
  CreateDebt: createDebt,
8416
8762
  CreateExpense: createExpense,
8417
8763
  CreateIssue: createIssue,
8764
+ CreateProgramInvest: createProgramInvest,
8418
8765
  CreateProgramProperty: createProgramProperty,
8419
8766
  CreateProject: createProject,
8420
8767
  CreateProjectInvest: createProjectInvest,
@@ -8448,12 +8795,14 @@ const index$G = {
8448
8795
  GenerateGenerationToProjectConvertStatement: generateGenerationToProjectConvertStatement,
8449
8796
  GenerateGetLoanDecision: generateGetLoanDecision,
8450
8797
  GenerateGetLoanStatement: generateGetLoanStatement,
8798
+ GenerateProgramMoneyInvestStatement: generateProgramMoneyInvestStatement,
8451
8799
  GenerateProjectGenerationContract: generateProjectGenerationContract,
8452
8800
  GenerateResultContributionAct: generateResultContributionAct,
8453
8801
  GenerateResultContributionDecision: generateResultContributionDecision,
8454
8802
  GenerateResultContributionStatement: generateResultContributionStatement,
8455
8803
  ImportContributor: importContributor,
8456
8804
  MakeClearance: makeClearance,
8805
+ MoveIssueToComponent: moveIssueToComponent,
8457
8806
  OpenProject: openProject,
8458
8807
  PushResult: pushResult,
8459
8808
  RefreshProgram: refreshProgram,
@@ -8462,6 +8811,7 @@ const index$G = {
8462
8811
  SetConfig: setConfig,
8463
8812
  SetMaster: setMaster,
8464
8813
  SetPlan: setPlan,
8814
+ SetProjectDevelopmentRepositoryUrl: setProjectDevelopmentRepositoryUrl,
8465
8815
  SignActAsChairman: signActAsChairman,
8466
8816
  SignActAsContributor: signActAsContributor,
8467
8817
  StartProject: startProject,
@@ -8516,48 +8866,48 @@ const chairmanOnboardingStateSelector = Selector("ChairmanOnboardingState")(onbo
8516
8866
  const rawApprovalsPaginationSelector = { ...paginationSelector, items: rawApprovalSelector };
8517
8867
  const approvalsPaginationSelector = Selector("PaginatedChairmanApprovalsPaginationResult")(rawApprovalsPaginationSelector);
8518
8868
 
8519
- const name$2h = "completeChairmanAgendaStep";
8520
- const mutation$19 = Selector("Mutation")({
8521
- [name$2h]: [{ data: $("data", "ChairmanOnboardingAgendaInput!") }, chairmanOnboardingStateSelector]
8869
+ const name$2q = "completeChairmanAgendaStep";
8870
+ const mutation$1e = Selector("Mutation")({
8871
+ [name$2q]: [{ data: $("data", "ChairmanOnboardingAgendaInput!") }, chairmanOnboardingStateSelector]
8522
8872
  });
8523
8873
 
8524
8874
  const completeOnboardingAgendaStep = {
8525
8875
  __proto__: null,
8526
- mutation: mutation$19,
8527
- name: name$2h
8876
+ mutation: mutation$1e,
8877
+ name: name$2q
8528
8878
  };
8529
8879
 
8530
- const name$2g = "completeChairmanGeneralMeetStep";
8531
- const mutation$18 = Selector("Mutation")({
8532
- [name$2g]: [{ data: $("data", "ChairmanOnboardingGeneralMeetInput!") }, chairmanOnboardingStateSelector]
8880
+ const name$2p = "completeChairmanGeneralMeetStep";
8881
+ const mutation$1d = Selector("Mutation")({
8882
+ [name$2p]: [{ data: $("data", "ChairmanOnboardingGeneralMeetInput!") }, chairmanOnboardingStateSelector]
8533
8883
  });
8534
8884
 
8535
8885
  const completeOnboardingGeneralMeetStep = {
8536
8886
  __proto__: null,
8537
- mutation: mutation$18,
8538
- name: name$2g
8887
+ mutation: mutation$1d,
8888
+ name: name$2p
8539
8889
  };
8540
8890
 
8541
- const name$2f = "chairmanConfirmApprove";
8542
- const mutation$17 = Selector("Mutation")({
8543
- [name$2f]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
8891
+ const name$2o = "chairmanConfirmApprove";
8892
+ const mutation$1c = Selector("Mutation")({
8893
+ [name$2o]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
8544
8894
  });
8545
8895
 
8546
8896
  const confirmApprove = {
8547
8897
  __proto__: null,
8548
- mutation: mutation$17,
8549
- name: name$2f
8898
+ mutation: mutation$1c,
8899
+ name: name$2o
8550
8900
  };
8551
8901
 
8552
- const name$2e = "chairmanDeclineApprove";
8553
- const mutation$16 = Selector("Mutation")({
8554
- [name$2e]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
8902
+ const name$2n = "chairmanDeclineApprove";
8903
+ const mutation$1b = Selector("Mutation")({
8904
+ [name$2n]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
8555
8905
  });
8556
8906
 
8557
8907
  const declineApprove = {
8558
8908
  __proto__: null,
8559
- mutation: mutation$16,
8560
- name: name$2e
8909
+ mutation: mutation$1b,
8910
+ name: name$2n
8561
8911
  };
8562
8912
 
8563
8913
  const index$F = {
@@ -8568,273 +8918,333 @@ const index$F = {
8568
8918
  DeclineApprove: declineApprove
8569
8919
  };
8570
8920
 
8571
- const name$2d = "chatcoopCreateAccount";
8572
- const mutation$15 = Selector("Mutation")({
8573
- [name$2d]: [{ data: $("data", "CreateMatrixAccountInputDTO!") }, true]
8921
+ const name$2m = "chatcoopCreateAccount";
8922
+ const mutation$1a = Selector("Mutation")({
8923
+ [name$2m]: [{ data: $("data", "CreateMatrixAccountInputDTO!") }, true]
8574
8924
  });
8575
8925
 
8576
8926
  const createAccount = {
8927
+ __proto__: null,
8928
+ mutation: mutation$1a,
8929
+ name: name$2m
8930
+ };
8931
+
8932
+ const name$2l = "chatcoopCreateCalendarEvent";
8933
+ const mutation$19 = Selector("Mutation")({
8934
+ [name$2l]: [{ data: $("data", "CreateChatCoopCalendarEventInput!") }, chatCoopCalendarEventSelector]
8935
+ });
8936
+
8937
+ const createCalendarEvent = {
8938
+ __proto__: null,
8939
+ mutation: mutation$19,
8940
+ name: name$2l
8941
+ };
8942
+
8943
+ const name$2k = "chatcoopCreateCalendarIcsSubscription";
8944
+ const mutation$18 = Selector("Mutation")({
8945
+ [name$2k]: chatCoopCalendarIcsUrlSelector
8946
+ });
8947
+
8948
+ const createCalendarIcsSubscription = {
8949
+ __proto__: null,
8950
+ mutation: mutation$18,
8951
+ name: name$2k
8952
+ };
8953
+
8954
+ const name$2j = "chatcoopDeleteCalendarEvent";
8955
+ const mutation$17 = Selector("Mutation")({
8956
+ [name$2j]: [{ id: $("id", "String!") }, true]
8957
+ });
8958
+
8959
+ const deleteCalendarEvent = {
8960
+ __proto__: null,
8961
+ mutation: mutation$17,
8962
+ name: name$2j
8963
+ };
8964
+
8965
+ const name$2i = "chatcoopUpdateCalendarEvent";
8966
+ const mutation$16 = Selector("Mutation")({
8967
+ [name$2i]: [{ data: $("data", "UpdateChatCoopCalendarEventInput!") }, chatCoopCalendarEventSelector]
8968
+ });
8969
+
8970
+ const updateCalendarEvent = {
8971
+ __proto__: null,
8972
+ mutation: mutation$16,
8973
+ name: name$2i
8974
+ };
8975
+
8976
+ const name$2h = "chatcoopUpdateTranscriptionMemo";
8977
+ const mutation$15 = Selector("Mutation")({
8978
+ [name$2h]: [{ data: $("data", "UpdateCallTranscriptionMemoInput!") }, rawCallTranscriptionSelector]
8979
+ });
8980
+
8981
+ const updateTranscriptionMemo = {
8577
8982
  __proto__: null,
8578
8983
  mutation: mutation$15,
8579
- name: name$2d
8984
+ name: name$2h
8580
8985
  };
8581
8986
 
8582
8987
  const index$E = {
8583
8988
  __proto__: null,
8584
- CreateAccount: createAccount
8989
+ CreateAccount: createAccount,
8990
+ CreateCalendarEvent: createCalendarEvent,
8991
+ CreateCalendarIcsSubscription: createCalendarIcsSubscription,
8992
+ DeleteCalendarEvent: deleteCalendarEvent,
8993
+ UpdateCalendarEvent: updateCalendarEvent,
8994
+ UpdateTranscriptionMemo: updateTranscriptionMemo
8585
8995
  };
8586
8996
 
8587
- const name$2c = "acceptChildOrder";
8997
+ const name$2g = "acceptChildOrder";
8588
8998
  const mutation$14 = Selector("Mutation")({
8589
- [name$2c]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
8999
+ [name$2g]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
8590
9000
  });
8591
9001
 
8592
9002
  const acceptChildOrder = {
8593
9003
  __proto__: null,
8594
9004
  mutation: mutation$14,
8595
- name: name$2c
9005
+ name: name$2g
8596
9006
  };
8597
9007
 
8598
- const name$2b = "cancelRequest";
9008
+ const name$2f = "cancelRequest";
8599
9009
  const mutation$13 = Selector("Mutation")({
8600
- [name$2b]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
9010
+ [name$2f]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
8601
9011
  });
8602
9012
 
8603
9013
  const cancelRequest = {
8604
9014
  __proto__: null,
8605
9015
  mutation: mutation$13,
8606
- name: name$2b
9016
+ name: name$2f
8607
9017
  };
8608
9018
 
8609
- const name$2a = "confirmReceiveOnRequest";
9019
+ const name$2e = "confirmReceiveOnRequest";
8610
9020
  const mutation$12 = Selector("Mutation")({
8611
- [name$2a]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
9021
+ [name$2e]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
8612
9022
  });
8613
9023
 
8614
9024
  const completeReceiveOnRequest = {
8615
9025
  __proto__: null,
8616
9026
  mutation: mutation$12,
8617
- name: name$2a
9027
+ name: name$2e
8618
9028
  };
8619
9029
 
8620
- const name$29 = "completeRequest";
9030
+ const name$2d = "completeRequest";
8621
9031
  const mutation$11 = Selector("Mutation")({
8622
- [name$29]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
9032
+ [name$2d]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
8623
9033
  });
8624
9034
 
8625
9035
  const completeRequest = {
8626
9036
  __proto__: null,
8627
9037
  mutation: mutation$11,
8628
- name: name$29
9038
+ name: name$2d
8629
9039
  };
8630
9040
 
8631
- const name$28 = "confirmSupplyOnRequest";
9041
+ const name$2c = "confirmSupplyOnRequest";
8632
9042
  const mutation$10 = Selector("Mutation")({
8633
- [name$28]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
9043
+ [name$2c]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
8634
9044
  });
8635
9045
 
8636
9046
  const confirmSupplyOnRequest = {
8637
9047
  __proto__: null,
8638
9048
  mutation: mutation$10,
8639
- name: name$28
9049
+ name: name$2c
8640
9050
  };
8641
9051
 
8642
- const name$27 = "createChildOrder";
9052
+ const name$2b = "createChildOrder";
8643
9053
  const mutation$$ = Selector("Mutation")({
8644
- [name$27]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
9054
+ [name$2b]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
8645
9055
  });
8646
9056
 
8647
9057
  const createChildOrder = {
8648
9058
  __proto__: null,
8649
9059
  mutation: mutation$$,
8650
- name: name$27
9060
+ name: name$2b
8651
9061
  };
8652
9062
 
8653
- const name$26 = "createParentOffer";
9063
+ const name$2a = "createParentOffer";
8654
9064
  const mutation$_ = Selector("Mutation")({
8655
- [name$26]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
9065
+ [name$2a]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
8656
9066
  });
8657
9067
 
8658
9068
  const createParentOffer = {
8659
9069
  __proto__: null,
8660
9070
  mutation: mutation$_,
8661
- name: name$26
9071
+ name: name$2a
8662
9072
  };
8663
9073
 
8664
- const name$25 = "declineRequest";
9074
+ const name$29 = "declineRequest";
8665
9075
  const mutation$Z = Selector("Mutation")({
8666
- [name$25]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
9076
+ [name$29]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
8667
9077
  });
8668
9078
 
8669
9079
  const declineRequest = {
8670
9080
  __proto__: null,
8671
9081
  mutation: mutation$Z,
8672
- name: name$25
9082
+ name: name$29
8673
9083
  };
8674
9084
 
8675
- const name$24 = "deliverOnRequest";
9085
+ const name$28 = "deliverOnRequest";
8676
9086
  const mutation$Y = Selector("Mutation")({
8677
- [name$24]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
9087
+ [name$28]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
8678
9088
  });
8679
9089
 
8680
9090
  const deliverOnRequest = {
8681
9091
  __proto__: null,
8682
9092
  mutation: mutation$Y,
8683
- name: name$24
9093
+ name: name$28
8684
9094
  };
8685
9095
 
8686
- const name$23 = "disputeOnRequest";
9096
+ const name$27 = "disputeOnRequest";
8687
9097
  const mutation$X = Selector("Mutation")({
8688
- [name$23]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
9098
+ [name$27]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
8689
9099
  });
8690
9100
 
8691
9101
  const disputeOnRequest = {
8692
9102
  __proto__: null,
8693
9103
  mutation: mutation$X,
8694
- name: name$23
9104
+ name: name$27
8695
9105
  };
8696
9106
 
8697
- const name$22 = "generateAssetContributionAct";
9107
+ const name$26 = "generateAssetContributionAct";
8698
9108
  const mutation$W = Selector("Mutation")({
8699
- [name$22]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9109
+ [name$26]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8700
9110
  });
8701
9111
 
8702
9112
  const generateAssetContributionAct = {
8703
9113
  __proto__: null,
8704
9114
  mutation: mutation$W,
8705
- name: name$22
9115
+ name: name$26
8706
9116
  };
8707
9117
 
8708
- const name$21 = "generateAssetContributionDecision";
9118
+ const name$25 = "generateAssetContributionDecision";
8709
9119
  const mutation$V = Selector("Mutation")({
8710
- [name$21]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9120
+ [name$25]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8711
9121
  });
8712
9122
 
8713
9123
  const generateAssetContributionDecision = {
8714
9124
  __proto__: null,
8715
9125
  mutation: mutation$V,
8716
- name: name$21
9126
+ name: name$25
8717
9127
  };
8718
9128
 
8719
- const name$20 = "generateAssetContributionStatement";
9129
+ const name$24 = "generateAssetContributionStatement";
8720
9130
  const mutation$U = Selector("Mutation")({
8721
- [name$20]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9131
+ [name$24]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8722
9132
  });
8723
9133
 
8724
9134
  const generateAssetContributionStatement = {
8725
9135
  __proto__: null,
8726
9136
  mutation: mutation$U,
8727
- name: name$20
9137
+ name: name$24
8728
9138
  };
8729
9139
 
8730
- const name$1$ = "generateReturnByAssetAct";
9140
+ const name$23 = "generateReturnByAssetAct";
8731
9141
  const mutation$T = Selector("Mutation")({
8732
- [name$1$]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9142
+ [name$23]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8733
9143
  });
8734
9144
 
8735
9145
  const generateReturnByAssetAct = {
8736
9146
  __proto__: null,
8737
9147
  mutation: mutation$T,
8738
- name: name$1$
9148
+ name: name$23
8739
9149
  };
8740
9150
 
8741
- const name$1_ = "generateReturnByAssetDecision";
9151
+ const name$22 = "generateReturnByAssetDecision";
8742
9152
  const mutation$S = Selector("Mutation")({
8743
- [name$1_]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9153
+ [name$22]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8744
9154
  });
8745
9155
 
8746
9156
  const generateReturnByAssetDecision = {
8747
9157
  __proto__: null,
8748
9158
  mutation: mutation$S,
8749
- name: name$1_
9159
+ name: name$22
8750
9160
  };
8751
9161
 
8752
- const name$1Z = "generateReturnByAssetStatement";
9162
+ const name$21 = "generateReturnByAssetStatement";
8753
9163
  const mutation$R = Selector("Mutation")({
8754
- [name$1Z]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9164
+ [name$21]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8755
9165
  });
8756
9166
 
8757
9167
  const generateReturnByAssetStatement = {
8758
9168
  __proto__: null,
8759
9169
  mutation: mutation$R,
8760
- name: name$1Z
9170
+ name: name$21
8761
9171
  };
8762
9172
 
8763
- const name$1Y = "moderateRequest";
9173
+ const name$20 = "moderateRequest";
8764
9174
  const mutation$Q = Selector("Mutation")({
8765
- [name$1Y]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
9175
+ [name$20]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
8766
9176
  });
8767
9177
 
8768
9178
  const moderateRequest = {
8769
9179
  __proto__: null,
8770
9180
  mutation: mutation$Q,
8771
- name: name$1Y
9181
+ name: name$20
8772
9182
  };
8773
9183
 
8774
- const name$1X = "prohibitRequest";
9184
+ const name$1$ = "prohibitRequest";
8775
9185
  const mutation$P = Selector("Mutation")({
8776
- [name$1X]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
9186
+ [name$1$]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
8777
9187
  });
8778
9188
 
8779
9189
  const prohibitRequest = {
8780
9190
  __proto__: null,
8781
9191
  mutation: mutation$P,
8782
- name: name$1X
9192
+ name: name$1$
8783
9193
  };
8784
9194
 
8785
- const name$1W = "publishRequest";
9195
+ const name$1_ = "publishRequest";
8786
9196
  const mutation$O = Selector("Mutation")({
8787
- [name$1W]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
9197
+ [name$1_]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
8788
9198
  });
8789
9199
 
8790
9200
  const publishRequest = {
8791
9201
  __proto__: null,
8792
9202
  mutation: mutation$O,
8793
- name: name$1W
9203
+ name: name$1_
8794
9204
  };
8795
9205
 
8796
- const name$1V = "receiveOnRequest";
9206
+ const name$1Z = "receiveOnRequest";
8797
9207
  const mutation$N = Selector("Mutation")({
8798
- [name$1V]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
9208
+ [name$1Z]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
8799
9209
  });
8800
9210
 
8801
9211
  const receiveOnRequest = {
8802
9212
  __proto__: null,
8803
9213
  mutation: mutation$N,
8804
- name: name$1V
9214
+ name: name$1Z
8805
9215
  };
8806
9216
 
8807
- const name$1U = "supplyOnRequest";
9217
+ const name$1Y = "supplyOnRequest";
8808
9218
  const mutation$M = Selector("Mutation")({
8809
- [name$1U]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
9219
+ [name$1Y]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
8810
9220
  });
8811
9221
 
8812
9222
  const supplyOnRequest = {
8813
9223
  __proto__: null,
8814
9224
  mutation: mutation$M,
8815
- name: name$1U
9225
+ name: name$1Y
8816
9226
  };
8817
9227
 
8818
- const name$1T = "unpublishRequest";
9228
+ const name$1X = "unpublishRequest";
8819
9229
  const mutation$L = Selector("Mutation")({
8820
- [name$1T]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
9230
+ [name$1X]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
8821
9231
  });
8822
9232
 
8823
9233
  const unpublishRequest = {
8824
9234
  __proto__: null,
8825
9235
  mutation: mutation$L,
8826
- name: name$1T
9236
+ name: name$1X
8827
9237
  };
8828
9238
 
8829
- const name$1S = "updateRequest";
9239
+ const name$1W = "updateRequest";
8830
9240
  const mutation$K = Selector("Mutation")({
8831
- [name$1S]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
9241
+ [name$1W]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
8832
9242
  });
8833
9243
 
8834
9244
  const updateRequest = {
8835
9245
  __proto__: null,
8836
9246
  mutation: mutation$K,
8837
- name: name$1S
9247
+ name: name$1W
8838
9248
  };
8839
9249
 
8840
9250
  const index$D = {
@@ -8864,9 +9274,9 @@ const index$D = {
8864
9274
  UpdateRequest: updateRequest
8865
9275
  };
8866
9276
 
8867
- const name$1R = "generateDocument";
9277
+ const name$1V = "generateDocument";
8868
9278
  const mutation$J = Selector("Mutation")({
8869
- [name$1R]: [
9279
+ [name$1V]: [
8870
9280
  {
8871
9281
  input: $("input", "GenerateAnyDocumentInput!")
8872
9282
  },
@@ -8877,7 +9287,7 @@ const mutation$J = Selector("Mutation")({
8877
9287
  const generateDocument = {
8878
9288
  __proto__: null,
8879
9289
  mutation: mutation$J,
8880
- name: name$1R
9290
+ name: name$1V
8881
9291
  };
8882
9292
 
8883
9293
  const index$C = {
@@ -8885,37 +9295,37 @@ const index$C = {
8885
9295
  GenerateDocument: generateDocument
8886
9296
  };
8887
9297
 
8888
- const name$1Q = "installExtension";
9298
+ const name$1U = "installExtension";
8889
9299
  const mutation$I = Selector("Mutation")({
8890
- [name$1Q]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
9300
+ [name$1U]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
8891
9301
  });
8892
9302
 
8893
9303
  const installExtension = {
8894
9304
  __proto__: null,
8895
9305
  mutation: mutation$I,
8896
- name: name$1Q
9306
+ name: name$1U
8897
9307
  };
8898
9308
 
8899
- const name$1P = "uninstallExtension";
9309
+ const name$1T = "uninstallExtension";
8900
9310
  const mutation$H = Selector("Mutation")({
8901
- [name$1P]: [{ data: $("data", "UninstallExtensionInput!") }, true]
9311
+ [name$1T]: [{ data: $("data", "UninstallExtensionInput!") }, true]
8902
9312
  });
8903
9313
 
8904
9314
  const uninstallExtension = {
8905
9315
  __proto__: null,
8906
9316
  mutation: mutation$H,
8907
- name: name$1P
9317
+ name: name$1T
8908
9318
  };
8909
9319
 
8910
- const name$1O = "updateExtension";
9320
+ const name$1S = "updateExtension";
8911
9321
  const mutation$G = Selector("Mutation")({
8912
- [name$1O]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
9322
+ [name$1S]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
8913
9323
  });
8914
9324
 
8915
9325
  const updateExtension = {
8916
9326
  __proto__: null,
8917
9327
  mutation: mutation$G,
8918
- name: name$1O
9328
+ name: name$1S
8919
9329
  };
8920
9330
 
8921
9331
  const index$B = {
@@ -8925,48 +9335,48 @@ const index$B = {
8925
9335
  UpdateExtension: updateExtension
8926
9336
  };
8927
9337
 
8928
- const name$1N = "generateProjectOfFreeDecision";
9338
+ const name$1R = "generateProjectOfFreeDecision";
8929
9339
  const mutation$F = Selector("Mutation")({
8930
- [name$1N]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9340
+ [name$1R]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8931
9341
  });
8932
9342
 
8933
9343
  const generateProjectOfFreeDecisionDocument = {
8934
9344
  __proto__: null,
8935
9345
  mutation: mutation$F,
8936
- name: name$1N
9346
+ name: name$1R
8937
9347
  };
8938
9348
 
8939
- const name$1M = "generateFreeDecision";
9349
+ const name$1Q = "generateFreeDecision";
8940
9350
  const mutation$E = Selector("Mutation")({
8941
- [name$1M]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9351
+ [name$1Q]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8942
9352
  });
8943
9353
 
8944
9354
  const generateFreeDecision = {
8945
9355
  __proto__: null,
8946
9356
  mutation: mutation$E,
8947
- name: name$1M
9357
+ name: name$1Q
8948
9358
  };
8949
9359
 
8950
- const name$1L = "publishProjectOfFreeDecision";
9360
+ const name$1P = "publishProjectOfFreeDecision";
8951
9361
  const mutation$D = Selector("Mutation")({
8952
- [name$1L]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
9362
+ [name$1P]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
8953
9363
  });
8954
9364
 
8955
9365
  const publishProjectOfFreeDecision = {
8956
9366
  __proto__: null,
8957
9367
  mutation: mutation$D,
8958
- name: name$1L
9368
+ name: name$1P
8959
9369
  };
8960
9370
 
8961
- const name$1K = "createProjectOfFreeDecision";
9371
+ const name$1O = "createProjectOfFreeDecision";
8962
9372
  const mutation$C = Selector("Mutation")({
8963
- [name$1K]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
9373
+ [name$1O]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
8964
9374
  });
8965
9375
 
8966
9376
  const createProjectOfFreeDecision = {
8967
9377
  __proto__: null,
8968
9378
  mutation: mutation$C,
8969
- name: name$1K
9379
+ name: name$1O
8970
9380
  };
8971
9381
 
8972
9382
  const index$A = {
@@ -8977,37 +9387,37 @@ const index$A = {
8977
9387
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
8978
9388
  };
8979
9389
 
8980
- const name$1J = "setPaymentStatus";
9390
+ const name$1N = "setPaymentStatus";
8981
9391
  const mutation$B = Selector("Mutation")({
8982
- [name$1J]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
9392
+ [name$1N]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
8983
9393
  });
8984
9394
 
8985
9395
  const updatePaymentStatus = {
8986
9396
  __proto__: null,
8987
9397
  mutation: mutation$B,
8988
- name: name$1J
9398
+ name: name$1N
8989
9399
  };
8990
9400
 
8991
- const name$1I = "createInitialPayment";
9401
+ const name$1M = "createInitialPayment";
8992
9402
  const mutation$A = Selector("Mutation")({
8993
- [name$1I]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
9403
+ [name$1M]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
8994
9404
  });
8995
9405
 
8996
9406
  const createInitialPayment$1 = {
8997
9407
  __proto__: null,
8998
9408
  mutation: mutation$A,
8999
- name: name$1I
9409
+ name: name$1M
9000
9410
  };
9001
9411
 
9002
- const name$1H = "createDepositPayment";
9412
+ const name$1L = "createDepositPayment";
9003
9413
  const mutation$z = Selector("Mutation")({
9004
- [name$1H]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
9414
+ [name$1L]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
9005
9415
  });
9006
9416
 
9007
9417
  const createDepositPayment$1 = {
9008
9418
  __proto__: null,
9009
9419
  mutation: mutation$z,
9010
- name: name$1H
9420
+ name: name$1L
9011
9421
  };
9012
9422
 
9013
9423
  const index$z = {
@@ -9017,20 +9427,20 @@ const index$z = {
9017
9427
  SetPaymentStatus: updatePaymentStatus
9018
9428
  };
9019
9429
 
9020
- const name$1G = "createAnnualGeneralMeet";
9430
+ const name$1K = "createAnnualGeneralMeet";
9021
9431
  const mutation$y = Selector("Mutation")({
9022
- [name$1G]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
9432
+ [name$1K]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
9023
9433
  });
9024
9434
 
9025
9435
  const createAnnualGeneralMeet = {
9026
9436
  __proto__: null,
9027
9437
  mutation: mutation$y,
9028
- name: name$1G
9438
+ name: name$1K
9029
9439
  };
9030
9440
 
9031
- const name$1F = "generateAnnualGeneralMeetAgendaDocument";
9441
+ const name$1J = "generateAnnualGeneralMeetAgendaDocument";
9032
9442
  const mutation$x = Selector("Mutation")({
9033
- [name$1F]: [
9443
+ [name$1J]: [
9034
9444
  {
9035
9445
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
9036
9446
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9042,12 +9452,12 @@ const mutation$x = Selector("Mutation")({
9042
9452
  const generateAnnualGeneralMeetAgendaDocument = {
9043
9453
  __proto__: null,
9044
9454
  mutation: mutation$x,
9045
- name: name$1F
9455
+ name: name$1J
9046
9456
  };
9047
9457
 
9048
- const name$1E = "generateAnnualGeneralMeetDecisionDocument";
9458
+ const name$1I = "generateAnnualGeneralMeetDecisionDocument";
9049
9459
  const mutation$w = Selector("Mutation")({
9050
- [name$1E]: [
9460
+ [name$1I]: [
9051
9461
  {
9052
9462
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
9053
9463
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9059,12 +9469,12 @@ const mutation$w = Selector("Mutation")({
9059
9469
  const generateAnnualGeneralMeetDecisionDocument = {
9060
9470
  __proto__: null,
9061
9471
  mutation: mutation$w,
9062
- name: name$1E
9472
+ name: name$1I
9063
9473
  };
9064
9474
 
9065
- const name$1D = "generateAnnualGeneralMeetNotificationDocument";
9475
+ const name$1H = "generateAnnualGeneralMeetNotificationDocument";
9066
9476
  const mutation$v = Selector("Mutation")({
9067
- [name$1D]: [
9477
+ [name$1H]: [
9068
9478
  {
9069
9479
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
9070
9480
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9076,12 +9486,12 @@ const mutation$v = Selector("Mutation")({
9076
9486
  const generateAnnualGeneralMeetNotificationDocument = {
9077
9487
  __proto__: null,
9078
9488
  mutation: mutation$v,
9079
- name: name$1D
9489
+ name: name$1H
9080
9490
  };
9081
9491
 
9082
- const name$1C = "generateBallotForAnnualGeneralMeetDocument";
9492
+ const name$1G = "generateBallotForAnnualGeneralMeetDocument";
9083
9493
  const mutation$u = Selector("Mutation")({
9084
- [name$1C]: [
9494
+ [name$1G]: [
9085
9495
  {
9086
9496
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
9087
9497
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9093,12 +9503,12 @@ const mutation$u = Selector("Mutation")({
9093
9503
  const generateBallotForAnnualGeneralMeetDocument = {
9094
9504
  __proto__: null,
9095
9505
  mutation: mutation$u,
9096
- name: name$1C
9506
+ name: name$1G
9097
9507
  };
9098
9508
 
9099
- const name$1B = "generateSovietDecisionOnAnnualMeetDocument";
9509
+ const name$1F = "generateSovietDecisionOnAnnualMeetDocument";
9100
9510
  const mutation$t = Selector("Mutation")({
9101
- [name$1B]: [{
9511
+ [name$1F]: [{
9102
9512
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
9103
9513
  options: $("options", "GenerateDocumentOptionsInput")
9104
9514
  }, documentSelector]
@@ -9107,62 +9517,62 @@ const mutation$t = Selector("Mutation")({
9107
9517
  const generateSovietDecisionOnAnnualMeetDocument = {
9108
9518
  __proto__: null,
9109
9519
  mutation: mutation$t,
9110
- name: name$1B
9520
+ name: name$1F
9111
9521
  };
9112
9522
 
9113
- const name$1A = "notifyOnAnnualGeneralMeet";
9523
+ const name$1E = "notifyOnAnnualGeneralMeet";
9114
9524
  const mutation$s = Selector("Mutation")({
9115
- [name$1A]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9525
+ [name$1E]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9116
9526
  });
9117
9527
 
9118
9528
  const notifyOnAnnualGeneralMeet = {
9119
9529
  __proto__: null,
9120
9530
  mutation: mutation$s,
9121
- name: name$1A
9531
+ name: name$1E
9122
9532
  };
9123
9533
 
9124
- const name$1z = "restartAnnualGeneralMeet";
9534
+ const name$1D = "restartAnnualGeneralMeet";
9125
9535
  const mutation$r = Selector("Mutation")({
9126
- [name$1z]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
9536
+ [name$1D]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
9127
9537
  });
9128
9538
 
9129
9539
  const restartAnnualGeneralMeet = {
9130
9540
  __proto__: null,
9131
9541
  mutation: mutation$r,
9132
- name: name$1z
9542
+ name: name$1D
9133
9543
  };
9134
9544
 
9135
- const name$1y = "signByPresiderOnAnnualGeneralMeet";
9545
+ const name$1C = "signByPresiderOnAnnualGeneralMeet";
9136
9546
  const mutation$q = Selector("Mutation")({
9137
- [name$1y]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9547
+ [name$1C]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9138
9548
  });
9139
9549
 
9140
9550
  const signByPresiderOnAnnualGeneralMeet = {
9141
9551
  __proto__: null,
9142
9552
  mutation: mutation$q,
9143
- name: name$1y
9553
+ name: name$1C
9144
9554
  };
9145
9555
 
9146
- const name$1x = "signBySecretaryOnAnnualGeneralMeet";
9556
+ const name$1B = "signBySecretaryOnAnnualGeneralMeet";
9147
9557
  const mutation$p = Selector("Mutation")({
9148
- [name$1x]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9558
+ [name$1B]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9149
9559
  });
9150
9560
 
9151
9561
  const signBySecretaryOnAnnualGeneralMeet = {
9152
9562
  __proto__: null,
9153
9563
  mutation: mutation$p,
9154
- name: name$1x
9564
+ name: name$1B
9155
9565
  };
9156
9566
 
9157
- const name$1w = "voteOnAnnualGeneralMeet";
9567
+ const name$1A = "voteOnAnnualGeneralMeet";
9158
9568
  const mutation$o = Selector("Mutation")({
9159
- [name$1w]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9569
+ [name$1A]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9160
9570
  });
9161
9571
 
9162
9572
  const voteOnAnnualGeneralMeet = {
9163
9573
  __proto__: null,
9164
9574
  mutation: mutation$o,
9165
- name: name$1w
9575
+ name: name$1A
9166
9576
  };
9167
9577
 
9168
9578
  const index$y = {
@@ -9180,37 +9590,37 @@ const index$y = {
9180
9590
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
9181
9591
  };
9182
9592
 
9183
- const name$1v = "createWebPushSubscription";
9593
+ const name$1z = "createWebPushSubscription";
9184
9594
  const mutation$n = Selector("Mutation")({
9185
- [name$1v]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
9595
+ [name$1z]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
9186
9596
  });
9187
9597
 
9188
9598
  const createWebPushSubscription = {
9189
9599
  __proto__: null,
9190
9600
  mutation: mutation$n,
9191
- name: name$1v
9601
+ name: name$1z
9192
9602
  };
9193
9603
 
9194
- const name$1u = "deactivateWebPushSubscriptionById";
9604
+ const name$1y = "deactivateWebPushSubscriptionById";
9195
9605
  const mutation$m = Selector("Mutation")({
9196
- [name$1u]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
9606
+ [name$1y]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
9197
9607
  });
9198
9608
 
9199
9609
  const deactivateWebPushSubscriptionById = {
9200
9610
  __proto__: null,
9201
9611
  mutation: mutation$m,
9202
- name: name$1u
9612
+ name: name$1y
9203
9613
  };
9204
9614
 
9205
- const name$1t = "triggerNotificationWorkflow";
9615
+ const name$1x = "triggerNotificationWorkflow";
9206
9616
  const mutation$l = Selector("Mutation")({
9207
- [name$1t]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
9617
+ [name$1x]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
9208
9618
  });
9209
9619
 
9210
9620
  const triggerNotificationWorkflow = {
9211
9621
  __proto__: null,
9212
9622
  mutation: mutation$l,
9213
- name: name$1t
9623
+ name: name$1x
9214
9624
  };
9215
9625
 
9216
9626
  const index$x = {
@@ -9220,59 +9630,59 @@ const index$x = {
9220
9630
  TriggerNotificationWorkflow: triggerNotificationWorkflow
9221
9631
  };
9222
9632
 
9223
- const name$1s = "addParticipant";
9633
+ const name$1w = "addParticipant";
9224
9634
  const mutation$k = Selector("Mutation")({
9225
- [name$1s]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
9635
+ [name$1w]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
9226
9636
  });
9227
9637
 
9228
9638
  const addParticipant = {
9229
9639
  __proto__: null,
9230
9640
  mutation: mutation$k,
9231
- name: name$1s
9641
+ name: name$1w
9232
9642
  };
9233
9643
 
9234
- const name$1r = "generateParticipantApplication";
9644
+ const name$1v = "generateParticipantApplication";
9235
9645
  const mutation$j = Selector("Mutation")({
9236
- [name$1r]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9646
+ [name$1v]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9237
9647
  });
9238
9648
 
9239
9649
  const generateParticipantApplication = {
9240
9650
  __proto__: null,
9241
9651
  mutation: mutation$j,
9242
- name: name$1r
9652
+ name: name$1v
9243
9653
  };
9244
9654
 
9245
- const name$1q = "generateParticipantApplicationDecision";
9655
+ const name$1u = "generateParticipantApplicationDecision";
9246
9656
  const mutation$i = Selector("Mutation")({
9247
- [name$1q]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9657
+ [name$1u]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9248
9658
  });
9249
9659
 
9250
9660
  const generateParticipantApplicationDecision = {
9251
9661
  __proto__: null,
9252
9662
  mutation: mutation$i,
9253
- name: name$1q
9663
+ name: name$1u
9254
9664
  };
9255
9665
 
9256
- const name$1p = "registerParticipant";
9666
+ const name$1t = "registerParticipant";
9257
9667
  const mutation$h = Selector("Mutation")({
9258
- [name$1p]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
9668
+ [name$1t]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
9259
9669
  });
9260
9670
 
9261
9671
  const registerParticipant = {
9262
9672
  __proto__: null,
9263
9673
  mutation: mutation$h,
9264
- name: name$1p
9674
+ name: name$1t
9265
9675
  };
9266
9676
 
9267
- const name$1o = "createInitialPayment";
9677
+ const name$1s = "createInitialPayment";
9268
9678
  const mutation$g = Selector("Mutation")({
9269
- [name$1o]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
9679
+ [name$1s]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
9270
9680
  });
9271
9681
 
9272
9682
  const createInitialPayment = {
9273
9683
  __proto__: null,
9274
9684
  mutation: mutation$g,
9275
- name: name$1o
9685
+ name: name$1s
9276
9686
  };
9277
9687
 
9278
9688
  const index$w = {
@@ -9284,37 +9694,37 @@ const index$w = {
9284
9694
  RegisterParticipant: registerParticipant
9285
9695
  };
9286
9696
 
9287
- const name$1n = "addPaymentMethod";
9697
+ const name$1r = "addPaymentMethod";
9288
9698
  const mutation$f = Selector("Mutation")({
9289
- [name$1n]: [{ data: $("data", "AddPaymentMethodInput!") }, paymentMethodSelector]
9699
+ [name$1r]: [{ data: $("data", "AddPaymentMethodInput!") }, paymentMethodSelector]
9290
9700
  });
9291
9701
 
9292
9702
  const addPaymentMethod = {
9293
9703
  __proto__: null,
9294
9704
  mutation: mutation$f,
9295
- name: name$1n
9705
+ name: name$1r
9296
9706
  };
9297
9707
 
9298
- const name$1m = "deletePaymentMethod";
9708
+ const name$1q = "deletePaymentMethod";
9299
9709
  const mutation$e = Selector("Mutation")({
9300
- [name$1m]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
9710
+ [name$1q]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
9301
9711
  });
9302
9712
 
9303
9713
  const deletePaymentMethod = {
9304
9714
  __proto__: null,
9305
9715
  mutation: mutation$e,
9306
- name: name$1m
9716
+ name: name$1q
9307
9717
  };
9308
9718
 
9309
- const name$1l = "updateBankAccount";
9719
+ const name$1p = "updateBankAccount";
9310
9720
  const mutation$d = Selector("Mutation")({
9311
- [name$1l]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
9721
+ [name$1p]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
9312
9722
  });
9313
9723
 
9314
9724
  const updateBankAccount = {
9315
9725
  __proto__: null,
9316
9726
  mutation: mutation$d,
9317
- name: name$1l
9727
+ name: name$1p
9318
9728
  };
9319
9729
 
9320
9730
  const index$v = {
@@ -9324,26 +9734,26 @@ const index$v = {
9324
9734
  UpdateBankAccount: updateBankAccount
9325
9735
  };
9326
9736
 
9327
- const name$1k = "generateConvertToAxonStatement";
9737
+ const name$1o = "generateConvertToAxonStatement";
9328
9738
  const mutation$c = Selector("Mutation")({
9329
- [name$1k]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9739
+ [name$1o]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9330
9740
  });
9331
9741
 
9332
9742
  const generateConvertToAxonStatement = {
9333
9743
  __proto__: null,
9334
9744
  mutation: mutation$c,
9335
- name: name$1k
9745
+ name: name$1o
9336
9746
  };
9337
9747
 
9338
- const name$1j = "processConvertToAxonStatement";
9748
+ const name$1n = "processConvertToAxonStatement";
9339
9749
  const mutation$b = Selector("Mutation")({
9340
- [name$1j]: [{ data: $("data", "ProcessConvertToAxonStatementInput!") }, true]
9750
+ [name$1n]: [{ data: $("data", "ProcessConvertToAxonStatementInput!") }, true]
9341
9751
  });
9342
9752
 
9343
9753
  const processConvertToAxonStatement = {
9344
9754
  __proto__: null,
9345
9755
  mutation: mutation$b,
9346
- name: name$1j
9756
+ name: name$1n
9347
9757
  };
9348
9758
 
9349
9759
  const index$u = {
@@ -9352,15 +9762,15 @@ const index$u = {
9352
9762
  ProcessConvertToAxonStatement: processConvertToAxonStatement
9353
9763
  };
9354
9764
 
9355
- const name$1i = "generateRegistrationDocuments";
9765
+ const name$1m = "generateRegistrationDocuments";
9356
9766
  const mutation$a = Selector("Mutation")({
9357
- [name$1i]: [{ data: $("data", "GenerateRegistrationDocumentsInput!") }, generateRegistrationDocumentsOutputSelector]
9767
+ [name$1m]: [{ data: $("data", "GenerateRegistrationDocumentsInput!") }, generateRegistrationDocumentsOutputSelector]
9358
9768
  });
9359
9769
 
9360
9770
  const generateRegistrationDocuments = {
9361
9771
  __proto__: null,
9362
9772
  mutation: mutation$a,
9363
- name: name$1i
9773
+ name: name$1m
9364
9774
  };
9365
9775
 
9366
9776
  const index$t = {
@@ -9368,42 +9778,42 @@ const index$t = {
9368
9778
  GenerateRegistrationDocuments: generateRegistrationDocuments
9369
9779
  };
9370
9780
 
9371
- const name$1h = "initSystem";
9781
+ const name$1l = "initSystem";
9372
9782
  const mutation$9 = Selector("Mutation")({
9373
- [name$1h]: [{ data: $("data", "Init!") }, systemInfoSelector]
9783
+ [name$1l]: [{ data: $("data", "Init!") }, systemInfoSelector]
9374
9784
  });
9375
9785
 
9376
9786
  const initSystem = {
9377
9787
  __proto__: null,
9378
9788
  mutation: mutation$9,
9379
- name: name$1h
9789
+ name: name$1l
9380
9790
  };
9381
9791
 
9382
- const name$1g = "installSystem";
9792
+ const name$1k = "installSystem";
9383
9793
  const mutation$8 = Selector("Mutation")({
9384
- [name$1g]: [{ data: $("data", "Install!") }, systemInfoSelector]
9794
+ [name$1k]: [{ data: $("data", "Install!") }, systemInfoSelector]
9385
9795
  });
9386
9796
 
9387
9797
  const installSystem = {
9388
9798
  __proto__: null,
9389
9799
  mutation: mutation$8,
9390
- name: name$1g
9800
+ name: name$1k
9391
9801
  };
9392
9802
 
9393
- const name$1f = "setWif";
9803
+ const name$1j = "setWif";
9394
9804
  const mutation$7 = Selector("Mutation")({
9395
- [name$1f]: [{ data: $("data", "SetWifInput!") }, true]
9805
+ [name$1j]: [{ data: $("data", "SetWifInput!") }, true]
9396
9806
  });
9397
9807
 
9398
9808
  const saveWif = {
9399
9809
  __proto__: null,
9400
9810
  mutation: mutation$7,
9401
- name: name$1f
9811
+ name: name$1j
9402
9812
  };
9403
9813
 
9404
- const name$1e = "startInstall";
9814
+ const name$1i = "startInstall";
9405
9815
  const mutation$6 = Selector("Mutation")({
9406
- [name$1e]: [{ data: $("data", "StartInstallInput!") }, {
9816
+ [name$1i]: [{ data: $("data", "StartInstallInput!") }, {
9407
9817
  install_code: true,
9408
9818
  coopname: true
9409
9819
  }]
@@ -9412,29 +9822,29 @@ const mutation$6 = Selector("Mutation")({
9412
9822
  const startInstall = {
9413
9823
  __proto__: null,
9414
9824
  mutation: mutation$6,
9415
- name: name$1e
9825
+ name: name$1i
9416
9826
  };
9417
9827
 
9418
- const name$1d = "updateSettings";
9828
+ const name$1h = "updateSettings";
9419
9829
  const mutation$5 = Selector("Mutation")({
9420
- [name$1d]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
9830
+ [name$1h]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
9421
9831
  });
9422
9832
 
9423
9833
  const updateSettings = {
9424
9834
  __proto__: null,
9425
9835
  mutation: mutation$5,
9426
- name: name$1d
9836
+ name: name$1h
9427
9837
  };
9428
9838
 
9429
- const name$1c = "updateSystem";
9839
+ const name$1g = "updateSystem";
9430
9840
  const mutation$4 = Selector("Mutation")({
9431
- [name$1c]: [{ data: $("data", "Update!") }, systemInfoSelector]
9841
+ [name$1g]: [{ data: $("data", "Update!") }, systemInfoSelector]
9432
9842
  });
9433
9843
 
9434
9844
  const updateSystem = {
9435
9845
  __proto__: null,
9436
9846
  mutation: mutation$4,
9437
- name: name$1c
9847
+ name: name$1g
9438
9848
  };
9439
9849
 
9440
9850
  const index$s = {
@@ -9442,36 +9852,37 @@ const index$s = {
9442
9852
  InitSystem: initSystem,
9443
9853
  InstallSystem: installSystem,
9444
9854
  SaveWif: saveWif,
9855
+ SetWif: saveWif,
9445
9856
  StartInstall: startInstall,
9446
9857
  UpdateSettings: updateSettings,
9447
9858
  UpdateSystem: updateSystem
9448
9859
  };
9449
9860
 
9450
- const name$1b = "createWithdraw";
9861
+ const name$1f = "createWithdraw";
9451
9862
  const mutation$3 = Selector("Mutation")({
9452
- [name$1b]: [{ data: $("data", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
9863
+ [name$1f]: [{ data: $("data", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
9453
9864
  });
9454
9865
 
9455
9866
  const createWithdraw = {
9456
9867
  __proto__: null,
9457
9868
  mutation: mutation$3,
9458
- name: name$1b
9869
+ name: name$1f
9459
9870
  };
9460
9871
 
9461
- const name$1a = "createDepositPayment";
9872
+ const name$1e = "createDepositPayment";
9462
9873
  const mutation$2 = Selector("Mutation")({
9463
- [name$1a]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
9874
+ [name$1e]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
9464
9875
  });
9465
9876
 
9466
9877
  const createDepositPayment = {
9467
9878
  __proto__: null,
9468
9879
  mutation: mutation$2,
9469
- name: name$1a
9880
+ name: name$1e
9470
9881
  };
9471
9882
 
9472
- const name$19 = "generateReturnByMoneyStatementDocument";
9883
+ const name$1d = "generateReturnByMoneyStatementDocument";
9473
9884
  const mutation$1 = Selector("Mutation")({
9474
- [name$19]: [
9885
+ [name$1d]: [
9475
9886
  {
9476
9887
  data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
9477
9888
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9483,12 +9894,12 @@ const mutation$1 = Selector("Mutation")({
9483
9894
  const generateReturnByMoneyStatementDocument = {
9484
9895
  __proto__: null,
9485
9896
  mutation: mutation$1,
9486
- name: name$19
9897
+ name: name$1d
9487
9898
  };
9488
9899
 
9489
- const name$18 = "generateReturnByMoneyDecisionDocument";
9900
+ const name$1c = "generateReturnByMoneyDecisionDocument";
9490
9901
  const mutation = Selector("Mutation")({
9491
- [name$18]: [
9902
+ [name$1c]: [
9492
9903
  {
9493
9904
  data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
9494
9905
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9500,7 +9911,7 @@ const mutation = Selector("Mutation")({
9500
9911
  const generateReturnByMoneyDecisionDocument = {
9501
9912
  __proto__: null,
9502
9913
  mutation: mutation,
9503
- name: name$18
9914
+ name: name$1c
9504
9915
  };
9505
9916
 
9506
9917
  const index$r = {
@@ -9535,26 +9946,26 @@ const Mutations = {
9535
9946
  Wallet: index$r
9536
9947
  };
9537
9948
 
9538
- const name$17 = "getAccount";
9539
- const query$17 = Selector("Query")({
9540
- [name$17]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
9949
+ const name$1b = "getAccount";
9950
+ const query$1b = Selector("Query")({
9951
+ [name$1b]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
9541
9952
  });
9542
9953
 
9543
9954
  const getAccount = {
9544
9955
  __proto__: null,
9545
- name: name$17,
9546
- query: query$17
9956
+ name: name$1b,
9957
+ query: query$1b
9547
9958
  };
9548
9959
 
9549
- const name$16 = "getAccounts";
9550
- const query$16 = Selector("Query")({
9551
- [name$16]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
9960
+ const name$1a = "getAccounts";
9961
+ const query$1a = Selector("Query")({
9962
+ [name$1a]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
9552
9963
  });
9553
9964
 
9554
9965
  const getAccounts = {
9555
9966
  __proto__: null,
9556
- name: name$16,
9557
- query: query$16
9967
+ name: name$1a,
9968
+ query: query$1a
9558
9969
  };
9559
9970
 
9560
9971
  const rawSearchPrivateAccountsResultSelector = {
@@ -9571,15 +9982,15 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
9571
9982
  rawSearchPrivateAccountsResultSelector
9572
9983
  );
9573
9984
 
9574
- const name$15 = "searchPrivateAccounts";
9575
- const query$15 = Selector("Query")({
9576
- [name$15]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
9985
+ const name$19 = "searchPrivateAccounts";
9986
+ const query$19 = Selector("Query")({
9987
+ [name$19]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
9577
9988
  });
9578
9989
 
9579
9990
  const searchPrivateAccounts = {
9580
9991
  __proto__: null,
9581
- name: name$15,
9582
- query: query$15
9992
+ name: name$19,
9993
+ query: query$19
9583
9994
  };
9584
9995
 
9585
9996
  const index$q = {
@@ -9623,15 +10034,15 @@ const rawAgendaSelector = {
9623
10034
  };
9624
10035
  const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
9625
10036
 
9626
- const name$14 = "getAgenda";
9627
- const query$14 = Selector("Query")({
9628
- [name$14]: agendaSelector
10037
+ const name$18 = "getAgenda";
10038
+ const query$18 = Selector("Query")({
10039
+ [name$18]: agendaSelector
9629
10040
  });
9630
10041
 
9631
10042
  const getAgenda = {
9632
10043
  __proto__: null,
9633
- name: name$14,
9634
- query: query$14
10044
+ name: name$18,
10045
+ query: query$18
9635
10046
  };
9636
10047
 
9637
10048
  const index$p = {
@@ -9639,9 +10050,9 @@ const index$p = {
9639
10050
  GetAgenda: getAgenda
9640
10051
  };
9641
10052
 
9642
- const name$13 = "agreements";
9643
- const query$13 = Selector("Query")({
9644
- [name$13]: [
10053
+ const name$17 = "agreements";
10054
+ const query$17 = Selector("Query")({
10055
+ [name$17]: [
9645
10056
  {
9646
10057
  filter: $("filter", "AgreementFilter"),
9647
10058
  options: $("options", "PaginationInput")
@@ -9652,8 +10063,8 @@ const query$13 = Selector("Query")({
9652
10063
 
9653
10064
  const agreements = {
9654
10065
  __proto__: null,
9655
- name: name$13,
9656
- query: query$13
10066
+ name: name$17,
10067
+ query: query$17
9657
10068
  };
9658
10069
 
9659
10070
  const index$o = {
@@ -9662,9 +10073,9 @@ const index$o = {
9662
10073
  };
9663
10074
 
9664
10075
  const paginatedActionsSelector = { ...paginationSelector, items: rawBlockchainActionSelector };
9665
- const name$12 = "getActions";
9666
- const query$12 = Selector("Query")({
9667
- [name$12]: [
10076
+ const name$16 = "getActions";
10077
+ const query$16 = Selector("Query")({
10078
+ [name$16]: [
9668
10079
  {
9669
10080
  filters: $("filters", "ActionFiltersInput"),
9670
10081
  pagination: $("pagination", "PaginationInput")
@@ -9675,14 +10086,14 @@ const query$12 = Selector("Query")({
9675
10086
 
9676
10087
  const getActions = {
9677
10088
  __proto__: null,
9678
- name: name$12,
9679
- query: query$12
10089
+ name: name$16,
10090
+ query: query$16
9680
10091
  };
9681
10092
 
9682
- const name$11 = "getCurrentTableStates";
10093
+ const name$15 = "getCurrentTableStates";
9683
10094
  const paginatedCurrentTableStatesSelector = { ...paginationSelector, items: rawCurrentTableStateSelector };
9684
- const query$11 = Selector("Query")({
9685
- [name$11]: [
10095
+ const query$15 = Selector("Query")({
10096
+ [name$15]: [
9686
10097
  {
9687
10098
  filters: $("filters", "CurrentTableStatesFiltersInput"),
9688
10099
  pagination: $("pagination", "PaginationInput")
@@ -9693,14 +10104,14 @@ const query$11 = Selector("Query")({
9693
10104
 
9694
10105
  const getCurrentTableStates = {
9695
10106
  __proto__: null,
9696
- name: name$11,
9697
- query: query$11
10107
+ name: name$15,
10108
+ query: query$15
9698
10109
  };
9699
10110
 
9700
10111
  const paginatedDeltasSelector = { ...paginationSelector, items: rawDeltaSelector };
9701
- const name$10 = "getDeltas";
9702
- const query$10 = Selector("Query")({
9703
- [name$10]: [
10112
+ const name$14 = "getDeltas";
10113
+ const query$14 = Selector("Query")({
10114
+ [name$14]: [
9704
10115
  {
9705
10116
  filters: $("filters", "DeltaFiltersInput"),
9706
10117
  pagination: $("pagination", "PaginationInput")
@@ -9711,8 +10122,8 @@ const query$10 = Selector("Query")({
9711
10122
 
9712
10123
  const getDeltas = {
9713
10124
  __proto__: null,
9714
- name: name$10,
9715
- query: query$10
10125
+ name: name$14,
10126
+ query: query$14
9716
10127
  };
9717
10128
 
9718
10129
  const index$n = {
@@ -9722,26 +10133,26 @@ const index$n = {
9722
10133
  GetDeltas: getDeltas
9723
10134
  };
9724
10135
 
9725
- const name$$ = "getBranches";
9726
- const query$$ = Selector("Query")({
9727
- [name$$]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
10136
+ const name$13 = "getBranches";
10137
+ const query$13 = Selector("Query")({
10138
+ [name$13]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
9728
10139
  });
9729
10140
 
9730
10141
  const getBranches = {
9731
10142
  __proto__: null,
9732
- name: name$$,
9733
- query: query$$
10143
+ name: name$13,
10144
+ query: query$13
9734
10145
  };
9735
10146
 
9736
- const name$_ = "getBranches";
9737
- const query$_ = Selector("Query")({
9738
- [name$_]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
10147
+ const name$12 = "getBranches";
10148
+ const query$12 = Selector("Query")({
10149
+ [name$12]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
9739
10150
  });
9740
10151
 
9741
10152
  const getPublicBranches = {
9742
10153
  __proto__: null,
9743
- name: name$_,
9744
- query: query$_
10154
+ name: name$12,
10155
+ query: query$12
9745
10156
  };
9746
10157
 
9747
10158
  const index$m = {
@@ -9750,9 +10161,9 @@ const index$m = {
9750
10161
  GetPublicBranches: getPublicBranches
9751
10162
  };
9752
10163
 
9753
- const name$Z = "capitalCandidates";
9754
- const query$Z = Selector("Query")({
9755
- [name$Z]: [
10164
+ const name$11 = "capitalCandidates";
10165
+ const query$11 = Selector("Query")({
10166
+ [name$11]: [
9756
10167
  {
9757
10168
  filter: $("filter", "CandidateFilterInput"),
9758
10169
  options: $("options", "PaginationInput")
@@ -9762,503 +10173,545 @@ const query$Z = Selector("Query")({
9762
10173
  });
9763
10174
 
9764
10175
  const getCapitalCandidates = {
10176
+ __proto__: null,
10177
+ name: name$11,
10178
+ query: query$11
10179
+ };
10180
+
10181
+ const name$10 = "capitalCommit";
10182
+ const query$10 = Selector("Query")({
10183
+ [name$10]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
10184
+ });
10185
+
10186
+ const getCommit = {
10187
+ __proto__: null,
10188
+ name: name$10,
10189
+ query: query$10
10190
+ };
10191
+
10192
+ const name$$ = "capitalCommits";
10193
+ const query$$ = Selector("Query")({
10194
+ [name$$]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
10195
+ });
10196
+
10197
+ const getCommits = {
10198
+ __proto__: null,
10199
+ name: name$$,
10200
+ query: query$$
10201
+ };
10202
+
10203
+ const name$_ = "capitalContributor";
10204
+ const query$_ = Selector("Query")({
10205
+ [name$_]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
10206
+ });
10207
+
10208
+ const getContributor = {
10209
+ __proto__: null,
10210
+ name: name$_,
10211
+ query: query$_
10212
+ };
10213
+
10214
+ const name$Z = "capitalContributors";
10215
+ const query$Z = Selector("Query")({
10216
+ [name$Z]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
10217
+ });
10218
+
10219
+ const getContributors = {
9765
10220
  __proto__: null,
9766
10221
  name: name$Z,
9767
10222
  query: query$Z
9768
10223
  };
9769
10224
 
9770
- const name$Y = "capitalCommit";
10225
+ const name$Y = "capitalCycles";
9771
10226
  const query$Y = Selector("Query")({
9772
- [name$Y]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
10227
+ [name$Y]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
9773
10228
  });
9774
10229
 
9775
- const getCommit = {
10230
+ const getCycles = {
9776
10231
  __proto__: null,
9777
10232
  name: name$Y,
9778
10233
  query: query$Y
9779
10234
  };
9780
10235
 
9781
- const name$X = "capitalCommits";
10236
+ const name$X = "capitalDebt";
9782
10237
  const query$X = Selector("Query")({
9783
- [name$X]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
10238
+ [name$X]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
9784
10239
  });
9785
10240
 
9786
- const getCommits = {
10241
+ const getDebt = {
9787
10242
  __proto__: null,
9788
10243
  name: name$X,
9789
10244
  query: query$X
9790
10245
  };
9791
10246
 
9792
- const name$W = "capitalContributor";
10247
+ const name$W = "capitalDebts";
9793
10248
  const query$W = Selector("Query")({
9794
- [name$W]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
10249
+ [name$W]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
9795
10250
  });
9796
10251
 
9797
- const getContributor = {
10252
+ const getDebts = {
9798
10253
  __proto__: null,
9799
10254
  name: name$W,
9800
10255
  query: query$W
9801
10256
  };
9802
10257
 
9803
- const name$V = "capitalContributors";
10258
+ const name$V = "capitalExpense";
9804
10259
  const query$V = Selector("Query")({
9805
- [name$V]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
10260
+ [name$V]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
9806
10261
  });
9807
10262
 
9808
- const getContributors = {
10263
+ const getExpense = {
9809
10264
  __proto__: null,
9810
10265
  name: name$V,
9811
10266
  query: query$V
9812
10267
  };
9813
10268
 
9814
- const name$U = "capitalCycles";
10269
+ const name$U = "capitalExpenses";
9815
10270
  const query$U = Selector("Query")({
9816
- [name$U]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
10271
+ [name$U]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
9817
10272
  });
9818
10273
 
9819
- const getCycles = {
10274
+ const getExpenses = {
9820
10275
  __proto__: null,
9821
10276
  name: name$U,
9822
10277
  query: query$U
9823
10278
  };
9824
10279
 
9825
- const name$T = "capitalDebt";
10280
+ const name$T = "capitalInvest";
9826
10281
  const query$T = Selector("Query")({
9827
- [name$T]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
10282
+ [name$T]: [{ data: $("data", "GetInvestInput!") }, investSelector]
9828
10283
  });
9829
10284
 
9830
- const getDebt = {
10285
+ const getInvest = {
9831
10286
  __proto__: null,
9832
10287
  name: name$T,
9833
10288
  query: query$T
9834
10289
  };
9835
10290
 
9836
- const name$S = "capitalDebts";
10291
+ const name$S = "capitalInvests";
9837
10292
  const query$S = Selector("Query")({
9838
- [name$S]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
10293
+ [name$S]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
9839
10294
  });
9840
10295
 
9841
- const getDebts = {
10296
+ const getInvests = {
9842
10297
  __proto__: null,
9843
10298
  name: name$S,
9844
10299
  query: query$S
9845
10300
  };
9846
10301
 
9847
- const name$R = "capitalExpense";
10302
+ const name$R = "capitalIssue";
9848
10303
  const query$R = Selector("Query")({
9849
- [name$R]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
10304
+ [name$R]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
9850
10305
  });
9851
10306
 
9852
- const getExpense = {
10307
+ const getIssue = {
9853
10308
  __proto__: null,
9854
10309
  name: name$R,
9855
10310
  query: query$R
9856
10311
  };
9857
10312
 
9858
- const name$Q = "capitalExpenses";
10313
+ const name$Q = "getCapitalIssueLogs";
9859
10314
  const query$Q = Selector("Query")({
9860
- [name$Q]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
10315
+ [name$Q]: [
10316
+ {
10317
+ data: $("data", "GetCapitalIssueLogsInput!"),
10318
+ options: $("options", "PaginationInput")
10319
+ },
10320
+ logsPaginationSelector
10321
+ ]
9861
10322
  });
9862
10323
 
9863
- const getExpenses = {
10324
+ const getIssueLogs = {
9864
10325
  __proto__: null,
9865
10326
  name: name$Q,
9866
10327
  query: query$Q
9867
10328
  };
9868
10329
 
9869
- const name$P = "capitalInvest";
10330
+ const name$P = "capitalIssues";
9870
10331
  const query$P = Selector("Query")({
9871
- [name$P]: [{ data: $("data", "GetInvestInput!") }, investSelector]
10332
+ [name$P]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
9872
10333
  });
9873
10334
 
9874
- const getInvest = {
10335
+ const getIssues = {
9875
10336
  __proto__: null,
9876
10337
  name: name$P,
9877
10338
  query: query$P
9878
10339
  };
9879
10340
 
9880
- const name$O = "capitalInvests";
10341
+ const name$O = "getCapitalOnboardingState";
9881
10342
  const query$O = Selector("Query")({
9882
- [name$O]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
10343
+ [name$O]: capitalOnboardingStateSelector
9883
10344
  });
9884
10345
 
9885
- const getInvests = {
10346
+ const getOnboardingState$1 = {
9886
10347
  __proto__: null,
9887
10348
  name: name$O,
9888
10349
  query: query$O
9889
10350
  };
9890
10351
 
9891
- const name$N = "capitalIssue";
10352
+ const name$N = "capitalProject";
9892
10353
  const query$N = Selector("Query")({
9893
- [name$N]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
10354
+ [name$N]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
9894
10355
  });
9895
10356
 
9896
- const getIssue = {
10357
+ const getProject = {
9897
10358
  __proto__: null,
9898
10359
  name: name$N,
9899
10360
  query: query$N
9900
10361
  };
9901
10362
 
9902
- const name$M = "getCapitalIssueLogs";
10363
+ const name$M = "getCapitalProjectLogs";
9903
10364
  const query$M = Selector("Query")({
9904
- [name$M]: [
9905
- {
9906
- data: $("data", "GetCapitalIssueLogsInput!"),
9907
- options: $("options", "PaginationInput")
9908
- },
9909
- logsPaginationSelector
9910
- ]
10365
+ [name$M]: [{ data: $("data", "GetCapitalLogsInput!") }, logsPaginationSelector]
9911
10366
  });
9912
10367
 
9913
- const getIssueLogs = {
10368
+ const getProjectLogs = {
9914
10369
  __proto__: null,
9915
10370
  name: name$M,
9916
10371
  query: query$M
9917
10372
  };
9918
10373
 
9919
- const name$L = "capitalIssues";
10374
+ const name$L = "capitalProjects";
9920
10375
  const query$L = Selector("Query")({
9921
- [name$L]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
10376
+ [name$L]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
9922
10377
  });
9923
10378
 
9924
- const getIssues = {
10379
+ const getProjects = {
9925
10380
  __proto__: null,
9926
10381
  name: name$L,
9927
10382
  query: query$L
9928
10383
  };
9929
10384
 
9930
- const name$K = "getCapitalOnboardingState";
10385
+ const name$K = "capitalProjectWithRelations";
9931
10386
  const query$K = Selector("Query")({
9932
- [name$K]: capitalOnboardingStateSelector
10387
+ [name$K]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
9933
10388
  });
9934
10389
 
9935
- const getOnboardingState$1 = {
10390
+ const getProjectWithRelations = {
9936
10391
  __proto__: null,
9937
10392
  name: name$K,
9938
10393
  query: query$K
9939
10394
  };
9940
10395
 
9941
- const name$J = "capitalProgramInvest";
10396
+ const name$J = "capitalResult";
9942
10397
  const query$J = Selector("Query")({
9943
- [name$J]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
10398
+ [name$J]: [{ data: $("data", "GetResultInput!") }, resultSelector]
9944
10399
  });
9945
10400
 
9946
- const getProgramInvest = {
10401
+ const getResult = {
9947
10402
  __proto__: null,
9948
10403
  name: name$J,
9949
10404
  query: query$J
9950
10405
  };
9951
10406
 
9952
- const name$I = "capitalProgramInvests";
10407
+ const name$I = "capitalResults";
9953
10408
  const query$I = Selector("Query")({
9954
- [name$I]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
10409
+ [name$I]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
9955
10410
  });
9956
10411
 
9957
- const getProgramInvests = {
10412
+ const getResults = {
9958
10413
  __proto__: null,
9959
10414
  name: name$I,
9960
10415
  query: query$I
9961
10416
  };
9962
10417
 
9963
- const name$H = "capitalProject";
10418
+ const name$H = "capitalSegment";
9964
10419
  const query$H = Selector("Query")({
9965
- [name$H]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
10420
+ [name$H]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
9966
10421
  });
9967
10422
 
9968
- const getProject = {
10423
+ const getSegment = {
9969
10424
  __proto__: null,
9970
10425
  name: name$H,
9971
10426
  query: query$H
9972
10427
  };
9973
10428
 
9974
- const name$G = "getCapitalProjectLogs";
10429
+ const name$G = "capitalSegments";
9975
10430
  const query$G = Selector("Query")({
9976
- [name$G]: [{ data: $("data", "GetCapitalLogsInput!") }, logsPaginationSelector]
10431
+ [name$G]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
9977
10432
  });
9978
10433
 
9979
- const getProjectLogs = {
10434
+ const getSegments = {
9980
10435
  __proto__: null,
9981
10436
  name: name$G,
9982
10437
  query: query$G
9983
10438
  };
9984
10439
 
9985
- const name$F = "capitalProjects";
10440
+ const name$F = "capitalState";
9986
10441
  const query$F = Selector("Query")({
9987
- [name$F]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
10442
+ [name$F]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
9988
10443
  });
9989
10444
 
9990
- const getProjects = {
10445
+ const getState = {
9991
10446
  __proto__: null,
9992
10447
  name: name$F,
9993
10448
  query: query$F
9994
10449
  };
9995
10450
 
9996
- const name$E = "capitalProjectWithRelations";
10451
+ const name$E = "capitalStories";
9997
10452
  const query$E = Selector("Query")({
9998
- [name$E]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
10453
+ [name$E]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
9999
10454
  });
10000
10455
 
10001
- const getProjectWithRelations = {
10456
+ const getStories = {
10002
10457
  __proto__: null,
10003
10458
  name: name$E,
10004
10459
  query: query$E
10005
10460
  };
10006
10461
 
10007
- const name$D = "capitalResult";
10462
+ const name$D = "capitalStory";
10008
10463
  const query$D = Selector("Query")({
10009
- [name$D]: [{ data: $("data", "GetResultInput!") }, resultSelector]
10464
+ [name$D]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
10010
10465
  });
10011
10466
 
10012
- const getResult = {
10467
+ const getStory = {
10013
10468
  __proto__: null,
10014
10469
  name: name$D,
10015
10470
  query: query$D
10016
10471
  };
10017
10472
 
10018
- const name$C = "capitalResults";
10473
+ const name$C = "capitalTimeEntries";
10019
10474
  const query$C = Selector("Query")({
10020
- [name$C]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
10475
+ [name$C]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
10021
10476
  });
10022
10477
 
10023
- const getResults = {
10478
+ const getTimeEntries = {
10024
10479
  __proto__: null,
10025
10480
  name: name$C,
10026
10481
  query: query$C
10027
10482
  };
10028
10483
 
10029
- const name$B = "capitalSegment";
10484
+ const name$B = "capitalTimeEntriesByIssues";
10030
10485
  const query$B = Selector("Query")({
10031
- [name$B]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
10486
+ [name$B]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
10032
10487
  });
10033
10488
 
10034
- const getSegment = {
10489
+ const getTimeEntriesByIssues = {
10035
10490
  __proto__: null,
10036
10491
  name: name$B,
10037
10492
  query: query$B
10038
10493
  };
10039
10494
 
10040
- const name$A = "capitalSegments";
10495
+ const name$A = "capitalTimeStats";
10041
10496
  const query$A = Selector("Query")({
10042
- [name$A]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
10497
+ [name$A]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
10043
10498
  });
10044
10499
 
10045
- const getSegments = {
10500
+ const getTimeStats = {
10046
10501
  __proto__: null,
10047
10502
  name: name$A,
10048
10503
  query: query$A
10049
10504
  };
10050
10505
 
10051
- const name$z = "capitalState";
10506
+ const name$z = "capitalVote";
10052
10507
  const query$z = Selector("Query")({
10053
- [name$z]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
10508
+ [name$z]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
10054
10509
  });
10055
10510
 
10056
- const getState = {
10511
+ const getVote = {
10057
10512
  __proto__: null,
10058
10513
  name: name$z,
10059
10514
  query: query$z
10060
10515
  };
10061
10516
 
10062
- const name$y = "capitalStories";
10517
+ const name$y = "capitalVotes";
10063
10518
  const query$y = Selector("Query")({
10064
- [name$y]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
10519
+ [name$y]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
10065
10520
  });
10066
10521
 
10067
- const getStories = {
10522
+ const getVotes = {
10068
10523
  __proto__: null,
10069
10524
  name: name$y,
10070
10525
  query: query$y
10071
10526
  };
10072
10527
 
10073
- const name$x = "capitalStory";
10528
+ const index$l = {
10529
+ __proto__: null,
10530
+ GetCapitalCandidates: getCapitalCandidates,
10531
+ GetCommit: getCommit,
10532
+ GetCommits: getCommits,
10533
+ GetContributor: getContributor,
10534
+ GetContributors: getContributors,
10535
+ GetCycles: getCycles,
10536
+ GetDebt: getDebt,
10537
+ GetDebts: getDebts,
10538
+ GetExpense: getExpense,
10539
+ GetExpenses: getExpenses,
10540
+ GetInvest: getInvest,
10541
+ GetInvests: getInvests,
10542
+ GetIssue: getIssue,
10543
+ GetIssueLogs: getIssueLogs,
10544
+ GetIssues: getIssues,
10545
+ GetOnboardingState: getOnboardingState$1,
10546
+ GetProject: getProject,
10547
+ GetProjectLogs: getProjectLogs,
10548
+ GetProjectWithRelations: getProjectWithRelations,
10549
+ GetProjects: getProjects,
10550
+ GetResult: getResult,
10551
+ GetResults: getResults,
10552
+ GetSegment: getSegment,
10553
+ GetSegments: getSegments,
10554
+ GetState: getState,
10555
+ GetStories: getStories,
10556
+ GetStory: getStory,
10557
+ GetTimeEntries: getTimeEntries,
10558
+ GetTimeEntriesByIssues: getTimeEntriesByIssues,
10559
+ GetTimeStats: getTimeStats,
10560
+ GetVote: getVote,
10561
+ GetVotes: getVotes
10562
+ };
10563
+
10564
+ const name$x = "chairmanApproval";
10074
10565
  const query$x = Selector("Query")({
10075
- [name$x]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
10566
+ [name$x]: [{ id: $("id", "String!") }, approvalSelector]
10076
10567
  });
10077
10568
 
10078
- const getStory = {
10569
+ const getApproval = {
10079
10570
  __proto__: null,
10080
10571
  name: name$x,
10081
10572
  query: query$x
10082
10573
  };
10083
10574
 
10084
- const name$w = "capitalTimeEntries";
10575
+ const name$w = "chairmanApprovals";
10085
10576
  const query$w = Selector("Query")({
10086
- [name$w]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
10577
+ [name$w]: [
10578
+ {
10579
+ filter: $("filter", "ApprovalFilter"),
10580
+ options: $("options", "PaginationInput")
10581
+ },
10582
+ approvalsPaginationSelector
10583
+ ]
10087
10584
  });
10088
10585
 
10089
- const getTimeEntries = {
10586
+ const getApprovals = {
10090
10587
  __proto__: null,
10091
10588
  name: name$w,
10092
10589
  query: query$w
10093
10590
  };
10094
10591
 
10095
- const name$v = "capitalTimeEntriesByIssues";
10592
+ const name$v = "getChairmanOnboardingState";
10096
10593
  const query$v = Selector("Query")({
10097
- [name$v]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
10594
+ [name$v]: chairmanOnboardingStateSelector
10098
10595
  });
10099
10596
 
10100
- const getTimeEntriesByIssues = {
10597
+ const getOnboardingState = {
10101
10598
  __proto__: null,
10102
10599
  name: name$v,
10103
10600
  query: query$v
10104
10601
  };
10105
10602
 
10106
- const name$u = "capitalTimeStats";
10603
+ const index$k = {
10604
+ __proto__: null,
10605
+ GetApproval: getApproval,
10606
+ GetApprovals: getApprovals,
10607
+ GetOnboardingState: getOnboardingState
10608
+ };
10609
+
10610
+ const name$u = "chatcoopCheckUsernameAvailability";
10107
10611
  const query$u = Selector("Query")({
10108
- [name$u]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
10612
+ [name$u]: [{ data: $("data", "CheckMatrixUsernameInput!") }, true]
10109
10613
  });
10110
10614
 
10111
- const getTimeStats = {
10615
+ const checkUsernameAvailability = {
10112
10616
  __proto__: null,
10113
10617
  name: name$u,
10114
10618
  query: query$u
10115
10619
  };
10116
10620
 
10117
- const name$t = "capitalVote";
10621
+ const name$t = "chatcoopGetAccountStatus";
10118
10622
  const query$t = Selector("Query")({
10119
- [name$t]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
10623
+ [name$t]: chatcoopAccountStatusSelector
10120
10624
  });
10121
10625
 
10122
- const getVote = {
10626
+ const getAccountStatus = {
10123
10627
  __proto__: null,
10124
10628
  name: name$t,
10125
10629
  query: query$t
10126
10630
  };
10127
10631
 
10128
- const name$s = "capitalVotes";
10632
+ const name$s = "chatcoopGetMaxOriginServerTsForRoom";
10129
10633
  const query$s = Selector("Query")({
10130
- [name$s]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
10634
+ [name$s]: [{ data: $("data", "GetMaxOriginServerTsForRoomInput!") }, true]
10131
10635
  });
10132
10636
 
10133
- const getVotes = {
10637
+ const getMaxOriginServerTsForRoom = {
10134
10638
  __proto__: null,
10135
10639
  name: name$s,
10136
10640
  query: query$s
10137
10641
  };
10138
10642
 
10139
- const index$l = {
10140
- __proto__: null,
10141
- GetCapitalCandidates: getCapitalCandidates,
10142
- GetCommit: getCommit,
10143
- GetCommits: getCommits,
10144
- GetContributor: getContributor,
10145
- GetContributors: getContributors,
10146
- GetCycles: getCycles,
10147
- GetDebt: getDebt,
10148
- GetDebts: getDebts,
10149
- GetExpense: getExpense,
10150
- GetExpenses: getExpenses,
10151
- GetInvest: getInvest,
10152
- GetInvests: getInvests,
10153
- GetIssue: getIssue,
10154
- GetIssueLogs: getIssueLogs,
10155
- GetIssues: getIssues,
10156
- GetOnboardingState: getOnboardingState$1,
10157
- GetProgramInvest: getProgramInvest,
10158
- GetProgramInvests: getProgramInvests,
10159
- GetProject: getProject,
10160
- GetProjectLogs: getProjectLogs,
10161
- GetProjectWithRelations: getProjectWithRelations,
10162
- GetProjects: getProjects,
10163
- GetResult: getResult,
10164
- GetResults: getResults,
10165
- GetSegment: getSegment,
10166
- GetSegments: getSegments,
10167
- GetState: getState,
10168
- GetStories: getStories,
10169
- GetStory: getStory,
10170
- GetTimeEntries: getTimeEntries,
10171
- GetTimeEntriesByIssues: getTimeEntriesByIssues,
10172
- GetTimeStats: getTimeStats,
10173
- GetVote: getVote,
10174
- GetVotes: getVotes
10175
- };
10176
-
10177
- const name$r = "chairmanApproval";
10643
+ const name$r = "chatcoopGetRoomMessagesForUtcDate";
10178
10644
  const query$r = Selector("Query")({
10179
- [name$r]: [{ id: $("id", "String!") }, approvalSelector]
10645
+ [name$r]: [{ data: $("data", "GetRoomMessagesForUtcDateInput!") }, rawChatcoopRoomMessageLineSelector]
10180
10646
  });
10181
10647
 
10182
- const getApproval = {
10648
+ const getRoomMessagesForUtcDate = {
10183
10649
  __proto__: null,
10184
10650
  name: name$r,
10185
10651
  query: query$r
10186
10652
  };
10187
10653
 
10188
- const name$q = "chairmanApprovals";
10654
+ const name$q = "chatcoopGetTranscription";
10189
10655
  const query$q = Selector("Query")({
10190
- [name$q]: [
10191
- {
10192
- filter: $("filter", "ApprovalFilter"),
10193
- options: $("options", "PaginationInput")
10194
- },
10195
- approvalsPaginationSelector
10196
- ]
10656
+ [name$q]: [{ data: $("data", "GetTranscriptionInput!") }, rawCallTranscriptionWithSegmentsSelector]
10197
10657
  });
10198
10658
 
10199
- const getApprovals = {
10659
+ const getTranscription = {
10200
10660
  __proto__: null,
10201
10661
  name: name$q,
10202
10662
  query: query$q
10203
10663
  };
10204
10664
 
10205
- const name$p = "getChairmanOnboardingState";
10665
+ const name$p = "chatcoopGetTranscriptions";
10206
10666
  const query$p = Selector("Query")({
10207
- [name$p]: chairmanOnboardingStateSelector
10667
+ [name$p]: [{ data: $("data", "GetTranscriptionsInput") }, rawCallTranscriptionSelector]
10208
10668
  });
10209
10669
 
10210
- const getOnboardingState = {
10670
+ const getTranscriptions = {
10211
10671
  __proto__: null,
10212
10672
  name: name$p,
10213
10673
  query: query$p
10214
10674
  };
10215
10675
 
10216
- const index$k = {
10217
- __proto__: null,
10218
- GetApproval: getApproval,
10219
- GetApprovals: getApprovals,
10220
- GetOnboardingState: getOnboardingState
10221
- };
10222
-
10223
- const name$o = "chatcoopCheckUsernameAvailability";
10676
+ const name$o = "chatcoopListCalendarEvents";
10224
10677
  const query$o = Selector("Query")({
10225
- [name$o]: [{ data: $("data", "CheckMatrixUsernameInput!") }, true]
10678
+ [name$o]: chatCoopCalendarEventSelector
10226
10679
  });
10227
10680
 
10228
- const checkUsernameAvailability = {
10681
+ const listCalendarEvents = {
10229
10682
  __proto__: null,
10230
10683
  name: name$o,
10231
10684
  query: query$o
10232
10685
  };
10233
10686
 
10234
- const name$n = "chatcoopGetAccountStatus";
10687
+ const name$n = "chatcoopListCalendarRooms";
10235
10688
  const query$n = Selector("Query")({
10236
- [name$n]: chatcoopAccountStatusSelector
10689
+ [name$n]: chatCoopCalendarRoomOptionSelector
10237
10690
  });
10238
10691
 
10239
- const getAccountStatus = {
10692
+ const listCalendarRooms = {
10240
10693
  __proto__: null,
10241
10694
  name: name$n,
10242
10695
  query: query$n
10243
10696
  };
10244
10697
 
10245
- const name$m = "chatcoopGetTranscription";
10698
+ const name$m = "chatcoopListProjectCommunicationRooms";
10246
10699
  const query$m = Selector("Query")({
10247
- [name$m]: [{ data: $("data", "GetTranscriptionInput!") }, rawCallTranscriptionWithSegmentsSelector]
10700
+ [name$m]: [{ data: $("data", "GetProjectCommunicationRoomsInput!") }, rawChatcoopProjectCommunicationRoomSelector]
10248
10701
  });
10249
10702
 
10250
- const getTranscription = {
10703
+ const listProjectCommunicationRooms = {
10251
10704
  __proto__: null,
10252
10705
  name: name$m,
10253
10706
  query: query$m
10254
10707
  };
10255
10708
 
10256
- const name$l = "chatcoopGetTranscriptions";
10709
+ const name$l = "chatcoopListUtcDatesWithNewRoomMessages";
10257
10710
  const query$l = Selector("Query")({
10258
- [name$l]: [{ data: $("data", "GetTranscriptionsInput") }, rawCallTranscriptionSelector]
10711
+ [name$l]: [{ data: $("data", "ListUtcDatesWithNewRoomMessagesInput!") }, true]
10259
10712
  });
10260
10713
 
10261
- const getTranscriptions = {
10714
+ const listUtcDatesWithNewRoomMessages = {
10262
10715
  __proto__: null,
10263
10716
  name: name$l,
10264
10717
  query: query$l
@@ -10268,8 +10721,14 @@ const index$j = {
10268
10721
  __proto__: null,
10269
10722
  CheckUsernameAvailability: checkUsernameAvailability,
10270
10723
  GetAccountStatus: getAccountStatus,
10724
+ GetMaxOriginServerTsForRoom: getMaxOriginServerTsForRoom,
10725
+ GetRoomMessagesForUtcDate: getRoomMessagesForUtcDate,
10271
10726
  GetTranscription: getTranscription,
10272
- GetTranscriptions: getTranscriptions
10727
+ GetTranscriptions: getTranscriptions,
10728
+ ListCalendarEvents: listCalendarEvents,
10729
+ ListCalendarRooms: listCalendarRooms,
10730
+ ListProjectCommunicationRooms: listProjectCommunicationRooms,
10731
+ ListUtcDatesWithNewRoomMessages: listUtcDatesWithNewRoomMessages
10273
10732
  };
10274
10733
 
10275
10734
  const rawWorkspaceSelector = {
@@ -10786,8 +11245,8 @@ const _Client = class _Client {
10786
11245
  signature
10787
11246
  }
10788
11247
  };
10789
- const { [name$3t]: result } = await this.thunder("mutation")(
10790
- mutation$2l,
11248
+ const { [name$3G]: result } = await this.thunder("mutation")(
11249
+ mutation$2u,
10791
11250
  {
10792
11251
  variables
10793
11252
  }