@milaboratories/pl-client 3.7.0 → 3.8.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 (79) hide show
  1. package/dist/core/capabilities.cjs +9 -0
  2. package/dist/core/capabilities.cjs.map +1 -0
  3. package/dist/core/capabilities.d.ts +24 -0
  4. package/dist/core/capabilities.d.ts.map +1 -0
  5. package/dist/core/capabilities.js +9 -0
  6. package/dist/core/capabilities.js.map +1 -0
  7. package/dist/core/client.cjs +7 -25
  8. package/dist/core/client.cjs.map +1 -1
  9. package/dist/core/client.d.ts +2 -3
  10. package/dist/core/client.d.ts.map +1 -1
  11. package/dist/core/client.js +7 -25
  12. package/dist/core/client.js.map +1 -1
  13. package/dist/core/ll_client.cjs +153 -7
  14. package/dist/core/ll_client.cjs.map +1 -1
  15. package/dist/core/ll_client.d.ts +26 -0
  16. package/dist/core/ll_client.d.ts.map +1 -1
  17. package/dist/core/ll_client.js +153 -7
  18. package/dist/core/ll_client.js.map +1 -1
  19. package/dist/core/transaction.cjs +4 -2
  20. package/dist/core/transaction.cjs.map +1 -1
  21. package/dist/core/transaction.d.ts.map +1 -1
  22. package/dist/core/transaction.js +4 -2
  23. package/dist/core/transaction.js.map +1 -1
  24. package/dist/core/unauth_client.cjs +33 -1
  25. package/dist/core/unauth_client.cjs.map +1 -1
  26. package/dist/core/unauth_client.d.ts +19 -0
  27. package/dist/core/unauth_client.d.ts.map +1 -1
  28. package/dist/core/unauth_client.js +33 -1
  29. package/dist/core/unauth_client.js.map +1 -1
  30. package/dist/index.cjs +2 -0
  31. package/dist/index.d.ts +2 -1
  32. package/dist/index.js +2 -1
  33. package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.cjs.map +1 -1
  34. package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.js.map +1 -1
  35. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.cjs +1101 -135
  36. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.cjs.map +1 -1
  37. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs +49 -10
  38. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs.map +1 -1
  39. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +61 -1
  40. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +1 -1
  41. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.js +49 -10
  42. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.js.map +1 -1
  43. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +414 -12
  44. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -1
  45. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.js +1101 -135
  46. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.js.map +1 -1
  47. package/dist/proto-grpc/google/protobuf/timestamp.cjs.map +1 -1
  48. package/dist/proto-grpc/google/protobuf/timestamp.d.ts +8 -9
  49. package/dist/proto-grpc/google/protobuf/timestamp.d.ts.map +1 -1
  50. package/dist/proto-grpc/google/protobuf/timestamp.js.map +1 -1
  51. package/dist/proto-grpc/google/rpc/code.cjs.map +1 -1
  52. package/dist/proto-grpc/google/rpc/code.js.map +1 -1
  53. package/dist/proto-rest/plapi.d.ts +247 -12
  54. package/dist/proto-rest/plapi.d.ts.map +1 -1
  55. package/dist/util/pl.cjs.map +1 -1
  56. package/dist/util/pl.js.map +1 -1
  57. package/package.json +4 -4
  58. package/src/core/capabilities.ts +26 -0
  59. package/src/core/client.ts +11 -29
  60. package/src/core/ll_client.test.ts +16 -3
  61. package/src/core/ll_client.ts +187 -8
  62. package/src/core/ll_transaction.test.ts +15 -9
  63. package/src/core/transaction.ts +2 -0
  64. package/src/core/unauth_client.ts +42 -3
  65. package/src/core/unauth_client_branch.test.ts +69 -0
  66. package/src/index.ts +1 -0
  67. package/src/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.ts +1 -1
  68. package/src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts +85 -10
  69. package/src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.ts +1313 -101
  70. package/src/proto-grpc/google/api/http.ts +1 -1
  71. package/src/proto-grpc/google/protobuf/descriptor.ts +7 -240
  72. package/src/proto-grpc/google/protobuf/timestamp.ts +8 -9
  73. package/src/proto-grpc/google/protobuf/wrappers.ts +4 -38
  74. package/src/proto-grpc/google/rpc/code.ts +1 -1
  75. package/src/proto-grpc/google/rpc/error_details.ts +5 -5
  76. package/src/proto-grpc/google/rpc/http.ts +1 -1
  77. package/src/proto-grpc/google/rpc/status.ts +1 -1
  78. package/src/proto-rest/plapi.ts +263 -12
  79. package/src/util/pl.ts +5 -0
