@qlever-llc/trellis 0.10.5 → 0.10.8

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 (113) hide show
  1. package/esm/auth/protocol.d.ts +120 -3
  2. package/esm/auth/protocol.d.ts.map +1 -1
  3. package/esm/auth/protocol.js +43 -1
  4. package/esm/generated-sdk/auth/client.d.ts +137 -76
  5. package/esm/generated-sdk/auth/client.d.ts.map +1 -1
  6. package/esm/generated-sdk/auth/contract.d.ts +1 -1
  7. package/esm/generated-sdk/auth/contract.d.ts.map +1 -1
  8. package/esm/generated-sdk/auth/contract.js +2 -2
  9. package/esm/generated-sdk/auth/mod.d.ts +1 -1
  10. package/esm/generated-sdk/auth/mod.d.ts.map +1 -1
  11. package/esm/generated-sdk/auth/schemas.d.ts +329 -2
  12. package/esm/generated-sdk/auth/schemas.d.ts.map +1 -1
  13. package/esm/generated-sdk/auth/schemas.js +3 -3
  14. package/esm/generated-sdk/auth/types.d.ts +47 -3
  15. package/esm/generated-sdk/auth/types.d.ts.map +1 -1
  16. package/esm/generated-sdk/auth/types.js +1 -1
  17. package/esm/generated-sdk/health/client.d.ts +27 -4
  18. package/esm/generated-sdk/health/client.d.ts.map +1 -1
  19. package/esm/generated-sdk/health/mod.d.ts +1 -1
  20. package/esm/generated-sdk/health/mod.d.ts.map +1 -1
  21. package/esm/generated-sdk/jobs/client.d.ts +38 -15
  22. package/esm/generated-sdk/jobs/client.d.ts.map +1 -1
  23. package/esm/generated-sdk/jobs/mod.d.ts +1 -1
  24. package/esm/generated-sdk/jobs/mod.d.ts.map +1 -1
  25. package/esm/generated-sdk/state/client.d.ts +36 -13
  26. package/esm/generated-sdk/state/client.d.ts.map +1 -1
  27. package/esm/generated-sdk/state/mod.d.ts +1 -1
  28. package/esm/generated-sdk/state/mod.d.ts.map +1 -1
  29. package/esm/generated-sdk/trellis-core/client.d.ts +17 -7
  30. package/esm/generated-sdk/trellis-core/client.d.ts.map +1 -1
  31. package/esm/generated-sdk/trellis-core/mod.d.ts +1 -1
  32. package/esm/generated-sdk/trellis-core/mod.d.ts.map +1 -1
  33. package/esm/index.d.ts +1 -1
  34. package/esm/index.d.ts.map +1 -1
  35. package/esm/server/service.d.ts +80 -2
  36. package/esm/server/service.d.ts.map +1 -1
  37. package/esm/server/service.js +100 -3
  38. package/esm/service/deno.d.ts +1 -1
  39. package/esm/service/deno.d.ts.map +1 -1
  40. package/esm/service/mod.d.ts +1 -1
  41. package/esm/service/mod.d.ts.map +1 -1
  42. package/esm/service/node.d.ts +1 -1
  43. package/esm/service/node.d.ts.map +1 -1
  44. package/esm/trellis.d.ts +17 -2
  45. package/esm/trellis.d.ts.map +1 -1
  46. package/esm/trellis.js +39 -3
  47. package/package.json +2 -2
  48. package/script/auth/protocol.d.ts +120 -3
  49. package/script/auth/protocol.d.ts.map +1 -1
  50. package/script/auth/protocol.js +47 -5
  51. package/script/generated-sdk/auth/client.d.ts +137 -76
  52. package/script/generated-sdk/auth/client.d.ts.map +1 -1
  53. package/script/generated-sdk/auth/contract.d.ts +1 -1
  54. package/script/generated-sdk/auth/contract.d.ts.map +1 -1
  55. package/script/generated-sdk/auth/contract.js +2 -2
  56. package/script/generated-sdk/auth/mod.d.ts +1 -1
  57. package/script/generated-sdk/auth/mod.d.ts.map +1 -1
  58. package/script/generated-sdk/auth/schemas.d.ts +329 -2
  59. package/script/generated-sdk/auth/schemas.d.ts.map +1 -1
  60. package/script/generated-sdk/auth/schemas.js +3 -3
  61. package/script/generated-sdk/auth/types.d.ts +47 -3
  62. package/script/generated-sdk/auth/types.d.ts.map +1 -1
  63. package/script/generated-sdk/auth/types.js +1 -1
  64. package/script/generated-sdk/health/client.d.ts +27 -4
  65. package/script/generated-sdk/health/client.d.ts.map +1 -1
  66. package/script/generated-sdk/health/mod.d.ts +1 -1
  67. package/script/generated-sdk/health/mod.d.ts.map +1 -1
  68. package/script/generated-sdk/jobs/client.d.ts +38 -15
  69. package/script/generated-sdk/jobs/client.d.ts.map +1 -1
  70. package/script/generated-sdk/jobs/mod.d.ts +1 -1
  71. package/script/generated-sdk/jobs/mod.d.ts.map +1 -1
  72. package/script/generated-sdk/state/client.d.ts +36 -13
  73. package/script/generated-sdk/state/client.d.ts.map +1 -1
  74. package/script/generated-sdk/state/mod.d.ts +1 -1
  75. package/script/generated-sdk/state/mod.d.ts.map +1 -1
  76. package/script/generated-sdk/trellis-core/client.d.ts +17 -7
  77. package/script/generated-sdk/trellis-core/client.d.ts.map +1 -1
  78. package/script/generated-sdk/trellis-core/mod.d.ts +1 -1
  79. package/script/generated-sdk/trellis-core/mod.d.ts.map +1 -1
  80. package/script/index.d.ts +1 -1
  81. package/script/index.d.ts.map +1 -1
  82. package/script/server/service.d.ts +80 -2
  83. package/script/server/service.d.ts.map +1 -1
  84. package/script/server/service.js +99 -2
  85. package/script/service/deno.d.ts +1 -1
  86. package/script/service/deno.d.ts.map +1 -1
  87. package/script/service/mod.d.ts +1 -1
  88. package/script/service/mod.d.ts.map +1 -1
  89. package/script/service/node.d.ts +1 -1
  90. package/script/service/node.d.ts.map +1 -1
  91. package/script/trellis.d.ts +17 -2
  92. package/script/trellis.d.ts.map +1 -1
  93. package/script/trellis.js +39 -3
  94. package/src/auth/protocol.ts +55 -1
  95. package/src/index.ts +1 -0
  96. package/src/sdk/_generated/auth/client.ts +100 -72
  97. package/src/sdk/_generated/auth/contract.ts +2 -2
  98. package/src/sdk/_generated/auth/mod.ts +1 -1
  99. package/src/sdk/_generated/auth/schemas.ts +3 -3
  100. package/src/sdk/_generated/auth/types.ts +4 -4
  101. package/src/sdk/_generated/core/client.ts +25 -8
  102. package/src/sdk/_generated/core/mod.ts +1 -1
  103. package/src/sdk/_generated/health/client.ts +26 -5
  104. package/src/sdk/_generated/health/mod.ts +1 -1
  105. package/src/sdk/_generated/jobs/client.ts +35 -14
  106. package/src/sdk/_generated/jobs/mod.ts +1 -1
  107. package/src/sdk/_generated/state/client.ts +33 -12
  108. package/src/sdk/_generated/state/mod.ts +1 -1
  109. package/src/server/service.ts +485 -2
  110. package/src/service/deno.ts +1 -0
  111. package/src/service/mod.ts +1 -0
  112. package/src/service/node.ts +1 -0
  113. package/src/trellis.ts +80 -5
