@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
@@ -53,7 +53,7 @@ export interface paths {
53
53
  patch?: never;
54
54
  trace?: never;
55
55
  };
56
- "/v1/auth/revoke-grant": {
56
+ "/v1/auth/mint-signature": {
57
57
  parameters: {
58
58
  query?: never;
59
59
  header?: never;
@@ -62,7 +62,60 @@ export interface paths {
62
62
  };
63
63
  get?: never;
64
64
  put?: never;
65
- post: operations["Platform_RevokeGrant"];
65
+ /**
66
+ * @description MintSignature creates a resource signature bound to a target session.
67
+ * Controllers use it during workflow bootstrap to pre-sign resources
68
+ * so the workflow can access them under its own isolated session.
69
+ */
70
+ post: operations["Platform_MintSignature"];
71
+ delete?: never;
72
+ options?: never;
73
+ head?: never;
74
+ patch?: never;
75
+ trace?: never;
76
+ };
77
+ "/v1/auth/revoke-access": {
78
+ parameters: {
79
+ query?: never;
80
+ header?: never;
81
+ path?: never;
82
+ cookie?: never;
83
+ };
84
+ get?: never;
85
+ put?: never;
86
+ post: operations["Platform_RevokeAccess"];
87
+ delete?: never;
88
+ options?: never;
89
+ head?: never;
90
+ patch?: never;
91
+ trace?: never;
92
+ };
93
+ "/v1/auth/session-info": {
94
+ parameters: {
95
+ query?: never;
96
+ header?: never;
97
+ path?: never;
98
+ cookie?: never;
99
+ };
100
+ get?: never;
101
+ put?: never;
102
+ post: operations["Platform_GetSessionInfo"];
103
+ delete?: never;
104
+ options?: never;
105
+ head?: never;
106
+ patch?: never;
107
+ trace?: never;
108
+ };
109
+ "/v1/auth/user-root": {
110
+ parameters: {
111
+ query?: never;
112
+ header?: never;
113
+ path?: never;
114
+ cookie?: never;
115
+ };
116
+ get?: never;
117
+ put?: never;
118
+ post: operations["Platform_GetUserRoot"];
66
119
  delete?: never;
67
120
  options?: never;
68
121
  head?: never;
@@ -450,47 +503,173 @@ export interface paths {
450
503
  export type webhooks = Record<string, never>;
451
504
  export interface components {
452
505
  schemas: {
453
- AttachFilter_Request: {
454
- subscriptionId: string;
455
- filterName: string;
456
- filterId: string;
506
+ AuthAPI_GetJWTToken_Request: {
507
+ expiration: string;
508
+ /** Format: enum */
509
+ requestedRole: number;
457
510
  };
458
- AttachFilter_Response: Record<string, never>;
459
- AttachSubscription_Request: {
460
- controllerId: string;
461
- subscriptionId: string;
511
+ AuthAPI_GetJWTToken_Response: {
512
+ token: string;
513
+ /**
514
+ * Format: bytes
515
+ * @description Session info fields
516
+ */
517
+ sessionId: string;
518
+ /** Format: enum */
519
+ role: number;
462
520
  };
463
- AttachSubscription_Response: Record<string, never>;
464
- ClearFeatures_Request: {
465
- controllerType: string;
521
+ AuthAPI_GetSessionInfo_Request: Record<string, never>;
522
+ AuthAPI_GetSessionInfo_Response: {
523
+ /** Format: bytes */
524
+ sessionId: string;
525
+ /** Format: enum */
526
+ role: number;
527
+ };
528
+ AuthAPI_GetUserRoot_Request: {
529
+ login: string;
530
+ doNotCreate: boolean;
466
531
  };
467
- ClearFeatures_Response: Record<string, never>;
468
- Create_Request: {
532
+ AuthAPI_GetUserRoot_Response: {
533
+ userRoot: components["schemas"]["AuthAPI_UserRoot"];
534
+ };
535
+ AuthAPI_GrantAccess_Request: {
536
+ resourceId: string;
537
+ /** Format: bytes */
538
+ resourceSignature: string;
539
+ targetUser: string;
540
+ permissions: components["schemas"]["AuthAPI_Grant_Permissions"];
469
541
  /** Format: enum */
470
- type: number;
471
- /** @description field ID is always combination of parent resource ID and field name */
472
- id: components["schemas"]["FieldRef"];
542
+ grantType: number;
543
+ };
544
+ AuthAPI_GrantAccess_Response: Record<string, never>;
545
+ /** @description Permissions describes access level for a grant. */
546
+ AuthAPI_Grant_Permissions: {
547
+ writable: boolean;
473
548
  };
474
- Create_Response: {
475
- globalId: components["schemas"]["FieldRef"];
549
+ AuthAPI_ListMethods_MethodInfo: {
550
+ type: string;
551
+ name: string;
552
+ info: {
553
+ [key: string]: string;
554
+ };
476
555
  };
477
- Deregister_Request: {
478
- controllerType: string;
556
+ AuthAPI_ListMethods_Response: {
557
+ methods: components["schemas"]["AuthAPI_ListMethods_MethodInfo"][];
479
558
  };
480
- Deregister_Response: Record<string, never>;
481
- DetachFilter_Request: {
482
- subscriptionId: string;
483
- filterName: string;
559
+ AuthAPI_MintSignature_Request: {
560
+ resourceId: string;
561
+ /** Format: bytes */
562
+ targetSid: string;
563
+ color: components["schemas"]["Color"];
484
564
  };
485
- DetachFilter_Response: Record<string, never>;
486
- Exists_Request: {
565
+ AuthAPI_MintSignature_Response: {
487
566
  resourceId: string;
488
567
  /** Format: bytes */
489
568
  resourceSignature: string;
490
569
  };
491
- Exists_Response: {
570
+ AuthAPI_RevokeAccess_Request: {
571
+ resourceId: string;
572
+ /** Format: bytes */
573
+ resourceSignature: string;
574
+ targetUser: string;
575
+ };
576
+ AuthAPI_RevokeAccess_Response: Record<string, never>;
577
+ AuthAPI_UserRoot: {
578
+ resourceId: string;
579
+ /** Format: bytes */
580
+ resourceSignature: string;
581
+ };
582
+ Color: {
583
+ root: string;
584
+ /** Format: uint32 */
585
+ permissions: number;
586
+ };
587
+ Controller: {
588
+ type: string;
589
+ id: string;
590
+ subscriptionID: string;
591
+ };
592
+ ControllerAPI_AttachSubscription_Request: {
593
+ controllerId: string;
594
+ subscriptionId: string;
595
+ };
596
+ ControllerAPI_AttachSubscription_Response: Record<string, never>;
597
+ ControllerAPI_ClearFeatures_Request: {
598
+ controllerType: string;
599
+ };
600
+ ControllerAPI_ClearFeatures_Response: Record<string, never>;
601
+ ControllerAPI_Create_Request: {
602
+ id: string;
603
+ controllerType: string;
604
+ };
605
+ ControllerAPI_Create_Response: {
606
+ controllerId: string;
607
+ };
608
+ ControllerAPI_Deregister_Request: {
609
+ controllerType: string;
610
+ };
611
+ ControllerAPI_Deregister_Response: Record<string, never>;
612
+ ControllerAPI_Exists_Request: {
613
+ controllerType: string;
614
+ };
615
+ ControllerAPI_Exists_Response: {
492
616
  exists: boolean;
493
617
  };
618
+ ControllerAPI_GetNotifications_Request: {
619
+ controllerType: string;
620
+ /** Format: uint32 */
621
+ maxNotifications: number;
622
+ };
623
+ ControllerAPI_GetNotifications_Response: {
624
+ notifications: components["schemas"]["Notification"][];
625
+ };
626
+ ControllerAPI_GetUrl_Request: {
627
+ controllerAlias: string;
628
+ resourceId: string;
629
+ };
630
+ ControllerAPI_GetUrl_Response: {
631
+ controllerUrl: string;
632
+ };
633
+ ControllerAPI_Get_Request: {
634
+ controllerType: string;
635
+ };
636
+ ControllerAPI_Get_Response: {
637
+ controller: components["schemas"]["Controller"];
638
+ };
639
+ ControllerAPI_Register_Request: {
640
+ controllerType: string;
641
+ filters: {
642
+ [key: string]: components["schemas"]["NotificationFilter"];
643
+ };
644
+ resourceSchemas: components["schemas"]["ResourceSchema"][];
645
+ };
646
+ ControllerAPI_Register_Response: {
647
+ controllerId: string;
648
+ subscriptionId: string;
649
+ };
650
+ ControllerAPI_RemoveAliasesAndUrls_Request: {
651
+ controllerType: string;
652
+ };
653
+ ControllerAPI_RemoveAliasesAndUrls_Response: Record<string, never>;
654
+ ControllerAPI_SetFeatures_Request: {
655
+ features: components["schemas"]["ResourceAPIFeature"][];
656
+ };
657
+ ControllerAPI_SetFeatures_Response: Record<string, never>;
658
+ ControllerAPI_Update_Request: {
659
+ controllerType: string;
660
+ filters: {
661
+ [key: string]: components["schemas"]["NotificationFilter"];
662
+ };
663
+ resourceSchemas: components["schemas"]["ResourceSchema"][];
664
+ };
665
+ ControllerAPI_Update_Response: Record<string, never>;
666
+ ControllerAPI_WriteAliasesAndUrls_Request: {
667
+ controllerType: string;
668
+ aliasesToUrls: {
669
+ [key: string]: string;
670
+ };
671
+ };
672
+ ControllerAPI_WriteAliasesAndUrls_Response: Record<string, never>;
494
673
  Field: {
495
674
  /** @description field ID is always combination of parent resource ID and field name */
496
675
  id: components["schemas"]["FieldRef"];
@@ -540,60 +719,70 @@ export interface components {
540
719
  type: number;
541
720
  name: string;
542
721
  };
543
- GetJWTToken_Request: {
544
- expiration: string;
545
- /** Format: enum */
546
- requestedRole: number;
547
- };
548
- GetJWTToken_Response: {
549
- token: string;
550
- /** Format: bytes */
551
- sessionId: string;
552
- };
553
- GetNotifications_Request: {
554
- controllerType: string;
555
- /** Format: uint32 */
556
- maxNotifications: number;
557
- };
558
- GetNotifications_Response: {
559
- notifications: components["schemas"]["Notification"][];
722
+ /** @description Contains an arbitrary serialized message along with a @type that describes the type of the serialized message. */
723
+ GoogleProtobufAny: {
724
+ /** @description The type of the serialized message. */
725
+ "@type": string;
726
+ } & {
727
+ [key: string]: unknown;
560
728
  };
561
- GetUrl_Request: {
562
- controllerAlias: string;
729
+ LocksAPI_Lease_Create_Request: {
563
730
  resourceId: string;
731
+ /** Format: bytes */
732
+ resourceSignature: string;
733
+ timeout: string;
734
+ name: string;
564
735
  };
565
- GetUrl_Response: {
566
- controllerUrl: string;
736
+ LocksAPI_Lease_Create_Response: {
737
+ /** Format: bytes */
738
+ leaseId: string;
567
739
  };
568
- Get_Request: {
740
+ LocksAPI_Lease_Release_Request: {
569
741
  resourceId: string;
570
742
  /** Format: bytes */
571
743
  resourceSignature: string;
572
- loadFields: boolean;
573
- };
574
- Get_Response: {
575
- resource: components["schemas"]["Resource"];
576
- };
577
- /** @description Contains an arbitrary serialized message along with a @type that describes the type of the serialized message. */
578
- GoogleProtobufAny: {
579
- /** @description The type of the serialized message. */
580
- "@type": string;
581
- } & {
582
- [key: string]: unknown;
744
+ /** Format: bytes */
745
+ leaseId: string;
583
746
  };
584
- GrantAccess_Request: {
747
+ LocksAPI_Lease_Release_Response: Record<string, never>;
748
+ LocksAPI_Lease_Update_Request: {
585
749
  resourceId: string;
586
750
  /** Format: bytes */
587
751
  resourceSignature: string;
588
- targetUser: string;
589
- permissions: components["schemas"]["Grant_Permissions"];
752
+ /** Format: bytes */
753
+ leaseId: string;
754
+ timeout: string;
755
+ name: string;
590
756
  };
591
- GrantAccess_Response: Record<string, never>;
592
- /** @description Permissions describes access level for a grant. */
593
- Grant_Permissions: {
594
- writable: boolean;
757
+ LocksAPI_Lease_Update_Response: Record<string, never>;
758
+ LocksAPI_LockFieldValues_Create_Request: {
759
+ resourceId: string;
760
+ lockReferencesOf: string[];
761
+ comment: string;
595
762
  };
596
- License_Response: {
763
+ LocksAPI_LockFieldValues_Create_Response: {
764
+ /**
765
+ * @description true when lock was acquired (new, or already owned by the owner)
766
+ * Client MUST pay attention to this flag, as it shows if lock was successful.
767
+ */
768
+ acquired: boolean;
769
+ /**
770
+ * @description Info about why lock was not acquired.
771
+ * Limited number of conflicts is reported: i.e. if lock operation failed for 20 fields, only first 10 are listed here.
772
+ * The number '10' is not a fixed contract for external clients. It is just 'somehow truncated'.
773
+ */
774
+ conflictingLocks: components["schemas"]["LocksAPI_LockFieldValues_Create_Response_LockInfo"][];
775
+ conflictsListTruncated: boolean;
776
+ };
777
+ LocksAPI_LockFieldValues_Create_Response_LockInfo: {
778
+ targetId: string;
779
+ fieldName: string;
780
+ lockedBy: string;
781
+ /** Format: date-time */
782
+ lockedAt: string;
783
+ comment: string;
784
+ };
785
+ MaintenanceAPI_License_Response: {
597
786
  /** Format: int32 */
598
787
  status: number;
599
788
  isOk: boolean;
@@ -603,17 +792,23 @@ export interface components {
603
792
  */
604
793
  responseBody: string;
605
794
  };
606
- ListMethods_MethodInfo: {
607
- type: string;
608
- name: string;
609
- info: {
610
- [key: string]: string;
611
- };
612
- };
613
- ListMethods_Response: {
614
- methods: components["schemas"]["ListMethods_MethodInfo"][];
795
+ MaintenanceAPI_Ping_Response: {
796
+ coreVersion: string;
797
+ coreFullVersion: string;
798
+ /** Format: enum */
799
+ compression: number;
800
+ /**
801
+ * @description instanceID is a unique ID that changes when we reset DB state.
802
+ * If we reset a state and a database, but the address of the backend is still the same,
803
+ * without instanceID we are not sure if it's the same state or not,
804
+ * and UI can't detect it and clear its state (e.g. caches of drivers).
805
+ */
806
+ instanceId: string;
807
+ platform: string;
808
+ os: string;
809
+ arch: string;
615
810
  };
616
- ListResourceTypes_Response: {
811
+ MiscAPI_ListResourceTypes_Response: {
617
812
  types: components["schemas"]["ResourceType"][];
618
813
  };
619
814
  Notification: {
@@ -629,6 +824,14 @@ export interface components {
629
824
  filterName: string;
630
825
  txSpan: components["schemas"]["SpanInfo"];
631
826
  };
827
+ NotificationAPI_Get_Request: {
828
+ subscription: string;
829
+ /** Format: uint32 */
830
+ maxNotifications: number;
831
+ };
832
+ NotificationAPI_Get_Response: {
833
+ notifications: components["schemas"]["Notification"][];
834
+ };
632
835
  NotificationFilter: {
633
836
  resourceType: components["schemas"]["ResourceType"];
634
837
  resourceId: string;
@@ -682,71 +885,6 @@ export interface components {
682
885
  old: components["schemas"]["Field"];
683
886
  new: components["schemas"]["Field"];
684
887
  };
685
- Ping_Response: {
686
- coreVersion: string;
687
- coreFullVersion: string;
688
- /** Format: enum */
689
- compression: number;
690
- /**
691
- * @description instanceID is a unique ID that changes when we reset DB state.
692
- * If we reset a state and a database, but the address of the backend is still the same,
693
- * without instanceID we are not sure if it's the same state or not,
694
- * and UI can't detect it and clear its state (e.g. caches of drivers).
695
- */
696
- instanceId: string;
697
- platform: string;
698
- os: string;
699
- arch: string;
700
- };
701
- Register_Request: {
702
- controllerType: string;
703
- filters: {
704
- [key: string]: components["schemas"]["NotificationFilter"];
705
- };
706
- resourceSchemas: components["schemas"]["ResourceSchema"][];
707
- };
708
- Register_Response: {
709
- controllerId: string;
710
- subscriptionId: string;
711
- };
712
- Release_Request: {
713
- resourceId: string;
714
- /** Format: bytes */
715
- resourceSignature: string;
716
- /** Format: bytes */
717
- leaseId: string;
718
- };
719
- Release_Response: Record<string, never>;
720
- RemoveAliasesAndUrls_Request: {
721
- controllerType: string;
722
- };
723
- RemoveAliasesAndUrls_Response: Record<string, never>;
724
- Resource: {
725
- resourceId: string;
726
- /** Format: bytes */
727
- resourceSignature: string;
728
- /** Format: bytes */
729
- canonicalId: string;
730
- /** Format: enum */
731
- kind: number;
732
- type: components["schemas"]["ResourceType"];
733
- /** Format: bytes */
734
- data: string;
735
- features: components["schemas"]["Resource_Features"];
736
- fields: components["schemas"]["Field"][];
737
- /** @description Resource has at least one field with error */
738
- hasErrors: boolean;
739
- inputsLocked: boolean;
740
- outputsLocked: boolean;
741
- resourceReady: boolean;
742
- isFinal: boolean;
743
- originalResourceId: string;
744
- parentResourceId: string;
745
- /** Format: date-time */
746
- createdTime: string;
747
- /** Format: date-time */
748
- deletedTime: string;
749
- };
750
888
  ResourceAPIFeature: {
751
889
  controllerType: string;
752
890
  featureName: string;
@@ -791,17 +929,6 @@ export interface components {
791
929
  Resource_Features: {
792
930
  ephemeral: boolean;
793
931
  };
794
- RevokeGrant_Request: {
795
- resourceId: string;
796
- /** Format: bytes */
797
- resourceSignature: string;
798
- targetUser: string;
799
- };
800
- RevokeGrant_Response: Record<string, never>;
801
- SetFeatures_Request: {
802
- features: components["schemas"]["ResourceAPIFeature"][];
803
- };
804
- SetFeatures_Response: Record<string, never>;
805
932
  SpanInfo: {
806
933
  path: string;
807
934
  carrier: {
@@ -820,25 +947,21 @@ export interface components {
820
947
  /** @description A list of messages that carry the error details. There is a common set of message types for APIs to use. */
821
948
  details: components["schemas"]["GoogleProtobufAny"][];
822
949
  };
823
- Sync_Request: {
824
- txId: string;
950
+ SubscriptionAPI_AttachFilter_Request: {
951
+ subscriptionId: string;
952
+ filterName: string;
953
+ filterId: string;
825
954
  };
826
- Sync_Response: Record<string, never>;
827
- Update_Request: {
828
- controllerType: string;
829
- filters: {
830
- [key: string]: components["schemas"]["NotificationFilter"];
831
- };
832
- resourceSchemas: components["schemas"]["ResourceSchema"][];
955
+ SubscriptionAPI_AttachFilter_Response: Record<string, never>;
956
+ SubscriptionAPI_DetachFilter_Request: {
957
+ subscriptionId: string;
958
+ filterName: string;
833
959
  };
834
- Update_Response: Record<string, never>;
835
- WriteAliasesAndUrls_Request: {
836
- controllerType: string;
837
- aliasesToUrls: {
838
- [key: string]: string;
839
- };
960
+ SubscriptionAPI_DetachFilter_Response: Record<string, never>;
961
+ TxAPI_Sync_Request: {
962
+ txId: string;
840
963
  };
841
- WriteAliasesAndUrls_Response: Record<string, never>;
964
+ TxAPI_Sync_Response: Record<string, never>;
842
965
  };
843
966
  responses: never;
844
967
  parameters: never;
@@ -857,7 +980,7 @@ export interface operations {
857
980
  };
858
981
  requestBody: {
859
982
  content: {
860
- "application/json": components["schemas"]["GrantAccess_Request"];
983
+ "application/json": components["schemas"]["AuthAPI_GrantAccess_Request"];
861
984
  };
862
985
  };
863
986
  responses: {
@@ -867,7 +990,7 @@ export interface operations {
867
990
  [name: string]: unknown;
868
991
  };
869
992
  content: {
870
- "application/json": components["schemas"]["GrantAccess_Response"];
993
+ "application/json": components["schemas"]["AuthAPI_GrantAccess_Response"];
871
994
  };
872
995
  };
873
996
  /** @description Default error response */
@@ -890,7 +1013,7 @@ export interface operations {
890
1013
  };
891
1014
  requestBody: {
892
1015
  content: {
893
- "application/json": components["schemas"]["GetJWTToken_Request"];
1016
+ "application/json": components["schemas"]["AuthAPI_GetJWTToken_Request"];
894
1017
  };
895
1018
  };
896
1019
  responses: {
@@ -900,7 +1023,7 @@ export interface operations {
900
1023
  [name: string]: unknown;
901
1024
  };
902
1025
  content: {
903
- "application/json": components["schemas"]["GetJWTToken_Response"];
1026
+ "application/json": components["schemas"]["AuthAPI_GetJWTToken_Response"];
904
1027
  };
905
1028
  };
906
1029
  /** @description Default error response */
@@ -929,7 +1052,106 @@ export interface operations {
929
1052
  [name: string]: unknown;
930
1053
  };
931
1054
  content: {
932
- "application/json": components["schemas"]["ListMethods_Response"];
1055
+ "application/json": components["schemas"]["AuthAPI_ListMethods_Response"];
1056
+ };
1057
+ };
1058
+ /** @description Default error response */
1059
+ default: {
1060
+ headers: {
1061
+ [name: string]: unknown;
1062
+ };
1063
+ content: {
1064
+ "application/json": components["schemas"]["Status"];
1065
+ };
1066
+ };
1067
+ };
1068
+ };
1069
+ Platform_MintSignature: {
1070
+ parameters: {
1071
+ query?: never;
1072
+ header?: never;
1073
+ path?: never;
1074
+ cookie?: never;
1075
+ };
1076
+ requestBody: {
1077
+ content: {
1078
+ "application/json": components["schemas"]["AuthAPI_MintSignature_Request"];
1079
+ };
1080
+ };
1081
+ responses: {
1082
+ /** @description OK */
1083
+ 200: {
1084
+ headers: {
1085
+ [name: string]: unknown;
1086
+ };
1087
+ content: {
1088
+ "application/json": components["schemas"]["AuthAPI_MintSignature_Response"];
1089
+ };
1090
+ };
1091
+ /** @description Default error response */
1092
+ default: {
1093
+ headers: {
1094
+ [name: string]: unknown;
1095
+ };
1096
+ content: {
1097
+ "application/json": components["schemas"]["Status"];
1098
+ };
1099
+ };
1100
+ };
1101
+ };
1102
+ Platform_RevokeAccess: {
1103
+ parameters: {
1104
+ query?: never;
1105
+ header?: never;
1106
+ path?: never;
1107
+ cookie?: never;
1108
+ };
1109
+ requestBody: {
1110
+ content: {
1111
+ "application/json": components["schemas"]["AuthAPI_RevokeAccess_Request"];
1112
+ };
1113
+ };
1114
+ responses: {
1115
+ /** @description OK */
1116
+ 200: {
1117
+ headers: {
1118
+ [name: string]: unknown;
1119
+ };
1120
+ content: {
1121
+ "application/json": components["schemas"]["AuthAPI_RevokeAccess_Response"];
1122
+ };
1123
+ };
1124
+ /** @description Default error response */
1125
+ default: {
1126
+ headers: {
1127
+ [name: string]: unknown;
1128
+ };
1129
+ content: {
1130
+ "application/json": components["schemas"]["Status"];
1131
+ };
1132
+ };
1133
+ };
1134
+ };
1135
+ Platform_GetSessionInfo: {
1136
+ parameters: {
1137
+ query?: never;
1138
+ header?: never;
1139
+ path?: never;
1140
+ cookie?: never;
1141
+ };
1142
+ requestBody: {
1143
+ content: {
1144
+ "application/json": components["schemas"]["AuthAPI_GetSessionInfo_Request"];
1145
+ };
1146
+ };
1147
+ responses: {
1148
+ /** @description OK */
1149
+ 200: {
1150
+ headers: {
1151
+ [name: string]: unknown;
1152
+ };
1153
+ content: {
1154
+ "application/json": components["schemas"]["AuthAPI_GetSessionInfo_Response"];
933
1155
  };
934
1156
  };
935
1157
  /** @description Default error response */
@@ -943,7 +1165,7 @@ export interface operations {
943
1165
  };
944
1166
  };
945
1167
  };
946
- Platform_RevokeGrant: {
1168
+ Platform_GetUserRoot: {
947
1169
  parameters: {
948
1170
  query?: never;
949
1171
  header?: never;
@@ -952,7 +1174,7 @@ export interface operations {
952
1174
  };
953
1175
  requestBody: {
954
1176
  content: {
955
- "application/json": components["schemas"]["RevokeGrant_Request"];
1177
+ "application/json": components["schemas"]["AuthAPI_GetUserRoot_Request"];
956
1178
  };
957
1179
  };
958
1180
  responses: {
@@ -962,7 +1184,7 @@ export interface operations {
962
1184
  [name: string]: unknown;
963
1185
  };
964
1186
  content: {
965
- "application/json": components["schemas"]["RevokeGrant_Response"];
1187
+ "application/json": components["schemas"]["AuthAPI_GetUserRoot_Response"];
966
1188
  };
967
1189
  };
968
1190
  /** @description Default error response */
@@ -985,7 +1207,7 @@ export interface operations {
985
1207
  };
986
1208
  requestBody: {
987
1209
  content: {
988
- "application/json": components["schemas"]["WriteAliasesAndUrls_Request"];
1210
+ "application/json": components["schemas"]["ControllerAPI_WriteAliasesAndUrls_Request"];
989
1211
  };
990
1212
  };
991
1213
  responses: {
@@ -995,7 +1217,7 @@ export interface operations {
995
1217
  [name: string]: unknown;
996
1218
  };
997
1219
  content: {
998
- "application/json": components["schemas"]["WriteAliasesAndUrls_Response"];
1220
+ "application/json": components["schemas"]["ControllerAPI_WriteAliasesAndUrls_Response"];
999
1221
  };
1000
1222
  };
1001
1223
  /** @description Default error response */
@@ -1018,7 +1240,7 @@ export interface operations {
1018
1240
  };
1019
1241
  requestBody: {
1020
1242
  content: {
1021
- "application/json": components["schemas"]["RemoveAliasesAndUrls_Request"];
1243
+ "application/json": components["schemas"]["ControllerAPI_RemoveAliasesAndUrls_Request"];
1022
1244
  };
1023
1245
  };
1024
1246
  responses: {
@@ -1028,7 +1250,7 @@ export interface operations {
1028
1250
  [name: string]: unknown;
1029
1251
  };
1030
1252
  content: {
1031
- "application/json": components["schemas"]["RemoveAliasesAndUrls_Response"];
1253
+ "application/json": components["schemas"]["ControllerAPI_RemoveAliasesAndUrls_Response"];
1032
1254
  };
1033
1255
  };
1034
1256
  /** @description Default error response */
@@ -1051,7 +1273,7 @@ export interface operations {
1051
1273
  };
1052
1274
  requestBody: {
1053
1275
  content: {
1054
- "application/json": components["schemas"]["AttachSubscription_Request"];
1276
+ "application/json": components["schemas"]["ControllerAPI_AttachSubscription_Request"];
1055
1277
  };
1056
1278
  };
1057
1279
  responses: {
@@ -1061,7 +1283,7 @@ export interface operations {
1061
1283
  [name: string]: unknown;
1062
1284
  };
1063
1285
  content: {
1064
- "application/json": components["schemas"]["AttachSubscription_Response"];
1286
+ "application/json": components["schemas"]["ControllerAPI_AttachSubscription_Response"];
1065
1287
  };
1066
1288
  };
1067
1289
  /** @description Default error response */
@@ -1084,7 +1306,7 @@ export interface operations {
1084
1306
  };
1085
1307
  requestBody: {
1086
1308
  content: {
1087
- "application/json": components["schemas"]["Create_Request"];
1309
+ "application/json": components["schemas"]["ControllerAPI_Create_Request"];
1088
1310
  };
1089
1311
  };
1090
1312
  responses: {
@@ -1094,7 +1316,7 @@ export interface operations {
1094
1316
  [name: string]: unknown;
1095
1317
  };
1096
1318
  content: {
1097
- "application/json": components["schemas"]["Create_Response"];
1319
+ "application/json": components["schemas"]["ControllerAPI_Create_Response"];
1098
1320
  };
1099
1321
  };
1100
1322
  /** @description Default error response */
@@ -1117,7 +1339,7 @@ export interface operations {
1117
1339
  };
1118
1340
  requestBody: {
1119
1341
  content: {
1120
- "application/json": components["schemas"]["Deregister_Request"];
1342
+ "application/json": components["schemas"]["ControllerAPI_Deregister_Request"];
1121
1343
  };
1122
1344
  };
1123
1345
  responses: {
@@ -1127,7 +1349,7 @@ export interface operations {
1127
1349
  [name: string]: unknown;
1128
1350
  };
1129
1351
  content: {
1130
- "application/json": components["schemas"]["Deregister_Response"];
1352
+ "application/json": components["schemas"]["ControllerAPI_Deregister_Response"];
1131
1353
  };
1132
1354
  };
1133
1355
  /** @description Default error response */
@@ -1150,7 +1372,7 @@ export interface operations {
1150
1372
  };
1151
1373
  requestBody: {
1152
1374
  content: {
1153
- "application/json": components["schemas"]["Exists_Request"];
1375
+ "application/json": components["schemas"]["ControllerAPI_Exists_Request"];
1154
1376
  };
1155
1377
  };
1156
1378
  responses: {
@@ -1160,7 +1382,7 @@ export interface operations {
1160
1382
  [name: string]: unknown;
1161
1383
  };
1162
1384
  content: {
1163
- "application/json": components["schemas"]["Exists_Response"];
1385
+ "application/json": components["schemas"]["ControllerAPI_Exists_Response"];
1164
1386
  };
1165
1387
  };
1166
1388
  /** @description Default error response */
@@ -1183,7 +1405,7 @@ export interface operations {
1183
1405
  };
1184
1406
  requestBody: {
1185
1407
  content: {
1186
- "application/json": components["schemas"]["SetFeatures_Request"];
1408
+ "application/json": components["schemas"]["ControllerAPI_SetFeatures_Request"];
1187
1409
  };
1188
1410
  };
1189
1411
  responses: {
@@ -1193,7 +1415,7 @@ export interface operations {
1193
1415
  [name: string]: unknown;
1194
1416
  };
1195
1417
  content: {
1196
- "application/json": components["schemas"]["SetFeatures_Response"];
1418
+ "application/json": components["schemas"]["ControllerAPI_SetFeatures_Response"];
1197
1419
  };
1198
1420
  };
1199
1421
  /** @description Default error response */
@@ -1216,7 +1438,7 @@ export interface operations {
1216
1438
  };
1217
1439
  requestBody: {
1218
1440
  content: {
1219
- "application/json": components["schemas"]["ClearFeatures_Request"];
1441
+ "application/json": components["schemas"]["ControllerAPI_ClearFeatures_Request"];
1220
1442
  };
1221
1443
  };
1222
1444
  responses: {
@@ -1226,7 +1448,7 @@ export interface operations {
1226
1448
  [name: string]: unknown;
1227
1449
  };
1228
1450
  content: {
1229
- "application/json": components["schemas"]["ClearFeatures_Response"];
1451
+ "application/json": components["schemas"]["ControllerAPI_ClearFeatures_Response"];
1230
1452
  };
1231
1453
  };
1232
1454
  /** @description Default error response */
@@ -1249,7 +1471,7 @@ export interface operations {
1249
1471
  };
1250
1472
  requestBody: {
1251
1473
  content: {
1252
- "application/json": components["schemas"]["Get_Request"];
1474
+ "application/json": components["schemas"]["ControllerAPI_Get_Request"];
1253
1475
  };
1254
1476
  };
1255
1477
  responses: {
@@ -1259,7 +1481,7 @@ export interface operations {
1259
1481
  [name: string]: unknown;
1260
1482
  };
1261
1483
  content: {
1262
- "application/json": components["schemas"]["Get_Response"];
1484
+ "application/json": components["schemas"]["ControllerAPI_Get_Response"];
1263
1485
  };
1264
1486
  };
1265
1487
  /** @description Default error response */
@@ -1282,7 +1504,7 @@ export interface operations {
1282
1504
  };
1283
1505
  requestBody: {
1284
1506
  content: {
1285
- "application/json": components["schemas"]["GetNotifications_Request"];
1507
+ "application/json": components["schemas"]["ControllerAPI_GetNotifications_Request"];
1286
1508
  };
1287
1509
  };
1288
1510
  responses: {
@@ -1292,7 +1514,7 @@ export interface operations {
1292
1514
  [name: string]: unknown;
1293
1515
  };
1294
1516
  content: {
1295
- "application/json": components["schemas"]["GetNotifications_Response"];
1517
+ "application/json": components["schemas"]["ControllerAPI_GetNotifications_Response"];
1296
1518
  };
1297
1519
  };
1298
1520
  /** @description Default error response */
@@ -1315,7 +1537,7 @@ export interface operations {
1315
1537
  };
1316
1538
  requestBody: {
1317
1539
  content: {
1318
- "application/json": components["schemas"]["Register_Request"];
1540
+ "application/json": components["schemas"]["ControllerAPI_Register_Request"];
1319
1541
  };
1320
1542
  };
1321
1543
  responses: {
@@ -1325,7 +1547,7 @@ export interface operations {
1325
1547
  [name: string]: unknown;
1326
1548
  };
1327
1549
  content: {
1328
- "application/json": components["schemas"]["Register_Response"];
1550
+ "application/json": components["schemas"]["ControllerAPI_Register_Response"];
1329
1551
  };
1330
1552
  };
1331
1553
  /** @description Default error response */
@@ -1348,7 +1570,7 @@ export interface operations {
1348
1570
  };
1349
1571
  requestBody: {
1350
1572
  content: {
1351
- "application/json": components["schemas"]["Update_Request"];
1573
+ "application/json": components["schemas"]["ControllerAPI_Update_Request"];
1352
1574
  };
1353
1575
  };
1354
1576
  responses: {
@@ -1358,7 +1580,7 @@ export interface operations {
1358
1580
  [name: string]: unknown;
1359
1581
  };
1360
1582
  content: {
1361
- "application/json": components["schemas"]["Update_Response"];
1583
+ "application/json": components["schemas"]["ControllerAPI_Update_Response"];
1362
1584
  };
1363
1585
  };
1364
1586
  /** @description Default error response */
@@ -1381,7 +1603,7 @@ export interface operations {
1381
1603
  };
1382
1604
  requestBody: {
1383
1605
  content: {
1384
- "application/json": components["schemas"]["GetUrl_Request"];
1606
+ "application/json": components["schemas"]["ControllerAPI_GetUrl_Request"];
1385
1607
  };
1386
1608
  };
1387
1609
  responses: {
@@ -1391,7 +1613,7 @@ export interface operations {
1391
1613
  [name: string]: unknown;
1392
1614
  };
1393
1615
  content: {
1394
- "application/json": components["schemas"]["GetUrl_Response"];
1616
+ "application/json": components["schemas"]["ControllerAPI_GetUrl_Response"];
1395
1617
  };
1396
1618
  };
1397
1619
  /** @description Default error response */
@@ -1420,7 +1642,7 @@ export interface operations {
1420
1642
  [name: string]: unknown;
1421
1643
  };
1422
1644
  content: {
1423
- "application/json": components["schemas"]["License_Response"];
1645
+ "application/json": components["schemas"]["MaintenanceAPI_License_Response"];
1424
1646
  };
1425
1647
  };
1426
1648
  /** @description Default error response */
@@ -1443,7 +1665,7 @@ export interface operations {
1443
1665
  };
1444
1666
  requestBody: {
1445
1667
  content: {
1446
- "application/json": components["schemas"]["Create_Request"];
1668
+ "application/json": components["schemas"]["LocksAPI_Lease_Create_Request"];
1447
1669
  };
1448
1670
  };
1449
1671
  responses: {
@@ -1453,7 +1675,7 @@ export interface operations {
1453
1675
  [name: string]: unknown;
1454
1676
  };
1455
1677
  content: {
1456
- "application/json": components["schemas"]["Create_Response"];
1678
+ "application/json": components["schemas"]["LocksAPI_Lease_Create_Response"];
1457
1679
  };
1458
1680
  };
1459
1681
  /** @description Default error response */
@@ -1476,7 +1698,7 @@ export interface operations {
1476
1698
  };
1477
1699
  requestBody: {
1478
1700
  content: {
1479
- "application/json": components["schemas"]["Release_Request"];
1701
+ "application/json": components["schemas"]["LocksAPI_Lease_Release_Request"];
1480
1702
  };
1481
1703
  };
1482
1704
  responses: {
@@ -1486,7 +1708,7 @@ export interface operations {
1486
1708
  [name: string]: unknown;
1487
1709
  };
1488
1710
  content: {
1489
- "application/json": components["schemas"]["Release_Response"];
1711
+ "application/json": components["schemas"]["LocksAPI_Lease_Release_Response"];
1490
1712
  };
1491
1713
  };
1492
1714
  /** @description Default error response */
@@ -1509,7 +1731,7 @@ export interface operations {
1509
1731
  };
1510
1732
  requestBody: {
1511
1733
  content: {
1512
- "application/json": components["schemas"]["Update_Request"];
1734
+ "application/json": components["schemas"]["LocksAPI_Lease_Update_Request"];
1513
1735
  };
1514
1736
  };
1515
1737
  responses: {
@@ -1519,7 +1741,7 @@ export interface operations {
1519
1741
  [name: string]: unknown;
1520
1742
  };
1521
1743
  content: {
1522
- "application/json": components["schemas"]["Update_Response"];
1744
+ "application/json": components["schemas"]["LocksAPI_Lease_Update_Response"];
1523
1745
  };
1524
1746
  };
1525
1747
  /** @description Default error response */
@@ -1542,7 +1764,7 @@ export interface operations {
1542
1764
  };
1543
1765
  requestBody: {
1544
1766
  content: {
1545
- "application/json": components["schemas"]["Create_Request"];
1767
+ "application/json": components["schemas"]["LocksAPI_LockFieldValues_Create_Request"];
1546
1768
  };
1547
1769
  };
1548
1770
  responses: {
@@ -1552,7 +1774,7 @@ export interface operations {
1552
1774
  [name: string]: unknown;
1553
1775
  };
1554
1776
  content: {
1555
- "application/json": components["schemas"]["Create_Response"];
1777
+ "application/json": components["schemas"]["LocksAPI_LockFieldValues_Create_Response"];
1556
1778
  };
1557
1779
  };
1558
1780
  /** @description Default error response */
@@ -1575,7 +1797,7 @@ export interface operations {
1575
1797
  };
1576
1798
  requestBody: {
1577
1799
  content: {
1578
- "application/json": components["schemas"]["Get_Request"];
1800
+ "application/json": components["schemas"]["NotificationAPI_Get_Request"];
1579
1801
  };
1580
1802
  };
1581
1803
  responses: {
@@ -1585,7 +1807,7 @@ export interface operations {
1585
1807
  [name: string]: unknown;
1586
1808
  };
1587
1809
  content: {
1588
- "application/json": components["schemas"]["Get_Response"];
1810
+ "application/json": components["schemas"]["NotificationAPI_Get_Response"];
1589
1811
  };
1590
1812
  };
1591
1813
  /** @description Default error response */
@@ -1614,7 +1836,7 @@ export interface operations {
1614
1836
  [name: string]: unknown;
1615
1837
  };
1616
1838
  content: {
1617
- "application/json": components["schemas"]["Ping_Response"];
1839
+ "application/json": components["schemas"]["MaintenanceAPI_Ping_Response"];
1618
1840
  };
1619
1841
  };
1620
1842
  /** @description Default error response */
@@ -1643,7 +1865,7 @@ export interface operations {
1643
1865
  [name: string]: unknown;
1644
1866
  };
1645
1867
  content: {
1646
- "application/json": components["schemas"]["ListResourceTypes_Response"];
1868
+ "application/json": components["schemas"]["MiscAPI_ListResourceTypes_Response"];
1647
1869
  };
1648
1870
  };
1649
1871
  /** @description Default error response */
@@ -1666,7 +1888,7 @@ export interface operations {
1666
1888
  };
1667
1889
  requestBody: {
1668
1890
  content: {
1669
- "application/json": components["schemas"]["AttachFilter_Request"];
1891
+ "application/json": components["schemas"]["SubscriptionAPI_AttachFilter_Request"];
1670
1892
  };
1671
1893
  };
1672
1894
  responses: {
@@ -1676,7 +1898,7 @@ export interface operations {
1676
1898
  [name: string]: unknown;
1677
1899
  };
1678
1900
  content: {
1679
- "application/json": components["schemas"]["AttachFilter_Response"];
1901
+ "application/json": components["schemas"]["SubscriptionAPI_AttachFilter_Response"];
1680
1902
  };
1681
1903
  };
1682
1904
  /** @description Default error response */
@@ -1699,7 +1921,7 @@ export interface operations {
1699
1921
  };
1700
1922
  requestBody: {
1701
1923
  content: {
1702
- "application/json": components["schemas"]["DetachFilter_Request"];
1924
+ "application/json": components["schemas"]["SubscriptionAPI_DetachFilter_Request"];
1703
1925
  };
1704
1926
  };
1705
1927
  responses: {
@@ -1709,7 +1931,7 @@ export interface operations {
1709
1931
  [name: string]: unknown;
1710
1932
  };
1711
1933
  content: {
1712
- "application/json": components["schemas"]["DetachFilter_Response"];
1934
+ "application/json": components["schemas"]["SubscriptionAPI_DetachFilter_Response"];
1713
1935
  };
1714
1936
  };
1715
1937
  /** @description Default error response */
@@ -1732,7 +1954,7 @@ export interface operations {
1732
1954
  };
1733
1955
  requestBody: {
1734
1956
  content: {
1735
- "application/json": components["schemas"]["Sync_Request"];
1957
+ "application/json": components["schemas"]["TxAPI_Sync_Request"];
1736
1958
  };
1737
1959
  };
1738
1960
  responses: {
@@ -1742,7 +1964,7 @@ export interface operations {
1742
1964
  [name: string]: unknown;
1743
1965
  };
1744
1966
  content: {
1745
- "application/json": components["schemas"]["Sync_Response"];
1967
+ "application/json": components["schemas"]["TxAPI_Sync_Response"];
1746
1968
  };
1747
1969
  };
1748
1970
  /** @description Default error response */