@@ -1240,6 +1240,13 @@ interface ResourceAPI_Get_Request {
1240
1240
  * @generated from protobuf field: bool load_fields = 2
1241
1241
  */
1242
1242
  loadFields: boolean;
1243
+ /**
1244
+ * When false (default), soft-deleted resources are treated as not found.
1245
+ * When true, soft-deleted resources are returned with deleted_time populated.
1246
+ *
1247
+ * @generated from protobuf field: bool show_soft_deletes = 4
1248
+ */
1249
+ showSoftDeletes: boolean;
1243
1250
  }
1244
1251
  /**
1245
1252
  * @generated from protobuf message MiLaboratories.PL.API.ResourceAPI.Get.Response
@@ -1285,6 +1292,13 @@ interface ResourceAPI_List_ByType_Request {
1285
1292
  * @generated from protobuf field: bool load_fields = 5
1286
1293
  */
1287
1294
  loadFields: boolean;
1295
+ /**
1296
+ * When false (default), soft-deleted resources are excluded from results.
1297
+ * When true, soft-deleted resources are included with deleted_time populated.
1298
+ *
1299
+ * @generated from protobuf field: bool show_soft_deletes = 7
1300
+ */
1301
+ showSoftDeletes: boolean;
1288
1302
  }
1289
1303
  /**
1290
1304
  * Multi-message
@@ -1440,7 +1454,7 @@ interface ResourceAPI_Tree_Request {
1440
1454
  /**
1441
1455
  * Optional per-(resource, field) filter. Unset / nil means
1442
1456
  * "keep all fields" (current Tree behavior). Servers advertise
1443
- * support via "treeFilter:v1" in
1457
+ * support via "treeFilter:v2" in
1444
1458
  * MaintenanceAPI.Ping.Response.capabilities; old servers ignore this
1445
1459
  * field.
1446
1460
  *
@@ -1487,6 +1501,14 @@ interface ResourceAPI_Tree_Request {
1487
1501
  * @generated from protobuf field: repeated MiLaboratories.PL.API.ResourceAPI.Tree.SeedResource seeds = 8
1488
1502
  */
1489
1503
  seeds: ResourceAPI_Tree_SeedResource[];
1504
+ /**
1505
+ * When false (default), soft-deleted resources are treated as not found
1506
+ * during traversal (silently skipped). When true, soft-deleted resources
1507
+ * are included with deleted_time populated.
1508
+ *
1509
+ * @generated from protobuf field: bool show_soft_deletes = 9
1510
+ */
1511
+ showSoftDeletes: boolean;
1490
1512
  }
1491
1513
  /**
1492
1514
  * A single entry point for multi-root tree traversal.
@@ -1900,6 +1922,13 @@ interface FieldAPI_List_Request {
1900
1922
  * @generated from protobuf field: uint32 limit = 3
1901
1923
  */
1902
1924
  limit: number;
1925
+ /**
1926
+ * When false (default), soft-deleted resources are treated as not found.
1927
+ * When true, soft-deleted resources are returned with deleted_time populated.
1928
+ *
1929
+ * @generated from protobuf field: bool show_soft_deletes = 5
1930
+ */
1931
+ showSoftDeletes: boolean;
1903
1932
  }
1904
1933
  /**
1905
1934
  * Multi-message
@@ -2840,23 +2869,146 @@ interface AuthAPI_ListMethods_Response {
2840
2869
  */
2841
2870
  methods: AuthAPI_ListMethods_MethodInfo[];
2842
2871
  }