@@ -184,6 +184,8 @@ export declare const DeploymentAuthoritySurfaceSchema: Type.TObject<{
184
184
  export type DeploymentAuthoritySurface = StaticDecode<typeof DeploymentAuthoritySurfaceSchema>;
185
185
  export declare const DeploymentAuthorityCapabilitySchema: Type.TString;
186
186
  export type DeploymentAuthorityCapability = StaticDecode<typeof DeploymentAuthorityCapabilitySchema>;
187
+ export declare const DeploymentAuthorityCapabilityDirectionSchema: Type.TUnion<[Type.TLiteral<"creates">, Type.TLiteral<"given">]>;
188
+ export type DeploymentAuthorityCapabilityDirection = StaticDecode<typeof DeploymentAuthorityCapabilityDirectionSchema>;
187
189
  export declare const DeploymentAuthorityResourceSchema: Type.TObject<{
188
190
  kind: Type.TUnion<[Type.TLiteral<"kv">, Type.TLiteral<"store">, Type.TLiteral<"jobs">, Type.TLiteral<"event-consumer">, Type.TLiteral<"transfer">]>;
189
191
  alias: Type.TString;
@@ -322,6 +324,54 @@ export declare const DeploymentResourceBindingSchema: Type.TObject<{
322
324
  updatedAt: Type.TString;
323
325
  }>;
324
326
  export type DeploymentResourceBinding = StaticDecode<typeof DeploymentResourceBindingSchema>;
327
+ export declare const MaterializedAuthoritySurfaceGrantSchema: Type.TObject<{
328
+ kind: Type.TLiteral<"surface">;
329
+ contractId: Type.TString;
330
+ surfaceKind: Type.TUnion<[Type.TLiteral<"rpc">, Type.TLiteral<"operation">, Type.TLiteral<"event">, Type.TLiteral<"feed">]>;
331
+ name: Type.TString;
332
+ action: Type.TOptional<Type.TUnion<[Type.TLiteral<"call">, Type.TLiteral<"publish">, Type.TLiteral<"subscribe">, Type.TLiteral<"observe">, Type.TLiteral<"cancel">]>>;
333
+ }>;
334
+ export declare const MaterializedAuthorityCapabilityGrantSchema: Type.TObject<{
335
+ kind: Type.TLiteral<"capability">;
336
+ capability: Type.TString;
337
+ }>;
338
+ export declare const MaterializedAuthorityNatsGrantSourceSchema: Type.TUnion<[Type.TLiteral<"owned-surface">, Type.TLiteral<"used-surface">, Type.TLiteral<"resource-binding">, Type.TLiteral<"platform-service">, Type.TLiteral<"transfer">]>;
339
+ export declare const MaterializedAuthorityNatsGrantSchema: Type.TObject<{
340
+ kind: Type.TLiteral<"nats">;
341
+ direction: Type.TUnion<[Type.TLiteral<"publish">, Type.TLiteral<"subscribe">]>;
342
+ subject: Type.TString;
343
+ surface: Type.TOptional<Type.TObject<{
344
+ contractId: Type.TString;
345
+ kind: Type.TUnion<[Type.TLiteral<"rpc">, Type.TLiteral<"operation">, Type.TLiteral<"event">, Type.TLiteral<"feed">]>;
346
+ name: Type.TString;
347
+ action: Type.TOptional<Type.TUnion<[Type.TLiteral<"call">, Type.TLiteral<"publish">, Type.TLiteral<"subscribe">, Type.TLiteral<"observe">, Type.TLiteral<"cancel">]>>;
348
+ }>>;
349
+ requiredCapabilities: Type.TArray<Type.TString>;
350
+ grantSource: Type.TUnion<[Type.TLiteral<"owned-surface">, Type.TLiteral<"used-surface">, Type.TLiteral<"resource-binding">, Type.TLiteral<"platform-service">, Type.TLiteral<"transfer">]>;
351
+ }>;
352
+ export declare const MaterializedAuthorityGrantSchema: Type.TUnion<[Type.TObject<{
353
+ kind: Type.TLiteral<"capability">;
354
+ capability: Type.TString;
355
+ }>, Type.TObject<{
356
+ kind: Type.TLiteral<"surface">;
357
+ contractId: Type.TString;
358
+ surfaceKind: Type.TUnion<[Type.TLiteral<"rpc">, Type.TLiteral<"operation">, Type.TLiteral<"event">, Type.TLiteral<"feed">]>;
359
+ name: Type.TString;
360
+ action: Type.TOptional<Type.TUnion<[Type.TLiteral<"call">, Type.TLiteral<"publish">, Type.TLiteral<"subscribe">, Type.TLiteral<"observe">, Type.TLiteral<"cancel">]>>;
361
+ }>, Type.TObject<{
362
+ kind: Type.TLiteral<"nats">;
363
+ direction: Type.TUnion<[Type.TLiteral<"publish">, Type.TLiteral<"subscribe">]>;
364
+ subject: Type.TString;
365
+ surface: Type.TOptional<Type.TObject<{
366
+ contractId: Type.TString;
367
+ kind: Type.TUnion<[Type.TLiteral<"rpc">, Type.TLiteral<"operation">, Type.TLiteral<"event">, Type.TLiteral<"feed">]>;
368
+ name: Type.TString;
369
+ action: Type.TOptional<Type.TUnion<[Type.TLiteral<"call">, Type.TLiteral<"publish">, Type.TLiteral<"subscribe">, Type.TLiteral<"observe">, Type.TLiteral<"cancel">]>>;
370
+ }>>;
371
+ requiredCapabilities: Type.TArray<Type.TString>;
372
+ grantSource: Type.TUnion<[Type.TLiteral<"owned-surface">, Type.TLiteral<"used-surface">, Type.TLiteral<"resource-binding">, Type.TLiteral<"platform-service">, Type.TLiteral<"transfer">]>;
373
+ }>]>;
374
+ export type MaterializedAuthorityGrant = StaticDecode<typeof MaterializedAuthorityGrantSchema>;
325
375
  export declare const DeploymentAuthorityMaterializationSchema: Type.TObject<{
326
376
  deploymentId: Type.TString;
327
377
  desiredVersion: Type.TString;
@@ -335,7 +385,28 @@ export declare const DeploymentAuthorityMaterializationSchema: Type.TObject<{
335
385
  createdAt: Type.TString;
336
386
  updatedAt: Type.TString;
337
387
  }>>;
338
- grants: Type.TArray<Type.TUnsafe<Record<string, unknown>>>;
388
+ grants: Type.TArray<Type.TUnion<[Type.TObject<{
389
+ kind: Type.TLiteral<"capability">;
390
+ capability: Type.TString;
391
+ }>, Type.TObject<{
392
+ kind: Type.TLiteral<"surface">;
393
+ contractId: Type.TString;
394
+ surfaceKind: Type.TUnion<[Type.TLiteral<"rpc">, Type.TLiteral<"operation">, Type.TLiteral<"event">, Type.TLiteral<"feed">]>;
395
+ name: Type.TString;
396
+ action: Type.TOptional<Type.TUnion<[Type.TLiteral<"call">, Type.TLiteral<"publish">, Type.TLiteral<"subscribe">, Type.TLiteral<"observe">, Type.TLiteral<"cancel">]>>;
397
+ }>, Type.TObject<{
398
+ kind: Type.TLiteral<"nats">;
399
+ direction: Type.TUnion<[Type.TLiteral<"publish">, Type.TLiteral<"subscribe">]>;
400
+ subject: Type.TString;
401
+ surface: Type.TOptional<Type.TObject<{
402
+ contractId: Type.TString;
403
+ kind: Type.TUnion<[Type.TLiteral<"rpc">, Type.TLiteral<"operation">, Type.TLiteral<"event">, Type.TLiteral<"feed">]>;
404
+ name: Type.TString;
405
+ action: Type.TOptional<Type.TUnion<[Type.TLiteral<"call">, Type.TLiteral<"publish">, Type.TLiteral<"subscribe">, Type.TLiteral<"observe">, Type.TLiteral<"cancel">]>>;
406
+ }>>;
407
+ requiredCapabilities: Type.TArray<Type.TString>;
408
+ grantSource: Type.TUnion<[Type.TLiteral<"owned-surface">, Type.TLiteral<"used-surface">, Type.TLiteral<"resource-binding">, Type.TLiteral<"platform-service">, Type.TLiteral<"transfer">]>;
409
+ }>]>>;
339
410
  reconciledAt: Type.TUnion<[Type.TString, Type.TNull]>;
340
411
  error: Type.TOptional<Type.TString>;
341
412
  }>;
@@ -768,7 +839,28 @@ export declare const AuthDeploymentAuthorityGetResponseSchema: Type.TObject<{
768
839
  createdAt: Type.TString;
769
840
  updatedAt: Type.TString;
770
841
  }>>;
771
- grants: Type.TArray<Type.TUnsafe<Record<string, unknown>>>;
842
+ grants: Type.TArray<Type.TUnion<[Type.TObject<{
843
+ kind: Type.TLiteral<"capability">;
844
+ capability: Type.TString;
845
+ }>, Type.TObject<{
846
+ kind: Type.TLiteral<"surface">;
847
+ contractId: Type.TString;
848
+ surfaceKind: Type.TUnion<[Type.TLiteral<"rpc">, Type.TLiteral<"operation">, Type.TLiteral<"event">, Type.TLiteral<"feed">]>;
849
+ name: Type.TString;
850
+ action: Type.TOptional<Type.TUnion<[Type.TLiteral<"call">, Type.TLiteral<"publish">, Type.TLiteral<"subscribe">, Type.TLiteral<"observe">, Type.TLiteral<"cancel">]>>;
851
+ }>, Type.TObject<{
852
+ kind: Type.TLiteral<"nats">;
853
+ direction: Type.TUnion<[Type.TLiteral<"publish">, Type.TLiteral<"subscribe">]>;
854
+ subject: Type.TString;
855
+ surface: Type.TOptional<Type.TObject<{
856
+ contractId: Type.TString;
857
+ kind: Type.TUnion<[Type.TLiteral<"rpc">, Type.TLiteral<"operation">, Type.TLiteral<"event">, Type.TLiteral<"feed">]>;
858
+ name: Type.TString;
859
+ action: Type.TOptional<Type.TUnion<[Type.TLiteral<"call">, Type.TLiteral<"publish">, Type.TLiteral<"subscribe">, Type.TLiteral<"observe">, Type.TLiteral<"cancel">]>>;
860
+ }>>;
861
+ requiredCapabilities: Type.TArray<Type.TString>;
862
+ grantSource: Type.TUnion<[Type.TLiteral<"owned-surface">, Type.TLiteral<"used-surface">, Type.TLiteral<"resource-binding">, Type.TLiteral<"platform-service">, Type.TLiteral<"transfer">]>;
863
+ }>]>>;
772
864
  reconciledAt: Type.TUnion<[Type.TString, Type.TNull]>;
773
865
  error: Type.TOptional<Type.TString>;
774
866
  }>, Type.TNull]>;
