@milaboratories/pl-client 3.2.5 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/dist/core/client.cjs +24 -56
  2. package/dist/core/client.cjs.map +1 -1
  3. package/dist/core/client.d.ts +12 -8
  4. package/dist/core/client.d.ts.map +1 -1
  5. package/dist/core/client.js +26 -58
  6. package/dist/core/client.js.map +1 -1
  7. package/dist/core/errors.cjs +20 -0
  8. package/dist/core/errors.cjs.map +1 -1
  9. package/dist/core/errors.d.ts +6 -1
  10. package/dist/core/errors.d.ts.map +1 -1
  11. package/dist/core/errors.js +19 -1
  12. package/dist/core/errors.js.map +1 -1
  13. package/dist/core/final.cjs +6 -5
  14. package/dist/core/final.cjs.map +1 -1
  15. package/dist/core/final.d.ts.map +1 -1
  16. package/dist/core/final.js +7 -6
  17. package/dist/core/final.js.map +1 -1
  18. package/dist/core/ll_client.cjs +18 -1
  19. package/dist/core/ll_client.cjs.map +1 -1
  20. package/dist/core/ll_client.d.ts +6 -2
  21. package/dist/core/ll_client.d.ts.map +1 -1
  22. package/dist/core/ll_client.js +19 -2
  23. package/dist/core/ll_client.js.map +1 -1
  24. package/dist/core/transaction.cjs +109 -75
  25. package/dist/core/transaction.cjs.map +1 -1
  26. package/dist/core/transaction.d.ts +30 -22
  27. package/dist/core/transaction.d.ts.map +1 -1
  28. package/dist/core/transaction.js +111 -76
  29. package/dist/core/transaction.js.map +1 -1
  30. package/dist/core/type_conversion.cjs +14 -6
  31. package/dist/core/type_conversion.cjs.map +1 -1
  32. package/dist/core/type_conversion.js +14 -6
  33. package/dist/core/type_conversion.js.map +1 -1
  34. package/dist/core/types.cjs +77 -17
  35. package/dist/core/types.cjs.map +1 -1
  36. package/dist/core/types.d.ts +49 -26
  37. package/dist/core/types.d.ts.map +1 -1
  38. package/dist/core/types.js +66 -14
  39. package/dist/core/types.js.map +1 -1
  40. package/dist/core/user_resources.cjs +181 -0
  41. package/dist/core/user_resources.cjs.map +1 -0
  42. package/dist/core/user_resources.d.ts +75 -0
  43. package/dist/core/user_resources.d.ts.map +1 -0
  44. package/dist/core/user_resources.js +180 -0
  45. package/dist/core/user_resources.js.map +1 -0
  46. package/dist/helpers/poll.cjs +4 -4
  47. package/dist/helpers/poll.cjs.map +1 -1
  48. package/dist/helpers/poll.d.ts +3 -3
  49. package/dist/helpers/poll.d.ts.map +1 -1
  50. package/dist/helpers/poll.js +5 -5
  51. package/dist/helpers/poll.js.map +1 -1
  52. package/dist/helpers/tx_helpers.cjs +1 -1
  53. package/dist/helpers/tx_helpers.cjs.map +1 -1
  54. package/dist/helpers/tx_helpers.d.ts +3 -3
  55. package/dist/helpers/tx_helpers.d.ts.map +1 -1
  56. package/dist/helpers/tx_helpers.js +2 -2
  57. package/dist/helpers/tx_helpers.js.map +1 -1
  58. package/dist/index.cjs +16 -5
  59. package/dist/index.d.ts +5 -4
  60. package/dist/index.js +5 -4
  61. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.cjs +724 -188
  62. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.cjs.map +1 -1
  63. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs +34 -9
  64. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs.map +1 -1
  65. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +37 -5
  66. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +1 -1
  67. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.js +34 -9
  68. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.js.map +1 -1
  69. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +326 -136
  70. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -1
  71. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.js +724 -188
  72. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.js.map +1 -1
  73. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.cjs +18 -7
  74. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.cjs.map +1 -1
  75. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +11 -7
  76. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +1 -1
  77. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.js +18 -7
  78. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.js.map +1 -1
  79. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.cjs +57 -2
  80. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.cjs.map +1 -1
  81. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +26 -3
  82. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +1 -1
  83. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.js +57 -3
  84. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.js.map +1 -1
  85. package/dist/proto-rest/plapi.d.ts +421 -207
  86. package/dist/proto-rest/plapi.d.ts.map +1 -1
  87. package/dist/test/test_config.cjs +6 -3
  88. package/dist/test/test_config.cjs.map +1 -1
  89. package/dist/test/test_config.d.ts.map +1 -1
  90. package/dist/test/test_config.js +7 -4
  91. package/dist/test/test_config.js.map +1 -1
  92. package/package.json +4 -4
  93. package/src/core/client.ts +58 -103
  94. package/src/core/errors.ts +23 -0
  95. package/src/core/final.ts +16 -6
  96. package/src/core/ll_client.ts +39 -3
  97. package/src/core/ll_transaction.test.ts +41 -6
  98. package/src/core/transaction.ts +176 -86
  99. package/src/core/type_conversion.ts +24 -9
  100. package/src/core/types.ts +147 -41
  101. package/src/core/user_resources.ts +332 -0
  102. package/src/helpers/poll.ts +15 -8
  103. package/src/helpers/state_helpers.ts +2 -2
  104. package/src/helpers/tx_helpers.ts +5 -5
  105. package/src/index.ts +1 -0
  106. package/src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts +61 -14
  107. package/src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.ts +1045 -379
  108. package/src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.ts +33 -18
  109. package/src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.ts +75 -6
  110. package/src/proto-grpc/google/protobuf/descriptor.ts +5 -2
  111. package/src/proto-rest/plapi.ts +447 -225
  112. package/src/test/test_config.ts +8 -5
@@ -52,7 +52,7 @@ interface paths {
52
52
  patch?: never;
53
53
  trace?: never;
54
54
  };