2872
+ /**
2873
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.ListMethods.BasicAuthMethod
2874
+ */
2875
+ interface AuthAPI_ListMethods_BasicAuthMethod {}
2876
+ /**
2877
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.ListMethods.TokenAuthMethod
2878
+ */
2879
+ interface AuthAPI_ListMethods_TokenAuthMethod {}
2880
+ /**
2881
+ * SSOAuthMethod advertises an external IdP-based login flow. The desktop
2882
+ * app uses the contents to drive the PKCE exchange locally, then hands the
2883
+ * resulting IdP token-response back via Login.SSOCredentials.
2884
+ *
2885
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.ListMethods.SSOAuthMethod
2886
+ */
2887
+ interface AuthAPI_ListMethods_SSOAuthMethod {
2888
+ /**
2889
+ * @generated from protobuf field: string issuer = 1
2890
+ */
2891
+ issuer: string;
2892
+ /**
2893
+ * @generated from protobuf field: string client_id = 2
2894
+ */
2895
+ clientId: string;
2896
+ /**
2897
+ * @generated from protobuf field: string scopes = 3
2898
+ */
2899
+ scopes: string;
2900
+ /**
2901
+ * @generated from protobuf field: string resource = 4
2902
+ */
2903
+ resource: string;
2904
+ /**
2905
+ * @generated from protobuf field: string prompt = 5
2906
+ */
2907
+ prompt: string;
2908
+ /**
2909
+ * @generated from protobuf field: repeated uint32 redirect_ports = 6
2910
+ */
2911
+ redirectPorts: number[];
2912
+ /**
2913
+ * @generated from protobuf field: string subject_token_source = 7
2914
+ */
2915
+ subjectTokenSource: string;
2916
+ /**
2917
+ * @generated from protobuf field: string user_id_claim = 8
2918
+ */
2919
+ userIdClaim: string;
2920
+ /**
2921
+ * @generated from protobuf field: string groups_claim = 9
2922
+ */
2923
+ groupsClaim: string;
2924
+ /**
2925
+ * @generated from protobuf field: MiLaboratories.PL.API.AuthAPI.ListMethods.SSOAuthMethod.FlowType flow_type = 10
2926
+ */
2927
+ flowType: AuthAPI_ListMethods_SSOAuthMethod_FlowType;
2928
+ }
2929
+ /**
2930
+ * @generated from protobuf enum MiLaboratories.PL.API.AuthAPI.ListMethods.SSOAuthMethod.FlowType
2931
+ */
2932
+ declare enum AuthAPI_ListMethods_SSOAuthMethod_FlowType {
2933
+ /**
2934
+ * @generated from protobuf enum value: PUBLIC_PKCE = 0;
2935
+ */
2936
+ PUBLIC_PKCE = 0
2937
+ }
2843
2938
  /**
2844
2939
  * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.ListMethods.MethodInfo
2845
2940
  */
2846
2941
  interface AuthAPI_ListMethods_MethodInfo {
2847
2942
  /**
2848
- * @generated from protobuf field: string type = 1
2943
+ * id is the stable, machine-readable identifier of the login method
2944
+ * instance. Unique across the entire server.
2945
+ *
2946
+ * @generated from protobuf field: string id = 6
2849
2947
  */
2850
- type: string;
2948
+ id: string;
2851
2949
  /**
2852
- * @generated from protobuf field: string name = 2
2950
+ * description is the human-readable label in case we'd like to render it in UI.
2951
+ *
2952
+ * @generated from protobuf field: string description = 7
2853
2953
  */
2854
- name: string;
2954
+ description: string;
2855
2955
  /**
2856
- * @generated from protobuf field: map<string, string> info = 3
2956
+ * @generated from protobuf oneof: method
2857
2957
  */
2858
- info: {
2859
- [key: string]: string;
2958
+ method: {
2959
+ oneofKind: "basic";
2960
+ /**
2961
+ * @generated from protobuf field: MiLaboratories.PL.API.AuthAPI.ListMethods.BasicAuthMethod basic = 4
2962
+ */
2963
+ basic: AuthAPI_ListMethods_BasicAuthMethod;
2964
+ } | {
2965
+ oneofKind: "token";
2966
+ /**
2967
+ * @generated from protobuf field: MiLaboratories.PL.API.AuthAPI.ListMethods.TokenAuthMethod token = 5
2968
+ */
2969
+ token: AuthAPI_ListMethods_TokenAuthMethod;
2970
+ } | {
2971
+ oneofKind: "sso";
2972
+ /**
2973
+ * @generated from protobuf field: MiLaboratories.PL.API.AuthAPI.ListMethods.SSOAuthMethod sso = 8
2974
+ */
2975
+ sso: AuthAPI_ListMethods_SSOAuthMethod;
2976
+ } | {
2977
+ oneofKind: undefined;
2978
+ };
2979
+ }
2980
+ /**
2981
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.BeginSSOLogin.Request
2982
+ */
2983
+ interface AuthAPI_BeginSSOLogin_Request {}
2984
+ /**
2985
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.BeginSSOLogin.PublicPKCE
2986
+ */
2987
+ interface AuthAPI_BeginSSOLogin_PublicPKCE {
2988
+ /**
2989
+ * @generated from protobuf field: string nonce = 1
2990
+ */
2991
+ nonce: string;
2992
+ /**
2993
+ * @generated from protobuf field: google.protobuf.Timestamp expires_at = 2
2994
+ */
2995
+ expiresAt?: Timestamp;
2996
+ }
2997
+ /**
2998
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.BeginSSOLogin.Response
2999
+ */
3000
+ interface AuthAPI_BeginSSOLogin_Response {
3001
+ /**
3002
+ * @generated from protobuf oneof: flow
3003
+ */
3004
+ flow: {
3005
+ oneofKind: "publicPkce";
3006
+ /**
3007
+ * @generated from protobuf field: MiLaboratories.PL.API.AuthAPI.BeginSSOLogin.PublicPKCE public_pkce = 1
3008
+ */
3009
+ publicPkce: AuthAPI_BeginSSOLogin_PublicPKCE;
3010
+ } | {
3011
+ oneofKind: undefined;
2860
3012
  };
2861
3013
  }
2862
3014
  /**
@@ -2891,6 +3043,127 @@ interface AuthAPI_GetJWTToken_Response {
2891
3043
  */
2892
3044
  role: AuthAPI_Role;
2893
3045
  }