@@ -1322,7 +1414,28 @@ export declare const AuthDeploymentAuthorityReconcileResponseSchema: Type.TObjec
1322
1414
  createdAt: Type.TString;
1323
1415
  updatedAt: Type.TString;
1324
1416
  }>>;
1325
- grants: Type.TArray<Type.TUnsafe<Record<string, unknown>>>;
1417
+ grants: Type.TArray<Type.TUnion<[Type.TObject<{
1418
+ kind: Type.TLiteral<"capability">;
1419
+ capability: Type.TString;
1420
+ }>, Type.TObject<{
1421
+ kind: Type.TLiteral<"surface">;
1422
+ contractId: Type.TString;
1423
+ surfaceKind: Type.TUnion<[Type.TLiteral<"rpc">, Type.TLiteral<"operation">, Type.TLiteral<"event">, Type.TLiteral<"feed">]>;
1424
+ name: Type.TString;
1425
+ action: Type.TOptional<Type.TUnion<[Type.TLiteral<"call">, Type.TLiteral<"publish">, Type.TLiteral<"subscribe">, Type.TLiteral<"observe">, Type.TLiteral<"cancel">]>>;
1426
+ }>, Type.TObject<{
1427
+ kind: Type.TLiteral<"nats">;
1428
+ direction: Type.TUnion<[Type.TLiteral<"publish">, Type.TLiteral<"subscribe">]>;
1429
+ subject: Type.TString;
1430
+ surface: Type.TOptional<Type.TObject<{
1431
+ contractId: Type.TString;
1432
+ kind: Type.TUnion<[Type.TLiteral<"rpc">, Type.TLiteral<"operation">, Type.TLiteral<"event">, Type.TLiteral<"feed">]>;
1433
+ name: Type.TString;
1434
+ action: Type.TOptional<Type.TUnion<[Type.TLiteral<"call">, Type.TLiteral<"publish">, Type.TLiteral<"subscribe">, Type.TLiteral<"observe">, Type.TLiteral<"cancel">]>>;
1435
+ }>>;
1436
+ requiredCapabilities: Type.TArray<Type.TString>;
1437
+ grantSource: Type.TUnion<[Type.TLiteral<"owned-surface">, Type.TLiteral<"used-surface">, Type.TLiteral<"resource-binding">, Type.TLiteral<"platform-service">, Type.TLiteral<"transfer">]>;
1438
+ }>]>>;
1326
1439
  reconciledAt: Type.TUnion<[Type.TString, Type.TNull]>;
1327
1440
  error: Type.TOptional<Type.TString>;
1328
1441
  }>;
@@ -3211,6 +3324,7 @@ export declare const AuthUsersAccountFlowCreateResponseSchema: Type.TObject<{
3211
3324
  expiresAt: Type.TString;
3212
3325
  }>;
