@qlever-llc/trellis 0.10.17 → 0.19.0-rc.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.
- package/esm/auth/mod.d.ts +1 -1
- package/esm/auth/mod.d.ts.map +1 -1
- package/esm/auth/mod.js +1 -1
- package/esm/auth/protocol.d.ts +416 -398
- package/esm/auth/protocol.d.ts.map +1 -1
- package/esm/auth/protocol.js +35 -33
- package/esm/codec.d.ts +1 -0
- package/esm/codec.d.ts.map +1 -1
- package/esm/codec.js +1 -0
- package/esm/contract_support/canonical.d.ts +3 -0
- package/esm/contract_support/canonical.d.ts.map +1 -1
- package/esm/contract_support/canonical.js +3 -0
- package/esm/contract_support/mod.d.ts +28 -4
- package/esm/contract_support/mod.d.ts.map +1 -1
- package/esm/contract_support/mod.js +85 -4
- package/esm/contract_support/protocol.d.ts +92 -7
- package/esm/contract_support/protocol.d.ts.map +1 -1
- package/esm/contract_support/protocol.js +40 -6
- package/esm/errors/index.d.ts +9 -9
- package/esm/generated-sdk/auth/api.d.ts +4 -1
- package/esm/generated-sdk/auth/api.d.ts.map +1 -1
- package/esm/generated-sdk/auth/api.js +6 -1
- package/esm/generated-sdk/auth/client.d.ts +47 -32
- package/esm/generated-sdk/auth/client.d.ts.map +1 -1
- package/esm/generated-sdk/auth/contract.d.ts +1 -1
- package/esm/generated-sdk/auth/contract.d.ts.map +1 -1
- package/esm/generated-sdk/auth/contract.js +1570 -1202
- package/esm/generated-sdk/auth/schemas.d.ts +1757 -1759
- package/esm/generated-sdk/auth/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/auth/schemas.js +963 -768
- package/esm/generated-sdk/auth/types.d.ts +292 -302
- package/esm/generated-sdk/auth/types.d.ts.map +1 -1
- package/esm/generated-sdk/auth/types.js +1 -1
- package/esm/generated-sdk/health/client.d.ts +4 -4
- package/esm/generated-sdk/health/client.d.ts.map +1 -1
- package/esm/generated-sdk/health/contract.d.ts +1 -1
- package/esm/generated-sdk/health/contract.d.ts.map +1 -1
- package/esm/generated-sdk/health/contract.js +2 -10
- package/esm/generated-sdk/health/schemas.d.ts +1 -14
- package/esm/generated-sdk/health/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/health/schemas.js +1 -9
- package/esm/generated-sdk/health/types.d.ts +3 -5
- package/esm/generated-sdk/health/types.d.ts.map +1 -1
- package/esm/generated-sdk/health/types.js +1 -2
- package/esm/generated-sdk/jobs/api.d.ts +13 -0
- package/esm/generated-sdk/jobs/api.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/client.d.ts +6 -4
- package/esm/generated-sdk/jobs/client.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/contract.d.ts +14 -1
- package/esm/generated-sdk/jobs/contract.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/contract.js +268 -1
- package/esm/generated-sdk/jobs/owned_api.d.ts +13 -0
- package/esm/generated-sdk/jobs/owned_api.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/owned_api.js +20 -1
- package/esm/generated-sdk/jobs/schemas.d.ts +437 -0
- package/esm/generated-sdk/jobs/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/schemas.js +211 -0
- package/esm/generated-sdk/jobs/types.d.ts +123 -1
- package/esm/generated-sdk/jobs/types.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/types.js +1 -1
- package/esm/generated-sdk/state/client.d.ts +4 -4
- package/esm/generated-sdk/state/client.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/api.d.ts +4 -1
- package/esm/generated-sdk/trellis-core/api.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/api.js +6 -1
- package/esm/generated-sdk/trellis-core/client.d.ts +28 -3
- package/esm/generated-sdk/trellis-core/client.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/contract.d.ts +1 -1
- package/esm/generated-sdk/trellis-core/contract.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/contract.js +91 -1
- package/esm/generated-sdk/trellis-core/schemas.d.ts +113 -0
- package/esm/generated-sdk/trellis-core/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/schemas.js +81 -0
- package/esm/generated-sdk/trellis-core/types.d.ts +23 -1
- package/esm/generated-sdk/trellis-core/types.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/types.js +1 -1
- package/esm/health.d.ts +1 -1
- package/esm/health.d.ts.map +1 -1
- package/esm/health.js +1 -1
- package/esm/index.d.ts +2 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -1
- package/esm/jobs.d.ts +69 -3
- package/esm/jobs.d.ts.map +1 -1
- package/esm/jobs.js +92 -3
- package/esm/server/health.d.ts +2 -6
- package/esm/server/health.d.ts.map +1 -1
- package/esm/server/health_schemas.d.ts +0 -8
- package/esm/server/health_schemas.d.ts.map +1 -1
- package/esm/server/health_schemas.js +0 -5
- package/esm/server/internal_jobs/bindings.d.ts +11 -0
- package/esm/server/internal_jobs/bindings.d.ts.map +1 -1
- package/esm/server/internal_jobs/job-manager.d.ts +44 -1
- package/esm/server/internal_jobs/job-manager.d.ts.map +1 -1
- package/esm/server/internal_jobs/job-manager.js +361 -51
- package/esm/server/internal_jobs/key-coordinator.d.ts +260 -0
- package/esm/server/internal_jobs/key-coordinator.d.ts.map +1 -0
- package/esm/server/internal_jobs/key-coordinator.js +580 -0
- package/esm/server/internal_jobs/projection.d.ts.map +1 -1
- package/esm/server/internal_jobs/projection.js +2 -0
- package/esm/server/internal_jobs/runtime-worker.d.ts +5 -1
- package/esm/server/internal_jobs/runtime-worker.d.ts.map +1 -1
- package/esm/server/internal_jobs/runtime-worker.js +14 -2
- package/esm/server/internal_jobs/types.d.ts +5 -5
- package/esm/server/internal_jobs/types.d.ts.map +1 -1
- package/esm/server/internal_jobs/types.js +6 -0
- package/esm/server/service.d.ts +8 -3
- package/esm/server/service.d.ts.map +1 -1
- package/esm/server/service.js +127 -6
- package/esm/service/drizzle.d.ts +27 -0
- package/esm/service/drizzle.d.ts.map +1 -0
- package/esm/service/drizzle.js +84 -0
- package/esm/service/mod.d.ts +1 -1
- package/esm/service/mod.d.ts.map +1 -1
- package/esm/service/mod.js +1 -1
- package/esm/service/outbox_inbox.d.ts.map +1 -1
- package/esm/service/outbox_inbox.js +13 -2
- package/esm/trellis.d.ts +24 -8
- package/esm/trellis.d.ts.map +1 -1
- package/esm/trellis.js +44 -22
- package/package.json +14 -2
- package/script/auth/mod.d.ts +1 -1
- package/script/auth/mod.d.ts.map +1 -1
- package/script/auth/mod.js +22 -6
- package/script/auth/protocol.d.ts +416 -398
- package/script/auth/protocol.d.ts.map +1 -1
- package/script/auth/protocol.js +40 -37
- package/script/codec.d.ts +1 -0
- package/script/codec.d.ts.map +1 -1
- package/script/codec.js +1 -0
- package/script/contract_support/canonical.d.ts +3 -0
- package/script/contract_support/canonical.d.ts.map +1 -1
- package/script/contract_support/canonical.js +3 -0
- package/script/contract_support/mod.d.ts +28 -4
- package/script/contract_support/mod.d.ts.map +1 -1
- package/script/contract_support/mod.js +90 -4
- package/script/contract_support/protocol.d.ts +92 -7
- package/script/contract_support/protocol.d.ts.map +1 -1
- package/script/contract_support/protocol.js +41 -7
- package/script/errors/index.d.ts +9 -9
- package/script/generated-sdk/auth/api.d.ts +4 -1
- package/script/generated-sdk/auth/api.d.ts.map +1 -1
- package/script/generated-sdk/auth/api.js +6 -1
- package/script/generated-sdk/auth/client.d.ts +47 -32
- package/script/generated-sdk/auth/client.d.ts.map +1 -1
- package/script/generated-sdk/auth/contract.d.ts +1 -1
- package/script/generated-sdk/auth/contract.d.ts.map +1 -1
- package/script/generated-sdk/auth/contract.js +1570 -1202
- package/script/generated-sdk/auth/schemas.d.ts +1757 -1759
- package/script/generated-sdk/auth/schemas.d.ts.map +1 -1
- package/script/generated-sdk/auth/schemas.js +963 -768
- package/script/generated-sdk/auth/types.d.ts +292 -302
- package/script/generated-sdk/auth/types.d.ts.map +1 -1
- package/script/generated-sdk/auth/types.js +1 -1
- package/script/generated-sdk/health/client.d.ts +4 -4
- package/script/generated-sdk/health/client.d.ts.map +1 -1
- package/script/generated-sdk/health/contract.d.ts +1 -1
- package/script/generated-sdk/health/contract.d.ts.map +1 -1
- package/script/generated-sdk/health/contract.js +2 -10
- package/script/generated-sdk/health/schemas.d.ts +1 -14
- package/script/generated-sdk/health/schemas.d.ts.map +1 -1
- package/script/generated-sdk/health/schemas.js +1 -9
- package/script/generated-sdk/health/types.d.ts +3 -5
- package/script/generated-sdk/health/types.d.ts.map +1 -1
- package/script/generated-sdk/health/types.js +1 -2
- package/script/generated-sdk/jobs/api.d.ts +13 -0
- package/script/generated-sdk/jobs/api.d.ts.map +1 -1
- package/script/generated-sdk/jobs/client.d.ts +6 -4
- package/script/generated-sdk/jobs/client.d.ts.map +1 -1
- package/script/generated-sdk/jobs/contract.d.ts +14 -1
- package/script/generated-sdk/jobs/contract.d.ts.map +1 -1
- package/script/generated-sdk/jobs/contract.js +268 -1
- package/script/generated-sdk/jobs/owned_api.d.ts +13 -0
- package/script/generated-sdk/jobs/owned_api.d.ts.map +1 -1
- package/script/generated-sdk/jobs/owned_api.js +19 -0
- package/script/generated-sdk/jobs/schemas.d.ts +437 -0
- package/script/generated-sdk/jobs/schemas.d.ts.map +1 -1
- package/script/generated-sdk/jobs/schemas.js +212 -1
- package/script/generated-sdk/jobs/types.d.ts +123 -1
- package/script/generated-sdk/jobs/types.d.ts.map +1 -1
- package/script/generated-sdk/jobs/types.js +1 -1
- package/script/generated-sdk/state/client.d.ts +4 -4
- package/script/generated-sdk/state/client.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/api.d.ts +4 -1
- package/script/generated-sdk/trellis-core/api.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/api.js +6 -1
- package/script/generated-sdk/trellis-core/client.d.ts +28 -3
- package/script/generated-sdk/trellis-core/client.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/contract.d.ts +1 -1
- package/script/generated-sdk/trellis-core/contract.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/contract.js +91 -1
- package/script/generated-sdk/trellis-core/schemas.d.ts +113 -0
- package/script/generated-sdk/trellis-core/schemas.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/schemas.js +81 -0
- package/script/generated-sdk/trellis-core/types.d.ts +23 -1
- package/script/generated-sdk/trellis-core/types.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/types.js +1 -1
- package/script/health.d.ts +1 -1
- package/script/health.d.ts.map +1 -1
- package/script/health.js +1 -2
- package/script/index.d.ts +2 -2
- package/script/index.d.ts.map +1 -1
- package/script/index.js +2 -3
- package/script/jobs.d.ts +69 -3
- package/script/jobs.d.ts.map +1 -1
- package/script/jobs.js +93 -3
- package/script/server/health.d.ts +2 -6
- package/script/server/health.d.ts.map +1 -1
- package/script/server/health_schemas.d.ts +0 -8
- package/script/server/health_schemas.d.ts.map +1 -1
- package/script/server/health_schemas.js +1 -6
- package/script/server/internal_jobs/bindings.d.ts +11 -0
- package/script/server/internal_jobs/bindings.d.ts.map +1 -1
- package/script/server/internal_jobs/job-manager.d.ts +44 -1
- package/script/server/internal_jobs/job-manager.d.ts.map +1 -1
- package/script/server/internal_jobs/job-manager.js +361 -51
- package/script/server/internal_jobs/key-coordinator.d.ts +260 -0
- package/script/server/internal_jobs/key-coordinator.d.ts.map +1 -0
- package/script/server/internal_jobs/key-coordinator.js +593 -0
- package/script/server/internal_jobs/projection.d.ts.map +1 -1
- package/script/server/internal_jobs/projection.js +2 -0
- package/script/server/internal_jobs/runtime-worker.d.ts +5 -1
- package/script/server/internal_jobs/runtime-worker.d.ts.map +1 -1
- package/script/server/internal_jobs/runtime-worker.js +14 -2
- package/script/server/internal_jobs/types.d.ts +5 -5
- package/script/server/internal_jobs/types.d.ts.map +1 -1
- package/script/server/internal_jobs/types.js +6 -0
- package/script/server/service.d.ts +8 -3
- package/script/server/service.d.ts.map +1 -1
- package/script/server/service.js +126 -5
- package/script/service/drizzle.d.ts +27 -0
- package/script/service/drizzle.d.ts.map +1 -0
- package/script/service/drizzle.js +88 -0
- package/script/service/mod.d.ts +1 -1
- package/script/service/mod.d.ts.map +1 -1
- package/script/service/mod.js +1 -2
- package/script/service/outbox_inbox.d.ts.map +1 -1
- package/script/service/outbox_inbox.js +13 -2
- package/script/trellis.d.ts +24 -8
- package/script/trellis.d.ts.map +1 -1
- package/script/trellis.js +44 -22
- package/src/auth/mod.ts +28 -2
- package/src/auth/protocol.ts +72 -37
- package/src/codec.ts +1 -0
- package/src/contract_support/canonical.ts +3 -0
- package/src/contract_support/mod.ts +158 -5
- package/src/contract_support/protocol.ts +56 -9
- package/src/health.ts +0 -1
- package/src/index.ts +2 -1
- package/src/jobs.ts +138 -1
- package/src/sdk/_generated/auth/api.ts +9 -2
- package/src/sdk/_generated/auth/client.ts +85 -78
- package/src/sdk/_generated/auth/contract.ts +1803 -1435
- package/src/sdk/_generated/auth/schemas.ts +1166 -971
- package/src/sdk/_generated/auth/types.ts +330 -314
- package/src/sdk/_generated/core/api.ts +9 -2
- package/src/sdk/_generated/core/client.ts +41 -2
- package/src/sdk/_generated/core/contract.ts +91 -1
- package/src/sdk/_generated/core/schemas.ts +81 -0
- package/src/sdk/_generated/core/types.ts +23 -1
- package/src/sdk/_generated/health/client.ts +6 -6
- package/src/sdk/_generated/health/contract.ts +2 -10
- package/src/sdk/_generated/health/schemas.ts +1 -9
- package/src/sdk/_generated/health/types.ts +6 -2
- package/src/sdk/_generated/jobs/client.ts +17 -6
- package/src/sdk/_generated/jobs/contract.ts +269 -1
- package/src/sdk/_generated/jobs/owned_api.ts +21 -0
- package/src/sdk/_generated/jobs/schemas.ts +213 -0
- package/src/sdk/_generated/jobs/types.ts +116 -1
- package/src/sdk/_generated/state/client.ts +6 -6
- package/src/server/health.ts +2 -6
- package/src/server/health_schemas.ts +0 -6
- package/src/server/internal_jobs/bindings.ts +11 -0
- package/src/server/internal_jobs/job-manager.ts +436 -16
- package/src/server/internal_jobs/key-coordinator.ts +955 -0
- package/src/server/internal_jobs/projection.ts +2 -0
- package/src/server/internal_jobs/runtime-worker.ts +17 -1
- package/src/server/internal_jobs/types.ts +6 -0
- package/src/server/service.ts +168 -9
- package/src/service/drizzle.ts +125 -0
- package/src/service/mod.ts +0 -1
- package/src/service/outbox_inbox.ts +16 -6
- package/src/trellis.ts +76 -27
|
@@ -372,42 +372,22 @@ export declare const AuthCatalogIssuesResolveResponseSchema: {
|
|
|
372
372
|
readonly type: "object";
|
|
373
373
|
};
|
|
374
374
|
export declare const AuthConnectionsClosedEventSchema: {
|
|
375
|
-
readonly
|
|
376
|
-
readonly
|
|
377
|
-
readonly
|
|
378
|
-
readonly properties: {
|
|
379
|
-
readonly id: {
|
|
380
|
-
readonly type: "string";
|
|
381
|
-
};
|
|
382
|
-
readonly time: {
|
|
383
|
-
readonly format: "date-time";
|
|
384
|
-
readonly type: "string";
|
|
385
|
-
};
|
|
386
|
-
};
|
|
387
|
-
readonly required: readonly ["id", "time"];
|
|
388
|
-
readonly type: "object";
|
|
389
|
-
};
|
|
375
|
+
readonly properties: {
|
|
376
|
+
readonly id: {
|
|
377
|
+
readonly type: "string";
|
|
390
378
|
};
|
|
391
|
-
readonly
|
|
392
|
-
|
|
393
|
-
}, {
|
|
394
|
-
readonly properties: {
|
|
395
|
-
readonly id: {
|
|
396
|
-
readonly type: "string";
|
|
397
|
-
};
|
|
398
|
-
readonly origin: {
|
|
399
|
-
readonly type: "string";
|
|
400
|
-
};
|
|
401
|
-
readonly sessionKey: {
|
|
402
|
-
readonly type: "string";
|
|
403
|
-
};
|
|
404
|
-
readonly userNkey: {
|
|
405
|
-
readonly type: "string";
|
|
406
|
-
};
|
|
379
|
+
readonly origin: {
|
|
380
|
+
readonly type: "string";
|
|
407
381
|
};
|
|
408
|
-
readonly
|
|
409
|
-
|
|
410
|
-
|
|
382
|
+
readonly sessionKey: {
|
|
383
|
+
readonly type: "string";
|
|
384
|
+
};
|
|
385
|
+
readonly userNkey: {
|
|
386
|
+
readonly type: "string";
|
|
387
|
+
};
|
|
388
|
+
};
|
|
389
|
+
readonly required: readonly ["origin", "id", "sessionKey", "userNkey"];
|
|
390
|
+
readonly type: "object";
|
|
411
391
|
};
|
|
412
392
|
export declare const AuthConnectionsKickRequestSchema: {
|
|
413
393
|
readonly properties: {
|
|
@@ -428,42 +408,22 @@ export declare const AuthConnectionsKickResponseSchema: {
|
|
|
428
408
|
readonly type: "object";
|
|
429
409
|
};
|
|
430
410
|
export declare const AuthConnectionsKickedEventSchema: {
|
|
431
|
-
readonly
|
|
432
|
-
readonly
|
|
433
|
-
readonly
|
|
434
|
-
readonly properties: {
|
|
435
|
-
readonly id: {
|
|
436
|
-
readonly type: "string";
|
|
437
|
-
};
|
|
438
|
-
readonly time: {
|
|
439
|
-
readonly format: "date-time";
|
|
440
|
-
readonly type: "string";
|
|
441
|
-
};
|
|
442
|
-
};
|
|
443
|
-
readonly required: readonly ["id", "time"];
|
|
444
|
-
readonly type: "object";
|
|
445
|
-
};
|
|
411
|
+
readonly properties: {
|
|
412
|
+
readonly id: {
|
|
413
|
+
readonly type: "string";
|
|
446
414
|
};
|
|
447
|
-
readonly
|
|
448
|
-
|
|
449
|
-
}, {
|
|
450
|
-
readonly properties: {
|
|
451
|
-
readonly id: {
|
|
452
|
-
readonly type: "string";
|
|
453
|
-
};
|
|
454
|
-
readonly kickedBy: {
|
|
455
|
-
readonly type: "string";
|
|
456
|
-
};
|
|
457
|
-
readonly origin: {
|
|
458
|
-
readonly type: "string";
|
|
459
|
-
};
|
|
460
|
-
readonly userNkey: {
|
|
461
|
-
readonly type: "string";
|
|
462
|
-
};
|
|
415
|
+
readonly kickedBy: {
|
|
416
|
+
readonly type: "string";
|
|
463
417
|
};
|
|
464
|
-
readonly
|
|
465
|
-
|
|
466
|
-
|
|
418
|
+
readonly origin: {
|
|
419
|
+
readonly type: "string";
|
|
420
|
+
};
|
|
421
|
+
readonly userNkey: {
|
|
422
|
+
readonly type: "string";
|
|
423
|
+
};
|
|
424
|
+
};
|
|
425
|
+
readonly required: readonly ["origin", "id", "userNkey", "kickedBy"];
|
|
426
|
+
readonly type: "object";
|
|
467
427
|
};
|
|
468
428
|
export declare const AuthConnectionsListRequestSchema: {
|
|
469
429
|
readonly properties: {
|
|
@@ -748,42 +708,22 @@ export declare const AuthConnectionsListResponseSchema: {
|
|
|
748
708
|
readonly type: "object";
|
|
749
709
|
};
|
|
750
710
|
export declare const AuthConnectionsOpenedEventSchema: {
|
|
751
|
-
readonly
|
|
752
|
-
readonly
|
|
753
|
-
readonly
|
|
754
|
-
readonly properties: {
|
|
755
|
-
readonly id: {
|
|
756
|
-
readonly type: "string";
|
|
757
|
-
};
|
|
758
|
-
readonly time: {
|
|
759
|
-
readonly format: "date-time";
|
|
760
|
-
readonly type: "string";
|
|
761
|
-
};
|
|
762
|
-
};
|
|
763
|
-
readonly required: readonly ["id", "time"];
|
|
764
|
-
readonly type: "object";
|
|
765
|
-
};
|
|
711
|
+
readonly properties: {
|
|
712
|
+
readonly id: {
|
|
713
|
+
readonly type: "string";
|
|
766
714
|
};
|
|
767
|
-
readonly
|
|
768
|
-
|
|
769
|
-
}, {
|
|
770
|
-
readonly properties: {
|
|
771
|
-
readonly id: {
|
|
772
|
-
readonly type: "string";
|
|
773
|
-
};
|
|
774
|
-
readonly origin: {
|
|
775
|
-
readonly type: "string";
|
|
776
|
-
};
|
|
777
|
-
readonly sessionKey: {
|
|
778
|
-
readonly type: "string";
|
|
779
|
-
};
|
|
780
|
-
readonly userNkey: {
|
|
781
|
-
readonly type: "string";
|
|
782
|
-
};
|
|
715
|
+
readonly origin: {
|
|
716
|
+
readonly type: "string";
|
|
783
717
|
};
|
|
784
|
-
readonly
|
|
785
|
-
|
|
786
|
-
|
|
718
|
+
readonly sessionKey: {
|
|
719
|
+
readonly type: "string";
|
|
720
|
+
};
|
|
721
|
+
readonly userNkey: {
|
|
722
|
+
readonly type: "string";
|
|
723
|
+
};
|
|
724
|
+
};
|
|
725
|
+
readonly required: readonly ["origin", "id", "sessionKey", "userNkey"];
|
|
726
|
+
readonly type: "object";
|
|
787
727
|
};
|
|
788
728
|
export declare const AuthDeploymentAuthorityAcceptMigrationRequestSchema: {
|
|
789
729
|
readonly properties: {
|
|
@@ -825,147 +765,132 @@ export declare const AuthDeploymentAuthorityAcceptResponseSchema: {
|
|
|
825
765
|
readonly type: "array";
|
|
826
766
|
};
|
|
827
767
|
readonly needs: {
|
|
828
|
-
readonly
|
|
829
|
-
readonly
|
|
830
|
-
readonly
|
|
831
|
-
readonly
|
|
832
|
-
readonly
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
readonly
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
readonly required: {
|
|
840
|
-
readonly type: "boolean";
|
|
768
|
+
readonly properties: {
|
|
769
|
+
readonly capabilities: {
|
|
770
|
+
readonly items: {
|
|
771
|
+
readonly properties: {
|
|
772
|
+
readonly capability: {
|
|
773
|
+
readonly minLength: 1;
|
|
774
|
+
readonly type: "string";
|
|
775
|
+
};
|
|
776
|
+
readonly required: {
|
|
777
|
+
readonly type: "boolean";
|
|
778
|
+
};
|
|
841
779
|
};
|
|
780
|
+
readonly required: readonly ["capability", "required"];
|
|
781
|
+
readonly type: "object";
|
|
842
782
|
};
|
|
843
|
-
readonly
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
readonly
|
|
847
|
-
readonly
|
|
848
|
-
readonly
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
readonly
|
|
783
|
+
readonly type: "array";
|
|
784
|
+
};
|
|
785
|
+
readonly contracts: {
|
|
786
|
+
readonly items: {
|
|
787
|
+
readonly properties: {
|
|
788
|
+
readonly contractId: {
|
|
789
|
+
readonly minLength: 1;
|
|
790
|
+
readonly type: "string";
|
|
791
|
+
};
|
|
792
|
+
readonly required: {
|
|
793
|
+
readonly type: "boolean";
|
|
794
|
+
};
|
|
853
795
|
};
|
|
854
|
-
readonly
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
}];
|
|
873
|
-
};
|
|
874
|
-
readonly contractId: {
|
|
875
|
-
readonly minLength: 1;
|
|
796
|
+
readonly required: readonly ["contractId", "required"];
|
|
797
|
+
readonly type: "object";
|
|
798
|
+
};
|
|
799
|
+
readonly type: "array";
|
|
800
|
+
};
|
|
801
|
+
readonly resources: {
|
|
802
|
+
readonly items: {
|
|
803
|
+
readonly properties: {
|
|
804
|
+
readonly alias: {
|
|
805
|
+
readonly minLength: 1;
|
|
806
|
+
readonly type: "string";
|
|
807
|
+
};
|
|
808
|
+
readonly definition: {
|
|
809
|
+
readonly type: "object";
|
|
810
|
+
};
|
|
811
|
+
readonly kind: {
|
|
812
|
+
readonly anyOf: readonly [{
|
|
813
|
+
readonly const: "kv";
|
|
876
814
|
readonly type: "string";
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
readonly anyOf: readonly [{
|
|
880
|
-
readonly const: "rpc";
|
|
881
|
-
readonly type: "string";
|
|
882
|
-
}, {
|
|
883
|
-
readonly const: "operation";
|
|
884
|
-
readonly type: "string";
|
|
885
|
-
}, {
|
|
886
|
-
readonly const: "event";
|
|
887
|
-
readonly type: "string";
|
|
888
|
-
}, {
|
|
889
|
-
readonly const: "feed";
|
|
890
|
-
readonly type: "string";
|
|
891
|
-
}];
|
|
892
|
-
};
|
|
893
|
-
readonly name: {
|
|
894
|
-
readonly minLength: 1;
|
|
815
|
+
}, {
|
|
816
|
+
readonly const: "store";
|
|
895
817
|
readonly type: "string";
|
|
896
|
-
}
|
|
818
|
+
}, {
|
|
819
|
+
readonly const: "jobs";
|
|
820
|
+
readonly type: "string";
|
|
821
|
+
}, {
|
|
822
|
+
readonly const: "event-consumer";
|
|
823
|
+
readonly type: "string";
|
|
824
|
+
}, {
|
|
825
|
+
readonly const: "transfer";
|
|
826
|
+
readonly type: "string";
|
|
827
|
+
}];
|
|
828
|
+
};
|
|
829
|
+
readonly required: {
|
|
830
|
+
readonly type: "boolean";
|
|
897
831
|
};
|
|
898
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
899
|
-
readonly type: "object";
|
|
900
|
-
};
|
|
901
|
-
};
|
|
902
|
-
readonly required: readonly ["kind", "surface", "required"];
|
|
903
|
-
readonly type: "object";
|
|
904
|
-
}, {
|
|
905
|
-
readonly properties: {
|
|
906
|
-
readonly capability: {
|
|
907
|
-
readonly minLength: 1;
|
|
908
|
-
readonly type: "string";
|
|
909
|
-
};
|
|
910
|
-
readonly kind: {
|
|
911
|
-
readonly const: "capability";
|
|
912
|
-
readonly type: "string";
|
|
913
|
-
};
|
|
914
|
-
readonly required: {
|
|
915
|
-
readonly type: "boolean";
|
|
916
832
|
};
|
|
833
|
+
readonly required: readonly ["kind", "alias", "required"];
|
|
834
|
+
readonly type: "object";
|
|
917
835
|
};
|
|
918
|
-
readonly
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
readonly
|
|
922
|
-
readonly
|
|
923
|
-
readonly
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
readonly required: {
|
|
927
|
-
readonly type: "boolean";
|
|
928
|
-
};
|
|
929
|
-
readonly resource: {
|
|
930
|
-
readonly properties: {
|
|
931
|
-
readonly alias: {
|
|
932
|
-
readonly minLength: 1;
|
|
836
|
+
readonly type: "array";
|
|
837
|
+
};
|
|
838
|
+
readonly surfaces: {
|
|
839
|
+
readonly items: {
|
|
840
|
+
readonly properties: {
|
|
841
|
+
readonly action: {
|
|
842
|
+
readonly anyOf: readonly [{
|
|
843
|
+
readonly const: "call";
|
|
933
844
|
readonly type: "string";
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
readonly type: "
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
readonly
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
readonly
|
|
958
|
-
|
|
845
|
+
}, {
|
|
846
|
+
readonly const: "publish";
|
|
847
|
+
readonly type: "string";
|
|
848
|
+
}, {
|
|
849
|
+
readonly const: "subscribe";
|
|
850
|
+
readonly type: "string";
|
|
851
|
+
}, {
|
|
852
|
+
readonly const: "observe";
|
|
853
|
+
readonly type: "string";
|
|
854
|
+
}, {
|
|
855
|
+
readonly const: "cancel";
|
|
856
|
+
readonly type: "string";
|
|
857
|
+
}];
|
|
858
|
+
};
|
|
859
|
+
readonly contractId: {
|
|
860
|
+
readonly minLength: 1;
|
|
861
|
+
readonly type: "string";
|
|
862
|
+
};
|
|
863
|
+
readonly kind: {
|
|
864
|
+
readonly anyOf: readonly [{
|
|
865
|
+
readonly const: "rpc";
|
|
866
|
+
readonly type: "string";
|
|
867
|
+
}, {
|
|
868
|
+
readonly const: "operation";
|
|
869
|
+
readonly type: "string";
|
|
870
|
+
}, {
|
|
871
|
+
readonly const: "event";
|
|
872
|
+
readonly type: "string";
|
|
873
|
+
}, {
|
|
874
|
+
readonly const: "feed";
|
|
875
|
+
readonly type: "string";
|
|
876
|
+
}];
|
|
877
|
+
};
|
|
878
|
+
readonly name: {
|
|
879
|
+
readonly minLength: 1;
|
|
880
|
+
readonly type: "string";
|
|
881
|
+
};
|
|
882
|
+
readonly required: {
|
|
883
|
+
readonly type: "boolean";
|
|
959
884
|
};
|
|
960
|
-
readonly required: readonly ["kind", "alias", "required"];
|
|
961
|
-
readonly type: "object";
|
|
962
885
|
};
|
|
886
|
+
readonly required: readonly ["contractId", "kind", "name", "required"];
|
|
887
|
+
readonly type: "object";
|
|
963
888
|
};
|
|
964
|
-
readonly
|
|
965
|
-
|
|
966
|
-
}];
|
|
889
|
+
readonly type: "array";
|
|
890
|
+
};
|
|
967
891
|
};
|
|
968
|
-
readonly
|
|
892
|
+
readonly required: readonly ["contracts", "surfaces", "capabilities", "resources"];
|
|
893
|
+
readonly type: "object";
|
|
969
894
|
};
|
|
970
895
|
readonly resources: {
|
|
971
896
|
readonly items: {
|
|
@@ -1144,164 +1069,149 @@ export declare const AuthDeploymentAuthorityGetResponseSchema: {
|
|
|
1144
1069
|
readonly type: "array";
|
|
1145
1070
|
};
|
|
1146
1071
|
readonly needs: {
|
|
1147
|
-
readonly
|
|
1148
|
-
readonly
|
|
1149
|
-
readonly
|
|
1150
|
-
readonly
|
|
1151
|
-
readonly
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
readonly
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
readonly required: {
|
|
1159
|
-
readonly type: "boolean";
|
|
1072
|
+
readonly properties: {
|
|
1073
|
+
readonly capabilities: {
|
|
1074
|
+
readonly items: {
|
|
1075
|
+
readonly properties: {
|
|
1076
|
+
readonly capability: {
|
|
1077
|
+
readonly minLength: 1;
|
|
1078
|
+
readonly type: "string";
|
|
1079
|
+
};
|
|
1080
|
+
readonly required: {
|
|
1081
|
+
readonly type: "boolean";
|
|
1082
|
+
};
|
|
1160
1083
|
};
|
|
1084
|
+
readonly required: readonly ["capability", "required"];
|
|
1085
|
+
readonly type: "object";
|
|
1161
1086
|
};
|
|
1162
|
-
readonly
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
readonly
|
|
1166
|
-
readonly
|
|
1167
|
-
readonly
|
|
1168
|
-
|
|
1087
|
+
readonly type: "array";
|
|
1088
|
+
};
|
|
1089
|
+
readonly contracts: {
|
|
1090
|
+
readonly items: {
|
|
1091
|
+
readonly properties: {
|
|
1092
|
+
readonly contractId: {
|
|
1093
|
+
readonly minLength: 1;
|
|
1094
|
+
readonly type: "string";
|
|
1095
|
+
};
|
|
1096
|
+
readonly required: {
|
|
1097
|
+
readonly type: "boolean";
|
|
1098
|
+
};
|
|
1169
1099
|
};
|
|
1170
|
-
readonly required:
|
|
1171
|
-
|
|
1100
|
+
readonly required: readonly ["contractId", "required"];
|
|
1101
|
+
readonly type: "object";
|
|
1102
|
+
};
|
|
1103
|
+
readonly type: "array";
|
|
1104
|
+
};
|
|
1105
|
+
readonly resources: {
|
|
1106
|
+
readonly items: {
|
|
1107
|
+
readonly properties: {
|
|
1108
|
+
readonly alias: {
|
|
1109
|
+
readonly minLength: 1;
|
|
1110
|
+
readonly type: "string";
|
|
1111
|
+
};
|
|
1112
|
+
readonly definition: {
|
|
1113
|
+
readonly type: "object";
|
|
1114
|
+
};
|
|
1115
|
+
readonly kind: {
|
|
1116
|
+
readonly anyOf: readonly [{
|
|
1117
|
+
readonly const: "kv";
|
|
1118
|
+
readonly type: "string";
|
|
1119
|
+
}, {
|
|
1120
|
+
readonly const: "store";
|
|
1121
|
+
readonly type: "string";
|
|
1122
|
+
}, {
|
|
1123
|
+
readonly const: "jobs";
|
|
1124
|
+
readonly type: "string";
|
|
1125
|
+
}, {
|
|
1126
|
+
readonly const: "event-consumer";
|
|
1127
|
+
readonly type: "string";
|
|
1128
|
+
}, {
|
|
1129
|
+
readonly const: "transfer";
|
|
1130
|
+
readonly type: "string";
|
|
1131
|
+
}];
|
|
1132
|
+
};
|
|
1133
|
+
readonly required: {
|
|
1134
|
+
readonly type: "boolean";
|
|
1135
|
+
};
|
|
1172
1136
|
};
|
|
1173
|
-
readonly
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
readonly type: "string";
|
|
1185
|
-
}, {
|
|
1186
|
-
readonly const: "observe";
|
|
1187
|
-
readonly type: "string";
|
|
1188
|
-
}, {
|
|
1189
|
-
readonly const: "cancel";
|
|
1190
|
-
readonly type: "string";
|
|
1191
|
-
}];
|
|
1192
|
-
};
|
|
1193
|
-
readonly contractId: {
|
|
1194
|
-
readonly minLength: 1;
|
|
1137
|
+
readonly required: readonly ["kind", "alias", "required"];
|
|
1138
|
+
readonly type: "object";
|
|
1139
|
+
};
|
|
1140
|
+
readonly type: "array";
|
|
1141
|
+
};
|
|
1142
|
+
readonly surfaces: {
|
|
1143
|
+
readonly items: {
|
|
1144
|
+
readonly properties: {
|
|
1145
|
+
readonly action: {
|
|
1146
|
+
readonly anyOf: readonly [{
|
|
1147
|
+
readonly const: "call";
|
|
1195
1148
|
readonly type: "string";
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
readonly anyOf: readonly [{
|
|
1199
|
-
readonly const: "rpc";
|
|
1200
|
-
readonly type: "string";
|
|
1201
|
-
}, {
|
|
1202
|
-
readonly const: "operation";
|
|
1203
|
-
readonly type: "string";
|
|
1204
|
-
}, {
|
|
1205
|
-
readonly const: "event";
|
|
1206
|
-
readonly type: "string";
|
|
1207
|
-
}, {
|
|
1208
|
-
readonly const: "feed";
|
|
1209
|
-
readonly type: "string";
|
|
1210
|
-
}];
|
|
1211
|
-
};
|
|
1212
|
-
readonly name: {
|
|
1213
|
-
readonly minLength: 1;
|
|
1149
|
+
}, {
|
|
1150
|
+
readonly const: "publish";
|
|
1214
1151
|
readonly type: "string";
|
|
1215
|
-
}
|
|
1152
|
+
}, {
|
|
1153
|
+
readonly const: "subscribe";
|
|
1154
|
+
readonly type: "string";
|
|
1155
|
+
}, {
|
|
1156
|
+
readonly const: "observe";
|
|
1157
|
+
readonly type: "string";
|
|
1158
|
+
}, {
|
|
1159
|
+
readonly const: "cancel";
|
|
1160
|
+
readonly type: "string";
|
|
1161
|
+
}];
|
|
1162
|
+
};
|
|
1163
|
+
readonly contractId: {
|
|
1164
|
+
readonly minLength: 1;
|
|
1165
|
+
readonly type: "string";
|
|
1166
|
+
};
|
|
1167
|
+
readonly kind: {
|
|
1168
|
+
readonly anyOf: readonly [{
|
|
1169
|
+
readonly const: "rpc";
|
|
1170
|
+
readonly type: "string";
|
|
1171
|
+
}, {
|
|
1172
|
+
readonly const: "operation";
|
|
1173
|
+
readonly type: "string";
|
|
1174
|
+
}, {
|
|
1175
|
+
readonly const: "event";
|
|
1176
|
+
readonly type: "string";
|
|
1177
|
+
}, {
|
|
1178
|
+
readonly const: "feed";
|
|
1179
|
+
readonly type: "string";
|
|
1180
|
+
}];
|
|
1181
|
+
};
|
|
1182
|
+
readonly name: {
|
|
1183
|
+
readonly minLength: 1;
|
|
1184
|
+
readonly type: "string";
|
|
1185
|
+
};
|
|
1186
|
+
readonly required: {
|
|
1187
|
+
readonly type: "boolean";
|
|
1216
1188
|
};
|
|
1217
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
1218
|
-
readonly type: "object";
|
|
1219
1189
|
};
|
|
1190
|
+
readonly required: readonly ["contractId", "kind", "name", "required"];
|
|
1191
|
+
readonly type: "object";
|
|
1220
1192
|
};
|
|
1221
|
-
readonly
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1193
|
+
readonly type: "array";
|
|
1194
|
+
};
|
|
1195
|
+
};
|
|
1196
|
+
readonly required: readonly ["contracts", "surfaces", "capabilities", "resources"];
|
|
1197
|
+
readonly type: "object";
|
|
1198
|
+
};
|
|
1199
|
+
readonly resources: {
|
|
1200
|
+
readonly items: {
|
|
1201
|
+
readonly properties: {
|
|
1202
|
+
readonly alias: {
|
|
1203
|
+
readonly minLength: 1;
|
|
1204
|
+
readonly type: "string";
|
|
1205
|
+
};
|
|
1206
|
+
readonly definition: {
|
|
1207
|
+
readonly type: "object";
|
|
1208
|
+
};
|
|
1209
|
+
readonly kind: {
|
|
1210
|
+
readonly anyOf: readonly [{
|
|
1211
|
+
readonly const: "kv";
|
|
1227
1212
|
readonly type: "string";
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
readonly const: "capability";
|
|
1231
|
-
readonly type: "string";
|
|
1232
|
-
};
|
|
1233
|
-
readonly required: {
|
|
1234
|
-
readonly type: "boolean";
|
|
1235
|
-
};
|
|
1236
|
-
};
|
|
1237
|
-
readonly required: readonly ["kind", "capability", "required"];
|
|
1238
|
-
readonly type: "object";
|
|
1239
|
-
}, {
|
|
1240
|
-
readonly properties: {
|
|
1241
|
-
readonly kind: {
|
|
1242
|
-
readonly const: "resource";
|
|
1243
|
-
readonly type: "string";
|
|
1244
|
-
};
|
|
1245
|
-
readonly required: {
|
|
1246
|
-
readonly type: "boolean";
|
|
1247
|
-
};
|
|
1248
|
-
readonly resource: {
|
|
1249
|
-
readonly properties: {
|
|
1250
|
-
readonly alias: {
|
|
1251
|
-
readonly minLength: 1;
|
|
1252
|
-
readonly type: "string";
|
|
1253
|
-
};
|
|
1254
|
-
readonly definition: {
|
|
1255
|
-
readonly type: "object";
|
|
1256
|
-
};
|
|
1257
|
-
readonly kind: {
|
|
1258
|
-
readonly anyOf: readonly [{
|
|
1259
|
-
readonly const: "kv";
|
|
1260
|
-
readonly type: "string";
|
|
1261
|
-
}, {
|
|
1262
|
-
readonly const: "store";
|
|
1263
|
-
readonly type: "string";
|
|
1264
|
-
}, {
|
|
1265
|
-
readonly const: "jobs";
|
|
1266
|
-
readonly type: "string";
|
|
1267
|
-
}, {
|
|
1268
|
-
readonly const: "event-consumer";
|
|
1269
|
-
readonly type: "string";
|
|
1270
|
-
}, {
|
|
1271
|
-
readonly const: "transfer";
|
|
1272
|
-
readonly type: "string";
|
|
1273
|
-
}];
|
|
1274
|
-
};
|
|
1275
|
-
readonly required: {
|
|
1276
|
-
readonly type: "boolean";
|
|
1277
|
-
};
|
|
1278
|
-
};
|
|
1279
|
-
readonly required: readonly ["kind", "alias", "required"];
|
|
1280
|
-
readonly type: "object";
|
|
1281
|
-
};
|
|
1282
|
-
};
|
|
1283
|
-
readonly required: readonly ["kind", "resource", "required"];
|
|
1284
|
-
readonly type: "object";
|
|
1285
|
-
}];
|
|
1286
|
-
};
|
|
1287
|
-
readonly type: "array";
|
|
1288
|
-
};
|
|
1289
|
-
readonly resources: {
|
|
1290
|
-
readonly items: {
|
|
1291
|
-
readonly properties: {
|
|
1292
|
-
readonly alias: {
|
|
1293
|
-
readonly minLength: 1;
|
|
1294
|
-
readonly type: "string";
|
|
1295
|
-
};
|
|
1296
|
-
readonly definition: {
|
|
1297
|
-
readonly type: "object";
|
|
1298
|
-
};
|
|
1299
|
-
readonly kind: {
|
|
1300
|
-
readonly anyOf: readonly [{
|
|
1301
|
-
readonly const: "kv";
|
|
1302
|
-
readonly type: "string";
|
|
1303
|
-
}, {
|
|
1304
|
-
readonly const: "store";
|
|
1213
|
+
}, {
|
|
1214
|
+
readonly const: "store";
|
|
1305
1215
|
readonly type: "string";
|
|
1306
1216
|
}, {
|
|
1307
1217
|
readonly const: "jobs";
|
|
@@ -1575,177 +1485,177 @@ export declare const AuthDeploymentAuthorityGetResponseSchema: {
|
|
|
1575
1485
|
readonly type: "string";
|
|
1576
1486
|
};
|
|
1577
1487
|
readonly grants: {
|
|
1578
|
-
readonly
|
|
1579
|
-
readonly
|
|
1580
|
-
readonly
|
|
1581
|
-
readonly
|
|
1582
|
-
readonly
|
|
1583
|
-
readonly type: "string";
|
|
1584
|
-
};
|
|
1585
|
-
readonly kind: {
|
|
1586
|
-
readonly const: "capability";
|
|
1587
|
-
readonly type: "string";
|
|
1588
|
-
};
|
|
1589
|
-
};
|
|
1590
|
-
readonly required: readonly ["kind", "capability"];
|
|
1591
|
-
readonly type: "object";
|
|
1592
|
-
}, {
|
|
1593
|
-
readonly properties: {
|
|
1594
|
-
readonly action: {
|
|
1595
|
-
readonly anyOf: readonly [{
|
|
1596
|
-
readonly const: "call";
|
|
1597
|
-
readonly type: "string";
|
|
1598
|
-
}, {
|
|
1599
|
-
readonly const: "publish";
|
|
1600
|
-
readonly type: "string";
|
|
1601
|
-
}, {
|
|
1602
|
-
readonly const: "subscribe";
|
|
1603
|
-
readonly type: "string";
|
|
1604
|
-
}, {
|
|
1605
|
-
readonly const: "observe";
|
|
1606
|
-
readonly type: "string";
|
|
1607
|
-
}, {
|
|
1608
|
-
readonly const: "cancel";
|
|
1609
|
-
readonly type: "string";
|
|
1610
|
-
}];
|
|
1611
|
-
};
|
|
1612
|
-
readonly contractId: {
|
|
1613
|
-
readonly minLength: 1;
|
|
1614
|
-
readonly type: "string";
|
|
1615
|
-
};
|
|
1616
|
-
readonly kind: {
|
|
1617
|
-
readonly const: "surface";
|
|
1618
|
-
readonly type: "string";
|
|
1619
|
-
};
|
|
1620
|
-
readonly name: {
|
|
1621
|
-
readonly minLength: 1;
|
|
1622
|
-
readonly type: "string";
|
|
1623
|
-
};
|
|
1624
|
-
readonly surfaceKind: {
|
|
1625
|
-
readonly anyOf: readonly [{
|
|
1626
|
-
readonly const: "rpc";
|
|
1627
|
-
readonly type: "string";
|
|
1628
|
-
}, {
|
|
1629
|
-
readonly const: "operation";
|
|
1630
|
-
readonly type: "string";
|
|
1631
|
-
}, {
|
|
1632
|
-
readonly const: "event";
|
|
1633
|
-
readonly type: "string";
|
|
1634
|
-
}, {
|
|
1635
|
-
readonly const: "feed";
|
|
1636
|
-
readonly type: "string";
|
|
1637
|
-
}];
|
|
1638
|
-
};
|
|
1639
|
-
};
|
|
1640
|
-
readonly required: readonly ["kind", "contractId", "surfaceKind", "name"];
|
|
1641
|
-
readonly type: "object";
|
|
1642
|
-
}, {
|
|
1643
|
-
readonly properties: {
|
|
1644
|
-
readonly direction: {
|
|
1645
|
-
readonly anyOf: readonly [{
|
|
1646
|
-
readonly const: "publish";
|
|
1647
|
-
readonly type: "string";
|
|
1648
|
-
}, {
|
|
1649
|
-
readonly const: "subscribe";
|
|
1650
|
-
readonly type: "string";
|
|
1651
|
-
}];
|
|
1652
|
-
};
|
|
1653
|
-
readonly grantSource: {
|
|
1654
|
-
readonly anyOf: readonly [{
|
|
1655
|
-
readonly const: "owned-surface";
|
|
1656
|
-
readonly type: "string";
|
|
1657
|
-
}, {
|
|
1658
|
-
readonly const: "used-surface";
|
|
1659
|
-
readonly type: "string";
|
|
1660
|
-
}, {
|
|
1661
|
-
readonly const: "resource-binding";
|
|
1662
|
-
readonly type: "string";
|
|
1663
|
-
}, {
|
|
1664
|
-
readonly const: "platform-service";
|
|
1665
|
-
readonly type: "string";
|
|
1666
|
-
}, {
|
|
1667
|
-
readonly const: "transfer";
|
|
1668
|
-
readonly type: "string";
|
|
1669
|
-
}];
|
|
1670
|
-
};
|
|
1671
|
-
readonly kind: {
|
|
1672
|
-
readonly const: "nats";
|
|
1673
|
-
readonly type: "string";
|
|
1674
|
-
};
|
|
1675
|
-
readonly requiredCapabilities: {
|
|
1676
|
-
readonly items: {
|
|
1488
|
+
readonly properties: {
|
|
1489
|
+
readonly capabilities: {
|
|
1490
|
+
readonly items: {
|
|
1491
|
+
readonly properties: {
|
|
1492
|
+
readonly capability: {
|
|
1677
1493
|
readonly minLength: 1;
|
|
1678
1494
|
readonly type: "string";
|
|
1679
1495
|
};
|
|
1680
|
-
readonly type: "array";
|
|
1681
|
-
};
|
|
1682
|
-
readonly subject: {
|
|
1683
|
-
readonly minLength: 1;
|
|
1684
|
-
readonly type: "string";
|
|
1685
1496
|
};
|
|
1686
|
-
readonly
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
readonly type: "string";
|
|
1698
|
-
}, {
|
|
1699
|
-
readonly const: "observe";
|
|
1700
|
-
readonly type: "string";
|
|
1701
|
-
}, {
|
|
1702
|
-
readonly const: "cancel";
|
|
1703
|
-
readonly type: "string";
|
|
1704
|
-
}];
|
|
1705
|
-
};
|
|
1706
|
-
readonly contractId: {
|
|
1707
|
-
readonly minLength: 1;
|
|
1497
|
+
readonly required: readonly ["capability"];
|
|
1498
|
+
readonly type: "object";
|
|
1499
|
+
};
|
|
1500
|
+
readonly type: "array";
|
|
1501
|
+
};
|
|
1502
|
+
readonly nats: {
|
|
1503
|
+
readonly items: {
|
|
1504
|
+
readonly properties: {
|
|
1505
|
+
readonly direction: {
|
|
1506
|
+
readonly anyOf: readonly [{
|
|
1507
|
+
readonly const: "publish";
|
|
1708
1508
|
readonly type: "string";
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
readonly
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1509
|
+
}, {
|
|
1510
|
+
readonly const: "subscribe";
|
|
1511
|
+
readonly type: "string";
|
|
1512
|
+
}];
|
|
1513
|
+
};
|
|
1514
|
+
readonly grantSource: {
|
|
1515
|
+
readonly anyOf: readonly [{
|
|
1516
|
+
readonly const: "owned-surface";
|
|
1517
|
+
readonly type: "string";
|
|
1518
|
+
}, {
|
|
1519
|
+
readonly const: "used-surface";
|
|
1520
|
+
readonly type: "string";
|
|
1521
|
+
}, {
|
|
1522
|
+
readonly const: "resource-binding";
|
|
1523
|
+
readonly type: "string";
|
|
1524
|
+
}, {
|
|
1525
|
+
readonly const: "platform-service";
|
|
1526
|
+
readonly type: "string";
|
|
1527
|
+
}, {
|
|
1528
|
+
readonly const: "transfer";
|
|
1529
|
+
readonly type: "string";
|
|
1530
|
+
}];
|
|
1531
|
+
};
|
|
1532
|
+
readonly requiredCapabilities: {
|
|
1533
|
+
readonly items: {
|
|
1726
1534
|
readonly minLength: 1;
|
|
1727
1535
|
readonly type: "string";
|
|
1728
1536
|
};
|
|
1537
|
+
readonly type: "array";
|
|
1729
1538
|
};
|
|
1730
|
-
readonly
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1539
|
+
readonly subject: {
|
|
1540
|
+
readonly minLength: 1;
|
|
1541
|
+
readonly type: "string";
|
|
1542
|
+
};
|
|
1543
|
+
readonly surface: {
|
|
1544
|
+
readonly properties: {
|
|
1545
|
+
readonly action: {
|
|
1546
|
+
readonly anyOf: readonly [{
|
|
1547
|
+
readonly const: "call";
|
|
1548
|
+
readonly type: "string";
|
|
1549
|
+
}, {
|
|
1550
|
+
readonly const: "publish";
|
|
1551
|
+
readonly type: "string";
|
|
1552
|
+
}, {
|
|
1553
|
+
readonly const: "subscribe";
|
|
1554
|
+
readonly type: "string";
|
|
1555
|
+
}, {
|
|
1556
|
+
readonly const: "observe";
|
|
1557
|
+
readonly type: "string";
|
|
1558
|
+
}, {
|
|
1559
|
+
readonly const: "cancel";
|
|
1560
|
+
readonly type: "string";
|
|
1561
|
+
}];
|
|
1562
|
+
};
|
|
1563
|
+
readonly contractId: {
|
|
1564
|
+
readonly minLength: 1;
|
|
1565
|
+
readonly type: "string";
|
|
1566
|
+
};
|
|
1567
|
+
readonly kind: {
|
|
1568
|
+
readonly anyOf: readonly [{
|
|
1569
|
+
readonly const: "rpc";
|
|
1570
|
+
readonly type: "string";
|
|
1571
|
+
}, {
|
|
1572
|
+
readonly const: "operation";
|
|
1573
|
+
readonly type: "string";
|
|
1574
|
+
}, {
|
|
1575
|
+
readonly const: "event";
|
|
1576
|
+
readonly type: "string";
|
|
1577
|
+
}, {
|
|
1578
|
+
readonly const: "feed";
|
|
1579
|
+
readonly type: "string";
|
|
1580
|
+
}];
|
|
1581
|
+
};
|
|
1582
|
+
readonly name: {
|
|
1583
|
+
readonly minLength: 1;
|
|
1584
|
+
readonly type: "string";
|
|
1585
|
+
};
|
|
1586
|
+
};
|
|
1587
|
+
readonly required: readonly ["contractId", "kind", "name"];
|
|
1588
|
+
readonly type: "object";
|
|
1589
|
+
};
|
|
1590
|
+
};
|
|
1591
|
+
readonly required: readonly ["direction", "subject", "requiredCapabilities", "grantSource"];
|
|
1592
|
+
readonly type: "object";
|
|
1593
|
+
};
|
|
1594
|
+
readonly type: "array";
|
|
1595
|
+
};
|
|
1596
|
+
readonly surfaces: {
|
|
1597
|
+
readonly items: {
|
|
1598
|
+
readonly properties: {
|
|
1599
|
+
readonly action: {
|
|
1600
|
+
readonly anyOf: readonly [{
|
|
1601
|
+
readonly const: "call";
|
|
1602
|
+
readonly type: "string";
|
|
1603
|
+
}, {
|
|
1604
|
+
readonly const: "publish";
|
|
1605
|
+
readonly type: "string";
|
|
1606
|
+
}, {
|
|
1607
|
+
readonly const: "subscribe";
|
|
1608
|
+
readonly type: "string";
|
|
1609
|
+
}, {
|
|
1610
|
+
readonly const: "observe";
|
|
1611
|
+
readonly type: "string";
|
|
1612
|
+
}, {
|
|
1613
|
+
readonly const: "cancel";
|
|
1614
|
+
readonly type: "string";
|
|
1615
|
+
}];
|
|
1616
|
+
};
|
|
1617
|
+
readonly contractId: {
|
|
1618
|
+
readonly minLength: 1;
|
|
1619
|
+
readonly type: "string";
|
|
1620
|
+
};
|
|
1621
|
+
readonly name: {
|
|
1622
|
+
readonly minLength: 1;
|
|
1623
|
+
readonly type: "string";
|
|
1624
|
+
};
|
|
1625
|
+
readonly surfaceKind: {
|
|
1626
|
+
readonly anyOf: readonly [{
|
|
1627
|
+
readonly const: "rpc";
|
|
1628
|
+
readonly type: "string";
|
|
1629
|
+
}, {
|
|
1630
|
+
readonly const: "operation";
|
|
1631
|
+
readonly type: "string";
|
|
1632
|
+
}, {
|
|
1633
|
+
readonly const: "event";
|
|
1634
|
+
readonly type: "string";
|
|
1635
|
+
}, {
|
|
1636
|
+
readonly const: "feed";
|
|
1637
|
+
readonly type: "string";
|
|
1638
|
+
}];
|
|
1639
|
+
};
|
|
1640
|
+
};
|
|
1641
|
+
readonly required: readonly ["contractId", "surfaceKind", "name"];
|
|
1642
|
+
readonly type: "object";
|
|
1643
|
+
};
|
|
1644
|
+
readonly type: "array";
|
|
1645
|
+
};
|
|
1646
|
+
};
|
|
1647
|
+
readonly required: readonly ["capabilities", "surfaces", "nats"];
|
|
1648
|
+
readonly type: "object";
|
|
1649
|
+
};
|
|
1650
|
+
readonly reconciledAt: {
|
|
1651
|
+
readonly anyOf: readonly [{
|
|
1652
|
+
readonly format: "date-time";
|
|
1653
|
+
readonly type: "string";
|
|
1654
|
+
}, {
|
|
1655
|
+
readonly type: "null";
|
|
1656
|
+
}];
|
|
1657
|
+
};
|
|
1658
|
+
readonly resourceBindings: {
|
|
1749
1659
|
readonly items: {
|
|
1750
1660
|
readonly properties: {
|
|
1751
1661
|
readonly alias: {
|
|
@@ -2579,147 +2489,132 @@ export declare const AuthDeploymentAuthorityListResponseSchema: {
|
|
|
2579
2489
|
readonly type: "array";
|
|
2580
2490
|
};
|
|
2581
2491
|
readonly needs: {
|
|
2582
|
-
readonly
|
|
2583
|
-
readonly
|
|
2584
|
-
readonly
|
|
2585
|
-
readonly
|
|
2586
|
-
readonly
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
readonly
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
readonly required: {
|
|
2594
|
-
readonly type: "boolean";
|
|
2492
|
+
readonly properties: {
|
|
2493
|
+
readonly capabilities: {
|
|
2494
|
+
readonly items: {
|
|
2495
|
+
readonly properties: {
|
|
2496
|
+
readonly capability: {
|
|
2497
|
+
readonly minLength: 1;
|
|
2498
|
+
readonly type: "string";
|
|
2499
|
+
};
|
|
2500
|
+
readonly required: {
|
|
2501
|
+
readonly type: "boolean";
|
|
2502
|
+
};
|
|
2595
2503
|
};
|
|
2504
|
+
readonly required: readonly ["capability", "required"];
|
|
2505
|
+
readonly type: "object";
|
|
2596
2506
|
};
|
|
2597
|
-
readonly
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
readonly
|
|
2601
|
-
readonly
|
|
2602
|
-
readonly
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
readonly
|
|
2507
|
+
readonly type: "array";
|
|
2508
|
+
};
|
|
2509
|
+
readonly contracts: {
|
|
2510
|
+
readonly items: {
|
|
2511
|
+
readonly properties: {
|
|
2512
|
+
readonly contractId: {
|
|
2513
|
+
readonly minLength: 1;
|
|
2514
|
+
readonly type: "string";
|
|
2515
|
+
};
|
|
2516
|
+
readonly required: {
|
|
2517
|
+
readonly type: "boolean";
|
|
2518
|
+
};
|
|
2607
2519
|
};
|
|
2608
|
-
readonly
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
}];
|
|
2627
|
-
};
|
|
2628
|
-
readonly contractId: {
|
|
2629
|
-
readonly minLength: 1;
|
|
2520
|
+
readonly required: readonly ["contractId", "required"];
|
|
2521
|
+
readonly type: "object";
|
|
2522
|
+
};
|
|
2523
|
+
readonly type: "array";
|
|
2524
|
+
};
|
|
2525
|
+
readonly resources: {
|
|
2526
|
+
readonly items: {
|
|
2527
|
+
readonly properties: {
|
|
2528
|
+
readonly alias: {
|
|
2529
|
+
readonly minLength: 1;
|
|
2530
|
+
readonly type: "string";
|
|
2531
|
+
};
|
|
2532
|
+
readonly definition: {
|
|
2533
|
+
readonly type: "object";
|
|
2534
|
+
};
|
|
2535
|
+
readonly kind: {
|
|
2536
|
+
readonly anyOf: readonly [{
|
|
2537
|
+
readonly const: "kv";
|
|
2630
2538
|
readonly type: "string";
|
|
2631
|
-
}
|
|
2632
|
-
|
|
2633
|
-
readonly anyOf: readonly [{
|
|
2634
|
-
readonly const: "rpc";
|
|
2635
|
-
readonly type: "string";
|
|
2636
|
-
}, {
|
|
2637
|
-
readonly const: "operation";
|
|
2638
|
-
readonly type: "string";
|
|
2639
|
-
}, {
|
|
2640
|
-
readonly const: "event";
|
|
2641
|
-
readonly type: "string";
|
|
2642
|
-
}, {
|
|
2643
|
-
readonly const: "feed";
|
|
2644
|
-
readonly type: "string";
|
|
2645
|
-
}];
|
|
2646
|
-
};
|
|
2647
|
-
readonly name: {
|
|
2648
|
-
readonly minLength: 1;
|
|
2539
|
+
}, {
|
|
2540
|
+
readonly const: "store";
|
|
2649
2541
|
readonly type: "string";
|
|
2650
|
-
}
|
|
2542
|
+
}, {
|
|
2543
|
+
readonly const: "jobs";
|
|
2544
|
+
readonly type: "string";
|
|
2545
|
+
}, {
|
|
2546
|
+
readonly const: "event-consumer";
|
|
2547
|
+
readonly type: "string";
|
|
2548
|
+
}, {
|
|
2549
|
+
readonly const: "transfer";
|
|
2550
|
+
readonly type: "string";
|
|
2551
|
+
}];
|
|
2552
|
+
};
|
|
2553
|
+
readonly required: {
|
|
2554
|
+
readonly type: "boolean";
|
|
2651
2555
|
};
|
|
2652
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
2653
|
-
readonly type: "object";
|
|
2654
|
-
};
|
|
2655
|
-
};
|
|
2656
|
-
readonly required: readonly ["kind", "surface", "required"];
|
|
2657
|
-
readonly type: "object";
|
|
2658
|
-
}, {
|
|
2659
|
-
readonly properties: {
|
|
2660
|
-
readonly capability: {
|
|
2661
|
-
readonly minLength: 1;
|
|
2662
|
-
readonly type: "string";
|
|
2663
|
-
};
|
|
2664
|
-
readonly kind: {
|
|
2665
|
-
readonly const: "capability";
|
|
2666
|
-
readonly type: "string";
|
|
2667
|
-
};
|
|
2668
|
-
readonly required: {
|
|
2669
|
-
readonly type: "boolean";
|
|
2670
2556
|
};
|
|
2557
|
+
readonly required: readonly ["kind", "alias", "required"];
|
|
2558
|
+
readonly type: "object";
|
|
2671
2559
|
};
|
|
2672
|
-
readonly
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
readonly
|
|
2676
|
-
readonly
|
|
2677
|
-
readonly
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
readonly required: {
|
|
2681
|
-
readonly type: "boolean";
|
|
2682
|
-
};
|
|
2683
|
-
readonly resource: {
|
|
2684
|
-
readonly properties: {
|
|
2685
|
-
readonly alias: {
|
|
2686
|
-
readonly minLength: 1;
|
|
2560
|
+
readonly type: "array";
|
|
2561
|
+
};
|
|
2562
|
+
readonly surfaces: {
|
|
2563
|
+
readonly items: {
|
|
2564
|
+
readonly properties: {
|
|
2565
|
+
readonly action: {
|
|
2566
|
+
readonly anyOf: readonly [{
|
|
2567
|
+
readonly const: "call";
|
|
2687
2568
|
readonly type: "string";
|
|
2688
|
-
}
|
|
2689
|
-
|
|
2690
|
-
readonly type: "
|
|
2691
|
-
}
|
|
2692
|
-
|
|
2693
|
-
readonly
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
readonly
|
|
2712
|
-
|
|
2569
|
+
}, {
|
|
2570
|
+
readonly const: "publish";
|
|
2571
|
+
readonly type: "string";
|
|
2572
|
+
}, {
|
|
2573
|
+
readonly const: "subscribe";
|
|
2574
|
+
readonly type: "string";
|
|
2575
|
+
}, {
|
|
2576
|
+
readonly const: "observe";
|
|
2577
|
+
readonly type: "string";
|
|
2578
|
+
}, {
|
|
2579
|
+
readonly const: "cancel";
|
|
2580
|
+
readonly type: "string";
|
|
2581
|
+
}];
|
|
2582
|
+
};
|
|
2583
|
+
readonly contractId: {
|
|
2584
|
+
readonly minLength: 1;
|
|
2585
|
+
readonly type: "string";
|
|
2586
|
+
};
|
|
2587
|
+
readonly kind: {
|
|
2588
|
+
readonly anyOf: readonly [{
|
|
2589
|
+
readonly const: "rpc";
|
|
2590
|
+
readonly type: "string";
|
|
2591
|
+
}, {
|
|
2592
|
+
readonly const: "operation";
|
|
2593
|
+
readonly type: "string";
|
|
2594
|
+
}, {
|
|
2595
|
+
readonly const: "event";
|
|
2596
|
+
readonly type: "string";
|
|
2597
|
+
}, {
|
|
2598
|
+
readonly const: "feed";
|
|
2599
|
+
readonly type: "string";
|
|
2600
|
+
}];
|
|
2601
|
+
};
|
|
2602
|
+
readonly name: {
|
|
2603
|
+
readonly minLength: 1;
|
|
2604
|
+
readonly type: "string";
|
|
2605
|
+
};
|
|
2606
|
+
readonly required: {
|
|
2607
|
+
readonly type: "boolean";
|
|
2713
2608
|
};
|
|
2714
|
-
readonly required: readonly ["kind", "alias", "required"];
|
|
2715
|
-
readonly type: "object";
|
|
2716
2609
|
};
|
|
2610
|
+
readonly required: readonly ["contractId", "kind", "name", "required"];
|
|
2611
|
+
readonly type: "object";
|
|
2717
2612
|
};
|
|
2718
|
-
readonly
|
|
2719
|
-
|
|
2720
|
-
}];
|
|
2613
|
+
readonly type: "array";
|
|
2614
|
+
};
|
|
2721
2615
|
};
|
|
2722
|
-
readonly
|
|
2616
|
+
readonly required: readonly ["contracts", "surfaces", "capabilities", "resources"];
|
|
2617
|
+
readonly type: "object";
|
|
2723
2618
|
};
|
|
2724
2619
|
readonly resources: {
|
|
2725
2620
|
readonly items: {
|
|
@@ -3012,147 +2907,132 @@ export declare const AuthDeploymentAuthorityPlanResponseSchema: {
|
|
|
3012
2907
|
readonly type: "array";
|
|
3013
2908
|
};
|
|
3014
2909
|
readonly requestedNeeds: {
|
|
3015
|
-
readonly
|
|
3016
|
-
readonly
|
|
3017
|
-
readonly
|
|
3018
|
-
readonly
|
|
3019
|
-
readonly
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
readonly
|
|
3024
|
-
|
|
3025
|
-
};
|
|
3026
|
-
readonly required: {
|
|
3027
|
-
readonly type: "boolean";
|
|
3028
|
-
};
|
|
3029
|
-
};
|
|
3030
|
-
readonly required: readonly ["kind", "contractId", "required"];
|
|
3031
|
-
readonly type: "object";
|
|
3032
|
-
}, {
|
|
3033
|
-
readonly properties: {
|
|
3034
|
-
readonly kind: {
|
|
3035
|
-
readonly const: "surface";
|
|
3036
|
-
readonly type: "string";
|
|
3037
|
-
};
|
|
3038
|
-
readonly required: {
|
|
3039
|
-
readonly type: "boolean";
|
|
3040
|
-
};
|
|
3041
|
-
readonly surface: {
|
|
3042
|
-
readonly properties: {
|
|
3043
|
-
readonly action: {
|
|
3044
|
-
readonly anyOf: readonly [{
|
|
3045
|
-
readonly const: "call";
|
|
3046
|
-
readonly type: "string";
|
|
3047
|
-
}, {
|
|
3048
|
-
readonly const: "publish";
|
|
3049
|
-
readonly type: "string";
|
|
3050
|
-
}, {
|
|
3051
|
-
readonly const: "subscribe";
|
|
3052
|
-
readonly type: "string";
|
|
3053
|
-
}, {
|
|
3054
|
-
readonly const: "observe";
|
|
3055
|
-
readonly type: "string";
|
|
3056
|
-
}, {
|
|
3057
|
-
readonly const: "cancel";
|
|
3058
|
-
readonly type: "string";
|
|
3059
|
-
}];
|
|
3060
|
-
};
|
|
3061
|
-
readonly contractId: {
|
|
3062
|
-
readonly minLength: 1;
|
|
3063
|
-
readonly type: "string";
|
|
3064
|
-
};
|
|
3065
|
-
readonly kind: {
|
|
3066
|
-
readonly anyOf: readonly [{
|
|
3067
|
-
readonly const: "rpc";
|
|
3068
|
-
readonly type: "string";
|
|
3069
|
-
}, {
|
|
3070
|
-
readonly const: "operation";
|
|
3071
|
-
readonly type: "string";
|
|
3072
|
-
}, {
|
|
3073
|
-
readonly const: "event";
|
|
3074
|
-
readonly type: "string";
|
|
3075
|
-
}, {
|
|
3076
|
-
readonly const: "feed";
|
|
3077
|
-
readonly type: "string";
|
|
3078
|
-
}];
|
|
3079
|
-
};
|
|
3080
|
-
readonly name: {
|
|
3081
|
-
readonly minLength: 1;
|
|
3082
|
-
readonly type: "string";
|
|
3083
|
-
};
|
|
2910
|
+
readonly properties: {
|
|
2911
|
+
readonly capabilities: {
|
|
2912
|
+
readonly items: {
|
|
2913
|
+
readonly properties: {
|
|
2914
|
+
readonly capability: {
|
|
2915
|
+
readonly minLength: 1;
|
|
2916
|
+
readonly type: "string";
|
|
2917
|
+
};
|
|
2918
|
+
readonly required: {
|
|
2919
|
+
readonly type: "boolean";
|
|
3084
2920
|
};
|
|
3085
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
3086
|
-
readonly type: "object";
|
|
3087
2921
|
};
|
|
2922
|
+
readonly required: readonly ["capability", "required"];
|
|
2923
|
+
readonly type: "object";
|
|
3088
2924
|
};
|
|
3089
|
-
readonly
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
readonly
|
|
3093
|
-
readonly
|
|
3094
|
-
readonly
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
readonly
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
readonly required: {
|
|
3102
|
-
readonly type: "boolean";
|
|
2925
|
+
readonly type: "array";
|
|
2926
|
+
};
|
|
2927
|
+
readonly contracts: {
|
|
2928
|
+
readonly items: {
|
|
2929
|
+
readonly properties: {
|
|
2930
|
+
readonly contractId: {
|
|
2931
|
+
readonly minLength: 1;
|
|
2932
|
+
readonly type: "string";
|
|
2933
|
+
};
|
|
2934
|
+
readonly required: {
|
|
2935
|
+
readonly type: "boolean";
|
|
2936
|
+
};
|
|
3103
2937
|
};
|
|
2938
|
+
readonly required: readonly ["contractId", "required"];
|
|
2939
|
+
readonly type: "object";
|
|
3104
2940
|
};
|
|
3105
|
-
readonly
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
readonly
|
|
3109
|
-
readonly
|
|
3110
|
-
readonly
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
readonly
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
readonly
|
|
3118
|
-
readonly
|
|
3119
|
-
readonly
|
|
2941
|
+
readonly type: "array";
|
|
2942
|
+
};
|
|
2943
|
+
readonly resources: {
|
|
2944
|
+
readonly items: {
|
|
2945
|
+
readonly properties: {
|
|
2946
|
+
readonly alias: {
|
|
2947
|
+
readonly minLength: 1;
|
|
2948
|
+
readonly type: "string";
|
|
2949
|
+
};
|
|
2950
|
+
readonly definition: {
|
|
2951
|
+
readonly type: "object";
|
|
2952
|
+
};
|
|
2953
|
+
readonly kind: {
|
|
2954
|
+
readonly anyOf: readonly [{
|
|
2955
|
+
readonly const: "kv";
|
|
3120
2956
|
readonly type: "string";
|
|
3121
|
-
}
|
|
3122
|
-
|
|
3123
|
-
readonly type: "
|
|
3124
|
-
}
|
|
3125
|
-
|
|
3126
|
-
readonly
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
readonly type: "string";
|
|
3138
|
-
}, {
|
|
3139
|
-
readonly const: "transfer";
|
|
3140
|
-
readonly type: "string";
|
|
3141
|
-
}];
|
|
3142
|
-
};
|
|
3143
|
-
readonly required: {
|
|
3144
|
-
readonly type: "boolean";
|
|
3145
|
-
};
|
|
2957
|
+
}, {
|
|
2958
|
+
readonly const: "store";
|
|
2959
|
+
readonly type: "string";
|
|
2960
|
+
}, {
|
|
2961
|
+
readonly const: "jobs";
|
|
2962
|
+
readonly type: "string";
|
|
2963
|
+
}, {
|
|
2964
|
+
readonly const: "event-consumer";
|
|
2965
|
+
readonly type: "string";
|
|
2966
|
+
}, {
|
|
2967
|
+
readonly const: "transfer";
|
|
2968
|
+
readonly type: "string";
|
|
2969
|
+
}];
|
|
2970
|
+
};
|
|
2971
|
+
readonly required: {
|
|
2972
|
+
readonly type: "boolean";
|
|
3146
2973
|
};
|
|
3147
|
-
readonly required: readonly ["kind", "alias", "required"];
|
|
3148
|
-
readonly type: "object";
|
|
3149
2974
|
};
|
|
2975
|
+
readonly required: readonly ["kind", "alias", "required"];
|
|
2976
|
+
readonly type: "object";
|
|
3150
2977
|
};
|
|
3151
|
-
readonly
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
2978
|
+
readonly type: "array";
|
|
2979
|
+
};
|
|
2980
|
+
readonly surfaces: {
|
|
2981
|
+
readonly items: {
|
|
2982
|
+
readonly properties: {
|
|
2983
|
+
readonly action: {
|
|
2984
|
+
readonly anyOf: readonly [{
|
|
2985
|
+
readonly const: "call";
|
|
2986
|
+
readonly type: "string";
|
|
2987
|
+
}, {
|
|
2988
|
+
readonly const: "publish";
|
|
2989
|
+
readonly type: "string";
|
|
2990
|
+
}, {
|
|
2991
|
+
readonly const: "subscribe";
|
|
2992
|
+
readonly type: "string";
|
|
2993
|
+
}, {
|
|
2994
|
+
readonly const: "observe";
|
|
2995
|
+
readonly type: "string";
|
|
2996
|
+
}, {
|
|
2997
|
+
readonly const: "cancel";
|
|
2998
|
+
readonly type: "string";
|
|
2999
|
+
}];
|
|
3000
|
+
};
|
|
3001
|
+
readonly contractId: {
|
|
3002
|
+
readonly minLength: 1;
|
|
3003
|
+
readonly type: "string";
|
|
3004
|
+
};
|
|
3005
|
+
readonly kind: {
|
|
3006
|
+
readonly anyOf: readonly [{
|
|
3007
|
+
readonly const: "rpc";
|
|
3008
|
+
readonly type: "string";
|
|
3009
|
+
}, {
|
|
3010
|
+
readonly const: "operation";
|
|
3011
|
+
readonly type: "string";
|
|
3012
|
+
}, {
|
|
3013
|
+
readonly const: "event";
|
|
3014
|
+
readonly type: "string";
|
|
3015
|
+
}, {
|
|
3016
|
+
readonly const: "feed";
|
|
3017
|
+
readonly type: "string";
|
|
3018
|
+
}];
|
|
3019
|
+
};
|
|
3020
|
+
readonly name: {
|
|
3021
|
+
readonly minLength: 1;
|
|
3022
|
+
readonly type: "string";
|
|
3023
|
+
};
|
|
3024
|
+
readonly required: {
|
|
3025
|
+
readonly type: "boolean";
|
|
3026
|
+
};
|
|
3027
|
+
};
|
|
3028
|
+
readonly required: readonly ["contractId", "kind", "name", "required"];
|
|
3029
|
+
readonly type: "object";
|
|
3030
|
+
};
|
|
3031
|
+
readonly type: "array";
|
|
3032
|
+
};
|
|
3033
|
+
};
|
|
3034
|
+
readonly required: readonly ["contracts", "surfaces", "capabilities", "resources"];
|
|
3035
|
+
readonly type: "object";
|
|
3156
3036
|
};
|
|
3157
3037
|
readonly summary: {
|
|
3158
3038
|
readonly type: "object";
|
|
@@ -3315,152 +3195,137 @@ export declare const AuthDeploymentAuthorityPlanResponseSchema: {
|
|
|
3315
3195
|
readonly type: "array";
|
|
3316
3196
|
};
|
|
3317
3197
|
readonly requestedNeeds: {
|
|
3318
|
-
readonly
|
|
3319
|
-
readonly
|
|
3320
|
-
readonly
|
|
3321
|
-
readonly
|
|
3322
|
-
readonly
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
readonly
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
readonly required: {
|
|
3330
|
-
readonly type: "boolean";
|
|
3198
|
+
readonly properties: {
|
|
3199
|
+
readonly capabilities: {
|
|
3200
|
+
readonly items: {
|
|
3201
|
+
readonly properties: {
|
|
3202
|
+
readonly capability: {
|
|
3203
|
+
readonly minLength: 1;
|
|
3204
|
+
readonly type: "string";
|
|
3205
|
+
};
|
|
3206
|
+
readonly required: {
|
|
3207
|
+
readonly type: "boolean";
|
|
3208
|
+
};
|
|
3331
3209
|
};
|
|
3210
|
+
readonly required: readonly ["capability", "required"];
|
|
3211
|
+
readonly type: "object";
|
|
3332
3212
|
};
|
|
3333
|
-
readonly
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
readonly
|
|
3337
|
-
readonly
|
|
3338
|
-
readonly
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
readonly
|
|
3213
|
+
readonly type: "array";
|
|
3214
|
+
};
|
|
3215
|
+
readonly contracts: {
|
|
3216
|
+
readonly items: {
|
|
3217
|
+
readonly properties: {
|
|
3218
|
+
readonly contractId: {
|
|
3219
|
+
readonly minLength: 1;
|
|
3220
|
+
readonly type: "string";
|
|
3221
|
+
};
|
|
3222
|
+
readonly required: {
|
|
3223
|
+
readonly type: "boolean";
|
|
3224
|
+
};
|
|
3343
3225
|
};
|
|
3344
|
-
readonly
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
}];
|
|
3363
|
-
};
|
|
3364
|
-
readonly contractId: {
|
|
3365
|
-
readonly minLength: 1;
|
|
3226
|
+
readonly required: readonly ["contractId", "required"];
|
|
3227
|
+
readonly type: "object";
|
|
3228
|
+
};
|
|
3229
|
+
readonly type: "array";
|
|
3230
|
+
};
|
|
3231
|
+
readonly resources: {
|
|
3232
|
+
readonly items: {
|
|
3233
|
+
readonly properties: {
|
|
3234
|
+
readonly alias: {
|
|
3235
|
+
readonly minLength: 1;
|
|
3236
|
+
readonly type: "string";
|
|
3237
|
+
};
|
|
3238
|
+
readonly definition: {
|
|
3239
|
+
readonly type: "object";
|
|
3240
|
+
};
|
|
3241
|
+
readonly kind: {
|
|
3242
|
+
readonly anyOf: readonly [{
|
|
3243
|
+
readonly const: "kv";
|
|
3366
3244
|
readonly type: "string";
|
|
3367
|
-
}
|
|
3368
|
-
|
|
3369
|
-
readonly anyOf: readonly [{
|
|
3370
|
-
readonly const: "rpc";
|
|
3371
|
-
readonly type: "string";
|
|
3372
|
-
}, {
|
|
3373
|
-
readonly const: "operation";
|
|
3374
|
-
readonly type: "string";
|
|
3375
|
-
}, {
|
|
3376
|
-
readonly const: "event";
|
|
3377
|
-
readonly type: "string";
|
|
3378
|
-
}, {
|
|
3379
|
-
readonly const: "feed";
|
|
3380
|
-
readonly type: "string";
|
|
3381
|
-
}];
|
|
3382
|
-
};
|
|
3383
|
-
readonly name: {
|
|
3384
|
-
readonly minLength: 1;
|
|
3245
|
+
}, {
|
|
3246
|
+
readonly const: "store";
|
|
3385
3247
|
readonly type: "string";
|
|
3386
|
-
}
|
|
3248
|
+
}, {
|
|
3249
|
+
readonly const: "jobs";
|
|
3250
|
+
readonly type: "string";
|
|
3251
|
+
}, {
|
|
3252
|
+
readonly const: "event-consumer";
|
|
3253
|
+
readonly type: "string";
|
|
3254
|
+
}, {
|
|
3255
|
+
readonly const: "transfer";
|
|
3256
|
+
readonly type: "string";
|
|
3257
|
+
}];
|
|
3258
|
+
};
|
|
3259
|
+
readonly required: {
|
|
3260
|
+
readonly type: "boolean";
|
|
3387
3261
|
};
|
|
3388
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
3389
|
-
readonly type: "object";
|
|
3390
|
-
};
|
|
3391
|
-
};
|
|
3392
|
-
readonly required: readonly ["kind", "surface", "required"];
|
|
3393
|
-
readonly type: "object";
|
|
3394
|
-
}, {
|
|
3395
|
-
readonly properties: {
|
|
3396
|
-
readonly capability: {
|
|
3397
|
-
readonly minLength: 1;
|
|
3398
|
-
readonly type: "string";
|
|
3399
|
-
};
|
|
3400
|
-
readonly kind: {
|
|
3401
|
-
readonly const: "capability";
|
|
3402
|
-
readonly type: "string";
|
|
3403
|
-
};
|
|
3404
|
-
readonly required: {
|
|
3405
|
-
readonly type: "boolean";
|
|
3406
3262
|
};
|
|
3263
|
+
readonly required: readonly ["kind", "alias", "required"];
|
|
3264
|
+
readonly type: "object";
|
|
3407
3265
|
};
|
|
3408
|
-
readonly
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
readonly
|
|
3412
|
-
readonly
|
|
3413
|
-
readonly
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
readonly required: {
|
|
3417
|
-
readonly type: "boolean";
|
|
3418
|
-
};
|
|
3419
|
-
readonly resource: {
|
|
3420
|
-
readonly properties: {
|
|
3421
|
-
readonly alias: {
|
|
3422
|
-
readonly minLength: 1;
|
|
3266
|
+
readonly type: "array";
|
|
3267
|
+
};
|
|
3268
|
+
readonly surfaces: {
|
|
3269
|
+
readonly items: {
|
|
3270
|
+
readonly properties: {
|
|
3271
|
+
readonly action: {
|
|
3272
|
+
readonly anyOf: readonly [{
|
|
3273
|
+
readonly const: "call";
|
|
3423
3274
|
readonly type: "string";
|
|
3424
|
-
}
|
|
3425
|
-
|
|
3426
|
-
readonly type: "
|
|
3427
|
-
}
|
|
3428
|
-
|
|
3429
|
-
readonly
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
readonly type: "string";
|
|
3438
|
-
}, {
|
|
3439
|
-
readonly const: "event-consumer";
|
|
3440
|
-
readonly type: "string";
|
|
3441
|
-
}, {
|
|
3442
|
-
readonly const: "transfer";
|
|
3443
|
-
readonly type: "string";
|
|
3444
|
-
}];
|
|
3445
|
-
};
|
|
3446
|
-
readonly required: {
|
|
3447
|
-
readonly type: "boolean";
|
|
3448
|
-
};
|
|
3275
|
+
}, {
|
|
3276
|
+
readonly const: "publish";
|
|
3277
|
+
readonly type: "string";
|
|
3278
|
+
}, {
|
|
3279
|
+
readonly const: "subscribe";
|
|
3280
|
+
readonly type: "string";
|
|
3281
|
+
}, {
|
|
3282
|
+
readonly const: "observe";
|
|
3283
|
+
readonly type: "string";
|
|
3284
|
+
}, {
|
|
3285
|
+
readonly const: "cancel";
|
|
3286
|
+
readonly type: "string";
|
|
3287
|
+
}];
|
|
3449
3288
|
};
|
|
3450
|
-
readonly
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3289
|
+
readonly contractId: {
|
|
3290
|
+
readonly minLength: 1;
|
|
3291
|
+
readonly type: "string";
|
|
3292
|
+
};
|
|
3293
|
+
readonly kind: {
|
|
3294
|
+
readonly anyOf: readonly [{
|
|
3295
|
+
readonly const: "rpc";
|
|
3296
|
+
readonly type: "string";
|
|
3297
|
+
}, {
|
|
3298
|
+
readonly const: "operation";
|
|
3299
|
+
readonly type: "string";
|
|
3300
|
+
}, {
|
|
3301
|
+
readonly const: "event";
|
|
3302
|
+
readonly type: "string";
|
|
3303
|
+
}, {
|
|
3304
|
+
readonly const: "feed";
|
|
3305
|
+
readonly type: "string";
|
|
3306
|
+
}];
|
|
3307
|
+
};
|
|
3308
|
+
readonly name: {
|
|
3309
|
+
readonly minLength: 1;
|
|
3310
|
+
readonly type: "string";
|
|
3311
|
+
};
|
|
3312
|
+
readonly required: {
|
|
3313
|
+
readonly type: "boolean";
|
|
3314
|
+
};
|
|
3315
|
+
};
|
|
3316
|
+
readonly required: readonly ["contractId", "kind", "name", "required"];
|
|
3317
|
+
readonly type: "object";
|
|
3318
|
+
};
|
|
3319
|
+
readonly type: "array";
|
|
3320
|
+
};
|
|
3321
|
+
};
|
|
3322
|
+
readonly required: readonly ["contracts", "surfaces", "capabilities", "resources"];
|
|
3323
|
+
readonly type: "object";
|
|
3324
|
+
};
|
|
3325
|
+
readonly summary: {
|
|
3326
|
+
readonly type: "object";
|
|
3327
|
+
};
|
|
3328
|
+
};
|
|
3464
3329
|
readonly required: readonly ["deploymentId", "contractId", "contractDigest", "requestedNeeds", "providedSurfaces"];
|
|
3465
3330
|
readonly type: "object";
|
|
3466
3331
|
};
|
|
@@ -3634,147 +3499,132 @@ export declare const AuthDeploymentAuthorityPlansGetResponseSchema: {
|
|
|
3634
3499
|
readonly type: "array";
|
|
3635
3500
|
};
|
|
3636
3501
|
readonly requestedNeeds: {
|
|
3637
|
-
readonly
|
|
3638
|
-
readonly
|
|
3639
|
-
readonly
|
|
3640
|
-
readonly
|
|
3641
|
-
readonly
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
readonly
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
readonly required: {
|
|
3649
|
-
readonly type: "boolean";
|
|
3502
|
+
readonly properties: {
|
|
3503
|
+
readonly capabilities: {
|
|
3504
|
+
readonly items: {
|
|
3505
|
+
readonly properties: {
|
|
3506
|
+
readonly capability: {
|
|
3507
|
+
readonly minLength: 1;
|
|
3508
|
+
readonly type: "string";
|
|
3509
|
+
};
|
|
3510
|
+
readonly required: {
|
|
3511
|
+
readonly type: "boolean";
|
|
3512
|
+
};
|
|
3650
3513
|
};
|
|
3514
|
+
readonly required: readonly ["capability", "required"];
|
|
3515
|
+
readonly type: "object";
|
|
3651
3516
|
};
|
|
3652
|
-
readonly
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
readonly
|
|
3656
|
-
readonly
|
|
3657
|
-
readonly
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
readonly
|
|
3517
|
+
readonly type: "array";
|
|
3518
|
+
};
|
|
3519
|
+
readonly contracts: {
|
|
3520
|
+
readonly items: {
|
|
3521
|
+
readonly properties: {
|
|
3522
|
+
readonly contractId: {
|
|
3523
|
+
readonly minLength: 1;
|
|
3524
|
+
readonly type: "string";
|
|
3525
|
+
};
|
|
3526
|
+
readonly required: {
|
|
3527
|
+
readonly type: "boolean";
|
|
3528
|
+
};
|
|
3662
3529
|
};
|
|
3663
|
-
readonly
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
}];
|
|
3682
|
-
};
|
|
3683
|
-
readonly contractId: {
|
|
3684
|
-
readonly minLength: 1;
|
|
3530
|
+
readonly required: readonly ["contractId", "required"];
|
|
3531
|
+
readonly type: "object";
|
|
3532
|
+
};
|
|
3533
|
+
readonly type: "array";
|
|
3534
|
+
};
|
|
3535
|
+
readonly resources: {
|
|
3536
|
+
readonly items: {
|
|
3537
|
+
readonly properties: {
|
|
3538
|
+
readonly alias: {
|
|
3539
|
+
readonly minLength: 1;
|
|
3540
|
+
readonly type: "string";
|
|
3541
|
+
};
|
|
3542
|
+
readonly definition: {
|
|
3543
|
+
readonly type: "object";
|
|
3544
|
+
};
|
|
3545
|
+
readonly kind: {
|
|
3546
|
+
readonly anyOf: readonly [{
|
|
3547
|
+
readonly const: "kv";
|
|
3685
3548
|
readonly type: "string";
|
|
3686
|
-
}
|
|
3687
|
-
|
|
3688
|
-
readonly anyOf: readonly [{
|
|
3689
|
-
readonly const: "rpc";
|
|
3690
|
-
readonly type: "string";
|
|
3691
|
-
}, {
|
|
3692
|
-
readonly const: "operation";
|
|
3693
|
-
readonly type: "string";
|
|
3694
|
-
}, {
|
|
3695
|
-
readonly const: "event";
|
|
3696
|
-
readonly type: "string";
|
|
3697
|
-
}, {
|
|
3698
|
-
readonly const: "feed";
|
|
3699
|
-
readonly type: "string";
|
|
3700
|
-
}];
|
|
3701
|
-
};
|
|
3702
|
-
readonly name: {
|
|
3703
|
-
readonly minLength: 1;
|
|
3549
|
+
}, {
|
|
3550
|
+
readonly const: "store";
|
|
3704
3551
|
readonly type: "string";
|
|
3705
|
-
}
|
|
3552
|
+
}, {
|
|
3553
|
+
readonly const: "jobs";
|
|
3554
|
+
readonly type: "string";
|
|
3555
|
+
}, {
|
|
3556
|
+
readonly const: "event-consumer";
|
|
3557
|
+
readonly type: "string";
|
|
3558
|
+
}, {
|
|
3559
|
+
readonly const: "transfer";
|
|
3560
|
+
readonly type: "string";
|
|
3561
|
+
}];
|
|
3562
|
+
};
|
|
3563
|
+
readonly required: {
|
|
3564
|
+
readonly type: "boolean";
|
|
3706
3565
|
};
|
|
3707
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
3708
|
-
readonly type: "object";
|
|
3709
|
-
};
|
|
3710
|
-
};
|
|
3711
|
-
readonly required: readonly ["kind", "surface", "required"];
|
|
3712
|
-
readonly type: "object";
|
|
3713
|
-
}, {
|
|
3714
|
-
readonly properties: {
|
|
3715
|
-
readonly capability: {
|
|
3716
|
-
readonly minLength: 1;
|
|
3717
|
-
readonly type: "string";
|
|
3718
|
-
};
|
|
3719
|
-
readonly kind: {
|
|
3720
|
-
readonly const: "capability";
|
|
3721
|
-
readonly type: "string";
|
|
3722
|
-
};
|
|
3723
|
-
readonly required: {
|
|
3724
|
-
readonly type: "boolean";
|
|
3725
3566
|
};
|
|
3567
|
+
readonly required: readonly ["kind", "alias", "required"];
|
|
3568
|
+
readonly type: "object";
|
|
3726
3569
|
};
|
|
3727
|
-
readonly
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
readonly
|
|
3731
|
-
readonly
|
|
3732
|
-
readonly
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
readonly required: {
|
|
3736
|
-
readonly type: "boolean";
|
|
3737
|
-
};
|
|
3738
|
-
readonly resource: {
|
|
3739
|
-
readonly properties: {
|
|
3740
|
-
readonly alias: {
|
|
3741
|
-
readonly minLength: 1;
|
|
3570
|
+
readonly type: "array";
|
|
3571
|
+
};
|
|
3572
|
+
readonly surfaces: {
|
|
3573
|
+
readonly items: {
|
|
3574
|
+
readonly properties: {
|
|
3575
|
+
readonly action: {
|
|
3576
|
+
readonly anyOf: readonly [{
|
|
3577
|
+
readonly const: "call";
|
|
3742
3578
|
readonly type: "string";
|
|
3743
|
-
}
|
|
3744
|
-
|
|
3745
|
-
readonly type: "
|
|
3746
|
-
}
|
|
3747
|
-
|
|
3748
|
-
readonly
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
readonly
|
|
3767
|
-
|
|
3579
|
+
}, {
|
|
3580
|
+
readonly const: "publish";
|
|
3581
|
+
readonly type: "string";
|
|
3582
|
+
}, {
|
|
3583
|
+
readonly const: "subscribe";
|
|
3584
|
+
readonly type: "string";
|
|
3585
|
+
}, {
|
|
3586
|
+
readonly const: "observe";
|
|
3587
|
+
readonly type: "string";
|
|
3588
|
+
}, {
|
|
3589
|
+
readonly const: "cancel";
|
|
3590
|
+
readonly type: "string";
|
|
3591
|
+
}];
|
|
3592
|
+
};
|
|
3593
|
+
readonly contractId: {
|
|
3594
|
+
readonly minLength: 1;
|
|
3595
|
+
readonly type: "string";
|
|
3596
|
+
};
|
|
3597
|
+
readonly kind: {
|
|
3598
|
+
readonly anyOf: readonly [{
|
|
3599
|
+
readonly const: "rpc";
|
|
3600
|
+
readonly type: "string";
|
|
3601
|
+
}, {
|
|
3602
|
+
readonly const: "operation";
|
|
3603
|
+
readonly type: "string";
|
|
3604
|
+
}, {
|
|
3605
|
+
readonly const: "event";
|
|
3606
|
+
readonly type: "string";
|
|
3607
|
+
}, {
|
|
3608
|
+
readonly const: "feed";
|
|
3609
|
+
readonly type: "string";
|
|
3610
|
+
}];
|
|
3611
|
+
};
|
|
3612
|
+
readonly name: {
|
|
3613
|
+
readonly minLength: 1;
|
|
3614
|
+
readonly type: "string";
|
|
3615
|
+
};
|
|
3616
|
+
readonly required: {
|
|
3617
|
+
readonly type: "boolean";
|
|
3768
3618
|
};
|
|
3769
|
-
readonly required: readonly ["kind", "alias", "required"];
|
|
3770
|
-
readonly type: "object";
|
|
3771
3619
|
};
|
|
3620
|
+
readonly required: readonly ["contractId", "kind", "name", "required"];
|
|
3621
|
+
readonly type: "object";
|
|
3772
3622
|
};
|
|
3773
|
-
readonly
|
|
3774
|
-
|
|
3775
|
-
}];
|
|
3623
|
+
readonly type: "array";
|
|
3624
|
+
};
|
|
3776
3625
|
};
|
|
3777
|
-
readonly
|
|
3626
|
+
readonly required: readonly ["contracts", "surfaces", "capabilities", "resources"];
|
|
3627
|
+
readonly type: "object";
|
|
3778
3628
|
};
|
|
3779
3629
|
readonly summary: {
|
|
3780
3630
|
readonly type: "object";
|
|
@@ -3937,147 +3787,132 @@ export declare const AuthDeploymentAuthorityPlansGetResponseSchema: {
|
|
|
3937
3787
|
readonly type: "array";
|
|
3938
3788
|
};
|
|
3939
3789
|
readonly requestedNeeds: {
|
|
3940
|
-
readonly
|
|
3941
|
-
readonly
|
|
3942
|
-
readonly
|
|
3943
|
-
readonly
|
|
3944
|
-
readonly
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
readonly
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
readonly required: {
|
|
3952
|
-
readonly type: "boolean";
|
|
3790
|
+
readonly properties: {
|
|
3791
|
+
readonly capabilities: {
|
|
3792
|
+
readonly items: {
|
|
3793
|
+
readonly properties: {
|
|
3794
|
+
readonly capability: {
|
|
3795
|
+
readonly minLength: 1;
|
|
3796
|
+
readonly type: "string";
|
|
3797
|
+
};
|
|
3798
|
+
readonly required: {
|
|
3799
|
+
readonly type: "boolean";
|
|
3800
|
+
};
|
|
3953
3801
|
};
|
|
3802
|
+
readonly required: readonly ["capability", "required"];
|
|
3803
|
+
readonly type: "object";
|
|
3954
3804
|
};
|
|
3955
|
-
readonly
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
readonly
|
|
3959
|
-
readonly
|
|
3960
|
-
readonly
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
readonly
|
|
3805
|
+
readonly type: "array";
|
|
3806
|
+
};
|
|
3807
|
+
readonly contracts: {
|
|
3808
|
+
readonly items: {
|
|
3809
|
+
readonly properties: {
|
|
3810
|
+
readonly contractId: {
|
|
3811
|
+
readonly minLength: 1;
|
|
3812
|
+
readonly type: "string";
|
|
3813
|
+
};
|
|
3814
|
+
readonly required: {
|
|
3815
|
+
readonly type: "boolean";
|
|
3816
|
+
};
|
|
3965
3817
|
};
|
|
3966
|
-
readonly
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
}];
|
|
3985
|
-
};
|
|
3986
|
-
readonly contractId: {
|
|
3987
|
-
readonly minLength: 1;
|
|
3818
|
+
readonly required: readonly ["contractId", "required"];
|
|
3819
|
+
readonly type: "object";
|
|
3820
|
+
};
|
|
3821
|
+
readonly type: "array";
|
|
3822
|
+
};
|
|
3823
|
+
readonly resources: {
|
|
3824
|
+
readonly items: {
|
|
3825
|
+
readonly properties: {
|
|
3826
|
+
readonly alias: {
|
|
3827
|
+
readonly minLength: 1;
|
|
3828
|
+
readonly type: "string";
|
|
3829
|
+
};
|
|
3830
|
+
readonly definition: {
|
|
3831
|
+
readonly type: "object";
|
|
3832
|
+
};
|
|
3833
|
+
readonly kind: {
|
|
3834
|
+
readonly anyOf: readonly [{
|
|
3835
|
+
readonly const: "kv";
|
|
3988
3836
|
readonly type: "string";
|
|
3989
|
-
}
|
|
3990
|
-
|
|
3991
|
-
readonly anyOf: readonly [{
|
|
3992
|
-
readonly const: "rpc";
|
|
3993
|
-
readonly type: "string";
|
|
3994
|
-
}, {
|
|
3995
|
-
readonly const: "operation";
|
|
3996
|
-
readonly type: "string";
|
|
3997
|
-
}, {
|
|
3998
|
-
readonly const: "event";
|
|
3999
|
-
readonly type: "string";
|
|
4000
|
-
}, {
|
|
4001
|
-
readonly const: "feed";
|
|
4002
|
-
readonly type: "string";
|
|
4003
|
-
}];
|
|
4004
|
-
};
|
|
4005
|
-
readonly name: {
|
|
4006
|
-
readonly minLength: 1;
|
|
3837
|
+
}, {
|
|
3838
|
+
readonly const: "store";
|
|
4007
3839
|
readonly type: "string";
|
|
4008
|
-
}
|
|
3840
|
+
}, {
|
|
3841
|
+
readonly const: "jobs";
|
|
3842
|
+
readonly type: "string";
|
|
3843
|
+
}, {
|
|
3844
|
+
readonly const: "event-consumer";
|
|
3845
|
+
readonly type: "string";
|
|
3846
|
+
}, {
|
|
3847
|
+
readonly const: "transfer";
|
|
3848
|
+
readonly type: "string";
|
|
3849
|
+
}];
|
|
3850
|
+
};
|
|
3851
|
+
readonly required: {
|
|
3852
|
+
readonly type: "boolean";
|
|
4009
3853
|
};
|
|
4010
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
4011
|
-
readonly type: "object";
|
|
4012
|
-
};
|
|
4013
|
-
};
|
|
4014
|
-
readonly required: readonly ["kind", "surface", "required"];
|
|
4015
|
-
readonly type: "object";
|
|
4016
|
-
}, {
|
|
4017
|
-
readonly properties: {
|
|
4018
|
-
readonly capability: {
|
|
4019
|
-
readonly minLength: 1;
|
|
4020
|
-
readonly type: "string";
|
|
4021
|
-
};
|
|
4022
|
-
readonly kind: {
|
|
4023
|
-
readonly const: "capability";
|
|
4024
|
-
readonly type: "string";
|
|
4025
|
-
};
|
|
4026
|
-
readonly required: {
|
|
4027
|
-
readonly type: "boolean";
|
|
4028
3854
|
};
|
|
3855
|
+
readonly required: readonly ["kind", "alias", "required"];
|
|
3856
|
+
readonly type: "object";
|
|
4029
3857
|
};
|
|
4030
|
-
readonly
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
readonly
|
|
4034
|
-
readonly
|
|
4035
|
-
readonly
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
readonly required: {
|
|
4039
|
-
readonly type: "boolean";
|
|
4040
|
-
};
|
|
4041
|
-
readonly resource: {
|
|
4042
|
-
readonly properties: {
|
|
4043
|
-
readonly alias: {
|
|
4044
|
-
readonly minLength: 1;
|
|
3858
|
+
readonly type: "array";
|
|
3859
|
+
};
|
|
3860
|
+
readonly surfaces: {
|
|
3861
|
+
readonly items: {
|
|
3862
|
+
readonly properties: {
|
|
3863
|
+
readonly action: {
|
|
3864
|
+
readonly anyOf: readonly [{
|
|
3865
|
+
readonly const: "call";
|
|
4045
3866
|
readonly type: "string";
|
|
4046
|
-
}
|
|
4047
|
-
|
|
4048
|
-
readonly type: "
|
|
4049
|
-
}
|
|
4050
|
-
|
|
4051
|
-
readonly
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
readonly
|
|
4070
|
-
|
|
3867
|
+
}, {
|
|
3868
|
+
readonly const: "publish";
|
|
3869
|
+
readonly type: "string";
|
|
3870
|
+
}, {
|
|
3871
|
+
readonly const: "subscribe";
|
|
3872
|
+
readonly type: "string";
|
|
3873
|
+
}, {
|
|
3874
|
+
readonly const: "observe";
|
|
3875
|
+
readonly type: "string";
|
|
3876
|
+
}, {
|
|
3877
|
+
readonly const: "cancel";
|
|
3878
|
+
readonly type: "string";
|
|
3879
|
+
}];
|
|
3880
|
+
};
|
|
3881
|
+
readonly contractId: {
|
|
3882
|
+
readonly minLength: 1;
|
|
3883
|
+
readonly type: "string";
|
|
3884
|
+
};
|
|
3885
|
+
readonly kind: {
|
|
3886
|
+
readonly anyOf: readonly [{
|
|
3887
|
+
readonly const: "rpc";
|
|
3888
|
+
readonly type: "string";
|
|
3889
|
+
}, {
|
|
3890
|
+
readonly const: "operation";
|
|
3891
|
+
readonly type: "string";
|
|
3892
|
+
}, {
|
|
3893
|
+
readonly const: "event";
|
|
3894
|
+
readonly type: "string";
|
|
3895
|
+
}, {
|
|
3896
|
+
readonly const: "feed";
|
|
3897
|
+
readonly type: "string";
|
|
3898
|
+
}];
|
|
3899
|
+
};
|
|
3900
|
+
readonly name: {
|
|
3901
|
+
readonly minLength: 1;
|
|
3902
|
+
readonly type: "string";
|
|
3903
|
+
};
|
|
3904
|
+
readonly required: {
|
|
3905
|
+
readonly type: "boolean";
|
|
4071
3906
|
};
|
|
4072
|
-
readonly required: readonly ["kind", "alias", "required"];
|
|
4073
|
-
readonly type: "object";
|
|
4074
3907
|
};
|
|
3908
|
+
readonly required: readonly ["contractId", "kind", "name", "required"];
|
|
3909
|
+
readonly type: "object";
|
|
4075
3910
|
};
|
|
4076
|
-
readonly
|
|
4077
|
-
|
|
4078
|
-
}];
|
|
3911
|
+
readonly type: "array";
|
|
3912
|
+
};
|
|
4079
3913
|
};
|
|
4080
|
-
readonly
|
|
3914
|
+
readonly required: readonly ["contracts", "surfaces", "capabilities", "resources"];
|
|
3915
|
+
readonly type: "object";
|
|
4081
3916
|
};
|
|
4082
3917
|
readonly summary: {
|
|
4083
3918
|
readonly type: "object";
|
|
@@ -4316,147 +4151,132 @@ export declare const AuthDeploymentAuthorityPlansListResponseSchema: {
|
|
|
4316
4151
|
readonly type: "array";
|
|
4317
4152
|
};
|
|
4318
4153
|
readonly requestedNeeds: {
|
|
4319
|
-
readonly
|
|
4320
|
-
readonly
|
|
4321
|
-
readonly
|
|
4322
|
-
readonly
|
|
4323
|
-
readonly
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
readonly
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
readonly required: {
|
|
4331
|
-
readonly type: "boolean";
|
|
4154
|
+
readonly properties: {
|
|
4155
|
+
readonly capabilities: {
|
|
4156
|
+
readonly items: {
|
|
4157
|
+
readonly properties: {
|
|
4158
|
+
readonly capability: {
|
|
4159
|
+
readonly minLength: 1;
|
|
4160
|
+
readonly type: "string";
|
|
4161
|
+
};
|
|
4162
|
+
readonly required: {
|
|
4163
|
+
readonly type: "boolean";
|
|
4164
|
+
};
|
|
4332
4165
|
};
|
|
4166
|
+
readonly required: readonly ["capability", "required"];
|
|
4167
|
+
readonly type: "object";
|
|
4333
4168
|
};
|
|
4334
|
-
readonly
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
readonly
|
|
4338
|
-
readonly
|
|
4339
|
-
readonly
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
readonly
|
|
4169
|
+
readonly type: "array";
|
|
4170
|
+
};
|
|
4171
|
+
readonly contracts: {
|
|
4172
|
+
readonly items: {
|
|
4173
|
+
readonly properties: {
|
|
4174
|
+
readonly contractId: {
|
|
4175
|
+
readonly minLength: 1;
|
|
4176
|
+
readonly type: "string";
|
|
4177
|
+
};
|
|
4178
|
+
readonly required: {
|
|
4179
|
+
readonly type: "boolean";
|
|
4180
|
+
};
|
|
4344
4181
|
};
|
|
4345
|
-
readonly
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
}];
|
|
4364
|
-
};
|
|
4365
|
-
readonly contractId: {
|
|
4366
|
-
readonly minLength: 1;
|
|
4182
|
+
readonly required: readonly ["contractId", "required"];
|
|
4183
|
+
readonly type: "object";
|
|
4184
|
+
};
|
|
4185
|
+
readonly type: "array";
|
|
4186
|
+
};
|
|
4187
|
+
readonly resources: {
|
|
4188
|
+
readonly items: {
|
|
4189
|
+
readonly properties: {
|
|
4190
|
+
readonly alias: {
|
|
4191
|
+
readonly minLength: 1;
|
|
4192
|
+
readonly type: "string";
|
|
4193
|
+
};
|
|
4194
|
+
readonly definition: {
|
|
4195
|
+
readonly type: "object";
|
|
4196
|
+
};
|
|
4197
|
+
readonly kind: {
|
|
4198
|
+
readonly anyOf: readonly [{
|
|
4199
|
+
readonly const: "kv";
|
|
4367
4200
|
readonly type: "string";
|
|
4368
|
-
}
|
|
4369
|
-
|
|
4370
|
-
readonly anyOf: readonly [{
|
|
4371
|
-
readonly const: "rpc";
|
|
4372
|
-
readonly type: "string";
|
|
4373
|
-
}, {
|
|
4374
|
-
readonly const: "operation";
|
|
4375
|
-
readonly type: "string";
|
|
4376
|
-
}, {
|
|
4377
|
-
readonly const: "event";
|
|
4378
|
-
readonly type: "string";
|
|
4379
|
-
}, {
|
|
4380
|
-
readonly const: "feed";
|
|
4381
|
-
readonly type: "string";
|
|
4382
|
-
}];
|
|
4383
|
-
};
|
|
4384
|
-
readonly name: {
|
|
4385
|
-
readonly minLength: 1;
|
|
4201
|
+
}, {
|
|
4202
|
+
readonly const: "store";
|
|
4386
4203
|
readonly type: "string";
|
|
4387
|
-
}
|
|
4204
|
+
}, {
|
|
4205
|
+
readonly const: "jobs";
|
|
4206
|
+
readonly type: "string";
|
|
4207
|
+
}, {
|
|
4208
|
+
readonly const: "event-consumer";
|
|
4209
|
+
readonly type: "string";
|
|
4210
|
+
}, {
|
|
4211
|
+
readonly const: "transfer";
|
|
4212
|
+
readonly type: "string";
|
|
4213
|
+
}];
|
|
4214
|
+
};
|
|
4215
|
+
readonly required: {
|
|
4216
|
+
readonly type: "boolean";
|
|
4388
4217
|
};
|
|
4389
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
4390
|
-
readonly type: "object";
|
|
4391
|
-
};
|
|
4392
|
-
};
|
|
4393
|
-
readonly required: readonly ["kind", "surface", "required"];
|
|
4394
|
-
readonly type: "object";
|
|
4395
|
-
}, {
|
|
4396
|
-
readonly properties: {
|
|
4397
|
-
readonly capability: {
|
|
4398
|
-
readonly minLength: 1;
|
|
4399
|
-
readonly type: "string";
|
|
4400
|
-
};
|
|
4401
|
-
readonly kind: {
|
|
4402
|
-
readonly const: "capability";
|
|
4403
|
-
readonly type: "string";
|
|
4404
|
-
};
|
|
4405
|
-
readonly required: {
|
|
4406
|
-
readonly type: "boolean";
|
|
4407
4218
|
};
|
|
4219
|
+
readonly required: readonly ["kind", "alias", "required"];
|
|
4220
|
+
readonly type: "object";
|
|
4408
4221
|
};
|
|
4409
|
-
readonly
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
readonly
|
|
4413
|
-
readonly
|
|
4414
|
-
readonly
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
readonly required: {
|
|
4418
|
-
readonly type: "boolean";
|
|
4419
|
-
};
|
|
4420
|
-
readonly resource: {
|
|
4421
|
-
readonly properties: {
|
|
4422
|
-
readonly alias: {
|
|
4423
|
-
readonly minLength: 1;
|
|
4222
|
+
readonly type: "array";
|
|
4223
|
+
};
|
|
4224
|
+
readonly surfaces: {
|
|
4225
|
+
readonly items: {
|
|
4226
|
+
readonly properties: {
|
|
4227
|
+
readonly action: {
|
|
4228
|
+
readonly anyOf: readonly [{
|
|
4229
|
+
readonly const: "call";
|
|
4424
4230
|
readonly type: "string";
|
|
4425
|
-
}
|
|
4426
|
-
|
|
4427
|
-
readonly type: "
|
|
4428
|
-
}
|
|
4429
|
-
|
|
4430
|
-
readonly
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
readonly
|
|
4449
|
-
|
|
4231
|
+
}, {
|
|
4232
|
+
readonly const: "publish";
|
|
4233
|
+
readonly type: "string";
|
|
4234
|
+
}, {
|
|
4235
|
+
readonly const: "subscribe";
|
|
4236
|
+
readonly type: "string";
|
|
4237
|
+
}, {
|
|
4238
|
+
readonly const: "observe";
|
|
4239
|
+
readonly type: "string";
|
|
4240
|
+
}, {
|
|
4241
|
+
readonly const: "cancel";
|
|
4242
|
+
readonly type: "string";
|
|
4243
|
+
}];
|
|
4244
|
+
};
|
|
4245
|
+
readonly contractId: {
|
|
4246
|
+
readonly minLength: 1;
|
|
4247
|
+
readonly type: "string";
|
|
4248
|
+
};
|
|
4249
|
+
readonly kind: {
|
|
4250
|
+
readonly anyOf: readonly [{
|
|
4251
|
+
readonly const: "rpc";
|
|
4252
|
+
readonly type: "string";
|
|
4253
|
+
}, {
|
|
4254
|
+
readonly const: "operation";
|
|
4255
|
+
readonly type: "string";
|
|
4256
|
+
}, {
|
|
4257
|
+
readonly const: "event";
|
|
4258
|
+
readonly type: "string";
|
|
4259
|
+
}, {
|
|
4260
|
+
readonly const: "feed";
|
|
4261
|
+
readonly type: "string";
|
|
4262
|
+
}];
|
|
4263
|
+
};
|
|
4264
|
+
readonly name: {
|
|
4265
|
+
readonly minLength: 1;
|
|
4266
|
+
readonly type: "string";
|
|
4267
|
+
};
|
|
4268
|
+
readonly required: {
|
|
4269
|
+
readonly type: "boolean";
|
|
4450
4270
|
};
|
|
4451
|
-
readonly required: readonly ["kind", "alias", "required"];
|
|
4452
|
-
readonly type: "object";
|
|
4453
4271
|
};
|
|
4272
|
+
readonly required: readonly ["contractId", "kind", "name", "required"];
|
|
4273
|
+
readonly type: "object";
|
|
4454
4274
|
};
|
|
4455
|
-
readonly
|
|
4456
|
-
|
|
4457
|
-
}];
|
|
4275
|
+
readonly type: "array";
|
|
4276
|
+
};
|
|
4458
4277
|
};
|
|
4459
|
-
readonly
|
|
4278
|
+
readonly required: readonly ["contracts", "surfaces", "capabilities", "resources"];
|
|
4279
|
+
readonly type: "object";
|
|
4460
4280
|
};
|
|
4461
4281
|
readonly summary: {
|
|
4462
4282
|
readonly type: "object";
|
|
@@ -4619,147 +4439,132 @@ export declare const AuthDeploymentAuthorityPlansListResponseSchema: {
|
|
|
4619
4439
|
readonly type: "array";
|
|
4620
4440
|
};
|
|
4621
4441
|
readonly requestedNeeds: {
|
|
4622
|
-
readonly
|
|
4623
|
-
readonly
|
|
4624
|
-
readonly
|
|
4625
|
-
readonly
|
|
4626
|
-
readonly
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
readonly
|
|
4631
|
-
|
|
4632
|
-
};
|
|
4633
|
-
readonly required: {
|
|
4634
|
-
readonly type: "boolean";
|
|
4635
|
-
};
|
|
4636
|
-
};
|
|
4637
|
-
readonly required: readonly ["kind", "contractId", "required"];
|
|
4638
|
-
readonly type: "object";
|
|
4639
|
-
}, {
|
|
4640
|
-
readonly properties: {
|
|
4641
|
-
readonly kind: {
|
|
4642
|
-
readonly const: "surface";
|
|
4643
|
-
readonly type: "string";
|
|
4644
|
-
};
|
|
4645
|
-
readonly required: {
|
|
4646
|
-
readonly type: "boolean";
|
|
4647
|
-
};
|
|
4648
|
-
readonly surface: {
|
|
4649
|
-
readonly properties: {
|
|
4650
|
-
readonly action: {
|
|
4651
|
-
readonly anyOf: readonly [{
|
|
4652
|
-
readonly const: "call";
|
|
4653
|
-
readonly type: "string";
|
|
4654
|
-
}, {
|
|
4655
|
-
readonly const: "publish";
|
|
4656
|
-
readonly type: "string";
|
|
4657
|
-
}, {
|
|
4658
|
-
readonly const: "subscribe";
|
|
4659
|
-
readonly type: "string";
|
|
4660
|
-
}, {
|
|
4661
|
-
readonly const: "observe";
|
|
4662
|
-
readonly type: "string";
|
|
4663
|
-
}, {
|
|
4664
|
-
readonly const: "cancel";
|
|
4665
|
-
readonly type: "string";
|
|
4666
|
-
}];
|
|
4667
|
-
};
|
|
4668
|
-
readonly contractId: {
|
|
4669
|
-
readonly minLength: 1;
|
|
4670
|
-
readonly type: "string";
|
|
4671
|
-
};
|
|
4672
|
-
readonly kind: {
|
|
4673
|
-
readonly anyOf: readonly [{
|
|
4674
|
-
readonly const: "rpc";
|
|
4675
|
-
readonly type: "string";
|
|
4676
|
-
}, {
|
|
4677
|
-
readonly const: "operation";
|
|
4678
|
-
readonly type: "string";
|
|
4679
|
-
}, {
|
|
4680
|
-
readonly const: "event";
|
|
4681
|
-
readonly type: "string";
|
|
4682
|
-
}, {
|
|
4683
|
-
readonly const: "feed";
|
|
4684
|
-
readonly type: "string";
|
|
4685
|
-
}];
|
|
4686
|
-
};
|
|
4687
|
-
readonly name: {
|
|
4688
|
-
readonly minLength: 1;
|
|
4689
|
-
readonly type: "string";
|
|
4690
|
-
};
|
|
4442
|
+
readonly properties: {
|
|
4443
|
+
readonly capabilities: {
|
|
4444
|
+
readonly items: {
|
|
4445
|
+
readonly properties: {
|
|
4446
|
+
readonly capability: {
|
|
4447
|
+
readonly minLength: 1;
|
|
4448
|
+
readonly type: "string";
|
|
4449
|
+
};
|
|
4450
|
+
readonly required: {
|
|
4451
|
+
readonly type: "boolean";
|
|
4691
4452
|
};
|
|
4692
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
4693
|
-
readonly type: "object";
|
|
4694
4453
|
};
|
|
4454
|
+
readonly required: readonly ["capability", "required"];
|
|
4455
|
+
readonly type: "object";
|
|
4695
4456
|
};
|
|
4696
|
-
readonly
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
readonly
|
|
4700
|
-
readonly
|
|
4701
|
-
readonly
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
readonly
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
readonly required: {
|
|
4709
|
-
readonly type: "boolean";
|
|
4457
|
+
readonly type: "array";
|
|
4458
|
+
};
|
|
4459
|
+
readonly contracts: {
|
|
4460
|
+
readonly items: {
|
|
4461
|
+
readonly properties: {
|
|
4462
|
+
readonly contractId: {
|
|
4463
|
+
readonly minLength: 1;
|
|
4464
|
+
readonly type: "string";
|
|
4465
|
+
};
|
|
4466
|
+
readonly required: {
|
|
4467
|
+
readonly type: "boolean";
|
|
4468
|
+
};
|
|
4710
4469
|
};
|
|
4470
|
+
readonly required: readonly ["contractId", "required"];
|
|
4471
|
+
readonly type: "object";
|
|
4711
4472
|
};
|
|
4712
|
-
readonly
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
readonly
|
|
4716
|
-
readonly
|
|
4717
|
-
readonly
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
readonly
|
|
4473
|
+
readonly type: "array";
|
|
4474
|
+
};
|
|
4475
|
+
readonly resources: {
|
|
4476
|
+
readonly items: {
|
|
4477
|
+
readonly properties: {
|
|
4478
|
+
readonly alias: {
|
|
4479
|
+
readonly minLength: 1;
|
|
4480
|
+
readonly type: "string";
|
|
4481
|
+
};
|
|
4482
|
+
readonly definition: {
|
|
4483
|
+
readonly type: "object";
|
|
4484
|
+
};
|
|
4485
|
+
readonly kind: {
|
|
4486
|
+
readonly anyOf: readonly [{
|
|
4487
|
+
readonly const: "kv";
|
|
4488
|
+
readonly type: "string";
|
|
4489
|
+
}, {
|
|
4490
|
+
readonly const: "store";
|
|
4491
|
+
readonly type: "string";
|
|
4492
|
+
}, {
|
|
4493
|
+
readonly const: "jobs";
|
|
4494
|
+
readonly type: "string";
|
|
4495
|
+
}, {
|
|
4496
|
+
readonly const: "event-consumer";
|
|
4497
|
+
readonly type: "string";
|
|
4498
|
+
}, {
|
|
4499
|
+
readonly const: "transfer";
|
|
4500
|
+
readonly type: "string";
|
|
4501
|
+
}];
|
|
4502
|
+
};
|
|
4503
|
+
readonly required: {
|
|
4504
|
+
readonly type: "boolean";
|
|
4505
|
+
};
|
|
4722
4506
|
};
|
|
4723
|
-
readonly
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4507
|
+
readonly required: readonly ["kind", "alias", "required"];
|
|
4508
|
+
readonly type: "object";
|
|
4509
|
+
};
|
|
4510
|
+
readonly type: "array";
|
|
4511
|
+
};
|
|
4512
|
+
readonly surfaces: {
|
|
4513
|
+
readonly items: {
|
|
4514
|
+
readonly properties: {
|
|
4515
|
+
readonly action: {
|
|
4516
|
+
readonly anyOf: readonly [{
|
|
4517
|
+
readonly const: "call";
|
|
4727
4518
|
readonly type: "string";
|
|
4728
|
-
}
|
|
4729
|
-
|
|
4730
|
-
readonly type: "
|
|
4731
|
-
}
|
|
4732
|
-
|
|
4733
|
-
readonly
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
readonly
|
|
4752
|
-
|
|
4519
|
+
}, {
|
|
4520
|
+
readonly const: "publish";
|
|
4521
|
+
readonly type: "string";
|
|
4522
|
+
}, {
|
|
4523
|
+
readonly const: "subscribe";
|
|
4524
|
+
readonly type: "string";
|
|
4525
|
+
}, {
|
|
4526
|
+
readonly const: "observe";
|
|
4527
|
+
readonly type: "string";
|
|
4528
|
+
}, {
|
|
4529
|
+
readonly const: "cancel";
|
|
4530
|
+
readonly type: "string";
|
|
4531
|
+
}];
|
|
4532
|
+
};
|
|
4533
|
+
readonly contractId: {
|
|
4534
|
+
readonly minLength: 1;
|
|
4535
|
+
readonly type: "string";
|
|
4536
|
+
};
|
|
4537
|
+
readonly kind: {
|
|
4538
|
+
readonly anyOf: readonly [{
|
|
4539
|
+
readonly const: "rpc";
|
|
4540
|
+
readonly type: "string";
|
|
4541
|
+
}, {
|
|
4542
|
+
readonly const: "operation";
|
|
4543
|
+
readonly type: "string";
|
|
4544
|
+
}, {
|
|
4545
|
+
readonly const: "event";
|
|
4546
|
+
readonly type: "string";
|
|
4547
|
+
}, {
|
|
4548
|
+
readonly const: "feed";
|
|
4549
|
+
readonly type: "string";
|
|
4550
|
+
}];
|
|
4551
|
+
};
|
|
4552
|
+
readonly name: {
|
|
4553
|
+
readonly minLength: 1;
|
|
4554
|
+
readonly type: "string";
|
|
4555
|
+
};
|
|
4556
|
+
readonly required: {
|
|
4557
|
+
readonly type: "boolean";
|
|
4753
4558
|
};
|
|
4754
|
-
readonly required: readonly ["kind", "alias", "required"];
|
|
4755
|
-
readonly type: "object";
|
|
4756
4559
|
};
|
|
4560
|
+
readonly required: readonly ["contractId", "kind", "name", "required"];
|
|
4561
|
+
readonly type: "object";
|
|
4757
4562
|
};
|
|
4758
|
-
readonly
|
|
4759
|
-
|
|
4760
|
-
}];
|
|
4563
|
+
readonly type: "array";
|
|
4564
|
+
};
|
|
4761
4565
|
};
|
|
4762
|
-
readonly
|
|
4566
|
+
readonly required: readonly ["contracts", "surfaces", "capabilities", "resources"];
|
|
4567
|
+
readonly type: "object";
|
|
4763
4568
|
};
|
|
4764
4569
|
readonly summary: {
|
|
4765
4570
|
readonly type: "object";
|
|
@@ -4849,147 +4654,132 @@ export declare const AuthDeploymentAuthorityReconcileResponseSchema: {
|
|
|
4849
4654
|
readonly type: "array";
|
|
4850
4655
|
};
|
|
4851
4656
|
readonly needs: {
|
|
4852
|
-
readonly
|
|
4853
|
-
readonly
|
|
4854
|
-
readonly
|
|
4855
|
-
readonly
|
|
4856
|
-
readonly
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
readonly
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
readonly required: {
|
|
4864
|
-
readonly type: "boolean";
|
|
4657
|
+
readonly properties: {
|
|
4658
|
+
readonly capabilities: {
|
|
4659
|
+
readonly items: {
|
|
4660
|
+
readonly properties: {
|
|
4661
|
+
readonly capability: {
|
|
4662
|
+
readonly minLength: 1;
|
|
4663
|
+
readonly type: "string";
|
|
4664
|
+
};
|
|
4665
|
+
readonly required: {
|
|
4666
|
+
readonly type: "boolean";
|
|
4667
|
+
};
|
|
4865
4668
|
};
|
|
4669
|
+
readonly required: readonly ["capability", "required"];
|
|
4670
|
+
readonly type: "object";
|
|
4866
4671
|
};
|
|
4867
|
-
readonly
|
|
4868
|
-
|
|
4869
|
-
|
|
4870
|
-
readonly
|
|
4871
|
-
readonly
|
|
4872
|
-
readonly
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
readonly
|
|
4672
|
+
readonly type: "array";
|
|
4673
|
+
};
|
|
4674
|
+
readonly contracts: {
|
|
4675
|
+
readonly items: {
|
|
4676
|
+
readonly properties: {
|
|
4677
|
+
readonly contractId: {
|
|
4678
|
+
readonly minLength: 1;
|
|
4679
|
+
readonly type: "string";
|
|
4680
|
+
};
|
|
4681
|
+
readonly required: {
|
|
4682
|
+
readonly type: "boolean";
|
|
4683
|
+
};
|
|
4877
4684
|
};
|
|
4878
|
-
readonly
|
|
4879
|
-
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
|
|
4896
|
-
}];
|
|
4897
|
-
};
|
|
4898
|
-
readonly contractId: {
|
|
4899
|
-
readonly minLength: 1;
|
|
4685
|
+
readonly required: readonly ["contractId", "required"];
|
|
4686
|
+
readonly type: "object";
|
|
4687
|
+
};
|
|
4688
|
+
readonly type: "array";
|
|
4689
|
+
};
|
|
4690
|
+
readonly resources: {
|
|
4691
|
+
readonly items: {
|
|
4692
|
+
readonly properties: {
|
|
4693
|
+
readonly alias: {
|
|
4694
|
+
readonly minLength: 1;
|
|
4695
|
+
readonly type: "string";
|
|
4696
|
+
};
|
|
4697
|
+
readonly definition: {
|
|
4698
|
+
readonly type: "object";
|
|
4699
|
+
};
|
|
4700
|
+
readonly kind: {
|
|
4701
|
+
readonly anyOf: readonly [{
|
|
4702
|
+
readonly const: "kv";
|
|
4900
4703
|
readonly type: "string";
|
|
4901
|
-
}
|
|
4902
|
-
|
|
4903
|
-
readonly anyOf: readonly [{
|
|
4904
|
-
readonly const: "rpc";
|
|
4905
|
-
readonly type: "string";
|
|
4906
|
-
}, {
|
|
4907
|
-
readonly const: "operation";
|
|
4908
|
-
readonly type: "string";
|
|
4909
|
-
}, {
|
|
4910
|
-
readonly const: "event";
|
|
4911
|
-
readonly type: "string";
|
|
4912
|
-
}, {
|
|
4913
|
-
readonly const: "feed";
|
|
4914
|
-
readonly type: "string";
|
|
4915
|
-
}];
|
|
4916
|
-
};
|
|
4917
|
-
readonly name: {
|
|
4918
|
-
readonly minLength: 1;
|
|
4704
|
+
}, {
|
|
4705
|
+
readonly const: "store";
|
|
4919
4706
|
readonly type: "string";
|
|
4920
|
-
}
|
|
4707
|
+
}, {
|
|
4708
|
+
readonly const: "jobs";
|
|
4709
|
+
readonly type: "string";
|
|
4710
|
+
}, {
|
|
4711
|
+
readonly const: "event-consumer";
|
|
4712
|
+
readonly type: "string";
|
|
4713
|
+
}, {
|
|
4714
|
+
readonly const: "transfer";
|
|
4715
|
+
readonly type: "string";
|
|
4716
|
+
}];
|
|
4717
|
+
};
|
|
4718
|
+
readonly required: {
|
|
4719
|
+
readonly type: "boolean";
|
|
4921
4720
|
};
|
|
4922
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
4923
|
-
readonly type: "object";
|
|
4924
|
-
};
|
|
4925
|
-
};
|
|
4926
|
-
readonly required: readonly ["kind", "surface", "required"];
|
|
4927
|
-
readonly type: "object";
|
|
4928
|
-
}, {
|
|
4929
|
-
readonly properties: {
|
|
4930
|
-
readonly capability: {
|
|
4931
|
-
readonly minLength: 1;
|
|
4932
|
-
readonly type: "string";
|
|
4933
|
-
};
|
|
4934
|
-
readonly kind: {
|
|
4935
|
-
readonly const: "capability";
|
|
4936
|
-
readonly type: "string";
|
|
4937
|
-
};
|
|
4938
|
-
readonly required: {
|
|
4939
|
-
readonly type: "boolean";
|
|
4940
4721
|
};
|
|
4722
|
+
readonly required: readonly ["kind", "alias", "required"];
|
|
4723
|
+
readonly type: "object";
|
|
4941
4724
|
};
|
|
4942
|
-
readonly
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
readonly
|
|
4946
|
-
readonly
|
|
4947
|
-
readonly
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
readonly required: {
|
|
4951
|
-
readonly type: "boolean";
|
|
4952
|
-
};
|
|
4953
|
-
readonly resource: {
|
|
4954
|
-
readonly properties: {
|
|
4955
|
-
readonly alias: {
|
|
4956
|
-
readonly minLength: 1;
|
|
4725
|
+
readonly type: "array";
|
|
4726
|
+
};
|
|
4727
|
+
readonly surfaces: {
|
|
4728
|
+
readonly items: {
|
|
4729
|
+
readonly properties: {
|
|
4730
|
+
readonly action: {
|
|
4731
|
+
readonly anyOf: readonly [{
|
|
4732
|
+
readonly const: "call";
|
|
4957
4733
|
readonly type: "string";
|
|
4958
|
-
}
|
|
4959
|
-
|
|
4960
|
-
readonly type: "
|
|
4961
|
-
}
|
|
4962
|
-
|
|
4963
|
-
readonly
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
readonly
|
|
4982
|
-
|
|
4734
|
+
}, {
|
|
4735
|
+
readonly const: "publish";
|
|
4736
|
+
readonly type: "string";
|
|
4737
|
+
}, {
|
|
4738
|
+
readonly const: "subscribe";
|
|
4739
|
+
readonly type: "string";
|
|
4740
|
+
}, {
|
|
4741
|
+
readonly const: "observe";
|
|
4742
|
+
readonly type: "string";
|
|
4743
|
+
}, {
|
|
4744
|
+
readonly const: "cancel";
|
|
4745
|
+
readonly type: "string";
|
|
4746
|
+
}];
|
|
4747
|
+
};
|
|
4748
|
+
readonly contractId: {
|
|
4749
|
+
readonly minLength: 1;
|
|
4750
|
+
readonly type: "string";
|
|
4751
|
+
};
|
|
4752
|
+
readonly kind: {
|
|
4753
|
+
readonly anyOf: readonly [{
|
|
4754
|
+
readonly const: "rpc";
|
|
4755
|
+
readonly type: "string";
|
|
4756
|
+
}, {
|
|
4757
|
+
readonly const: "operation";
|
|
4758
|
+
readonly type: "string";
|
|
4759
|
+
}, {
|
|
4760
|
+
readonly const: "event";
|
|
4761
|
+
readonly type: "string";
|
|
4762
|
+
}, {
|
|
4763
|
+
readonly const: "feed";
|
|
4764
|
+
readonly type: "string";
|
|
4765
|
+
}];
|
|
4766
|
+
};
|
|
4767
|
+
readonly name: {
|
|
4768
|
+
readonly minLength: 1;
|
|
4769
|
+
readonly type: "string";
|
|
4770
|
+
};
|
|
4771
|
+
readonly required: {
|
|
4772
|
+
readonly type: "boolean";
|
|
4983
4773
|
};
|
|
4984
|
-
readonly required: readonly ["kind", "alias", "required"];
|
|
4985
|
-
readonly type: "object";
|
|
4986
4774
|
};
|
|
4775
|
+
readonly required: readonly ["contractId", "kind", "name", "required"];
|
|
4776
|
+
readonly type: "object";
|
|
4987
4777
|
};
|
|
4988
|
-
readonly
|
|
4989
|
-
|
|
4990
|
-
}];
|
|
4778
|
+
readonly type: "array";
|
|
4779
|
+
};
|
|
4991
4780
|
};
|
|
4992
|
-
readonly
|
|
4781
|
+
readonly required: readonly ["contracts", "surfaces", "capabilities", "resources"];
|
|
4782
|
+
readonly type: "object";
|
|
4993
4783
|
};
|
|
4994
4784
|
readonly resources: {
|
|
4995
4785
|
readonly items: {
|
|
@@ -5133,167 +4923,167 @@ export declare const AuthDeploymentAuthorityReconcileResponseSchema: {
|
|
|
5133
4923
|
readonly type: "string";
|
|
5134
4924
|
};
|
|
5135
4925
|
readonly grants: {
|
|
5136
|
-
readonly
|
|
5137
|
-
readonly
|
|
5138
|
-
readonly
|
|
5139
|
-
readonly
|
|
5140
|
-
readonly
|
|
5141
|
-
|
|
5142
|
-
};
|
|
5143
|
-
readonly kind: {
|
|
5144
|
-
readonly const: "capability";
|
|
5145
|
-
readonly type: "string";
|
|
5146
|
-
};
|
|
5147
|
-
};
|
|
5148
|
-
readonly required: readonly ["kind", "capability"];
|
|
5149
|
-
readonly type: "object";
|
|
5150
|
-
}, {
|
|
5151
|
-
readonly properties: {
|
|
5152
|
-
readonly action: {
|
|
5153
|
-
readonly anyOf: readonly [{
|
|
5154
|
-
readonly const: "call";
|
|
5155
|
-
readonly type: "string";
|
|
5156
|
-
}, {
|
|
5157
|
-
readonly const: "publish";
|
|
5158
|
-
readonly type: "string";
|
|
5159
|
-
}, {
|
|
5160
|
-
readonly const: "subscribe";
|
|
5161
|
-
readonly type: "string";
|
|
5162
|
-
}, {
|
|
5163
|
-
readonly const: "observe";
|
|
5164
|
-
readonly type: "string";
|
|
5165
|
-
}, {
|
|
5166
|
-
readonly const: "cancel";
|
|
5167
|
-
readonly type: "string";
|
|
5168
|
-
}];
|
|
5169
|
-
};
|
|
5170
|
-
readonly contractId: {
|
|
5171
|
-
readonly minLength: 1;
|
|
5172
|
-
readonly type: "string";
|
|
5173
|
-
};
|
|
5174
|
-
readonly kind: {
|
|
5175
|
-
readonly const: "surface";
|
|
5176
|
-
readonly type: "string";
|
|
5177
|
-
};
|
|
5178
|
-
readonly name: {
|
|
5179
|
-
readonly minLength: 1;
|
|
5180
|
-
readonly type: "string";
|
|
5181
|
-
};
|
|
5182
|
-
readonly surfaceKind: {
|
|
5183
|
-
readonly anyOf: readonly [{
|
|
5184
|
-
readonly const: "rpc";
|
|
5185
|
-
readonly type: "string";
|
|
5186
|
-
}, {
|
|
5187
|
-
readonly const: "operation";
|
|
5188
|
-
readonly type: "string";
|
|
5189
|
-
}, {
|
|
5190
|
-
readonly const: "event";
|
|
5191
|
-
readonly type: "string";
|
|
5192
|
-
}, {
|
|
5193
|
-
readonly const: "feed";
|
|
4926
|
+
readonly properties: {
|
|
4927
|
+
readonly capabilities: {
|
|
4928
|
+
readonly items: {
|
|
4929
|
+
readonly properties: {
|
|
4930
|
+
readonly capability: {
|
|
4931
|
+
readonly minLength: 1;
|
|
5194
4932
|
readonly type: "string";
|
|
5195
|
-
}
|
|
4933
|
+
};
|
|
5196
4934
|
};
|
|
4935
|
+
readonly required: readonly ["capability"];
|
|
4936
|
+
readonly type: "object";
|
|
5197
4937
|
};
|
|
5198
|
-
readonly
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
readonly
|
|
5202
|
-
readonly
|
|
5203
|
-
readonly
|
|
5204
|
-
readonly
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
|
|
5212
|
-
readonly
|
|
5213
|
-
readonly
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
-
|
|
4938
|
+
readonly type: "array";
|
|
4939
|
+
};
|
|
4940
|
+
readonly nats: {
|
|
4941
|
+
readonly items: {
|
|
4942
|
+
readonly properties: {
|
|
4943
|
+
readonly direction: {
|
|
4944
|
+
readonly anyOf: readonly [{
|
|
4945
|
+
readonly const: "publish";
|
|
4946
|
+
readonly type: "string";
|
|
4947
|
+
}, {
|
|
4948
|
+
readonly const: "subscribe";
|
|
4949
|
+
readonly type: "string";
|
|
4950
|
+
}];
|
|
4951
|
+
};
|
|
4952
|
+
readonly grantSource: {
|
|
4953
|
+
readonly anyOf: readonly [{
|
|
4954
|
+
readonly const: "owned-surface";
|
|
4955
|
+
readonly type: "string";
|
|
4956
|
+
}, {
|
|
4957
|
+
readonly const: "used-surface";
|
|
4958
|
+
readonly type: "string";
|
|
4959
|
+
}, {
|
|
4960
|
+
readonly const: "resource-binding";
|
|
4961
|
+
readonly type: "string";
|
|
4962
|
+
}, {
|
|
4963
|
+
readonly const: "platform-service";
|
|
4964
|
+
readonly type: "string";
|
|
4965
|
+
}, {
|
|
4966
|
+
readonly const: "transfer";
|
|
4967
|
+
readonly type: "string";
|
|
4968
|
+
}];
|
|
4969
|
+
};
|
|
4970
|
+
readonly requiredCapabilities: {
|
|
4971
|
+
readonly items: {
|
|
4972
|
+
readonly minLength: 1;
|
|
4973
|
+
readonly type: "string";
|
|
4974
|
+
};
|
|
4975
|
+
readonly type: "array";
|
|
4976
|
+
};
|
|
4977
|
+
readonly subject: {
|
|
4978
|
+
readonly minLength: 1;
|
|
5226
4979
|
readonly type: "string";
|
|
5227
|
-
}
|
|
5228
|
-
|
|
5229
|
-
|
|
5230
|
-
|
|
5231
|
-
|
|
4980
|
+
};
|
|
4981
|
+
readonly surface: {
|
|
4982
|
+
readonly properties: {
|
|
4983
|
+
readonly action: {
|
|
4984
|
+
readonly anyOf: readonly [{
|
|
4985
|
+
readonly const: "call";
|
|
4986
|
+
readonly type: "string";
|
|
4987
|
+
}, {
|
|
4988
|
+
readonly const: "publish";
|
|
4989
|
+
readonly type: "string";
|
|
4990
|
+
}, {
|
|
4991
|
+
readonly const: "subscribe";
|
|
4992
|
+
readonly type: "string";
|
|
4993
|
+
}, {
|
|
4994
|
+
readonly const: "observe";
|
|
4995
|
+
readonly type: "string";
|
|
4996
|
+
}, {
|
|
4997
|
+
readonly const: "cancel";
|
|
4998
|
+
readonly type: "string";
|
|
4999
|
+
}];
|
|
5000
|
+
};
|
|
5001
|
+
readonly contractId: {
|
|
5002
|
+
readonly minLength: 1;
|
|
5003
|
+
readonly type: "string";
|
|
5004
|
+
};
|
|
5005
|
+
readonly kind: {
|
|
5006
|
+
readonly anyOf: readonly [{
|
|
5007
|
+
readonly const: "rpc";
|
|
5008
|
+
readonly type: "string";
|
|
5009
|
+
}, {
|
|
5010
|
+
readonly const: "operation";
|
|
5011
|
+
readonly type: "string";
|
|
5012
|
+
}, {
|
|
5013
|
+
readonly const: "event";
|
|
5014
|
+
readonly type: "string";
|
|
5015
|
+
}, {
|
|
5016
|
+
readonly const: "feed";
|
|
5017
|
+
readonly type: "string";
|
|
5018
|
+
}];
|
|
5019
|
+
};
|
|
5020
|
+
readonly name: {
|
|
5021
|
+
readonly minLength: 1;
|
|
5022
|
+
readonly type: "string";
|
|
5023
|
+
};
|
|
5024
|
+
};
|
|
5025
|
+
readonly required: readonly ["contractId", "kind", "name"];
|
|
5026
|
+
readonly type: "object";
|
|
5027
|
+
};
|
|
5232
5028
|
};
|
|
5233
|
-
readonly
|
|
5234
|
-
|
|
5029
|
+
readonly required: readonly ["direction", "subject", "requiredCapabilities", "grantSource"];
|
|
5030
|
+
readonly type: "object";
|
|
5031
|
+
};
|
|
5032
|
+
readonly type: "array";
|
|
5033
|
+
};
|
|
5034
|
+
readonly surfaces: {
|
|
5035
|
+
readonly items: {
|
|
5036
|
+
readonly properties: {
|
|
5037
|
+
readonly action: {
|
|
5038
|
+
readonly anyOf: readonly [{
|
|
5039
|
+
readonly const: "call";
|
|
5040
|
+
readonly type: "string";
|
|
5041
|
+
}, {
|
|
5042
|
+
readonly const: "publish";
|
|
5043
|
+
readonly type: "string";
|
|
5044
|
+
}, {
|
|
5045
|
+
readonly const: "subscribe";
|
|
5046
|
+
readonly type: "string";
|
|
5047
|
+
}, {
|
|
5048
|
+
readonly const: "observe";
|
|
5049
|
+
readonly type: "string";
|
|
5050
|
+
}, {
|
|
5051
|
+
readonly const: "cancel";
|
|
5052
|
+
readonly type: "string";
|
|
5053
|
+
}];
|
|
5054
|
+
};
|
|
5055
|
+
readonly contractId: {
|
|
5235
5056
|
readonly minLength: 1;
|
|
5236
5057
|
readonly type: "string";
|
|
5237
5058
|
};
|
|
5238
|
-
readonly
|
|
5239
|
-
|
|
5240
|
-
|
|
5241
|
-
|
|
5242
|
-
readonly
|
|
5243
|
-
|
|
5244
|
-
|
|
5245
|
-
readonly properties: {
|
|
5246
|
-
readonly action: {
|
|
5247
|
-
readonly anyOf: readonly [{
|
|
5248
|
-
readonly const: "call";
|
|
5249
|
-
readonly type: "string";
|
|
5250
|
-
}, {
|
|
5251
|
-
readonly const: "publish";
|
|
5252
|
-
readonly type: "string";
|
|
5253
|
-
}, {
|
|
5254
|
-
readonly const: "subscribe";
|
|
5255
|
-
readonly type: "string";
|
|
5256
|
-
}, {
|
|
5257
|
-
readonly const: "observe";
|
|
5258
|
-
readonly type: "string";
|
|
5259
|
-
}, {
|
|
5260
|
-
readonly const: "cancel";
|
|
5261
|
-
readonly type: "string";
|
|
5262
|
-
}];
|
|
5263
|
-
};
|
|
5264
|
-
readonly contractId: {
|
|
5265
|
-
readonly minLength: 1;
|
|
5059
|
+
readonly name: {
|
|
5060
|
+
readonly minLength: 1;
|
|
5061
|
+
readonly type: "string";
|
|
5062
|
+
};
|
|
5063
|
+
readonly surfaceKind: {
|
|
5064
|
+
readonly anyOf: readonly [{
|
|
5065
|
+
readonly const: "rpc";
|
|
5266
5066
|
readonly type: "string";
|
|
5267
|
-
}
|
|
5268
|
-
|
|
5269
|
-
readonly anyOf: readonly [{
|
|
5270
|
-
readonly const: "rpc";
|
|
5271
|
-
readonly type: "string";
|
|
5272
|
-
}, {
|
|
5273
|
-
readonly const: "operation";
|
|
5274
|
-
readonly type: "string";
|
|
5275
|
-
}, {
|
|
5276
|
-
readonly const: "event";
|
|
5277
|
-
readonly type: "string";
|
|
5278
|
-
}, {
|
|
5279
|
-
readonly const: "feed";
|
|
5280
|
-
readonly type: "string";
|
|
5281
|
-
}];
|
|
5282
|
-
};
|
|
5283
|
-
readonly name: {
|
|
5284
|
-
readonly minLength: 1;
|
|
5067
|
+
}, {
|
|
5068
|
+
readonly const: "operation";
|
|
5285
5069
|
readonly type: "string";
|
|
5286
|
-
}
|
|
5070
|
+
}, {
|
|
5071
|
+
readonly const: "event";
|
|
5072
|
+
readonly type: "string";
|
|
5073
|
+
}, {
|
|
5074
|
+
readonly const: "feed";
|
|
5075
|
+
readonly type: "string";
|
|
5076
|
+
}];
|
|
5287
5077
|
};
|
|
5288
|
-
readonly required: readonly ["contractId", "kind", "name"];
|
|
5289
|
-
readonly type: "object";
|
|
5290
5078
|
};
|
|
5079
|
+
readonly required: readonly ["contractId", "surfaceKind", "name"];
|
|
5080
|
+
readonly type: "object";
|
|
5291
5081
|
};
|
|
5292
|
-
readonly
|
|
5293
|
-
|
|
5294
|
-
}];
|
|
5082
|
+
readonly type: "array";
|
|
5083
|
+
};
|
|
5295
5084
|
};
|
|
5296
|
-
readonly
|
|
5085
|
+
readonly required: readonly ["capabilities", "surfaces", "nats"];
|
|
5086
|
+
readonly type: "object";
|
|
5297
5087
|
};
|
|
5298
5088
|
readonly reconciledAt: {
|
|
5299
5089
|
readonly anyOf: readonly [{
|
|
@@ -8512,6 +8302,41 @@ export declare const AuthServiceInstancesDisableResponseSchema: {
|
|
|
8512
8302
|
readonly dlq: {
|
|
8513
8303
|
readonly type: "boolean";
|
|
8514
8304
|
};
|
|
8305
|
+
readonly keyConcurrency: {
|
|
8306
|
+
readonly properties: {
|
|
8307
|
+
readonly heartbeatIntervalMs: {
|
|
8308
|
+
readonly minimum: 1;
|
|
8309
|
+
readonly type: "integer";
|
|
8310
|
+
};
|
|
8311
|
+
readonly heartbeatTtlMs: {
|
|
8312
|
+
readonly minimum: 1;
|
|
8313
|
+
readonly type: "integer";
|
|
8314
|
+
};
|
|
8315
|
+
readonly key: {
|
|
8316
|
+
readonly items: {
|
|
8317
|
+
readonly minLength: 1;
|
|
8318
|
+
readonly type: "string";
|
|
8319
|
+
};
|
|
8320
|
+
readonly minItems: 1;
|
|
8321
|
+
readonly type: "array";
|
|
8322
|
+
};
|
|
8323
|
+
readonly maxActive: {
|
|
8324
|
+
readonly minimum: 1;
|
|
8325
|
+
readonly type: "integer";
|
|
8326
|
+
};
|
|
8327
|
+
readonly stalePolicy: {
|
|
8328
|
+
readonly anyOf: readonly [{
|
|
8329
|
+
readonly const: "fail-stale";
|
|
8330
|
+
readonly type: "string";
|
|
8331
|
+
}, {
|
|
8332
|
+
readonly const: "block";
|
|
8333
|
+
readonly type: "string";
|
|
8334
|
+
}];
|
|
8335
|
+
};
|
|
8336
|
+
};
|
|
8337
|
+
readonly required: readonly ["key", "maxActive", "heartbeatIntervalMs", "heartbeatTtlMs", "stalePolicy"];
|
|
8338
|
+
readonly type: "object";
|
|
8339
|
+
};
|
|
8515
8340
|
readonly logs: {
|
|
8516
8341
|
readonly type: "boolean";
|
|
8517
8342
|
};
|
|
@@ -8536,6 +8361,28 @@ export declare const AuthServiceInstancesDisableResponseSchema: {
|
|
|
8536
8361
|
readonly minLength: 1;
|
|
8537
8362
|
readonly type: "string";
|
|
8538
8363
|
};
|
|
8364
|
+
readonly queue: {
|
|
8365
|
+
readonly properties: {
|
|
8366
|
+
readonly maxQueuedPerKey: {
|
|
8367
|
+
readonly minimum: 0;
|
|
8368
|
+
readonly type: "integer";
|
|
8369
|
+
};
|
|
8370
|
+
readonly whenFull: {
|
|
8371
|
+
readonly anyOf: readonly [{
|
|
8372
|
+
readonly const: "reject";
|
|
8373
|
+
readonly type: "string";
|
|
8374
|
+
}, {
|
|
8375
|
+
readonly const: "coalesce";
|
|
8376
|
+
readonly type: "string";
|
|
8377
|
+
}, {
|
|
8378
|
+
readonly const: "replace-oldest";
|
|
8379
|
+
readonly type: "string";
|
|
8380
|
+
}];
|
|
8381
|
+
};
|
|
8382
|
+
};
|
|
8383
|
+
readonly required: readonly ["maxQueuedPerKey", "whenFull"];
|
|
8384
|
+
readonly type: "object";
|
|
8385
|
+
};
|
|
8539
8386
|
readonly queueType: {
|
|
8540
8387
|
readonly minLength: 1;
|
|
8541
8388
|
readonly type: "string";
|
|
@@ -8769,6 +8616,41 @@ export declare const AuthServiceInstancesEnableResponseSchema: {
|
|
|
8769
8616
|
readonly dlq: {
|
|
8770
8617
|
readonly type: "boolean";
|
|
8771
8618
|
};
|
|
8619
|
+
readonly keyConcurrency: {
|
|
8620
|
+
readonly properties: {
|
|
8621
|
+
readonly heartbeatIntervalMs: {
|
|
8622
|
+
readonly minimum: 1;
|
|
8623
|
+
readonly type: "integer";
|
|
8624
|
+
};
|
|
8625
|
+
readonly heartbeatTtlMs: {
|
|
8626
|
+
readonly minimum: 1;
|
|
8627
|
+
readonly type: "integer";
|
|
8628
|
+
};
|
|
8629
|
+
readonly key: {
|
|
8630
|
+
readonly items: {
|
|
8631
|
+
readonly minLength: 1;
|
|
8632
|
+
readonly type: "string";
|
|
8633
|
+
};
|
|
8634
|
+
readonly minItems: 1;
|
|
8635
|
+
readonly type: "array";
|
|
8636
|
+
};
|
|
8637
|
+
readonly maxActive: {
|
|
8638
|
+
readonly minimum: 1;
|
|
8639
|
+
readonly type: "integer";
|
|
8640
|
+
};
|
|
8641
|
+
readonly stalePolicy: {
|
|
8642
|
+
readonly anyOf: readonly [{
|
|
8643
|
+
readonly const: "fail-stale";
|
|
8644
|
+
readonly type: "string";
|
|
8645
|
+
}, {
|
|
8646
|
+
readonly const: "block";
|
|
8647
|
+
readonly type: "string";
|
|
8648
|
+
}];
|
|
8649
|
+
};
|
|
8650
|
+
};
|
|
8651
|
+
readonly required: readonly ["key", "maxActive", "heartbeatIntervalMs", "heartbeatTtlMs", "stalePolicy"];
|
|
8652
|
+
readonly type: "object";
|
|
8653
|
+
};
|
|
8772
8654
|
readonly logs: {
|
|
8773
8655
|
readonly type: "boolean";
|
|
8774
8656
|
};
|
|
@@ -8793,6 +8675,28 @@ export declare const AuthServiceInstancesEnableResponseSchema: {
|
|
|
8793
8675
|
readonly minLength: 1;
|
|
8794
8676
|
readonly type: "string";
|
|
8795
8677
|
};
|
|
8678
|
+
readonly queue: {
|
|
8679
|
+
readonly properties: {
|
|
8680
|
+
readonly maxQueuedPerKey: {
|
|
8681
|
+
readonly minimum: 0;
|
|
8682
|
+
readonly type: "integer";
|
|
8683
|
+
};
|
|
8684
|
+
readonly whenFull: {
|
|
8685
|
+
readonly anyOf: readonly [{
|
|
8686
|
+
readonly const: "reject";
|
|
8687
|
+
readonly type: "string";
|
|
8688
|
+
}, {
|
|
8689
|
+
readonly const: "coalesce";
|
|
8690
|
+
readonly type: "string";
|
|
8691
|
+
}, {
|
|
8692
|
+
readonly const: "replace-oldest";
|
|
8693
|
+
readonly type: "string";
|
|
8694
|
+
}];
|
|
8695
|
+
};
|
|
8696
|
+
};
|
|
8697
|
+
readonly required: readonly ["maxQueuedPerKey", "whenFull"];
|
|
8698
|
+
readonly type: "object";
|
|
8699
|
+
};
|
|
8796
8700
|
readonly queueType: {
|
|
8797
8701
|
readonly minLength: 1;
|
|
8798
8702
|
readonly type: "string";
|
|
@@ -9044,6 +8948,41 @@ export declare const AuthServiceInstancesListResponseSchema: {
|
|
|
9044
8948
|
readonly dlq: {
|
|
9045
8949
|
readonly type: "boolean";
|
|
9046
8950
|
};
|
|
8951
|
+
readonly keyConcurrency: {
|
|
8952
|
+
readonly properties: {
|
|
8953
|
+
readonly heartbeatIntervalMs: {
|
|
8954
|
+
readonly minimum: 1;
|
|
8955
|
+
readonly type: "integer";
|
|
8956
|
+
};
|
|
8957
|
+
readonly heartbeatTtlMs: {
|
|
8958
|
+
readonly minimum: 1;
|
|
8959
|
+
readonly type: "integer";
|
|
8960
|
+
};
|
|
8961
|
+
readonly key: {
|
|
8962
|
+
readonly items: {
|
|
8963
|
+
readonly minLength: 1;
|
|
8964
|
+
readonly type: "string";
|
|
8965
|
+
};
|
|
8966
|
+
readonly minItems: 1;
|
|
8967
|
+
readonly type: "array";
|
|
8968
|
+
};
|
|
8969
|
+
readonly maxActive: {
|
|
8970
|
+
readonly minimum: 1;
|
|
8971
|
+
readonly type: "integer";
|
|
8972
|
+
};
|
|
8973
|
+
readonly stalePolicy: {
|
|
8974
|
+
readonly anyOf: readonly [{
|
|
8975
|
+
readonly const: "fail-stale";
|
|
8976
|
+
readonly type: "string";
|
|
8977
|
+
}, {
|
|
8978
|
+
readonly const: "block";
|
|
8979
|
+
readonly type: "string";
|
|
8980
|
+
}];
|
|
8981
|
+
};
|
|
8982
|
+
};
|
|
8983
|
+
readonly required: readonly ["key", "maxActive", "heartbeatIntervalMs", "heartbeatTtlMs", "stalePolicy"];
|
|
8984
|
+
readonly type: "object";
|
|
8985
|
+
};
|
|
9047
8986
|
readonly logs: {
|
|
9048
8987
|
readonly type: "boolean";
|
|
9049
8988
|
};
|
|
@@ -9068,6 +9007,28 @@ export declare const AuthServiceInstancesListResponseSchema: {
|
|
|
9068
9007
|
readonly minLength: 1;
|
|
9069
9008
|
readonly type: "string";
|
|
9070
9009
|
};
|
|
9010
|
+
readonly queue: {
|
|
9011
|
+
readonly properties: {
|
|
9012
|
+
readonly maxQueuedPerKey: {
|
|
9013
|
+
readonly minimum: 0;
|
|
9014
|
+
readonly type: "integer";
|
|
9015
|
+
};
|
|
9016
|
+
readonly whenFull: {
|
|
9017
|
+
readonly anyOf: readonly [{
|
|
9018
|
+
readonly const: "reject";
|
|
9019
|
+
readonly type: "string";
|
|
9020
|
+
}, {
|
|
9021
|
+
readonly const: "coalesce";
|
|
9022
|
+
readonly type: "string";
|
|
9023
|
+
}, {
|
|
9024
|
+
readonly const: "replace-oldest";
|
|
9025
|
+
readonly type: "string";
|
|
9026
|
+
}];
|
|
9027
|
+
};
|
|
9028
|
+
};
|
|
9029
|
+
readonly required: readonly ["maxQueuedPerKey", "whenFull"];
|
|
9030
|
+
readonly type: "object";
|
|
9031
|
+
};
|
|
9071
9032
|
readonly queueType: {
|
|
9072
9033
|
readonly minLength: 1;
|
|
9073
9034
|
readonly type: "string";
|
|
@@ -9319,6 +9280,41 @@ export declare const AuthServiceInstancesProvisionResponseSchema: {
|
|
|
9319
9280
|
readonly dlq: {
|
|
9320
9281
|
readonly type: "boolean";
|
|
9321
9282
|
};
|
|
9283
|
+
readonly keyConcurrency: {
|
|
9284
|
+
readonly properties: {
|
|
9285
|
+
readonly heartbeatIntervalMs: {
|
|
9286
|
+
readonly minimum: 1;
|
|
9287
|
+
readonly type: "integer";
|
|
9288
|
+
};
|
|
9289
|
+
readonly heartbeatTtlMs: {
|
|
9290
|
+
readonly minimum: 1;
|
|
9291
|
+
readonly type: "integer";
|
|
9292
|
+
};
|
|
9293
|
+
readonly key: {
|
|
9294
|
+
readonly items: {
|
|
9295
|
+
readonly minLength: 1;
|
|
9296
|
+
readonly type: "string";
|
|
9297
|
+
};
|
|
9298
|
+
readonly minItems: 1;
|
|
9299
|
+
readonly type: "array";
|
|
9300
|
+
};
|
|
9301
|
+
readonly maxActive: {
|
|
9302
|
+
readonly minimum: 1;
|
|
9303
|
+
readonly type: "integer";
|
|
9304
|
+
};
|
|
9305
|
+
readonly stalePolicy: {
|
|
9306
|
+
readonly anyOf: readonly [{
|
|
9307
|
+
readonly const: "fail-stale";
|
|
9308
|
+
readonly type: "string";
|
|
9309
|
+
}, {
|
|
9310
|
+
readonly const: "block";
|
|
9311
|
+
readonly type: "string";
|
|
9312
|
+
}];
|
|
9313
|
+
};
|
|
9314
|
+
};
|
|
9315
|
+
readonly required: readonly ["key", "maxActive", "heartbeatIntervalMs", "heartbeatTtlMs", "stalePolicy"];
|
|
9316
|
+
readonly type: "object";
|
|
9317
|
+
};
|
|
9322
9318
|
readonly logs: {
|
|
9323
9319
|
readonly type: "boolean";
|
|
9324
9320
|
};
|
|
@@ -9343,6 +9339,28 @@ export declare const AuthServiceInstancesProvisionResponseSchema: {
|
|
|
9343
9339
|
readonly minLength: 1;
|
|
9344
9340
|
readonly type: "string";
|
|
9345
9341
|
};
|
|
9342
|
+
readonly queue: {
|
|
9343
|
+
readonly properties: {
|
|
9344
|
+
readonly maxQueuedPerKey: {
|
|
9345
|
+
readonly minimum: 0;
|
|
9346
|
+
readonly type: "integer";
|
|
9347
|
+
};
|
|
9348
|
+
readonly whenFull: {
|
|
9349
|
+
readonly anyOf: readonly [{
|
|
9350
|
+
readonly const: "reject";
|
|
9351
|
+
readonly type: "string";
|
|
9352
|
+
}, {
|
|
9353
|
+
readonly const: "coalesce";
|
|
9354
|
+
readonly type: "string";
|
|
9355
|
+
}, {
|
|
9356
|
+
readonly const: "replace-oldest";
|
|
9357
|
+
readonly type: "string";
|
|
9358
|
+
}];
|
|
9359
|
+
};
|
|
9360
|
+
};
|
|
9361
|
+
readonly required: readonly ["maxQueuedPerKey", "whenFull"];
|
|
9362
|
+
readonly type: "object";
|
|
9363
|
+
};
|
|
9346
9364
|
readonly queueType: {
|
|
9347
9365
|
readonly minLength: 1;
|
|
9348
9366
|
readonly type: "string";
|
|
@@ -9896,42 +9914,22 @@ export declare const AuthSessionsRevokeResponseSchema: {
|
|
|
9896
9914
|
readonly type: "object";
|
|
9897
9915
|
};
|
|
9898
9916
|
export declare const AuthSessionsRevokedEventSchema: {
|
|
9899
|
-
readonly
|
|
9900
|
-
readonly
|
|
9901
|
-
readonly
|
|
9902
|
-
readonly properties: {
|
|
9903
|
-
readonly id: {
|
|
9904
|
-
readonly type: "string";
|
|
9905
|
-
};
|
|
9906
|
-
readonly time: {
|
|
9907
|
-
readonly format: "date-time";
|
|
9908
|
-
readonly type: "string";
|
|
9909
|
-
};
|
|
9910
|
-
};
|
|
9911
|
-
readonly required: readonly ["id", "time"];
|
|
9912
|
-
readonly type: "object";
|
|
9913
|
-
};
|
|
9917
|
+
readonly properties: {
|
|
9918
|
+
readonly id: {
|
|
9919
|
+
readonly type: "string";
|
|
9914
9920
|
};
|
|
9915
|
-
readonly
|
|
9916
|
-
|
|
9917
|
-
}, {
|
|
9918
|
-
readonly properties: {
|
|
9919
|
-
readonly id: {
|
|
9920
|
-
readonly type: "string";
|
|
9921
|
-
};
|
|
9922
|
-
readonly origin: {
|
|
9923
|
-
readonly type: "string";
|
|
9924
|
-
};
|
|
9925
|
-
readonly revokedBy: {
|
|
9926
|
-
readonly type: "string";
|
|
9927
|
-
};
|
|
9928
|
-
readonly sessionKey: {
|
|
9929
|
-
readonly type: "string";
|
|
9930
|
-
};
|
|
9921
|
+
readonly origin: {
|
|
9922
|
+
readonly type: "string";
|
|
9931
9923
|
};
|
|
9932
|
-
readonly
|
|
9933
|
-
|
|
9934
|
-
|
|
9924
|
+
readonly revokedBy: {
|
|
9925
|
+
readonly type: "string";
|
|
9926
|
+
};
|
|
9927
|
+
readonly sessionKey: {
|
|
9928
|
+
readonly type: "string";
|
|
9929
|
+
};
|
|
9930
|
+
};
|
|
9931
|
+
readonly required: readonly ["origin", "id", "sessionKey", "revokedBy"];
|
|
9932
|
+
readonly type: "object";
|
|
9935
9933
|
};
|
|
9936
9934
|
export declare const AuthUserIdentitiesListRequestSchema: {
|
|
9937
9935
|
readonly properties: {
|