55
- "/v1/auth/revoke-grant": {
55
+ "/v1/auth/mint-signature": {
56
56
  parameters: {
57
57
  query?: never;
58
58
  header?: never;
@@ -61,7 +61,60 @@ interface paths {
61
61
  };
62
62
  get?: never;
63
63
  put?: never;
64
- post: operations["Platform_RevokeGrant"];
64
+ /**
65
+ * @description MintSignature creates a resource signature bound to a target session.
66
+ * Controllers use it during workflow bootstrap to pre-sign resources
67
+ * so the workflow can access them under its own isolated session.
68
+ */
69
+ post: operations["Platform_MintSignature"];
70
+ delete?: never;
71
+ options?: never;
72
+ head?: never;
73
+ patch?: never;
74
+ trace?: never;
75
+ };
76
+ "/v1/auth/revoke-access": {
77
+ parameters: {
78
+ query?: never;
79
+ header?: never;
80
+ path?: never;
81
+ cookie?: never;
82
+ };
83
+ get?: never;
84
+ put?: never;
85
+ post: operations["Platform_RevokeAccess"];
86
+ delete?: never;
87
+ options?: never;
88
+ head?: never;
89
+ patch?: never;
90
+ trace?: never;
91
+ };
92
+ "/v1/auth/session-info": {
93
+ parameters: {
94
+ query?: never;
95
+ header?: never;
96
+ path?: never;
97
+ cookie?: never;
98
+ };
99
+ get?: never;
100
+ put?: never;
101
+ post: operations["Platform_GetSessionInfo"];
102
+ delete?: never;
103
+ options?: never;
104
+ head?: never;
105
+ patch?: never;
106
+ trace?: never;
107
+ };
108
+ "/v1/auth/user-root": {
109
+ parameters: {
110
+ query?: never;
111
+ header?: never;
112
+ path?: never;
113
+ cookie?: never;
114
+ };
115
+ get?: never;
116
+ put?: never;
117
+ post: operations["Platform_GetUserRoot"];
65
118
  delete?: never;
66
119
  options?: never;
67
120
  head?: never;
@@ -444,44 +497,160 @@ interface paths {
444
497
  }
445
498
  interface components {
446
499
  schemas: {
447
- AttachFilter_Request: {
448
- subscriptionId: string;
449
- filterName: string;
450
- filterId: string;
500
+ AuthAPI_GetJWTToken_Request: {
501
+ expiration: string; /** Format: enum */
502
+ requestedRole: number;
503
+ };
504
+ AuthAPI_GetJWTToken_Response: {
505
+ token: string;
506
+ /**
507
+ * Format: bytes
508
+ * @description Session info fields
509
+ */
510
+ sessionId: string; /** Format: enum */
511
+ role: number;
512
+ };
513
+ AuthAPI_GetSessionInfo_Request: Record<string, never>;
514
+ AuthAPI_GetSessionInfo_Response: {
515
+ /** Format: bytes */sessionId: string; /** Format: enum */
516
+ role: number;
517
+ };
518
+ AuthAPI_GetUserRoot_Request: {
519
+ login: string;
520
+ doNotCreate: boolean;
521
+ };
522
+ AuthAPI_GetUserRoot_Response: {
523
+ userRoot: components["schemas"]["AuthAPI_UserRoot"];
524
+ };
525
+ AuthAPI_GrantAccess_Request: {
526
+ resourceId: string; /** Format: bytes */
527
+ resourceSignature: string;
528
+ targetUser: string;
529
+ permissions: components["schemas"]["AuthAPI_Grant_Permissions"]; /** Format: enum */
530
+ grantType: number;
531
+ };
532
+ AuthAPI_GrantAccess_Response: Record<string, never>; /** @description Permissions describes access level for a grant. */
533
+ AuthAPI_Grant_Permissions: {
534
+ writable: boolean;
535
+ };
536
+ AuthAPI_ListMethods_MethodInfo: {
537
+ type: string;
538
+ name: string;
539
+ info: {
540
+ [key: string]: string;
541
+ };
542
+ };
543
+ AuthAPI_ListMethods_Response: {
544
+ methods: components["schemas"]["AuthAPI_ListMethods_MethodInfo"][];
545
+ };
546
+ AuthAPI_MintSignature_Request: {
547
+ resourceId: string; /** Format: bytes */
548
+ targetSid: string;
549
+ color: components["schemas"]["Color"];
550
+ };
551
+ AuthAPI_MintSignature_Response: {
552
+ resourceId: string; /** Format: bytes */
553
+ resourceSignature: string;
554
+ };
555
+ AuthAPI_RevokeAccess_Request: {
556
+ resourceId: string; /** Format: bytes */
557
+ resourceSignature: string;
558
+ targetUser: string;
559
+ };
560
+ AuthAPI_RevokeAccess_Response: Record<string, never>;
561
+ AuthAPI_UserRoot: {
562
+ resourceId: string; /** Format: bytes */
563
+ resourceSignature: string;
564
+ };
565
+ Color: {
566
+ root: string; /** Format: uint32 */
567
+ permissions: number;
568
+ };
569
+ Controller: {
570
+ type: string;
571
+ id: string;
572
+ subscriptionID: string;
451
573
  };
452
- AttachFilter_Response: Record<string, never>;
453
- AttachSubscription_Request: {
574
+ ControllerAPI_AttachSubscription_Request: {
454
575
  controllerId: string;
455
576
  subscriptionId: string;
456
577
  };
457
- AttachSubscription_Response: Record<string, never>;
458
- ClearFeatures_Request: {
578
+ ControllerAPI_AttachSubscription_Response: Record<string, never>;
579
+ ControllerAPI_ClearFeatures_Request: {
580
+ controllerType: string;
581
+ };
582
+ ControllerAPI_ClearFeatures_Response: Record<string, never>;
583
+ ControllerAPI_Create_Request: {
584
+ id: string;
459
585
  controllerType: string;
460
586
  };
461
- ClearFeatures_Response: Record<string, never>;
462
- Create_Request: {
463
- /** Format: enum */type: number; /** @description field ID is always combination of parent resource ID and field name */
464
- id: components["schemas"]["FieldRef"];
587
+ ControllerAPI_Create_Response: {
588
+ controllerId: string;
589
+ };
590
+ ControllerAPI_Deregister_Request: {
591
+ controllerType: string;
592
+ };
593
+ ControllerAPI_Deregister_Response: Record<string, never>;
594
+ ControllerAPI_Exists_Request: {
595
+ controllerType: string;
596
+ };
597
+ ControllerAPI_Exists_Response: {
598
+ exists: boolean;
599
+ };
600
+ ControllerAPI_GetNotifications_Request: {
601
+ controllerType: string; /** Format: uint32 */
602
+ maxNotifications: number;
603
+ };
604
+ ControllerAPI_GetNotifications_Response: {
605
+ notifications: components["schemas"]["Notification"][];
606
+ };
607
+ ControllerAPI_GetUrl_Request: {
608
+ controllerAlias: string;
609
+ resourceId: string;
610
+ };
611
+ ControllerAPI_GetUrl_Response: {
612
+ controllerUrl: string;
613
+ };
614
+ ControllerAPI_Get_Request: {
615
+ controllerType: string;
465
616
  };
466
- Create_Response: {
467
- globalId: components["schemas"]["FieldRef"];
617
+ ControllerAPI_Get_Response: {
618
+ controller: components["schemas"]["Controller"];
468
619
  };
469
- Deregister_Request: {
620
+ ControllerAPI_Register_Request: {
470
621
  controllerType: string;
622
+ filters: {
623
+ [key: string]: components["schemas"]["NotificationFilter"];
624
+ };
625
+ resourceSchemas: components["schemas"]["ResourceSchema"][];
471
626
  };
472
- Deregister_Response: Record<string, never>;
473
- DetachFilter_Request: {
627
+ ControllerAPI_Register_Response: {
628
+ controllerId: string;
474
629
  subscriptionId: string;
475
- filterName: string;
476
630
  };
477
- DetachFilter_Response: Record<string, never>;
478
- Exists_Request: {
479
- resourceId: string; /** Format: bytes */
480
- resourceSignature: string;
631
+ ControllerAPI_RemoveAliasesAndUrls_Request: {
632
+ controllerType: string;
481
633
  };
482
- Exists_Response: {
483
- exists: boolean;
634
+ ControllerAPI_RemoveAliasesAndUrls_Response: Record<string, never>;
635
+ ControllerAPI_SetFeatures_Request: {
636
+ features: components["schemas"]["ResourceAPIFeature"][];
637
+ };
638
+ ControllerAPI_SetFeatures_Response: Record<string, never>;
639
+ ControllerAPI_Update_Request: {
640
+ controllerType: string;
641
+ filters: {
642
+ [key: string]: components["schemas"]["NotificationFilter"];
643
+ };
644
+ resourceSchemas: components["schemas"]["ResourceSchema"][];
484
645
  };
646
+ ControllerAPI_Update_Response: Record<string, never>;
647
+ ControllerAPI_WriteAliasesAndUrls_Request: {
648
+ controllerType: string;
649
+ aliasesToUrls: {
650
+ [key: string]: string;
651
+ };
652
+ };
653
+ ControllerAPI_WriteAliasesAndUrls_Response: Record<string, never>;
485
654
  Field: {
486
655
  /** @description field ID is always combination of parent resource ID and field name */id: components["schemas"]["FieldRef"]; /** Format: enum */
487
656
  type: number;
@@ -525,53 +694,62 @@ interface components {
525
694
  FieldSchema: {
526
695
  /** Format: enum */type: number;
527
696
  name: string;
528
- };
529
- GetJWTToken_Request: {
530
- expiration: string; /** Format: enum */
531
- requestedRole: number;
532
- };
533
- GetJWTToken_Response: {
534
- token: string; /** Format: bytes */
535
- sessionId: string;
536
- };
537
- GetNotifications_Request: {
538
- controllerType: string; /** Format: uint32 */
539
- maxNotifications: number;
540
- };
541
- GetNotifications_Response: {
542
- notifications: components["schemas"]["Notification"][];
543
- };
544
- GetUrl_Request: {
545
- controllerAlias: string;
546
- resourceId: string;
547
- };
548
- GetUrl_Response: {
549
- controllerUrl: string;
550
- };
551
- Get_Request: {
552
- resourceId: string; /** Format: bytes */
553
- resourceSignature: string;
554
- loadFields: boolean;
555
- };
556
- Get_Response: {
557
- resource: components["schemas"]["Resource"];
558
697
  }; /** @description Contains an arbitrary serialized message along with a @type that describes the type of the serialized message. */
559
698
  GoogleProtobufAny: {
560
699
  /** @description The type of the serialized message. */"@type": string;
561
700
  } & {
562
701
  [key: string]: unknown;
563
702
  };
564
- GrantAccess_Request: {
703
+ LocksAPI_Lease_Create_Request: {
565
704
  resourceId: string; /** Format: bytes */
566
705
  resourceSignature: string;
567
- targetUser: string;
568
- permissions: components["schemas"]["Grant_Permissions"];
706
+ timeout: string;
707
+ name: string;
569
708
  };
570
- GrantAccess_Response: Record<string, never>; /** @description Permissions describes access level for a grant. */
571
- Grant_Permissions: {
572
- writable: boolean;
709
+ LocksAPI_Lease_Create_Response: {
710
+ /** Format: bytes */leaseId: string;
711
+ };
712
+ LocksAPI_Lease_Release_Request: {
713
+ resourceId: string; /** Format: bytes */
714
+ resourceSignature: string; /** Format: bytes */
715
+ leaseId: string;
716
+ };
717
+ LocksAPI_Lease_Release_Response: Record<string, never>;
718
+ LocksAPI_Lease_Update_Request: {
719
+ resourceId: string; /** Format: bytes */
720
+ resourceSignature: string; /** Format: bytes */
721
+ leaseId: string;
722
+ timeout: string;
723
+ name: string;
724
+ };
725
+ LocksAPI_Lease_Update_Response: Record<string, never>;
726
+ LocksAPI_LockFieldValues_Create_Request: {
727
+ resourceId: string;
728
+ lockReferencesOf: string[];
729
+ comment: string;
730
+ };
731
+ LocksAPI_LockFieldValues_Create_Response: {
732
+ /**
733
+ * @description true when lock was acquired (new, or already owned by the owner)
734
+ * Client MUST pay attention to this flag, as it shows if lock was successful.
735
+ */
736
+ acquired: boolean;
737
+ /**
738
+ * @description Info about why lock was not acquired.
739
+ * Limited number of conflicts is reported: i.e. if lock operation failed for 20 fields, only first 10 are listed here.
740
+ * The number '10' is not a fixed contract for external clients. It is just 'somehow truncated'.
741
+ */
742
+ conflictingLocks: components["schemas"]["LocksAPI_LockFieldValues_Create_Response_LockInfo"][];
743
+ conflictsListTruncated: boolean;
744
+ };
745
+ LocksAPI_LockFieldValues_Create_Response_LockInfo: {
746
+ targetId: string;
747
+ fieldName: string;
748
+ lockedBy: string; /** Format: date-time */
749
+ lockedAt: string;
750
+ comment: string;
573
751
  };
574
- License_Response: {
752
+ MaintenanceAPI_License_Response: {
575
753
  /** Format: int32 */status: number;
576
754
  isOk: boolean;
577
755
  /**
@@ -580,17 +758,22 @@ interface components {
580
758
  */
581
759
  responseBody: string;
582
760
  };
583
- ListMethods_MethodInfo: {
584
- type: string;
585
- name: string;
586
- info: {
587
- [key: string]: string;
588
- };
589
- };
590
- ListMethods_Response: {
591
- methods: components["schemas"]["ListMethods_MethodInfo"][];
761
+ MaintenanceAPI_Ping_Response: {
762
+ coreVersion: string;
763
+ coreFullVersion: string; /** Format: enum */
764
+ compression: number;
765
+ /**
766
+ * @description instanceID is a unique ID that changes when we reset DB state.
767
+ * If we reset a state and a database, but the address of the backend is still the same,
768
+ * without instanceID we are not sure if it's the same state or not,
769
+ * and UI can't detect it and clear its state (e.g. caches of drivers).
770
+ */
771
+ instanceId: string;
772
+ platform: string;
773
+ os: string;
774
+ arch: string;
592
775
  };
593
- ListResourceTypes_Response: {
776
+ MiscAPI_ListResourceTypes_Response: {
594
777
  types: components["schemas"]["ResourceType"][];
595
778
  };
596
779
  Notification: {
@@ -606,6 +789,13 @@ interface components {
606
789
  filterName: string;
607
790
  txSpan: components["schemas"]["SpanInfo"];
608
791
  };
792
+ NotificationAPI_Get_Request: {
793
+ subscription: string; /** Format: uint32 */
794
+ maxNotifications: number;
795
+ };
796
+ NotificationAPI_Get_Response: {
797
+ notifications: components["schemas"]["Notification"][];
798
+ };
609
799
  NotificationFilter: {
610
800
  resourceType: components["schemas"]["ResourceType"];
611
801
  resourceId: string;
@@ -658,61 +848,6 @@ interface components {
658
848
  old: components["schemas"]["Field"];
659
849
  new: components["schemas"]["Field"];
660
850
  };
661
- Ping_Response: {
662
- coreVersion: string;
663
- coreFullVersion: string; /** Format: enum */
664
- compression: number;
665
- /**
666
- * @description instanceID is a unique ID that changes when we reset DB state.
667
- * If we reset a state and a database, but the address of the backend is still the same,
668
- * without instanceID we are not sure if it's the same state or not,
669
- * and UI can't detect it and clear its state (e.g. caches of drivers).
670
- */
671
- instanceId: string;
672
- platform: string;
673
- os: string;
674
- arch: string;
675
- };
676
- Register_Request: {
677
- controllerType: string;
678
- filters: {
679
- [key: string]: components["schemas"]["NotificationFilter"];
680
- };
681
- resourceSchemas: components["schemas"]["ResourceSchema"][];
682
- };
683
- Register_Response: {
684
- controllerId: string;
685
- subscriptionId: string;
686
- };
687
- Release_Request: {
688
- resourceId: string; /** Format: bytes */
689
- resourceSignature: string; /** Format: bytes */
690
- leaseId: string;
691
- };
692
- Release_Response: Record<string, never>;
693
- RemoveAliasesAndUrls_Request: {
694
- controllerType: string;
695
- };
696
- RemoveAliasesAndUrls_Response: Record<string, never>;
697
- Resource: {
698
- resourceId: string; /** Format: bytes */
699
- resourceSignature: string; /** Format: bytes */
700
- canonicalId: string; /** Format: enum */
701
- kind: number;
702
- type: components["schemas"]["ResourceType"]; /** Format: bytes */
703
- data: string;
704
- features: components["schemas"]["Resource_Features"];
705
- fields: components["schemas"]["Field"][]; /** @description Resource has at least one field with error */
706
- hasErrors: boolean;
707
- inputsLocked: boolean;
708
- outputsLocked: boolean;
709
- resourceReady: boolean;
710
- isFinal: boolean;
711
- originalResourceId: string;
712
- parentResourceId: string; /** Format: date-time */
713
- createdTime: string; /** Format: date-time */
714
- deletedTime: string;
715
- };
716
851
  ResourceAPIFeature: {
717
852
  controllerType: string;
718
853
  featureName: string;
@@ -754,16 +889,6 @@ interface components {
754
889
  Resource_Features: {
755
890
  ephemeral: boolean;
756
891
  };
757
- RevokeGrant_Request: {
758
- resourceId: string; /** Format: bytes */
759
- resourceSignature: string;
760
- targetUser: string;
761
- };
762
- RevokeGrant_Response: Record<string, never>;
763
- SetFeatures_Request: {
764
- features: components["schemas"]["ResourceAPIFeature"][];
765
- };
766
- SetFeatures_Response: Record<string, never>;
767
892
  SpanInfo: {
768
893
  path: string;
769
894
  carrier: {
@@ -779,25 +904,21 @@ interface components {
779
904
  message: string; /** @description A list of messages that carry the error details. There is a common set of message types for APIs to use. */
780
905
  details: components["schemas"]["GoogleProtobufAny"][];
781
906
  };
782
- Sync_Request: {
783
- txId: string;
907
+ SubscriptionAPI_AttachFilter_Request: {
908
+ subscriptionId: string;
909
+ filterName: string;
910
+ filterId: string;
784
911
  };
785
- Sync_Response: Record<string, never>;
786
- Update_Request: {
787
- controllerType: string;
788
- filters: {
789
- [key: string]: components["schemas"]["NotificationFilter"];
790
- };
791
- resourceSchemas: components["schemas"]["ResourceSchema"][];
912
+ SubscriptionAPI_AttachFilter_Response: Record<string, never>;
913
+ SubscriptionAPI_DetachFilter_Request: {
914
+ subscriptionId: string;
915
+ filterName: string;
792
916
  };
793
- Update_Response: Record<string, never>;
794
- WriteAliasesAndUrls_Request: {
795
- controllerType: string;
796
- aliasesToUrls: {
797
- [key: string]: string;
798
- };
917
+ SubscriptionAPI_DetachFilter_Response: Record<string, never>;
918
+ TxAPI_Sync_Request: {
919
+ txId: string;
799
920
  };
800
- WriteAliasesAndUrls_Response: Record<string, never>;
921
+ TxAPI_Sync_Response: Record<string, never>;
801
922
  };
802
923
  responses: never;
803
924
  parameters: never;
@@ -815,7 +936,7 @@ interface operations {
815
936
  };
816
937
  requestBody: {
817
938
  content: {
818
- "application/json": components["schemas"]["GrantAccess_Request"];
939
+ "application/json": components["schemas"]["AuthAPI_GrantAccess_Request"];
819
940
  };
820
941
  };
821
942
  responses: {
@@ -824,7 +945,7 @@ interface operations {
824
945
  [name: string]: unknown;
825
946
  };
826
947
  content: {
827
- "application/json": components["schemas"]["GrantAccess_Response"];
948
+ "application/json": components["schemas"]["AuthAPI_GrantAccess_Response"];
828
949
  };
829
950
  }; /** @description Default error response */
830
951
  default: {
@@ -846,7 +967,7 @@ interface operations {
846
967
  };
847
968
  requestBody: {
848
969
  content: {
849
- "application/json": components["schemas"]["GetJWTToken_Request"];
970
+ "application/json": components["schemas"]["AuthAPI_GetJWTToken_Request"];
850
971
  };
851
972
  };
852
973
  responses: {
@@ -855,7 +976,7 @@ interface operations {
855
976
  [name: string]: unknown;
856
977
  };
857
978
  content: {
858
- "application/json": components["schemas"]["GetJWTToken_Response"];
979
+ "application/json": components["schemas"]["AuthAPI_GetJWTToken_Response"];
859
980
  };
860
981
  }; /** @description Default error response */
861
982
  default: {
@@ -882,7 +1003,100 @@ interface operations {
882
1003
  [name: string]: unknown;
883
1004
  };
884
1005
  content: {
885
- "application/json": components["schemas"]["ListMethods_Response"];
1006
+ "application/json": components["schemas"]["AuthAPI_ListMethods_Response"];
1007
+ };
1008
+ }; /** @description Default error response */
1009
+ default: {
1010
+ headers: {
1011
+ [name: string]: unknown;
1012
+ };
1013
+ content: {
1014
+ "application/json": components["schemas"]["Status"];
1015
+ };
1016
+ };
1017
+ };
1018
+ };
1019
+ Platform_MintSignature: {
1020
+ parameters: {
1021
+ query?: never;
1022
+ header?: never;
1023
+ path?: never;
1024
+ cookie?: never;
1025
+ };
1026
+ requestBody: {
1027
+ content: {
1028
+ "application/json": components["schemas"]["AuthAPI_MintSignature_Request"];
1029
+ };
1030
+ };
1031
+ responses: {
1032
+ /** @description OK */200: {
1033
+ headers: {
1034
+ [name: string]: unknown;
1035
+ };
1036
+ content: {
1037
+ "application/json": components["schemas"]["AuthAPI_MintSignature_Response"];
1038
+ };
1039
+ }; /** @description Default error response */
1040
+ default: {
1041
+ headers: {
1042
+ [name: string]: unknown;
1043
+ };
1044
+ content: {
1045
+ "application/json": components["schemas"]["Status"];
1046
+ };
1047
+ };
1048
+ };
1049
+ };
1050
+ Platform_RevokeAccess: {
1051
+ parameters: {
1052
+ query?: never;
1053
+ header?: never;
1054
+ path?: never;
1055
+ cookie?: never;
1056
+ };
1057
+ requestBody: {
1058
+ content: {
1059
+ "application/json": components["schemas"]["AuthAPI_RevokeAccess_Request"];
1060
+ };
1061
+ };
1062
+ responses: {
1063
+ /** @description OK */200: {
1064
+ headers: {
1065
+ [name: string]: unknown;
1066
+ };
1067
+ content: {
1068
+ "application/json": components["schemas"]["AuthAPI_RevokeAccess_Response"];
1069
+ };
1070
+ }; /** @description Default error response */
1071
+ default: {
1072
+ headers: {
1073
+ [name: string]: unknown;
1074
+ };
1075
+ content: {
1076
+ "application/json": components["schemas"]["Status"];
1077
+ };
1078
+ };
1079
+ };
1080
+ };
1081
+ Platform_GetSessionInfo: {
1082
+ parameters: {
1083
+ query?: never;
1084
+ header?: never;
1085
+ path?: never;
1086
+ cookie?: never;
1087
+ };
1088
+ requestBody: {
1089
+ content: {
1090
+ "application/json": components["schemas"]["AuthAPI_GetSessionInfo_Request"];
1091
+ };
1092
+ };
1093
+ responses: {
1094
+ /** @description OK */200: {
1095
+ headers: {
1096
+ [name: string]: unknown;
1097
+ };
1098
+ content: {
1099
+ "application/json": components["schemas"]["AuthAPI_GetSessionInfo_Response"];
886
1100
  };
887
1101
  }; /** @description Default error response */
888
1102
  default: {
@@ -895,7 +1109,7 @@ interface operations {
895
1109
  };
896
1110
  };
897
1111
  };
898
- Platform_RevokeGrant: {
1112
+ Platform_GetUserRoot: {
899
1113
  parameters: {
900
1114
  query?: never;
901
1115
  header?: never;
@@ -904,7 +1118,7 @@ interface operations {
904
1118
  };
905
1119
  requestBody: {
906
1120
  content: {
907
- "application/json": components["schemas"]["RevokeGrant_Request"];
1121
+ "application/json": components["schemas"]["AuthAPI_GetUserRoot_Request"];
908
1122
  };
909
1123
  };
910
1124
  responses: {
@@ -913,7 +1127,7 @@ interface operations {
913
1127
  [name: string]: unknown;
914
1128
  };
915
1129
  content: {
916
- "application/json": components["schemas"]["RevokeGrant_Response"];
1130
+ "application/json": components["schemas"]["AuthAPI_GetUserRoot_Response"];
917
1131
  };
918
1132
  }; /** @description Default error response */
919
1133
  default: {
@@ -935,7 +1149,7 @@ interface operations {
935
1149
  };
936
1150
  requestBody: {
937
1151
  content: {
938
- "application/json": components["schemas"]["WriteAliasesAndUrls_Request"];
1152
+ "application/json": components["schemas"]["ControllerAPI_WriteAliasesAndUrls_Request"];
939
1153
  };
940
1154
  };
941
1155
  responses: {
@@ -944,7 +1158,7 @@ interface operations {
944
1158
  [name: string]: unknown;
945
1159
  };
946
1160
  content: {
947
- "application/json": components["schemas"]["WriteAliasesAndUrls_Response"];
1161
+ "application/json": components["schemas"]["ControllerAPI_WriteAliasesAndUrls_Response"];
948
1162
  };
949
1163
  }; /** @description Default error response */
950
1164
  default: {
@@ -966,7 +1180,7 @@ interface operations {
966
1180
  };
967
1181
  requestBody: {
968
1182
  content: {
969
- "application/json": components["schemas"]["RemoveAliasesAndUrls_Request"];
1183
+ "application/json": components["schemas"]["ControllerAPI_RemoveAliasesAndUrls_Request"];
970
1184
  };
971
1185
  };
972
1186
  responses: {
@@ -975,7 +1189,7 @@ interface operations {
975
1189
  [name: string]: unknown;
976
1190
  };
977
1191
  content: {
978
- "application/json": components["schemas"]["RemoveAliasesAndUrls_Response"];
1192
+ "application/json": components["schemas"]["ControllerAPI_RemoveAliasesAndUrls_Response"];
979
1193
  };
980
1194
  }; /** @description Default error response */
981
1195
  default: {
@@ -997,7 +1211,7 @@ interface operations {
997
1211
  };
998
1212
  requestBody: {
999
1213
  content: {
1000
- "application/json": components["schemas"]["AttachSubscription_Request"];
1214
+ "application/json": components["schemas"]["ControllerAPI_AttachSubscription_Request"];
1001
1215
  };
1002
1216
  };
1003
1217
  responses: {
@@ -1006,7 +1220,7 @@ interface operations {
1006
1220
  [name: string]: unknown;
1007
1221
  };
1008
1222
  content: {
1009
- "application/json": components["schemas"]["AttachSubscription_Response"];
1223
+ "application/json": components["schemas"]["ControllerAPI_AttachSubscription_Response"];
1010
1224
  };
1011
1225
  }; /** @description Default error response */
1012
1226
  default: {
@@ -1028,7 +1242,7 @@ interface operations {
1028
1242
  };
1029
1243
  requestBody: {
1030
1244
  content: {
1031
- "application/json": components["schemas"]["Create_Request"];
1245
+ "application/json": components["schemas"]["ControllerAPI_Create_Request"];
1032
1246
  };
1033
1247
  };
1034
1248
  responses: {
@@ -1037,7 +1251,7 @@ interface operations {
1037
1251
  [name: string]: unknown;
1038
1252
  };
1039
1253
  content: {
1040
- "application/json": components["schemas"]["Create_Response"];
1254
+ "application/json": components["schemas"]["ControllerAPI_Create_Response"];
1041
1255
  };
1042
1256
  }; /** @description Default error response */
1043
1257
  default: {
@@ -1059,7 +1273,7 @@ interface operations {
1059
1273
  };
1060
1274
  requestBody: {
1061
1275
  content: {
1062
- "application/json": components["schemas"]["Deregister_Request"];
1276
+ "application/json": components["schemas"]["ControllerAPI_Deregister_Request"];
1063
1277
  };
1064
1278
  };
1065
1279
  responses: {
@@ -1068,7 +1282,7 @@ interface operations {
1068
1282
  [name: string]: unknown;
1069
1283
  };
1070
1284
  content: {
1071
- "application/json": components["schemas"]["Deregister_Response"];
1285
+ "application/json": components["schemas"]["ControllerAPI_Deregister_Response"];
1072
1286
  };
1073
1287
  }; /** @description Default error response */
1074
1288
  default: {
@@ -1090,7 +1304,7 @@ interface operations {
1090
1304
  };
1091
1305
  requestBody: {
1092
1306
  content: {
1093
- "application/json": components["schemas"]["Exists_Request"];
1307
+ "application/json": components["schemas"]["ControllerAPI_Exists_Request"];
1094
1308
  };
1095
1309
  };
1096
1310
  responses: {
@@ -1099,7 +1313,7 @@ interface operations {
1099
1313
  [name: string]: unknown;
1100
1314
  };
1101
1315
  content: {
1102
- "application/json": components["schemas"]["Exists_Response"];
1316
+ "application/json": components["schemas"]["ControllerAPI_Exists_Response"];
1103
1317
  };
1104
1318
  }; /** @description Default error response */
1105
1319
  default: {
@@ -1121,7 +1335,7 @@ interface operations {
1121
1335
  };
1122
1336
  requestBody: {
1123
1337
  content: {
1124
- "application/json": components["schemas"]["SetFeatures_Request"];
1338
+ "application/json": components["schemas"]["ControllerAPI_SetFeatures_Request"];
1125
1339
  };
1126
1340
  };
1127
1341
  responses: {
@@ -1130,7 +1344,7 @@ interface operations {
1130
1344
  [name: string]: unknown;
1131
1345
  };
1132
1346
  content: {
1133
- "application/json": components["schemas"]["SetFeatures_Response"];
1347
+ "application/json": components["schemas"]["ControllerAPI_SetFeatures_Response"];
1134
1348
  };
1135
1349
  }; /** @description Default error response */
1136
1350
  default: {
@@ -1152,7 +1366,7 @@ interface operations {
1152
1366
  };
1153
1367
  requestBody: {
1154
1368
  content: {
1155
- "application/json": components["schemas"]["ClearFeatures_Request"];
1369
+ "application/json": components["schemas"]["ControllerAPI_ClearFeatures_Request"];
1156
1370
  };
1157
1371
  };
1158
1372
  responses: {
@@ -1161,7 +1375,7 @@ interface operations {
1161
1375
  [name: string]: unknown;
1162
1376
  };
1163
1377
  content: {
1164
- "application/json": components["schemas"]["ClearFeatures_Response"];
1378
+ "application/json": components["schemas"]["ControllerAPI_ClearFeatures_Response"];
1165
1379
  };
1166
1380
  }; /** @description Default error response */
1167
1381
  default: {
@@ -1183,7 +1397,7 @@ interface operations {
1183
1397
  };
1184
1398
  requestBody: {
1185
1399
  content: {
1186
- "application/json": components["schemas"]["Get_Request"];
1400
+ "application/json": components["schemas"]["ControllerAPI_Get_Request"];
1187
1401
  };
1188
1402
  };
1189
1403
  responses: {
@@ -1192,7 +1406,7 @@ interface operations {
1192
1406
  [name: string]: unknown;
1193
1407
  };
1194
1408
  content: {
1195
- "application/json": components["schemas"]["Get_Response"];
1409
+ "application/json": components["schemas"]["ControllerAPI_Get_Response"];
1196
1410
  };
1197
1411
  }; /** @description Default error response */
1198
1412
  default: {
@@ -1214,7 +1428,7 @@ interface operations {
1214
1428
  };
1215
1429
  requestBody: {
1216
1430
  content: {
1217
- "application/json": components["schemas"]["GetNotifications_Request"];
1431
+ "application/json": components["schemas"]["ControllerAPI_GetNotifications_Request"];
1218
1432
  };
1219
1433
  };
1220
1434
  responses: {
@@ -1223,7 +1437,7 @@ interface operations {
1223
1437
  [name: string]: unknown;
1224
1438
  };
1225
1439
  content: {
1226
- "application/json": components["schemas"]["GetNotifications_Response"];
1440
+ "application/json": components["schemas"]["ControllerAPI_GetNotifications_Response"];
1227
1441
  };
1228
1442
  }; /** @description Default error response */
1229
1443
  default: {
@@ -1245,7 +1459,7 @@ interface operations {
1245
1459
  };
1246
1460
  requestBody: {
1247
1461
  content: {
1248
- "application/json": components["schemas"]["Register_Request"];
1462
+ "application/json": components["schemas"]["ControllerAPI_Register_Request"];
1249
1463
  };
1250
1464
  };
1251
1465
  responses: {
@@ -1254,7 +1468,7 @@ interface operations {
1254
1468
  [name: string]: unknown;
1255
1469
  };
1256
1470
  content: {
1257
- "application/json": components["schemas"]["Register_Response"];
1471
+ "application/json": components["schemas"]["ControllerAPI_Register_Response"];
1258
1472
  };
1259
1473
  }; /** @description Default error response */
1260
1474
  default: {
@@ -1276,7 +1490,7 @@ interface operations {
1276
1490
  };
1277
1491
  requestBody: {
1278
1492
  content: {
1279
- "application/json": components["schemas"]["Update_Request"];
1493
+ "application/json": components["schemas"]["ControllerAPI_Update_Request"];
1280
1494
  };
1281
1495
  };
1282
1496
  responses: {
@@ -1285,7 +1499,7 @@ interface operations {
1285
1499
  [name: string]: unknown;
1286
1500
  };
1287
1501
  content: {
1288
- "application/json": components["schemas"]["Update_Response"];
1502
+ "application/json": components["schemas"]["ControllerAPI_Update_Response"];
1289
1503
  };
1290
1504
  }; /** @description Default error response */
1291
1505
  default: {
@@ -1307,7 +1521,7 @@ interface operations {
1307
1521
  };
1308
1522
  requestBody: {
1309
1523
  content: {
1310
- "application/json": components["schemas"]["GetUrl_Request"];
1524
+ "application/json": components["schemas"]["ControllerAPI_GetUrl_Request"];
1311
1525
  };
1312
1526
  };
1313
1527
  responses: {
@@ -1316,7 +1530,7 @@ interface operations {
1316
1530
  [name: string]: unknown;
1317
1531
  };
1318
1532
  content: {
1319
- "application/json": components["schemas"]["GetUrl_Response"];
1533
+ "application/json": components["schemas"]["ControllerAPI_GetUrl_Response"];
1320
1534
  };
1321
1535
  }; /** @description Default error response */
1322
1536
  default: {
@@ -1343,7 +1557,7 @@ interface operations {
1343
1557
  [name: string]: unknown;
1344
1558
  };
1345
1559
  content: {
1346
- "application/json": components["schemas"]["License_Response"];
1560
+ "application/json": components["schemas"]["MaintenanceAPI_License_Response"];
1347
1561
  };
1348
1562
  }; /** @description Default error response */
1349
1563
  default: {
@@ -1365,7 +1579,7 @@ interface operations {
1365
1579
  };
1366
1580
  requestBody: {
1367
1581
  content: {
1368
- "application/json": components["schemas"]["Create_Request"];
1582
+ "application/json": components["schemas"]["LocksAPI_Lease_Create_Request"];
1369
1583
  };
1370
1584
  };
1371
1585
  responses: {
@@ -1374,7 +1588,7 @@ interface operations {
1374
1588
  [name: string]: unknown;
1375
1589
  };
1376
1590
  content: {
1377
- "application/json": components["schemas"]["Create_Response"];
1591
+ "application/json": components["schemas"]["LocksAPI_Lease_Create_Response"];
1378
1592
  };
1379
1593
  }; /** @description Default error response */
1380
1594
  default: {
@@ -1396,7 +1610,7 @@ interface operations {
1396
1610
  };
1397
1611
  requestBody: {
1398
1612
  content: {
1399
- "application/json": components["schemas"]["Release_Request"];
1613
+ "application/json": components["schemas"]["LocksAPI_Lease_Release_Request"];
1400
1614
  };
1401
1615
  };
1402
1616
  responses: {
@@ -1405,7 +1619,7 @@ interface operations {
1405
1619
  [name: string]: unknown;
1406
1620
  };
1407
1621
  content: {
1408
- "application/json": components["schemas"]["Release_Response"];
1622
+ "application/json": components["schemas"]["LocksAPI_Lease_Release_Response"];
1409
1623
  };
1410
1624
  }; /** @description Default error response */
1411
1625
  default: {
@@ -1427,7 +1641,7 @@ interface operations {
1427
1641
  };
1428
1642
  requestBody: {
1429
1643
  content: {
1430
- "application/json": components["schemas"]["Update_Request"];
1644
+ "application/json": components["schemas"]["LocksAPI_Lease_Update_Request"];
1431
1645
  };
1432
1646
  };
1433
1647
  responses: {
@@ -1436,7 +1650,7 @@ interface operations {
1436
1650
  [name: string]: unknown;
1437
1651
  };
1438
1652
  content: {
1439
- "application/json": components["schemas"]["Update_Response"];
1653
+ "application/json": components["schemas"]["LocksAPI_Lease_Update_Response"];
1440
1654
  };
1441
1655
  }; /** @description Default error response */
1442
1656
  default: {
@@ -1458,7 +1672,7 @@ interface operations {
1458
1672
  };
1459
1673
  requestBody: {
1460
1674
  content: {
1461
- "application/json": components["schemas"]["Create_Request"];
1675
+ "application/json": components["schemas"]["LocksAPI_LockFieldValues_Create_Request"];
1462
1676
  };
1463
1677
  };
1464
1678
  responses: {
@@ -1467,7 +1681,7 @@ interface operations {
1467
1681
  [name: string]: unknown;
1468
1682
  };
1469
1683
  content: {
1470
- "application/json": components["schemas"]["Create_Response"];
1684
+ "application/json": components["schemas"]["LocksAPI_LockFieldValues_Create_Response"];
1471
1685
  };
1472
1686
  }; /** @description Default error response */
1473
1687
  default: {
@@ -1489,7 +1703,7 @@ interface operations {
1489
1703
  };
1490
1704
  requestBody: {
1491
1705
  content: {
1492
- "application/json": components["schemas"]["Get_Request"];
1706
+ "application/json": components["schemas"]["NotificationAPI_Get_Request"];
1493
1707
  };
1494
1708
  };
1495
1709
  responses: {
@@ -1498,7 +1712,7 @@ interface operations {
1498
1712
  [name: string]: unknown;
1499
1713
  };
1500
1714
  content: {
1501
- "application/json": components["schemas"]["Get_Response"];
1715
+ "application/json": components["schemas"]["NotificationAPI_Get_Response"];
1502
1716
  };
1503
1717
  }; /** @description Default error response */
1504
1718
  default: {
@@ -1525,7 +1739,7 @@ interface operations {
1525
1739
  [name: string]: unknown;
1526
1740
  };
1527
1741
  content: {
1528
- "application/json": components["schemas"]["Ping_Response"];
1742
+ "application/json": components["schemas"]["MaintenanceAPI_Ping_Response"];
1529
1743
  };
1530
1744
  }; /** @description Default error response */
1531
1745
  default: {
@@ -1552,7 +1766,7 @@ interface operations {
1552
1766
  [name: string]: unknown;
1553
1767
  };
1554
1768
  content: {
1555
- "application/json": components["schemas"]["ListResourceTypes_Response"];
1769
+ "application/json": components["schemas"]["MiscAPI_ListResourceTypes_Response"];
1556
1770
  };
1557
1771
  }; /** @description Default error response */
1558
1772
  default: {
@@ -1574,7 +1788,7 @@ interface operations {
1574
1788
  };
1575
1789
  requestBody: {
1576
1790
  content: {
1577
- "application/json": components["schemas"]["AttachFilter_Request"];
1791
+ "application/json": components["schemas"]["SubscriptionAPI_AttachFilter_Request"];
1578
1792
  };
1579
1793
  };
1580
1794
  responses: {
@@ -1583,7 +1797,7 @@ interface operations {
1583
1797
  [name: string]: unknown;
1584
1798
  };
1585
1799
  content: {
1586
- "application/json": components["schemas"]["AttachFilter_Response"];
1800
+ "application/json": components["schemas"]["SubscriptionAPI_AttachFilter_Response"];
1587
1801
  };
1588
1802
  }; /** @description Default error response */
1589
1803
  default: {
@@ -1605,7 +1819,7 @@ interface operations {
1605
1819
  };
1606
1820
  requestBody: {
1607
1821
  content: {
1608
- "application/json": components["schemas"]["DetachFilter_Request"];
1822
+ "application/json": components["schemas"]["SubscriptionAPI_DetachFilter_Request"];
1609
1823
  };
1610
1824
  };
1611
1825
  responses: {
@@ -1614,7 +1828,7 @@ interface operations {
1614
1828
  [name: string]: unknown;
1615
1829
  };
1616
1830
  content: {
1617
- "application/json": components["schemas"]["DetachFilter_Response"];
1831
+ "application/json": components["schemas"]["SubscriptionAPI_DetachFilter_Response"];
1618
1832
  };
1619
1833
  }; /** @description Default error response */
1620
1834
  default: {
@@ -1636,7 +1850,7 @@ interface operations {
1636
1850
  };
1637
1851
  requestBody: {
1638
1852
  content: {
1639
- "application/json": components["schemas"]["Sync_Request"];
1853
+ "application/json": components["schemas"]["TxAPI_Sync_Request"];
1640
1854
  };
1641
1855
  };
1642
1856
  responses: {
@@ -1645,7 +1859,7 @@ interface operations {
1645
1859
  [name: string]: unknown;
1646
1860
  };
1647
1861
  content: {
1648
- "application/json": components["schemas"]["Sync_Response"];
1862
+ "application/json": components["schemas"]["TxAPI_Sync_Response"];
1649
1863
  };
1650
1864
  }; /** @description Default error response */
1651
1865
  default: {