3213
3326
  export declare const CapabilityDefinitionSchema: Type.TObject<{
3327
+ deploymentId: Type.TOptional<Type.TString>;
3214
3328
  key: Type.TString;
3215
3329
  displayName: Type.TString;
3216
3330
  description: Type.TString;
@@ -3219,6 +3333,7 @@ export declare const CapabilityDefinitionSchema: Type.TObject<{
3219
3333
  contractId: Type.TOptional<Type.TString>;
3220
3334
  contractDigest: Type.TOptional<Type.TString>;
3221
3335
  contractDisplayName: Type.TOptional<Type.TString>;
3336
+ direction: Type.TOptional<Type.TUnion<[Type.TLiteral<"creates">, Type.TLiteral<"given">]>>;
3222
3337
  }>;
3223
3338
  export declare const AuthCapabilitiesListSchema: Type.TObject<{
3224
3339
  offset: Type.TOptional<Type.TInteger>;
@@ -3226,6 +3341,7 @@ export declare const AuthCapabilitiesListSchema: Type.TObject<{
3226
3341
  }>;
3227
3342
  export declare const AuthCapabilitiesListResponseSchema: Type.TObject<{
3228
3343
  entries: Type.TArray<Type.TObject<{
3344
+ deploymentId: Type.TOptional<Type.TString>;
3229
3345
  key: Type.TString;
3230
3346
  displayName: Type.TString;
3231
3347
  description: Type.TString;
@@ -3234,6 +3350,7 @@ export declare const AuthCapabilitiesListResponseSchema: Type.TObject<{
3234
3350
  contractId: Type.TOptional<Type.TString>;
3235
3351
  contractDigest: Type.TOptional<Type.TString>;
3236
3352
  contractDisplayName: Type.TOptional<Type.TString>;
3353
+ direction: Type.TOptional<Type.TUnion<[Type.TLiteral<"creates">, Type.TLiteral<"given">]>>;
3237
3354
  }>>;
3238
3355
  count: Type.TInteger;
3239
3356
  offset: Type.TInteger;
@@ -1 +1 @@
1
- {"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../src/auth/protocol.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../src/auth/protocol.ts"],"names":[],"mappings":"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"}
@@ -122,6 +122,10 @@ export const DeploymentAuthoritySurfaceSchema = Type.Object({
122
122
  export const DeploymentAuthorityCapabilitySchema = Type.String({
123
123
  minLength: 1,
124
124
  });
125
+ export const DeploymentAuthorityCapabilityDirectionSchema = Type.Union([
126
+ Type.Literal("creates"),
127
+ Type.Literal("given"),
128
+ ]);
125
129
  export const DeploymentAuthorityResourceSchema = Type.Object({
126
130
  kind: DeploymentAuthorityResourceKindSchema,
127
131
  alias: Type.String({ minLength: 1 }),
@@ -183,6 +187,42 @@ export const DeploymentResourceBindingSchema = Type.Object({
183
187
  createdAt: IsoDateStringSchema,
184
188
  updatedAt: IsoDateStringSchema,
185
189
  });
190
+ export const MaterializedAuthoritySurfaceGrantSchema = Type.Object({
191
+ kind: Type.Literal("surface"),
192
+ contractId: Type.String({ minLength: 1 }),
193
+ surfaceKind: DeploymentAuthoritySurfaceKindSchema,
194
+ name: Type.String({ minLength: 1 }),
195
+ action: Type.Optional(DeploymentAuthoritySurfaceActionSchema),
196
+ });
197
+ export const MaterializedAuthorityCapabilityGrantSchema = Type.Object({
198
+ kind: Type.Literal("capability"),
199
+ capability: DeploymentAuthorityCapabilitySchema,
200
+ });
201
+ export const MaterializedAuthorityNatsGrantSourceSchema = Type.Union([
202
+ Type.Literal("owned-surface"),
203
+ Type.Literal("used-surface"),
204
+ Type.Literal("resource-binding"),
205
+ Type.Literal("platform-service"),
206
+ Type.Literal("transfer"),
207
+ ]);
208
+ export const MaterializedAuthorityNatsGrantSchema = Type.Object({
209
+ kind: Type.Literal("nats"),
210
+ direction: Type.Union([Type.Literal("publish"), Type.Literal("subscribe")]),
211
+ subject: Type.String({ minLength: 1 }),
212
+ surface: Type.Optional(Type.Object({
213
+ contractId: Type.String({ minLength: 1 }),
214
+ kind: DeploymentAuthoritySurfaceKindSchema,
215
+ name: Type.String({ minLength: 1 }),
216
+ action: Type.Optional(DeploymentAuthoritySurfaceActionSchema),
217
+ })),
218
+ requiredCapabilities: Type.Array(Type.String({ minLength: 1 })),
219
+ grantSource: MaterializedAuthorityNatsGrantSourceSchema,
220
+ });
221
+ export const MaterializedAuthorityGrantSchema = Type.Union([
222
+ MaterializedAuthorityCapabilityGrantSchema,
223
+ MaterializedAuthoritySurfaceGrantSchema,
224
+ MaterializedAuthorityNatsGrantSchema,
225
+ ]);
186
226
  export const DeploymentAuthorityMaterializationSchema = Type.Object({
187
227
  deploymentId: Type.String({ minLength: 1 }),
188
228
  desiredVersion: Type.String({ minLength: 1 }),
@@ -192,7 +232,7 @@ export const DeploymentAuthorityMaterializationSchema = Type.Object({
192
232
  Type.Literal("failed"),
193
233
  ]),
194
234
  resourceBindings: Type.Array(DeploymentResourceBindingSchema),
195
- grants: Type.Array(OpenObjectSchema),
235
+ grants: Type.Array(MaterializedAuthorityGrantSchema),
196
236
  reconciledAt: Type.Union([IsoDateStringSchema, Type.Null()]),
197
237
  error: Type.Optional(Type.String({ minLength: 1 })),
198
238
  });
@@ -1247,6 +1287,7 @@ export const AuthUsersAccountFlowCreateResponseSchema = Type.Object({
1247
1287
  expiresAt: IsoDateStringSchema,
1248
1288
  });
1249
1289
  export const CapabilityDefinitionSchema = Type.Object({
1290
+ deploymentId: Type.Optional(Type.String({ minLength: 1 })),
1250
1291
  key: Type.String({ minLength: 1 }),
1251
1292
  displayName: Type.String({ minLength: 1 }),
1252
1293
  description: Type.String({ minLength: 1 }),
@@ -1255,6 +1296,7 @@ export const CapabilityDefinitionSchema = Type.Object({
1255
1296
  contractId: Type.Optional(Type.String({ minLength: 1 })),
1256
1297
  contractDigest: Type.Optional(DigestSchema),
1257
1298
  contractDisplayName: Type.Optional(Type.String({ minLength: 1 })),
1299
+ direction: Type.Optional(DeploymentAuthorityCapabilityDirectionSchema),
1258
1300
  });
1259
1301
  export const AuthCapabilitiesListSchema = Type.Object({
1260
1302
  offset: Type.Optional(Type.Integer({ minimum: 0 })),
@@ -1,14 +1,28 @@
1
- import type { AcceptedOperation, AsyncResult, BaseError, EventOpts, HandlerTrellis, MaybeAsync, OperationInputBuilder, OperationObserverCallbacks, OperationRef, OperationRefData, OperationRuntimeHandle, PreparedTrellisEvent, ReceiveTransferGrant, ReceiveTransferHandle, RequestOpts, Result, RpcHandlerContext, SendTransferGrant, SendTransferHandle, TerminalOperation, TrellisConnection, UnexpectedError, ValidationError } from "@qlever-llc/trellis";
1
+ import type { AcceptedOperation, AsyncResult, BaseError, EventListenerContext, EventOpts, HandlerTrellis, MaybeAsync, OperationInputBuilder, OperationObserverCallbacks, OperationRef, OperationRefData, OperationRuntimeHandle, PreparedTrellisEvent, ReceiveTransferGrant, ReceiveTransferHandle, RequestOpts, Result, RpcHandlerContext, SendTransferGrant, SendTransferHandle, TerminalOperation, TrellisConnection, UnexpectedError, ValidationError } from "@qlever-llc/trellis";
2
2
  import type { API, Api } from "./api.js";
3
3
  import type * as Types from "./types.js";
4
+ type WithDeps<TDeps> = [TDeps] extends [undefined] ? {} : {
5
+ deps: TDeps;
6
+ };
4
7
  type EventCallback<TMessage> = {
5
- bivarianceHack(message: TMessage): MaybeAsync<void, BaseError>;
8
+ bivarianceHack(message: TMessage, context: EventListenerContext): MaybeAsync<void, BaseError>;
6
9
  }["bivarianceHack"];
7
- type RpcHandler<TInput, TOutput> = (args: {
10
+ type ServiceEventHandler<TEvent, TDeps = undefined> = (args: {
11
+ event: TEvent;
12
+ context: EventListenerContext;
13
+ client: HandlerClient;
14
+ } & WithDeps<TDeps>) => MaybeAsync<void, BaseError>;
15
+ type RpcHandler<TInput, TOutput, TDeps = undefined> = (args: {
8
16
  input: TInput;
9
17
  context: RpcHandlerContext;
10
18
  client: HandlerClient;
11
- }) => MaybeAsync<TOutput, BaseError>;
19
+ } & WithDeps<TDeps>) => MaybeAsync<TOutput, BaseError>;
20
+ type OperationHandler<TInput, TProgress, TOutput, TTransfer, TDeps = undefined> = (context: {
21
+ input: TInput;
22
+ op: OperationRuntimeHandle<TProgress, TOutput>;
23
+ caller: unknown;
24
+ client: HandlerClient;
25
+ } & TTransfer & WithDeps<TDeps>) => unknown | Promise<unknown>;
12
26
  export type TrellisAuthState = {};
13
27
  type AuthDeviceUserAuthoritiesResolveOperationDesc = typeof API.owned.operations["Auth.DeviceUserAuthorities.Resolve"];
14
28
  export type AuthDeviceUserAuthoritiesResolveOperationRef = OperationRef<AuthDeviceUserAuthoritiesResolveOperationDesc, Types.AuthDeviceUserAuthoritiesResolveProgress, Types.AuthDeviceUserAuthoritiesResolveOutput>;
@@ -149,87 +163,134 @@ export interface TrellisAuthClient {
149
163
  };
150
164
  wait(): AsyncResult<void, BaseError>;
151
165
  }
152
- export interface Service extends Client {
166
+ export interface Service extends TrellisAuthClient {
153
167
  readonly handle: ServiceHandle;
168
+ with<TDeps>(deps: TDeps): ServiceWithDeps<TDeps>;
169
+ }
170
+ export type ServiceWithDeps<TDeps> = Omit<TrellisAuthClient, "event"> & {
171
+ readonly event: ServiceEventSurface<TDeps>;
172
+ readonly handle: ServiceHandle<TDeps>;
173
+ with<TNextDeps>(deps: TNextDeps): ServiceWithDeps<TNextDeps>;
174
+ };
175
+ export interface ServiceEventSurface<TDeps> {
176
+ readonly auth: {
177
+ connectionsClosed: {
178
+ publish(event: Omit<Types.AuthConnectionsClosedEvent, "header">): AsyncResult<void, ValidationError | UnexpectedError>;
179
+ prepare(event: Omit<Types.AuthConnectionsClosedEvent, "header">): Result<PreparedTrellisEvent<Omit<Types.AuthConnectionsClosedEvent, "header">>, ValidationError | UnexpectedError>;
180
+ listen(handler: ServiceEventHandler<Types.AuthConnectionsClosedEvent, TDeps>, subjectData?: Record<string, unknown>, opts?: EventOpts): AsyncResult<void, ValidationError | UnexpectedError>;
181
+ };
182
+ connectionsKicked: {
183
+ publish(event: Omit<Types.AuthConnectionsKickedEvent, "header">): AsyncResult<void, ValidationError | UnexpectedError>;
184
+ prepare(event: Omit<Types.AuthConnectionsKickedEvent, "header">): Result<PreparedTrellisEvent<Omit<Types.AuthConnectionsKickedEvent, "header">>, ValidationError | UnexpectedError>;
185
+ listen(handler: ServiceEventHandler<Types.AuthConnectionsKickedEvent, TDeps>, subjectData?: Record<string, unknown>, opts?: EventOpts): AsyncResult<void, ValidationError | UnexpectedError>;
186
+ };
187
+ connectionsOpened: {
188
+ publish(event: Omit<Types.AuthConnectionsOpenedEvent, "header">): AsyncResult<void, ValidationError | UnexpectedError>;
189
+ prepare(event: Omit<Types.AuthConnectionsOpenedEvent, "header">): Result<PreparedTrellisEvent<Omit<Types.AuthConnectionsOpenedEvent, "header">>, ValidationError | UnexpectedError>;
190
+ listen(handler: ServiceEventHandler<Types.AuthConnectionsOpenedEvent, TDeps>, subjectData?: Record<string, unknown>, opts?: EventOpts): AsyncResult<void, ValidationError | UnexpectedError>;
191
+ };
192
+ deviceUserAuthoritiesApproved: {
193
+ publish(event: Omit<Types.AuthDeviceUserAuthoritiesApprovedEvent, "header">): AsyncResult<void, ValidationError | UnexpectedError>;
194
+ prepare(event: Omit<Types.AuthDeviceUserAuthoritiesApprovedEvent, "header">): Result<PreparedTrellisEvent<Omit<Types.AuthDeviceUserAuthoritiesApprovedEvent, "header">>, ValidationError | UnexpectedError>;
195
+ listen(handler: ServiceEventHandler<Types.AuthDeviceUserAuthoritiesApprovedEvent, TDeps>, subjectData?: Record<string, unknown>, opts?: EventOpts): AsyncResult<void, ValidationError | UnexpectedError>;
196
+ };
197
+ deviceUserAuthoritiesRequested: {
198
+ publish(event: Omit<Types.AuthDeviceUserAuthoritiesRequestedEvent, "header">): AsyncResult<void, ValidationError | UnexpectedError>;
199
+ prepare(event: Omit<Types.AuthDeviceUserAuthoritiesRequestedEvent, "header">): Result<PreparedTrellisEvent<Omit<Types.AuthDeviceUserAuthoritiesRequestedEvent, "header">>, ValidationError | UnexpectedError>;
200
+ listen(handler: ServiceEventHandler<Types.AuthDeviceUserAuthoritiesRequestedEvent, TDeps>, subjectData?: Record<string, unknown>, opts?: EventOpts): AsyncResult<void, ValidationError | UnexpectedError>;
201
+ };
202
+ deviceUserAuthoritiesResolved: {
203
+ publish(event: Omit<Types.AuthDeviceUserAuthoritiesResolvedEvent, "header">): AsyncResult<void, ValidationError | UnexpectedError>;
204
+ prepare(event: Omit<Types.AuthDeviceUserAuthoritiesResolvedEvent, "header">): Result<PreparedTrellisEvent<Omit<Types.AuthDeviceUserAuthoritiesResolvedEvent, "header">>, ValidationError | UnexpectedError>;
205
+ listen(handler: ServiceEventHandler<Types.AuthDeviceUserAuthoritiesResolvedEvent, TDeps>, subjectData?: Record<string, unknown>, opts?: EventOpts): AsyncResult<void, ValidationError | UnexpectedError>;
206
+ };
207
+ deviceUserAuthoritiesReviewRequested: {
208
+ publish(event: Omit<Types.AuthDeviceUserAuthoritiesReviewRequestedEvent, "header">): AsyncResult<void, ValidationError | UnexpectedError>;
209
+ prepare(event: Omit<Types.AuthDeviceUserAuthoritiesReviewRequestedEvent, "header">): Result<PreparedTrellisEvent<Omit<Types.AuthDeviceUserAuthoritiesReviewRequestedEvent, "header">>, ValidationError | UnexpectedError>;
210
+ listen(handler: ServiceEventHandler<Types.AuthDeviceUserAuthoritiesReviewRequestedEvent, TDeps>, subjectData?: Record<string, unknown>, opts?: EventOpts): AsyncResult<void, ValidationError | UnexpectedError>;
211
+ };
212
+ sessionsRevoked: {
213
+ publish(event: Omit<Types.AuthSessionsRevokedEvent, "header">): AsyncResult<void, ValidationError | UnexpectedError>;
214
+ prepare(event: Omit<Types.AuthSessionsRevokedEvent, "header">): Result<PreparedTrellisEvent<Omit<Types.AuthSessionsRevokedEvent, "header">>, ValidationError | UnexpectedError>;
215
+ listen(handler: ServiceEventHandler<Types.AuthSessionsRevokedEvent, TDeps>, subjectData?: Record<string, unknown>, opts?: EventOpts): AsyncResult<void, ValidationError | UnexpectedError>;
216
+ };
217
+ };
154
218
  }
155
- export interface ServiceHandle {
219
+ export interface ServiceHandle<TDeps = undefined> {
156
220
  readonly rpc: {
157
221
  readonly auth: {
158
- capabilitiesList(handler: RpcHandler<Types.AuthCapabilitiesListInput, Types.AuthCapabilitiesListOutput>): Promise<void>;
159
- capabilityGroupsDelete(handler: RpcHandler<Types.AuthCapabilityGroupsDeleteInput, Types.AuthCapabilityGroupsDeleteOutput>): Promise<void>;
160
- capabilityGroupsGet(handler: RpcHandler<Types.AuthCapabilityGroupsGetInput, Types.AuthCapabilityGroupsGetOutput>): Promise<void>;
161
- capabilityGroupsList(handler: RpcHandler<Types.AuthCapabilityGroupsListInput, Types.AuthCapabilityGroupsListOutput>): Promise<void>;
162
- capabilityGroupsPut(handler: RpcHandler<Types.AuthCapabilityGroupsPutInput, Types.AuthCapabilityGroupsPutOutput>): Promise<void>;
163
- catalogIssuesResolve(handler: RpcHandler<Types.AuthCatalogIssuesResolveInput, Types.AuthCatalogIssuesResolveOutput>): Promise<void>;
164
- connectionsKick(handler: RpcHandler<Types.AuthConnectionsKickInput, Types.AuthConnectionsKickOutput>): Promise<void>;
165
- connectionsList(handler: RpcHandler<Types.AuthConnectionsListInput, Types.AuthConnectionsListOutput>): Promise<void>;
166
- deploymentAuthorityAcceptMigration(handler: RpcHandler<Types.AuthDeploymentAuthorityAcceptMigrationInput, Types.AuthDeploymentAuthorityAcceptMigrationOutput>): Promise<void>;
167
- deploymentAuthorityAcceptUpdate(handler: RpcHandler<Types.AuthDeploymentAuthorityAcceptUpdateInput, Types.AuthDeploymentAuthorityAcceptUpdateOutput>): Promise<void>;
168
- deploymentAuthorityGet(handler: RpcHandler<Types.AuthDeploymentAuthorityGetInput, Types.AuthDeploymentAuthorityGetOutput>): Promise<void>;
169
- deploymentAuthorityGrantOverridesList(handler: RpcHandler<Types.AuthDeploymentAuthorityGrantOverridesListInput, Types.AuthDeploymentAuthorityGrantOverridesListOutput>): Promise<void>;
170
- deploymentAuthorityGrantOverridesPut(handler: RpcHandler<Types.AuthDeploymentAuthorityGrantOverridesPutInput, Types.AuthDeploymentAuthorityGrantOverridesPutOutput>): Promise<void>;
171
- deploymentAuthorityGrantOverridesRemove(handler: RpcHandler<Types.AuthDeploymentAuthorityGrantOverridesRemoveInput, Types.AuthDeploymentAuthorityGrantOverridesRemoveOutput>): Promise<void>;
172
- deploymentAuthorityList(handler: RpcHandler<Types.AuthDeploymentAuthorityListInput, Types.AuthDeploymentAuthorityListOutput>): Promise<void>;
173
- deploymentAuthorityPlan(handler: RpcHandler<Types.AuthDeploymentAuthorityPlanInput, Types.AuthDeploymentAuthorityPlanOutput>): Promise<void>;
174
- deploymentAuthorityPlansGet(handler: RpcHandler<Types.AuthDeploymentAuthorityPlansGetInput, Types.AuthDeploymentAuthorityPlansGetOutput>): Promise<void>;
175
- deploymentAuthorityPlansList(handler: RpcHandler<Types.AuthDeploymentAuthorityPlansListInput, Types.AuthDeploymentAuthorityPlansListOutput>): Promise<void>;
176
- deploymentAuthorityReconcile(handler: RpcHandler<Types.AuthDeploymentAuthorityReconcileInput, Types.AuthDeploymentAuthorityReconcileOutput>): Promise<void>;
177
- deploymentAuthorityReject(handler: RpcHandler<Types.AuthDeploymentAuthorityRejectInput, Types.AuthDeploymentAuthorityRejectOutput>): Promise<void>;
178
- deploymentsCreate(handler: RpcHandler<Types.AuthDeploymentsCreateInput, Types.AuthDeploymentsCreateOutput>): Promise<void>;
179
- deploymentsDisable(handler: RpcHandler<Types.AuthDeploymentsDisableInput, Types.AuthDeploymentsDisableOutput>): Promise<void>;
180
- deploymentsEnable(handler: RpcHandler<Types.AuthDeploymentsEnableInput, Types.AuthDeploymentsEnableOutput>): Promise<void>;
181
- deploymentsList(handler: RpcHandler<Types.AuthDeploymentsListInput, Types.AuthDeploymentsListOutput>): Promise<void>;
182
- deploymentsRemove(handler: RpcHandler<Types.AuthDeploymentsRemoveInput, Types.AuthDeploymentsRemoveOutput>): Promise<void>;
183
- deviceUserAuthoritiesList(handler: RpcHandler<Types.AuthDeviceUserAuthoritiesListInput, Types.AuthDeviceUserAuthoritiesListOutput>): Promise<void>;
184
- deviceUserAuthoritiesReviewsDecide(handler: RpcHandler<Types.AuthDeviceUserAuthoritiesReviewsDecideInput, Types.AuthDeviceUserAuthoritiesReviewsDecideOutput>): Promise<void>;
185
- deviceUserAuthoritiesReviewsList(handler: RpcHandler<Types.AuthDeviceUserAuthoritiesReviewsListInput, Types.AuthDeviceUserAuthoritiesReviewsListOutput>): Promise<void>;
186
- deviceUserAuthoritiesRevoke(handler: RpcHandler<Types.AuthDeviceUserAuthoritiesRevokeInput, Types.AuthDeviceUserAuthoritiesRevokeOutput>): Promise<void>;
187
- devicesConnectInfoGet(handler: RpcHandler<Types.AuthDevicesConnectInfoGetInput, Types.AuthDevicesConnectInfoGetOutput>): Promise<void>;
188
- devicesDisable(handler: RpcHandler<Types.AuthDevicesDisableInput, Types.AuthDevicesDisableOutput>): Promise<void>;
189
- devicesEnable(handler: RpcHandler<Types.AuthDevicesEnableInput, Types.AuthDevicesEnableOutput>): Promise<void>;
190
- devicesList(handler: RpcHandler<Types.AuthDevicesListInput, Types.AuthDevicesListOutput>): Promise<void>;
191
- devicesProvision(handler: RpcHandler<Types.AuthDevicesProvisionInput, Types.AuthDevicesProvisionOutput>): Promise<void>;
192
- devicesRemove(handler: RpcHandler<Types.AuthDevicesRemoveInput, Types.AuthDevicesRemoveOutput>): Promise<void>;
193
- health(handler: RpcHandler<Types.AuthHealthInput, Types.AuthHealthOutput>): Promise<void>;
194
- identitiesList(handler: RpcHandler<Types.AuthIdentitiesListInput, Types.AuthIdentitiesListOutput>): Promise<void>;
195
- identityGrantsList(handler: RpcHandler<Types.AuthIdentityGrantsListInput, Types.AuthIdentityGrantsListOutput>): Promise<void>;
196
- identityGrantsRevoke(handler: RpcHandler<Types.AuthIdentityGrantsRevokeInput, Types.AuthIdentityGrantsRevokeOutput>): Promise<void>;
197
- portalsGet(handler: RpcHandler<Types.AuthPortalsGetInput, Types.AuthPortalsGetOutput>): Promise<void>;
198
- portalsList(handler: RpcHandler<Types.AuthPortalsListInput, Types.AuthPortalsListOutput>): Promise<void>;
199
- portalsLoginSettingsGet(handler: RpcHandler<Types.AuthPortalsLoginSettingsGetInput, Types.AuthPortalsLoginSettingsGetOutput>): Promise<void>;
200
- portalsLoginSettingsUpdate(handler: RpcHandler<Types.AuthPortalsLoginSettingsUpdateInput, Types.AuthPortalsLoginSettingsUpdateOutput>): Promise<void>;
201
- portalsPut(handler: RpcHandler<Types.AuthPortalsPutInput, Types.AuthPortalsPutOutput>): Promise<void>;
202
- portalsRemove(handler: RpcHandler<Types.AuthPortalsRemoveInput, Types.AuthPortalsRemoveOutput>): Promise<void>;
203
- portalsRoutesPut(handler: RpcHandler<Types.AuthPortalsRoutesPutInput, Types.AuthPortalsRoutesPutOutput>): Promise<void>;
204
- portalsRoutesRemove(handler: RpcHandler<Types.AuthPortalsRoutesRemoveInput, Types.AuthPortalsRoutesRemoveOutput>): Promise<void>;
205
- requestsValidate(handler: RpcHandler<Types.AuthRequestsValidateInput, Types.AuthRequestsValidateOutput>): Promise<void>;
206
- serviceInstancesDisable(handler: RpcHandler<Types.AuthServiceInstancesDisableInput, Types.AuthServiceInstancesDisableOutput>): Promise<void>;
207
- serviceInstancesEnable(handler: RpcHandler<Types.AuthServiceInstancesEnableInput, Types.AuthServiceInstancesEnableOutput>): Promise<void>;
208
- serviceInstancesList(handler: RpcHandler<Types.AuthServiceInstancesListInput, Types.AuthServiceInstancesListOutput>): Promise<void>;
209
- serviceInstancesProvision(handler: RpcHandler<Types.AuthServiceInstancesProvisionInput, Types.AuthServiceInstancesProvisionOutput>): Promise<void>;
210
- serviceInstancesRemove(handler: RpcHandler<Types.AuthServiceInstancesRemoveInput, Types.AuthServiceInstancesRemoveOutput>): Promise<void>;
211
- sessionsList(handler: RpcHandler<Types.AuthSessionsListInput, Types.AuthSessionsListOutput>): Promise<void>;
212
- sessionsLogout(handler: RpcHandler<Types.AuthSessionsLogoutInput, Types.AuthSessionsLogoutOutput>): Promise<void>;
213
- sessionsMe(handler: RpcHandler<Types.AuthSessionsMeInput, Types.AuthSessionsMeOutput>): Promise<void>;
214
- sessionsRevoke(handler: RpcHandler<Types.AuthSessionsRevokeInput, Types.AuthSessionsRevokeOutput>): Promise<void>;
215
- userIdentitiesList(handler: RpcHandler<Types.AuthUserIdentitiesListInput, Types.AuthUserIdentitiesListOutput>): Promise<void>;
216
- userIdentitiesUnlink(handler: RpcHandler<Types.AuthUserIdentitiesUnlinkInput, Types.AuthUserIdentitiesUnlinkOutput>): Promise<void>;
217
- usersCreate(handler: RpcHandler<Types.AuthUsersCreateInput, Types.AuthUsersCreateOutput>): Promise<void>;
218
- usersGet(handler: RpcHandler<Types.AuthUsersGetInput, Types.AuthUsersGetOutput>): Promise<void>;
219
- usersIdentityLinkCreate(handler: RpcHandler<Types.AuthUsersIdentityLinkCreateInput, Types.AuthUsersIdentityLinkCreateOutput>): Promise<void>;
220
- usersList(handler: RpcHandler<Types.AuthUsersListInput, Types.AuthUsersListOutput>): Promise<void>;
221
- usersPasswordChange(handler: RpcHandler<Types.AuthUsersPasswordChangeInput, Types.AuthUsersPasswordChangeOutput>): Promise<void>;
222
- usersPasswordResetCreate(handler: RpcHandler<Types.AuthUsersPasswordResetCreateInput, Types.AuthUsersPasswordResetCreateOutput>): Promise<void>;
223
- usersUpdate(handler: RpcHandler<Types.AuthUsersUpdateInput, Types.AuthUsersUpdateOutput>): Promise<void>;
222
+ capabilitiesList(handler: RpcHandler<Types.AuthCapabilitiesListInput, Types.AuthCapabilitiesListOutput, TDeps>): Promise<void>;
223
+ capabilityGroupsDelete(handler: RpcHandler<Types.AuthCapabilityGroupsDeleteInput, Types.AuthCapabilityGroupsDeleteOutput, TDeps>): Promise<void>;
224
+ capabilityGroupsGet(handler: RpcHandler<Types.AuthCapabilityGroupsGetInput, Types.AuthCapabilityGroupsGetOutput, TDeps>): Promise<void>;
225
+ capabilityGroupsList(handler: RpcHandler<Types.AuthCapabilityGroupsListInput, Types.AuthCapabilityGroupsListOutput, TDeps>): Promise<void>;
226
+ capabilityGroupsPut(handler: RpcHandler<Types.AuthCapabilityGroupsPutInput, Types.AuthCapabilityGroupsPutOutput, TDeps>): Promise<void>;
227
+ catalogIssuesResolve(handler: RpcHandler<Types.AuthCatalogIssuesResolveInput, Types.AuthCatalogIssuesResolveOutput, TDeps>): Promise<void>;
228
+ connectionsKick(handler: RpcHandler<Types.AuthConnectionsKickInput, Types.AuthConnectionsKickOutput, TDeps>): Promise<void>;
229
+ connectionsList(handler: RpcHandler<Types.AuthConnectionsListInput, Types.AuthConnectionsListOutput, TDeps>): Promise<void>;
230
+ deploymentAuthorityAcceptMigration(handler: RpcHandler<Types.AuthDeploymentAuthorityAcceptMigrationInput, Types.AuthDeploymentAuthorityAcceptMigrationOutput, TDeps>): Promise<void>;
231
+ deploymentAuthorityAcceptUpdate(handler: RpcHandler<Types.AuthDeploymentAuthorityAcceptUpdateInput, Types.AuthDeploymentAuthorityAcceptUpdateOutput, TDeps>): Promise<void>;
232
+ deploymentAuthorityGet(handler: RpcHandler<Types.AuthDeploymentAuthorityGetInput, Types.AuthDeploymentAuthorityGetOutput, TDeps>): Promise<void>;
233
+ deploymentAuthorityGrantOverridesList(handler: RpcHandler<Types.AuthDeploymentAuthorityGrantOverridesListInput, Types.AuthDeploymentAuthorityGrantOverridesListOutput, TDeps>): Promise<void>;
234
+ deploymentAuthorityGrantOverridesPut(handler: RpcHandler<Types.AuthDeploymentAuthorityGrantOverridesPutInput, Types.AuthDeploymentAuthorityGrantOverridesPutOutput, TDeps>): Promise<void>;
235
+ deploymentAuthorityGrantOverridesRemove(handler: RpcHandler<Types.AuthDeploymentAuthorityGrantOverridesRemoveInput, Types.AuthDeploymentAuthorityGrantOverridesRemoveOutput, TDeps>): Promise<void>;
236
+ deploymentAuthorityList(handler: RpcHandler<Types.AuthDeploymentAuthorityListInput, Types.AuthDeploymentAuthorityListOutput, TDeps>): Promise<void>;
237
+ deploymentAuthorityPlan(handler: RpcHandler<Types.AuthDeploymentAuthorityPlanInput, Types.AuthDeploymentAuthorityPlanOutput, TDeps>): Promise<void>;
238
+ deploymentAuthorityPlansGet(handler: RpcHandler<Types.AuthDeploymentAuthorityPlansGetInput, Types.AuthDeploymentAuthorityPlansGetOutput, TDeps>): Promise<void>;
239
+ deploymentAuthorityPlansList(handler: RpcHandler<Types.AuthDeploymentAuthorityPlansListInput, Types.AuthDeploymentAuthorityPlansListOutput, TDeps>): Promise<void>;
240
+ deploymentAuthorityReconcile(handler: RpcHandler<Types.AuthDeploymentAuthorityReconcileInput, Types.AuthDeploymentAuthorityReconcileOutput, TDeps>): Promise<void>;
241
+ deploymentAuthorityReject(handler: RpcHandler<Types.AuthDeploymentAuthorityRejectInput, Types.AuthDeploymentAuthorityRejectOutput, TDeps>): Promise<void>;
242
+ deploymentsCreate(handler: RpcHandler<Types.AuthDeploymentsCreateInput, Types.AuthDeploymentsCreateOutput, TDeps>): Promise<void>;
243
+ deploymentsDisable(handler: RpcHandler<Types.AuthDeploymentsDisableInput, Types.AuthDeploymentsDisableOutput, TDeps>): Promise<void>;
244
+ deploymentsEnable(handler: RpcHandler<Types.AuthDeploymentsEnableInput, Types.AuthDeploymentsEnableOutput, TDeps>): Promise<void>;
245
+ deploymentsList(handler: RpcHandler<Types.AuthDeploymentsListInput, Types.AuthDeploymentsListOutput, TDeps>): Promise<void>;
246
+ deploymentsRemove(handler: RpcHandler<Types.AuthDeploymentsRemoveInput, Types.AuthDeploymentsRemoveOutput, TDeps>): Promise<void>;
247
+ deviceUserAuthoritiesList(handler: RpcHandler<Types.AuthDeviceUserAuthoritiesListInput, Types.AuthDeviceUserAuthoritiesListOutput, TDeps>): Promise<void>;
248
+ deviceUserAuthoritiesReviewsDecide(handler: RpcHandler<Types.AuthDeviceUserAuthoritiesReviewsDecideInput, Types.AuthDeviceUserAuthoritiesReviewsDecideOutput, TDeps>): Promise<void>;
249
+ deviceUserAuthoritiesReviewsList(handler: RpcHandler<Types.AuthDeviceUserAuthoritiesReviewsListInput, Types.AuthDeviceUserAuthoritiesReviewsListOutput, TDeps>): Promise<void>;
250
+ deviceUserAuthoritiesRevoke(handler: RpcHandler<Types.AuthDeviceUserAuthoritiesRevokeInput, Types.AuthDeviceUserAuthoritiesRevokeOutput, TDeps>): Promise<void>;
251
+ devicesConnectInfoGet(handler: RpcHandler<Types.AuthDevicesConnectInfoGetInput, Types.AuthDevicesConnectInfoGetOutput, TDeps>): Promise<void>;
252
+ devicesDisable(handler: RpcHandler<Types.AuthDevicesDisableInput, Types.AuthDevicesDisableOutput, TDeps>): Promise<void>;
253
+ devicesEnable(handler: RpcHandler<Types.AuthDevicesEnableInput, Types.AuthDevicesEnableOutput, TDeps>): Promise<void>;
254
+ devicesList(handler: RpcHandler<Types.AuthDevicesListInput, Types.AuthDevicesListOutput, TDeps>): Promise<void>;
255
+ devicesProvision(handler: RpcHandler<Types.AuthDevicesProvisionInput, Types.AuthDevicesProvisionOutput, TDeps>): Promise<void>;
256
+ devicesRemove(handler: RpcHandler<Types.AuthDevicesRemoveInput, Types.AuthDevicesRemoveOutput, TDeps>): Promise<void>;
257
+ health(handler: RpcHandler<Types.AuthHealthInput, Types.AuthHealthOutput, TDeps>): Promise<void>;
258
+ identitiesList(handler: RpcHandler<Types.AuthIdentitiesListInput, Types.AuthIdentitiesListOutput, TDeps>): Promise<void>;
259
+ identityGrantsList(handler: RpcHandler<Types.AuthIdentityGrantsListInput, Types.AuthIdentityGrantsListOutput, TDeps>): Promise<void>;
260
+ identityGrantsRevoke(handler: RpcHandler<Types.AuthIdentityGrantsRevokeInput, Types.AuthIdentityGrantsRevokeOutput, TDeps>): Promise<void>;
261
+ portalsGet(handler: RpcHandler<Types.AuthPortalsGetInput, Types.AuthPortalsGetOutput, TDeps>): Promise<void>;
262
+ portalsList(handler: RpcHandler<Types.AuthPortalsListInput, Types.AuthPortalsListOutput, TDeps>): Promise<void>;
263
+ portalsLoginSettingsGet(handler: RpcHandler<Types.AuthPortalsLoginSettingsGetInput, Types.AuthPortalsLoginSettingsGetOutput, TDeps>): Promise<void>;
264
+ portalsLoginSettingsUpdate(handler: RpcHandler<Types.AuthPortalsLoginSettingsUpdateInput, Types.AuthPortalsLoginSettingsUpdateOutput, TDeps>): Promise<void>;
265
+ portalsPut(handler: RpcHandler<Types.AuthPortalsPutInput, Types.AuthPortalsPutOutput, TDeps>): Promise<void>;
266
+ portalsRemove(handler: RpcHandler<Types.AuthPortalsRemoveInput, Types.AuthPortalsRemoveOutput, TDeps>): Promise<void>;
267
+ portalsRoutesPut(handler: RpcHandler<Types.AuthPortalsRoutesPutInput, Types.AuthPortalsRoutesPutOutput, TDeps>): Promise<void>;
268
+ portalsRoutesRemove(handler: RpcHandler<Types.AuthPortalsRoutesRemoveInput, Types.AuthPortalsRoutesRemoveOutput, TDeps>): Promise<void>;
269
+ requestsValidate(handler: RpcHandler<Types.AuthRequestsValidateInput, Types.AuthRequestsValidateOutput, TDeps>): Promise<void>;
270
+ serviceInstancesDisable(handler: RpcHandler<Types.AuthServiceInstancesDisableInput, Types.AuthServiceInstancesDisableOutput, TDeps>): Promise<void>;
271
+ serviceInstancesEnable(handler: RpcHandler<Types.AuthServiceInstancesEnableInput, Types.AuthServiceInstancesEnableOutput, TDeps>): Promise<void>;
272
+ serviceInstancesList(handler: RpcHandler<Types.AuthServiceInstancesListInput, Types.AuthServiceInstancesListOutput, TDeps>): Promise<void>;
273
+ serviceInstancesProvision(handler: RpcHandler<Types.AuthServiceInstancesProvisionInput, Types.AuthServiceInstancesProvisionOutput, TDeps>): Promise<void>;
274
+ serviceInstancesRemove(handler: RpcHandler<Types.AuthServiceInstancesRemoveInput, Types.AuthServiceInstancesRemoveOutput, TDeps>): Promise<void>;
275
+ sessionsList(handler: RpcHandler<Types.AuthSessionsListInput, Types.AuthSessionsListOutput, TDeps>): Promise<void>;
276
+ sessionsLogout(handler: RpcHandler<Types.AuthSessionsLogoutInput, Types.AuthSessionsLogoutOutput, TDeps>): Promise<void>;
277
+ sessionsMe(handler: RpcHandler<Types.AuthSessionsMeInput, Types.AuthSessionsMeOutput, TDeps>): Promise<void>;
278
+ sessionsRevoke(handler: RpcHandler<Types.AuthSessionsRevokeInput, Types.AuthSessionsRevokeOutput, TDeps>): Promise<void>;
279
+ userIdentitiesList(handler: RpcHandler<Types.AuthUserIdentitiesListInput, Types.AuthUserIdentitiesListOutput, TDeps>): Promise<void>;
280
+ userIdentitiesUnlink(handler: RpcHandler<Types.AuthUserIdentitiesUnlinkInput, Types.AuthUserIdentitiesUnlinkOutput, TDeps>): Promise<void>;
281
+ usersCreate(handler: RpcHandler<Types.AuthUsersCreateInput, Types.AuthUsersCreateOutput, TDeps>): Promise<void>;
282
+ usersGet(handler: RpcHandler<Types.AuthUsersGetInput, Types.AuthUsersGetOutput, TDeps>): Promise<void>;
283
+ usersIdentityLinkCreate(handler: RpcHandler<Types.AuthUsersIdentityLinkCreateInput, Types.AuthUsersIdentityLinkCreateOutput, TDeps>): Promise<void>;
284
+ usersList(handler: RpcHandler<Types.AuthUsersListInput, Types.AuthUsersListOutput, TDeps>): Promise<void>;
285
+ usersPasswordChange(handler: RpcHandler<Types.AuthUsersPasswordChangeInput, Types.AuthUsersPasswordChangeOutput, TDeps>): Promise<void>;
286
+ usersPasswordResetCreate(handler: RpcHandler<Types.AuthUsersPasswordResetCreateInput, Types.AuthUsersPasswordResetCreateOutput, TDeps>): Promise<void>;
287
+ usersUpdate(handler: RpcHandler<Types.AuthUsersUpdateInput, Types.AuthUsersUpdateOutput, TDeps>): Promise<void>;
224
288
  };
225
289
  };
226
290
  readonly feed: {};
227
291
  readonly operation: {
228
292
  readonly auth: {
229
- deviceUserAuthoritiesResolve: ((handler: (context: {
230
- input: Types.AuthDeviceUserAuthoritiesResolveInput;
231
- client: HandlerClient;
232
- }) => unknown | Promise<unknown>) => Promise<void>) & {
293
+ deviceUserAuthoritiesResolve: ((handler: OperationHandler<Types.AuthDeviceUserAuthoritiesResolveInput, Types.AuthDeviceUserAuthoritiesResolveProgress, Types.AuthDeviceUserAuthoritiesResolveOutput, {}, TDeps>) => Promise<void>) & {
233
294
  accept(args: {
234
295
  sessionKey: string;
235
296
  }): AsyncResult<AcceptedOperation<Types.AuthDeviceUserAuthoritiesResolveProgress, Types.AuthDeviceUserAuthoritiesResolveOutput>, UnexpectedError>;