3046
+ /**
3047
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.Login.BasicCredentials
3048
+ */
3049
+ interface AuthAPI_Login_BasicCredentials {
3050
+ /**
3051
+ * @generated from protobuf field: string login = 1
3052
+ */
3053
+ login: string;
3054
+ /**
3055
+ * @generated from protobuf field: string password = 2
3056
+ */
3057
+ password: string;
3058
+ }
3059
+ /**
3060
+ * TokenCredentials accepts any opaque bearer-style string: a controller
3061
+ * pre-shared secret, an existing Platforma JWT, or a future OIDC id-token.
3062
+ *
3063
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.Login.TokenCredentials
3064
+ */
3065
+ interface AuthAPI_Login_TokenCredentials {
3066
+ /**
3067
+ * @generated from protobuf field: bytes token = 1
3068
+ */
3069
+ token: Uint8Array;
3070
+ }
3071
+ /**
3072
+ * SSOCredentials carries the raw JSON body returned by the IdP's /token
3073
+ * endpoint after the desktop completes a PKCE exchange.
3074
+ *
3075
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.Login.SSOCredentials
3076
+ */
3077
+ interface AuthAPI_Login_SSOCredentials {
3078
+ /**
3079
+ * @generated from protobuf field: bytes token_response = 1
3080
+ */
3081
+ tokenResponse: Uint8Array;
3082
+ }
3083
+ /**
3084
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.Login.Request
3085
+ */
3086
+ interface AuthAPI_Login_Request {
3087
+ /**
3088
+ * @generated from protobuf oneof: credentials
3089
+ */
3090
+ credentials: {
3091
+ oneofKind: "basic";
3092
+ /**
3093
+ * @generated from protobuf field: MiLaboratories.PL.API.AuthAPI.Login.BasicCredentials basic = 1
3094
+ */
3095
+ basic: AuthAPI_Login_BasicCredentials;
3096
+ } | {
3097
+ oneofKind: "token";
3098
+ /**
3099
+ * @generated from protobuf field: MiLaboratories.PL.API.AuthAPI.Login.TokenCredentials token = 2
3100
+ */
3101
+ token: AuthAPI_Login_TokenCredentials;
3102
+ } | {
3103
+ oneofKind: "sso";
3104
+ /**
3105
+ * @generated from protobuf field: MiLaboratories.PL.API.AuthAPI.Login.SSOCredentials sso = 5
3106
+ */
3107
+ sso: AuthAPI_Login_SSOCredentials;
3108
+ } | {
3109
+ oneofKind: undefined;
3110
+ };
3111
+ /**
3112
+ * @generated from protobuf field: optional google.protobuf.Duration expiration = 3
3113
+ */
3114
+ expiration?: Duration;
3115
+ /**
3116
+ * @generated from protobuf field: optional MiLaboratories.PL.API.AuthAPI.Role requested_role = 4
3117
+ */
3118
+ requestedRole?: AuthAPI_Role;
3119
+ }
3120
+ /**
3121
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.Login.Response
3122
+ */
3123
+ interface AuthAPI_Login_Response {
3124
+ /**
3125
+ * @generated from protobuf field: string token = 1
3126
+ */
3127
+ token: string;
3128
+ /**
3129
+ * @generated from protobuf field: bytes session_id = 2
3130
+ */
3131
+ sessionId: Uint8Array;
3132
+ /**
3133
+ * @generated from protobuf field: MiLaboratories.PL.API.AuthAPI.Role role = 3
3134
+ */
3135
+ role: AuthAPI_Role;
3136
+ }
3137
+ /**
3138
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.RefreshToken.Request
3139
+ */
3140
+ interface AuthAPI_RefreshToken_Request {
3141
+ /**
3142
+ * @generated from protobuf field: string token = 1
3143
+ */
3144
+ token: string;
3145
+ /**
3146
+ * @generated from protobuf field: optional google.protobuf.Duration expiration = 2
3147
+ */
3148
+ expiration?: Duration;
3149
+ }
3150
+ /**
3151
+ * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.RefreshToken.Response
3152
+ */
3153
+ interface AuthAPI_RefreshToken_Response {
3154
+ /**
3155
+ * @generated from protobuf field: string token = 1
3156
+ */
3157
+ token: string;
3158
+ /**
3159
+ * @generated from protobuf field: bytes session_id = 2
3160
+ */
3161
+ sessionId: Uint8Array;
3162
+ /**
3163
+ * @generated from protobuf field: MiLaboratories.PL.API.AuthAPI.Role role = 3
3164
+ */
3165
+ role: AuthAPI_Role;
3166
+ }
2894
3167
  /**
2895
3168
  * @generated from protobuf message MiLaboratories.PL.API.AuthAPI.GetSessionInfo.Request
2896
3169
  */
@@ -3274,13 +3547,13 @@ interface MaintenanceAPI_Ping_Response {
3274
3547
  * per-token by the client:
3275
3548
  * - Optimization hint. Client picks between a fast path and a
3276
3549
  * fallback without probing by trial-and-error; missing tokens
3277
- * just cause the fallback to run (e.g. "treeFilter:v1").
3550
+ * just cause the fallback to run (e.g. "treeFilter:v2").
3278
3551
  * - Install-time gate. Client refuses to install a block whose
3279
3552
  * manifest declares a required capability the server doesn't
3280
3553
  * advertise; missing tokens fail closed (e.g. "wasm:v1").
3281
3554
  *
3282
3555
  * Each entry is an opaque token "<feature>:<version>" (e.g.
3283
- * "treeFilter:v1"). The field is unset on servers predating this
3556
+ * "treeFilter:v2"). The field is unset on servers predating this
3284
3557
  * mechanism, which the client treats as "no optional capabilities
3285
3558
  * advertised" — fallback for hints, fail-closed for gates.
3286
3559
  *
@@ -4903,17 +5176,76 @@ declare class AuthAPI_ListMethods_Response$Type extends MessageType<AuthAPI_List
4903
5176
  * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.ListMethods.Response
4904
5177
  */
4905
5178
  declare const AuthAPI_ListMethods_Response: AuthAPI_ListMethods_Response$Type;
5179
+ declare class AuthAPI_ListMethods_BasicAuthMethod$Type extends MessageType<AuthAPI_ListMethods_BasicAuthMethod> {
5180
+ constructor();
5181
+ create(value?: PartialMessage<AuthAPI_ListMethods_BasicAuthMethod>): AuthAPI_ListMethods_BasicAuthMethod;
5182
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_ListMethods_BasicAuthMethod): AuthAPI_ListMethods_BasicAuthMethod;
5183
+ internalBinaryWrite(message: AuthAPI_ListMethods_BasicAuthMethod, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5184
+ }
5185
+ /**
5186
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.ListMethods.BasicAuthMethod
5187
+ */
5188
+ declare const AuthAPI_ListMethods_BasicAuthMethod: AuthAPI_ListMethods_BasicAuthMethod$Type;
5189
+ declare class AuthAPI_ListMethods_TokenAuthMethod$Type extends MessageType<AuthAPI_ListMethods_TokenAuthMethod> {
5190
+ constructor();
5191
+ create(value?: PartialMessage<AuthAPI_ListMethods_TokenAuthMethod>): AuthAPI_ListMethods_TokenAuthMethod;
5192
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_ListMethods_TokenAuthMethod): AuthAPI_ListMethods_TokenAuthMethod;
5193
+ internalBinaryWrite(message: AuthAPI_ListMethods_TokenAuthMethod, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5194
+ }
5195
+ /**
5196
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.ListMethods.TokenAuthMethod
5197
+ */
5198
+ declare const AuthAPI_ListMethods_TokenAuthMethod: AuthAPI_ListMethods_TokenAuthMethod$Type;
5199
+ declare class AuthAPI_ListMethods_SSOAuthMethod$Type extends MessageType<AuthAPI_ListMethods_SSOAuthMethod> {
5200
+ constructor();
5201
+ create(value?: PartialMessage<AuthAPI_ListMethods_SSOAuthMethod>): AuthAPI_ListMethods_SSOAuthMethod;
5202
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_ListMethods_SSOAuthMethod): AuthAPI_ListMethods_SSOAuthMethod;
5203
+ internalBinaryWrite(message: AuthAPI_ListMethods_SSOAuthMethod, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5204
+ }
5205
+ /**
5206
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.ListMethods.SSOAuthMethod
5207
+ */
5208
+ declare const AuthAPI_ListMethods_SSOAuthMethod: AuthAPI_ListMethods_SSOAuthMethod$Type;
4906
5209
  declare class AuthAPI_ListMethods_MethodInfo$Type extends MessageType<AuthAPI_ListMethods_MethodInfo> {
4907
5210
  constructor();
4908
5211
  create(value?: PartialMessage<AuthAPI_ListMethods_MethodInfo>): AuthAPI_ListMethods_MethodInfo;
4909
5212
  internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_ListMethods_MethodInfo): AuthAPI_ListMethods_MethodInfo;
4910
- private binaryReadMap3;
4911
5213
  internalBinaryWrite(message: AuthAPI_ListMethods_MethodInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
4912
5214
  }
4913
5215
  /**
4914
5216
  * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.ListMethods.MethodInfo
4915
5217
  */
4916
5218
  declare const AuthAPI_ListMethods_MethodInfo: AuthAPI_ListMethods_MethodInfo$Type;
5219
+ declare class AuthAPI_BeginSSOLogin_Request$Type extends MessageType<AuthAPI_BeginSSOLogin_Request> {
5220
+ constructor();
5221
+ create(value?: PartialMessage<AuthAPI_BeginSSOLogin_Request>): AuthAPI_BeginSSOLogin_Request;
5222
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_BeginSSOLogin_Request): AuthAPI_BeginSSOLogin_Request;
5223
+ internalBinaryWrite(message: AuthAPI_BeginSSOLogin_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5224
+ }
5225
+ /**
5226
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.BeginSSOLogin.Request
5227
+ */
5228
+ declare const AuthAPI_BeginSSOLogin_Request: AuthAPI_BeginSSOLogin_Request$Type;
5229
+ declare class AuthAPI_BeginSSOLogin_PublicPKCE$Type extends MessageType<AuthAPI_BeginSSOLogin_PublicPKCE> {
5230
+ constructor();
5231
+ create(value?: PartialMessage<AuthAPI_BeginSSOLogin_PublicPKCE>): AuthAPI_BeginSSOLogin_PublicPKCE;
5232
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_BeginSSOLogin_PublicPKCE): AuthAPI_BeginSSOLogin_PublicPKCE;
5233
+ internalBinaryWrite(message: AuthAPI_BeginSSOLogin_PublicPKCE, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5234
+ }
5235
+ /**
5236
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.BeginSSOLogin.PublicPKCE
5237
+ */
5238
+ declare const AuthAPI_BeginSSOLogin_PublicPKCE: AuthAPI_BeginSSOLogin_PublicPKCE$Type;
5239
+ declare class AuthAPI_BeginSSOLogin_Response$Type extends MessageType<AuthAPI_BeginSSOLogin_Response> {
5240
+ constructor();
5241
+ create(value?: PartialMessage<AuthAPI_BeginSSOLogin_Response>): AuthAPI_BeginSSOLogin_Response;
5242
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_BeginSSOLogin_Response): AuthAPI_BeginSSOLogin_Response;
5243
+ internalBinaryWrite(message: AuthAPI_BeginSSOLogin_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5244
+ }
5245
+ /**
5246
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.BeginSSOLogin.Response
5247
+ */
5248
+ declare const AuthAPI_BeginSSOLogin_Response: AuthAPI_BeginSSOLogin_Response$Type;
4917
5249
  declare class AuthAPI_GetJWTToken_Request$Type extends MessageType<AuthAPI_GetJWTToken_Request> {
4918
5250
  constructor();
4919
5251
  create(value?: PartialMessage<AuthAPI_GetJWTToken_Request>): AuthAPI_GetJWTToken_Request;
@@ -4934,6 +5266,76 @@ declare class AuthAPI_GetJWTToken_Response$Type extends MessageType<AuthAPI_GetJ
4934
5266
  * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.GetJWTToken.Response
4935
5267
  */
4936
5268
  declare const AuthAPI_GetJWTToken_Response: AuthAPI_GetJWTToken_Response$Type;
5269
+ declare class AuthAPI_Login_BasicCredentials$Type extends MessageType<AuthAPI_Login_BasicCredentials> {
5270
+ constructor();
5271
+ create(value?: PartialMessage<AuthAPI_Login_BasicCredentials>): AuthAPI_Login_BasicCredentials;
5272
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_Login_BasicCredentials): AuthAPI_Login_BasicCredentials;
5273
+ internalBinaryWrite(message: AuthAPI_Login_BasicCredentials, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5274
+ }
5275
+ /**
5276
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.Login.BasicCredentials
5277
+ */
5278
+ declare const AuthAPI_Login_BasicCredentials: AuthAPI_Login_BasicCredentials$Type;
5279
+ declare class AuthAPI_Login_TokenCredentials$Type extends MessageType<AuthAPI_Login_TokenCredentials> {
5280
+ constructor();
5281
+ create(value?: PartialMessage<AuthAPI_Login_TokenCredentials>): AuthAPI_Login_TokenCredentials;
5282
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_Login_TokenCredentials): AuthAPI_Login_TokenCredentials;
5283
+ internalBinaryWrite(message: AuthAPI_Login_TokenCredentials, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5284
+ }
5285
+ /**
5286
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.Login.TokenCredentials
5287
+ */
5288
+ declare const AuthAPI_Login_TokenCredentials: AuthAPI_Login_TokenCredentials$Type;
5289
+ declare class AuthAPI_Login_SSOCredentials$Type extends MessageType<AuthAPI_Login_SSOCredentials> {
5290
+ constructor();
5291
+ create(value?: PartialMessage<AuthAPI_Login_SSOCredentials>): AuthAPI_Login_SSOCredentials;
5292
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_Login_SSOCredentials): AuthAPI_Login_SSOCredentials;
5293
+ internalBinaryWrite(message: AuthAPI_Login_SSOCredentials, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5294
+ }
5295
+ /**
5296
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.Login.SSOCredentials
5297
+ */
5298
+ declare const AuthAPI_Login_SSOCredentials: AuthAPI_Login_SSOCredentials$Type;
5299
+ declare class AuthAPI_Login_Request$Type extends MessageType<AuthAPI_Login_Request> {
5300
+ constructor();
5301
+ create(value?: PartialMessage<AuthAPI_Login_Request>): AuthAPI_Login_Request;
5302
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_Login_Request): AuthAPI_Login_Request;
5303
+ internalBinaryWrite(message: AuthAPI_Login_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5304
+ }
5305
+ /**
5306
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.Login.Request
5307
+ */
5308
+ declare const AuthAPI_Login_Request: AuthAPI_Login_Request$Type;
5309
+ declare class AuthAPI_Login_Response$Type extends MessageType<AuthAPI_Login_Response> {
5310
+ constructor();
5311
+ create(value?: PartialMessage<AuthAPI_Login_Response>): AuthAPI_Login_Response;
5312
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_Login_Response): AuthAPI_Login_Response;
5313
+ internalBinaryWrite(message: AuthAPI_Login_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5314
+ }
5315
+ /**
5316
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.Login.Response
5317
+ */
5318
+ declare const AuthAPI_Login_Response: AuthAPI_Login_Response$Type;
5319
+ declare class AuthAPI_RefreshToken_Request$Type extends MessageType<AuthAPI_RefreshToken_Request> {
5320
+ constructor();
5321
+ create(value?: PartialMessage<AuthAPI_RefreshToken_Request>): AuthAPI_RefreshToken_Request;
5322
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_RefreshToken_Request): AuthAPI_RefreshToken_Request;
5323
+ internalBinaryWrite(message: AuthAPI_RefreshToken_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5324
+ }
5325
+ /**
5326
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.RefreshToken.Request
5327
+ */
5328
+ declare const AuthAPI_RefreshToken_Request: AuthAPI_RefreshToken_Request$Type;
5329
+ declare class AuthAPI_RefreshToken_Response$Type extends MessageType<AuthAPI_RefreshToken_Response> {
5330
+ constructor();
5331
+ create(value?: PartialMessage<AuthAPI_RefreshToken_Response>): AuthAPI_RefreshToken_Response;
5332
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthAPI_RefreshToken_Response): AuthAPI_RefreshToken_Response;
5333
+ internalBinaryWrite(message: AuthAPI_RefreshToken_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
5334
+ }
5335
+ /**
5336
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.AuthAPI.RefreshToken.Response
5337
+ */
5338
+ declare const AuthAPI_RefreshToken_Response: AuthAPI_RefreshToken_Response$Type;
4937
5339
  declare class AuthAPI_GetSessionInfo_Request$Type extends MessageType<AuthAPI_GetSessionInfo_Request> {
4938
5340
  constructor();
4939
5341
  create(value?: PartialMessage<AuthAPI_GetSessionInfo_Request>): AuthAPI_GetSessionInfo_Request;
@@ -5185,5 +5587,5 @@ declare class Util_Deprecated$Type extends MessageType<Util_Deprecated> {
5185
5587
  */
5186
5588
  declare const Util_Deprecated: Util_Deprecated$Type;
5187
5589
  //#endregion
5188
- export { AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response, AuthAPI_GetSessionInfo_Request, AuthAPI_GetSessionInfo_Response, AuthAPI_GetUserRoot_Request, AuthAPI_GetUserRoot_Response, AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response, AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response, AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response, AuthAPI_ListUserResources_Request, AuthAPI_ListUserResources_Response, AuthAPI_MintSignature_Request, AuthAPI_MintSignature_Response, AuthAPI_RevokeAccess_Request, AuthAPI_RevokeAccess_Response, AuthAPI_Role, ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response, ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response, ControllerAPI_Create_Request, ControllerAPI_Create_Response, ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response, ControllerAPI_Exists_Request, ControllerAPI_Exists_Response, ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response, ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response, ControllerAPI_Get_Request, ControllerAPI_Get_Response, ControllerAPI_Register_Request, ControllerAPI_Register_Response, ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response, ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response, ControllerAPI_Update_Request, ControllerAPI_Update_Response, ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response, LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response, LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response, LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response, LocksAPI_LockFieldValues_Create_Request, LocksAPI_LockFieldValues_Create_Response, MaintenanceAPI_License_Request, MaintenanceAPI_License_Response, MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response, MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response, NotificationAPI_Get_Request, NotificationAPI_Get_Response, ResourceAPI_Tree_Filter, ResourceAPI_Tree_Filter_OperatorType, ResourceAPI_Tree_Filter_Property, SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response, SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response, TxAPI_ClientMessage, TxAPI_ServerMessage, TxAPI_Sync_Request, TxAPI_Sync_Response };
5590
+ export { AuthAPI_BeginSSOLogin_Request, AuthAPI_BeginSSOLogin_Response, AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response, AuthAPI_GetSessionInfo_Request, AuthAPI_GetSessionInfo_Response, AuthAPI_GetUserRoot_Request, AuthAPI_GetUserRoot_Response, AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response, AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response, AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response, AuthAPI_ListUserResources_Request, AuthAPI_ListUserResources_Response, AuthAPI_Login_Request, AuthAPI_Login_Response, AuthAPI_MintSignature_Request, AuthAPI_MintSignature_Response, AuthAPI_RefreshToken_Request, AuthAPI_RefreshToken_Response, AuthAPI_RevokeAccess_Request, AuthAPI_RevokeAccess_Response, AuthAPI_Role, ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response, ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response, ControllerAPI_Create_Request, ControllerAPI_Create_Response, ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response, ControllerAPI_Exists_Request, ControllerAPI_Exists_Response, ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response, ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response, ControllerAPI_Get_Request, ControllerAPI_Get_Response, ControllerAPI_Register_Request, ControllerAPI_Register_Response, ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response, ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response, ControllerAPI_Update_Request, ControllerAPI_Update_Response, ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response, LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response, LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response, LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response, LocksAPI_LockFieldValues_Create_Request, LocksAPI_LockFieldValues_Create_Response, MaintenanceAPI_License_Request, MaintenanceAPI_License_Response, MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response, MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response, NotificationAPI_Get_Request, NotificationAPI_Get_Response, ResourceAPI_Tree_Filter, ResourceAPI_Tree_Filter_OperatorType, ResourceAPI_Tree_Filter_Property, SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response, SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response, TxAPI_ClientMessage, TxAPI_ServerMessage, TxAPI_Sync_Request, TxAPI_Sync_Response };
5189
5591
  //# sourceMappingURL=api.d.ts.map