@agentxm/client-core 0.11.3 → 0.12.0
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/dist/src/unstable/agent-capabilities/catalog.generated.d.ts +208 -2
- package/dist/src/unstable/agent-capabilities/catalog.generated.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/catalog.generated.js +224 -0
- package/dist/src/unstable/agent-capabilities/catalog.generated.js.map +1 -1
- package/dist/src/unstable/agents/claude-code/descriptor.d.ts.map +1 -1
- package/dist/src/unstable/agents/claude-code/descriptor.js +5 -0
- package/dist/src/unstable/agents/claude-code/descriptor.js.map +1 -1
- package/dist/src/unstable/agents/codex/descriptor.d.ts.map +1 -1
- package/dist/src/unstable/agents/codex/descriptor.js +3 -0
- package/dist/src/unstable/agents/codex/descriptor.js.map +1 -1
- package/dist/src/unstable/agents/gemini-cli/descriptor.d.ts.map +1 -1
- package/dist/src/unstable/agents/gemini-cli/descriptor.js +4 -0
- package/dist/src/unstable/agents/gemini-cli/descriptor.js.map +1 -1
- package/dist/src/unstable/agents/grok-cli/descriptor.d.ts +14 -0
- package/dist/src/unstable/agents/grok-cli/descriptor.d.ts.map +1 -0
- package/dist/src/unstable/agents/grok-cli/descriptor.js +20 -0
- package/dist/src/unstable/agents/grok-cli/descriptor.js.map +1 -0
- package/dist/src/unstable/agents/grok-cli/index.d.ts +8 -0
- package/dist/src/unstable/agents/grok-cli/index.d.ts.map +1 -0
- package/dist/src/unstable/agents/grok-cli/index.js +8 -0
- package/dist/src/unstable/agents/grok-cli/index.js.map +1 -0
- package/dist/src/unstable/agents/index.d.ts +2 -1
- package/dist/src/unstable/agents/index.d.ts.map +1 -1
- package/dist/src/unstable/agents/index.js +1 -0
- package/dist/src/unstable/agents/index.js.map +1 -1
- package/dist/src/unstable/agents/instructions.d.ts +68 -0
- package/dist/src/unstable/agents/instructions.d.ts.map +1 -0
- package/dist/src/unstable/agents/instructions.js +338 -0
- package/dist/src/unstable/agents/instructions.js.map +1 -0
- package/dist/src/unstable/agents/registry.d.ts.map +1 -1
- package/dist/src/unstable/agents/registry.js +2 -0
- package/dist/src/unstable/agents/registry.js.map +1 -1
- package/dist/src/unstable/agents/types.d.ts +15 -1
- package/dist/src/unstable/agents/types.d.ts.map +1 -1
- package/dist/src/unstable/agents/types.js +1 -0
- package/dist/src/unstable/agents/types.js.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +3 -3
- package/dist/src/unstable/extensions/common.d.ts +1 -1
- package/dist/src/unstable/extensions/common.d.ts.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts +998 -297
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.js +192 -83
- package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
- package/dist/src/unstable/registry/client.d.ts +37 -0
- package/dist/src/unstable/registry/client.d.ts.map +1 -1
- package/dist/src/unstable/registry/client.js.map +1 -1
- package/dist/src/unstable/registry/index.d.ts +1 -1
- package/dist/src/unstable/registry/index.d.ts.map +1 -1
- package/dist/src/unstable/registry/index.js.map +1 -1
- package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/local-client.js +16 -0
- package/dist/src/unstable/registry/local-client.js.map +1 -1
- package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/remote-client.js +44 -0
- package/dist/src/unstable/registry/remote-client.js.map +1 -1
- package/dist/src/unstable/settings/index.d.ts +2 -2
- package/dist/src/unstable/settings/index.d.ts.map +1 -1
- package/dist/src/unstable/settings/index.js +1 -1
- package/dist/src/unstable/settings/index.js.map +1 -1
- package/dist/src/unstable/settings/schema.d.ts +45 -0
- package/dist/src/unstable/settings/schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.js +54 -0
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +24 -0
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/agents/grok-cli.d.ts +12 -0
- package/dist/src/unstable/workspace/read-model/agents/grok-cli.d.ts.map +1 -0
- package/dist/src/unstable/workspace/read-model/agents/grok-cli.js +14 -0
- package/dist/src/unstable/workspace/read-model/agents/grok-cli.js.map +1 -0
- package/dist/src/unstable/workspace/read-model/agents/index.d.ts +3 -1
- package/dist/src/unstable/workspace/read-model/agents/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/agents/index.js +2 -0
- package/dist/src/unstable/workspace/read-model/agents/index.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/subagents.d.ts +1 -1
- package/dist/src/unstable/workspace/service-interface.d.ts +5 -1
- package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service-interface.js.map +1 -1
- package/dist/src/unstable/workspace/service.d.ts +6 -1
- package/dist/src/unstable/workspace/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service.js +10 -0
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.js +2 -0
- package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
- package/package.json +2 -2
- package/site-content/__generated__/schemas/settings.schema.json +41 -0
|
@@ -218,10 +218,16 @@ export type ChangeTeamMemberRoleBody = {
|
|
|
218
218
|
export declare const ChangeTeamMemberRoleBody: Schema.Struct<{
|
|
219
219
|
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
220
220
|
}>;
|
|
221
|
-
export type
|
|
222
|
-
export declare const
|
|
221
|
+
export type ListId = string;
|
|
222
|
+
export declare const ListId: Schema.String;
|
|
223
|
+
export type ListVisibility = "public" | "internal" | "private";
|
|
224
|
+
export declare const ListVisibility: Schema.Literals<readonly ["public", "internal", "private"]>;
|
|
225
|
+
export type ListItemId = string;
|
|
226
|
+
export declare const ListItemId: Schema.String;
|
|
223
227
|
export type ExtensionType = "skill" | "command" | "mcp-server" | "subagent" | "file" | "rule" | "pack";
|
|
224
228
|
export declare const ExtensionType: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
229
|
+
export type ExtensionName = string;
|
|
230
|
+
export declare const ExtensionName: Schema.String;
|
|
225
231
|
export type Version = string;
|
|
226
232
|
export declare const Version: Schema.String;
|
|
227
233
|
export type Repository = {
|
|
@@ -516,6 +522,88 @@ export declare const TeamMembership: Schema.Struct<{
|
|
|
516
522
|
readonly addedAt: Schema.String;
|
|
517
523
|
readonly addedBy: Schema.String;
|
|
518
524
|
}>;
|
|
525
|
+
export type List = {
|
|
526
|
+
readonly id: ListId;
|
|
527
|
+
readonly owner: Handle;
|
|
528
|
+
readonly name: string;
|
|
529
|
+
readonly title: string;
|
|
530
|
+
readonly description: string | null;
|
|
531
|
+
readonly visibility: ListVisibility;
|
|
532
|
+
readonly listed: boolean;
|
|
533
|
+
readonly createdAt: string;
|
|
534
|
+
readonly updatedAt: string;
|
|
535
|
+
};
|
|
536
|
+
export declare const List: Schema.Struct<{
|
|
537
|
+
readonly id: Schema.String;
|
|
538
|
+
readonly owner: Schema.String;
|
|
539
|
+
readonly name: Schema.String;
|
|
540
|
+
readonly title: Schema.String;
|
|
541
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
542
|
+
readonly visibility: Schema.Literals<readonly ["public", "internal", "private"]>;
|
|
543
|
+
readonly listed: Schema.Boolean;
|
|
544
|
+
readonly createdAt: Schema.String;
|
|
545
|
+
readonly updatedAt: Schema.String;
|
|
546
|
+
}>;
|
|
547
|
+
export type CreateListBody = {
|
|
548
|
+
readonly name: string;
|
|
549
|
+
readonly title: string;
|
|
550
|
+
readonly description?: string | null | null;
|
|
551
|
+
readonly visibility?: ListVisibility | null;
|
|
552
|
+
readonly listed?: boolean | null;
|
|
553
|
+
};
|
|
554
|
+
export declare const CreateListBody: Schema.Struct<{
|
|
555
|
+
readonly name: Schema.String;
|
|
556
|
+
readonly title: Schema.String;
|
|
557
|
+
readonly description: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
558
|
+
readonly visibility: Schema.optionalKey<Schema.Union<readonly [Schema.Literals<readonly ["public", "internal", "private"]>, Schema.Null]>>;
|
|
559
|
+
readonly listed: Schema.optionalKey<Schema.Union<readonly [Schema.Boolean, Schema.Null]>>;
|
|
560
|
+
}>;
|
|
561
|
+
export type UpdateListBody = {
|
|
562
|
+
readonly name?: string | null;
|
|
563
|
+
readonly title?: string | null;
|
|
564
|
+
readonly description?: string | null | null;
|
|
565
|
+
readonly visibility?: ListVisibility | null;
|
|
566
|
+
readonly listed?: boolean | null;
|
|
567
|
+
};
|
|
568
|
+
export declare const UpdateListBody: Schema.Struct<{
|
|
569
|
+
readonly name: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
570
|
+
readonly title: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
571
|
+
readonly description: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
572
|
+
readonly visibility: Schema.optionalKey<Schema.Union<readonly [Schema.Literals<readonly ["public", "internal", "private"]>, Schema.Null]>>;
|
|
573
|
+
readonly listed: Schema.optionalKey<Schema.Union<readonly [Schema.Boolean, Schema.Null]>>;
|
|
574
|
+
}>;
|
|
575
|
+
export type ListItem = {
|
|
576
|
+
readonly id: ListItemId;
|
|
577
|
+
readonly extensionOwner: Handle;
|
|
578
|
+
readonly extensionType: ExtensionType;
|
|
579
|
+
readonly extensionName: ExtensionName;
|
|
580
|
+
readonly position: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN";
|
|
581
|
+
readonly note: string | null;
|
|
582
|
+
readonly createdAt: string;
|
|
583
|
+
};
|
|
584
|
+
export declare const ListItem: Schema.Struct<{
|
|
585
|
+
readonly id: Schema.String;
|
|
586
|
+
readonly extensionOwner: Schema.String;
|
|
587
|
+
readonly extensionType: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
588
|
+
readonly extensionName: Schema.String;
|
|
589
|
+
readonly position: Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>;
|
|
590
|
+
readonly note: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
591
|
+
readonly createdAt: Schema.String;
|
|
592
|
+
}>;
|
|
593
|
+
export type AddListItemBody = {
|
|
594
|
+
readonly owner: Handle;
|
|
595
|
+
readonly type: ExtensionType;
|
|
596
|
+
readonly name: ExtensionName;
|
|
597
|
+
readonly note?: string | null | null;
|
|
598
|
+
readonly position?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN" | null;
|
|
599
|
+
};
|
|
600
|
+
export declare const AddListItemBody: Schema.Struct<{
|
|
601
|
+
readonly owner: Schema.String;
|
|
602
|
+
readonly type: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
603
|
+
readonly name: Schema.String;
|
|
604
|
+
readonly note: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
605
|
+
readonly position: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>, Schema.Null]>>;
|
|
606
|
+
}>;
|
|
519
607
|
export type PublishIdentity = {
|
|
520
608
|
readonly owner: Handle;
|
|
521
609
|
readonly type: ExtensionType;
|
|
@@ -665,6 +753,48 @@ export declare const TeamMembershipList: Schema.Struct<{
|
|
|
665
753
|
}>>;
|
|
666
754
|
readonly nextCursor: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
667
755
|
}>;
|
|
756
|
+
export type ListCollection = {
|
|
757
|
+
readonly items: ReadonlyArray<List>;
|
|
758
|
+
};
|
|
759
|
+
export declare const ListCollection: Schema.Struct<{
|
|
760
|
+
readonly items: Schema.$Array<Schema.Struct<{
|
|
761
|
+
readonly id: Schema.String;
|
|
762
|
+
readonly owner: Schema.String;
|
|
763
|
+
readonly name: Schema.String;
|
|
764
|
+
readonly title: Schema.String;
|
|
765
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
766
|
+
readonly visibility: Schema.Literals<readonly ["public", "internal", "private"]>;
|
|
767
|
+
readonly listed: Schema.Boolean;
|
|
768
|
+
readonly createdAt: Schema.String;
|
|
769
|
+
readonly updatedAt: Schema.String;
|
|
770
|
+
}>>;
|
|
771
|
+
}>;
|
|
772
|
+
export type ListDetail = {
|
|
773
|
+
readonly list: List;
|
|
774
|
+
readonly items: ReadonlyArray<ListItem>;
|
|
775
|
+
};
|
|
776
|
+
export declare const ListDetail: Schema.Struct<{
|
|
777
|
+
readonly list: Schema.Struct<{
|
|
778
|
+
readonly id: Schema.String;
|
|
779
|
+
readonly owner: Schema.String;
|
|
780
|
+
readonly name: Schema.String;
|
|
781
|
+
readonly title: Schema.String;
|
|
782
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
783
|
+
readonly visibility: Schema.Literals<readonly ["public", "internal", "private"]>;
|
|
784
|
+
readonly listed: Schema.Boolean;
|
|
785
|
+
readonly createdAt: Schema.String;
|
|
786
|
+
readonly updatedAt: Schema.String;
|
|
787
|
+
}>;
|
|
788
|
+
readonly items: Schema.$Array<Schema.Struct<{
|
|
789
|
+
readonly id: Schema.String;
|
|
790
|
+
readonly extensionOwner: Schema.String;
|
|
791
|
+
readonly extensionType: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
792
|
+
readonly extensionName: Schema.String;
|
|
793
|
+
readonly position: Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>;
|
|
794
|
+
readonly note: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
795
|
+
readonly createdAt: Schema.String;
|
|
796
|
+
}>>;
|
|
797
|
+
}>;
|
|
668
798
|
export type ExtensionIdentityMismatchError = {
|
|
669
799
|
readonly kind: "ExtensionIdentityMismatchError";
|
|
670
800
|
readonly type: string;
|
|
@@ -791,11 +921,11 @@ export declare const MetaGet400: Schema.Struct<{
|
|
|
791
921
|
readonly code: Schema.String;
|
|
792
922
|
}>;
|
|
793
923
|
export type AuthIssueDeviceCodeRequestFormUrlEncoded = {
|
|
794
|
-
readonly client_id:
|
|
924
|
+
readonly client_id: string;
|
|
795
925
|
readonly scope?: string | null;
|
|
796
926
|
};
|
|
797
927
|
export declare const AuthIssueDeviceCodeRequestFormUrlEncoded: Schema.Struct<{
|
|
798
|
-
readonly client_id: Schema.
|
|
928
|
+
readonly client_id: Schema.String;
|
|
799
929
|
readonly scope: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
800
930
|
}>;
|
|
801
931
|
export type AuthIssueDeviceCode200 = DeviceCodeResponse;
|
|
@@ -890,90 +1020,6 @@ export declare const AuthExchangeToken400: Schema.Union<readonly [Schema.Union<r
|
|
|
890
1020
|
readonly error: Schema.Literals<readonly ["invalid_request", "invalid_client", "invalid_grant", "unauthorized_client", "unsupported_grant_type", "invalid_scope", "authorization_pending", "slow_down", "expired_token", "access_denied"]>;
|
|
891
1021
|
readonly error_description: Schema.String;
|
|
892
1022
|
}>]>;
|
|
893
|
-
export type AuthExchangeDeviceCodeRequestFormUrlEncoded = {
|
|
894
|
-
readonly grant_type: string;
|
|
895
|
-
readonly device_code: string;
|
|
896
|
-
readonly client_id: string;
|
|
897
|
-
};
|
|
898
|
-
export declare const AuthExchangeDeviceCodeRequestFormUrlEncoded: Schema.Struct<{
|
|
899
|
-
readonly grant_type: Schema.String;
|
|
900
|
-
readonly device_code: Schema.String;
|
|
901
|
-
readonly client_id: Schema.String;
|
|
902
|
-
}>;
|
|
903
|
-
export type AuthExchangeDeviceCode200 = {
|
|
904
|
-
readonly access_token: string;
|
|
905
|
-
readonly refresh_token: string;
|
|
906
|
-
readonly token_type: "Bearer";
|
|
907
|
-
readonly expires_in: number;
|
|
908
|
-
readonly expires_at: string;
|
|
909
|
-
readonly scope?: string | null;
|
|
910
|
-
};
|
|
911
|
-
export declare const AuthExchangeDeviceCode200: Schema.Struct<{
|
|
912
|
-
readonly access_token: Schema.String;
|
|
913
|
-
readonly refresh_token: Schema.String;
|
|
914
|
-
readonly token_type: Schema.Literal<"Bearer">;
|
|
915
|
-
readonly expires_in: Schema.Number;
|
|
916
|
-
readonly expires_at: Schema.String;
|
|
917
|
-
readonly scope: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
918
|
-
}>;
|
|
919
|
-
export type AuthExchangeDeviceCode400 = TokenOAuthError | DecodeErrorResponse;
|
|
920
|
-
export declare const AuthExchangeDeviceCode400: Schema.Union<readonly [Schema.Struct<{
|
|
921
|
-
readonly kind: Schema.Literal<"TokenOAuthError">;
|
|
922
|
-
readonly error: Schema.Literals<readonly ["invalid_request", "invalid_client", "invalid_grant", "unauthorized_client", "unsupported_grant_type", "invalid_scope", "authorization_pending", "slow_down", "expired_token", "access_denied"]>;
|
|
923
|
-
readonly error_description: Schema.String;
|
|
924
|
-
}>, Schema.Struct<{
|
|
925
|
-
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
926
|
-
readonly type: Schema.String;
|
|
927
|
-
readonly title: Schema.String;
|
|
928
|
-
readonly status: Schema.Number;
|
|
929
|
-
readonly detail: Schema.String;
|
|
930
|
-
readonly instance: Schema.optionalKey<Schema.String>;
|
|
931
|
-
readonly code: Schema.String;
|
|
932
|
-
}>]>;
|
|
933
|
-
export type AuthExchangeCliAuthorizationCodeRequestFormUrlEncoded = {
|
|
934
|
-
readonly grant_type: string;
|
|
935
|
-
readonly code: string;
|
|
936
|
-
readonly code_verifier: string;
|
|
937
|
-
readonly client_id: string;
|
|
938
|
-
readonly redirect_uri: string;
|
|
939
|
-
};
|
|
940
|
-
export declare const AuthExchangeCliAuthorizationCodeRequestFormUrlEncoded: Schema.Struct<{
|
|
941
|
-
readonly grant_type: Schema.String;
|
|
942
|
-
readonly code: Schema.String;
|
|
943
|
-
readonly code_verifier: Schema.String;
|
|
944
|
-
readonly client_id: Schema.String;
|
|
945
|
-
readonly redirect_uri: Schema.String;
|
|
946
|
-
}>;
|
|
947
|
-
export type AuthExchangeCliAuthorizationCode200 = {
|
|
948
|
-
readonly access_token: string;
|
|
949
|
-
readonly refresh_token: string;
|
|
950
|
-
readonly token_type: "Bearer";
|
|
951
|
-
readonly expires_in: number;
|
|
952
|
-
readonly expires_at: string;
|
|
953
|
-
readonly scope?: string | null;
|
|
954
|
-
};
|
|
955
|
-
export declare const AuthExchangeCliAuthorizationCode200: Schema.Struct<{
|
|
956
|
-
readonly access_token: Schema.String;
|
|
957
|
-
readonly refresh_token: Schema.String;
|
|
958
|
-
readonly token_type: Schema.Literal<"Bearer">;
|
|
959
|
-
readonly expires_in: Schema.Number;
|
|
960
|
-
readonly expires_at: Schema.String;
|
|
961
|
-
readonly scope: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
962
|
-
}>;
|
|
963
|
-
export type AuthExchangeCliAuthorizationCode400 = TokenOAuthError | DecodeErrorResponse;
|
|
964
|
-
export declare const AuthExchangeCliAuthorizationCode400: Schema.Union<readonly [Schema.Struct<{
|
|
965
|
-
readonly kind: Schema.Literal<"TokenOAuthError">;
|
|
966
|
-
readonly error: Schema.Literals<readonly ["invalid_request", "invalid_client", "invalid_grant", "unauthorized_client", "unsupported_grant_type", "invalid_scope", "authorization_pending", "slow_down", "expired_token", "access_denied"]>;
|
|
967
|
-
readonly error_description: Schema.String;
|
|
968
|
-
}>, Schema.Struct<{
|
|
969
|
-
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
970
|
-
readonly type: Schema.String;
|
|
971
|
-
readonly title: Schema.String;
|
|
972
|
-
readonly status: Schema.Number;
|
|
973
|
-
readonly detail: Schema.String;
|
|
974
|
-
readonly instance: Schema.optionalKey<Schema.String>;
|
|
975
|
-
readonly code: Schema.String;
|
|
976
|
-
}>]>;
|
|
977
1023
|
export type AuthRefreshTokenRequestFormUrlEncoded = {
|
|
978
1024
|
readonly grant_type: "refresh_token";
|
|
979
1025
|
readonly refresh_token: string;
|
|
@@ -1601,8 +1647,732 @@ export declare const OrgsTeamsCreateTeam403: Schema.Struct<{
|
|
|
1601
1647
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1602
1648
|
}>]>>;
|
|
1603
1649
|
}>;
|
|
1604
|
-
export type OrgsTeamsCreateTeam404 = ProblemDetails;
|
|
1605
|
-
export declare const OrgsTeamsCreateTeam404: Schema.Struct<{
|
|
1650
|
+
export type OrgsTeamsCreateTeam404 = ProblemDetails;
|
|
1651
|
+
export declare const OrgsTeamsCreateTeam404: Schema.Struct<{
|
|
1652
|
+
readonly type: Schema.String;
|
|
1653
|
+
readonly title: Schema.String;
|
|
1654
|
+
readonly status: Schema.Number;
|
|
1655
|
+
readonly detail: Schema.String;
|
|
1656
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1657
|
+
readonly code: Schema.String;
|
|
1658
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1659
|
+
readonly retryable: Schema.Boolean;
|
|
1660
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1661
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1662
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1663
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1664
|
+
}>>;
|
|
1665
|
+
}>;
|
|
1666
|
+
export type OrgsTeamsGetTeam200 = Team;
|
|
1667
|
+
export declare const OrgsTeamsGetTeam200: Schema.Struct<{
|
|
1668
|
+
readonly id: Schema.String;
|
|
1669
|
+
readonly organizationId: Schema.String;
|
|
1670
|
+
readonly displayName: Schema.String;
|
|
1671
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1672
|
+
readonly createdAt: Schema.String;
|
|
1673
|
+
readonly createdBy: Schema.String;
|
|
1674
|
+
readonly updatedAt: Schema.String;
|
|
1675
|
+
}>;
|
|
1676
|
+
export type OrgsTeamsGetTeam400 = DecodeErrorResponse;
|
|
1677
|
+
export declare const OrgsTeamsGetTeam400: Schema.Struct<{
|
|
1678
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1679
|
+
readonly type: Schema.String;
|
|
1680
|
+
readonly title: Schema.String;
|
|
1681
|
+
readonly status: Schema.Number;
|
|
1682
|
+
readonly detail: Schema.String;
|
|
1683
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1684
|
+
readonly code: Schema.String;
|
|
1685
|
+
}>;
|
|
1686
|
+
export type OrgsTeamsGetTeam401 = ProblemDetails;
|
|
1687
|
+
export declare const OrgsTeamsGetTeam401: Schema.Struct<{
|
|
1688
|
+
readonly type: Schema.String;
|
|
1689
|
+
readonly title: Schema.String;
|
|
1690
|
+
readonly status: Schema.Number;
|
|
1691
|
+
readonly detail: Schema.String;
|
|
1692
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1693
|
+
readonly code: Schema.String;
|
|
1694
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1695
|
+
readonly retryable: Schema.Boolean;
|
|
1696
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1697
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1698
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1699
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1700
|
+
}>>;
|
|
1701
|
+
}>;
|
|
1702
|
+
export type OrgsTeamsGetTeam404 = ProblemDetails;
|
|
1703
|
+
export declare const OrgsTeamsGetTeam404: Schema.Struct<{
|
|
1704
|
+
readonly type: Schema.String;
|
|
1705
|
+
readonly title: Schema.String;
|
|
1706
|
+
readonly status: Schema.Number;
|
|
1707
|
+
readonly detail: Schema.String;
|
|
1708
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1709
|
+
readonly code: Schema.String;
|
|
1710
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1711
|
+
readonly retryable: Schema.Boolean;
|
|
1712
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1713
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1714
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1715
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1716
|
+
}>>;
|
|
1717
|
+
}>;
|
|
1718
|
+
export type OrgsTeamsDeleteTeam400 = DecodeErrorResponse;
|
|
1719
|
+
export declare const OrgsTeamsDeleteTeam400: Schema.Struct<{
|
|
1720
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1721
|
+
readonly type: Schema.String;
|
|
1722
|
+
readonly title: Schema.String;
|
|
1723
|
+
readonly status: Schema.Number;
|
|
1724
|
+
readonly detail: Schema.String;
|
|
1725
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1726
|
+
readonly code: Schema.String;
|
|
1727
|
+
}>;
|
|
1728
|
+
export type OrgsTeamsDeleteTeam401 = ProblemDetails;
|
|
1729
|
+
export declare const OrgsTeamsDeleteTeam401: Schema.Struct<{
|
|
1730
|
+
readonly type: Schema.String;
|
|
1731
|
+
readonly title: Schema.String;
|
|
1732
|
+
readonly status: Schema.Number;
|
|
1733
|
+
readonly detail: Schema.String;
|
|
1734
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1735
|
+
readonly code: Schema.String;
|
|
1736
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1737
|
+
readonly retryable: Schema.Boolean;
|
|
1738
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1739
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1740
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1741
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1742
|
+
}>>;
|
|
1743
|
+
}>;
|
|
1744
|
+
export type OrgsTeamsDeleteTeam403 = ForbiddenError;
|
|
1745
|
+
export declare const OrgsTeamsDeleteTeam403: Schema.Struct<{
|
|
1746
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1747
|
+
readonly type: Schema.String;
|
|
1748
|
+
readonly title: Schema.String;
|
|
1749
|
+
readonly status: Schema.Number;
|
|
1750
|
+
readonly detail: Schema.String;
|
|
1751
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1752
|
+
readonly code: Schema.Literals<readonly ["forbidden", "insufficient_scope", "resource_restriction", "scope_escalation", "gat_requires_session", "team_create_not_authorized", "team_delete_not_authorized", "team_update_not_authorized", "add_team_member_not_authorized", "remove_team_member_not_authorized", "change_team_member_role_not_authorized", "team_extension_grant_delete_not_authorized", "team_extension_grant_not_authorized", "publish/quota-exceeded", "publish/insufficient-scope", "publish/resource-restriction", "publish/handle-not-owned", "publish/publish-forbidden"]>;
|
|
1753
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
1754
|
+
readonly requiredScope: Schema.String;
|
|
1755
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
1756
|
+
}>, Schema.Struct<{
|
|
1757
|
+
readonly requiredScope: Schema.String;
|
|
1758
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
1759
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
1760
|
+
}>, Schema.Struct<{
|
|
1761
|
+
readonly retryable: Schema.Boolean;
|
|
1762
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1763
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1764
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1765
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1766
|
+
}>]>>;
|
|
1767
|
+
}>;
|
|
1768
|
+
export type OrgsTeamsDeleteTeam404 = ProblemDetails;
|
|
1769
|
+
export declare const OrgsTeamsDeleteTeam404: Schema.Struct<{
|
|
1770
|
+
readonly type: Schema.String;
|
|
1771
|
+
readonly title: Schema.String;
|
|
1772
|
+
readonly status: Schema.Number;
|
|
1773
|
+
readonly detail: Schema.String;
|
|
1774
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1775
|
+
readonly code: Schema.String;
|
|
1776
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1777
|
+
readonly retryable: Schema.Boolean;
|
|
1778
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1779
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1780
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1781
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1782
|
+
}>>;
|
|
1783
|
+
}>;
|
|
1784
|
+
export type OrgsTeamsUpdateTeamRequestJson = UpdateTeamBody;
|
|
1785
|
+
export declare const OrgsTeamsUpdateTeamRequestJson: Schema.Struct<{
|
|
1786
|
+
readonly displayName: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1787
|
+
readonly description: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
1788
|
+
}>;
|
|
1789
|
+
export type OrgsTeamsUpdateTeam200 = Team;
|
|
1790
|
+
export declare const OrgsTeamsUpdateTeam200: Schema.Struct<{
|
|
1791
|
+
readonly id: Schema.String;
|
|
1792
|
+
readonly organizationId: Schema.String;
|
|
1793
|
+
readonly displayName: Schema.String;
|
|
1794
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1795
|
+
readonly createdAt: Schema.String;
|
|
1796
|
+
readonly createdBy: Schema.String;
|
|
1797
|
+
readonly updatedAt: Schema.String;
|
|
1798
|
+
}>;
|
|
1799
|
+
export type OrgsTeamsUpdateTeam400 = ProblemDetails | DecodeErrorResponse;
|
|
1800
|
+
export declare const OrgsTeamsUpdateTeam400: Schema.Union<readonly [Schema.Struct<{
|
|
1801
|
+
readonly type: Schema.String;
|
|
1802
|
+
readonly title: Schema.String;
|
|
1803
|
+
readonly status: Schema.Number;
|
|
1804
|
+
readonly detail: Schema.String;
|
|
1805
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1806
|
+
readonly code: Schema.String;
|
|
1807
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1808
|
+
readonly retryable: Schema.Boolean;
|
|
1809
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1810
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1811
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1812
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1813
|
+
}>>;
|
|
1814
|
+
}>, Schema.Struct<{
|
|
1815
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1816
|
+
readonly type: Schema.String;
|
|
1817
|
+
readonly title: Schema.String;
|
|
1818
|
+
readonly status: Schema.Number;
|
|
1819
|
+
readonly detail: Schema.String;
|
|
1820
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1821
|
+
readonly code: Schema.String;
|
|
1822
|
+
}>]>;
|
|
1823
|
+
export type OrgsTeamsUpdateTeam401 = ProblemDetails;
|
|
1824
|
+
export declare const OrgsTeamsUpdateTeam401: Schema.Struct<{
|
|
1825
|
+
readonly type: Schema.String;
|
|
1826
|
+
readonly title: Schema.String;
|
|
1827
|
+
readonly status: Schema.Number;
|
|
1828
|
+
readonly detail: Schema.String;
|
|
1829
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1830
|
+
readonly code: Schema.String;
|
|
1831
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1832
|
+
readonly retryable: Schema.Boolean;
|
|
1833
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1834
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1835
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1836
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1837
|
+
}>>;
|
|
1838
|
+
}>;
|
|
1839
|
+
export type OrgsTeamsUpdateTeam403 = ForbiddenError;
|
|
1840
|
+
export declare const OrgsTeamsUpdateTeam403: Schema.Struct<{
|
|
1841
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1842
|
+
readonly type: Schema.String;
|
|
1843
|
+
readonly title: Schema.String;
|
|
1844
|
+
readonly status: Schema.Number;
|
|
1845
|
+
readonly detail: Schema.String;
|
|
1846
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1847
|
+
readonly code: Schema.Literals<readonly ["forbidden", "insufficient_scope", "resource_restriction", "scope_escalation", "gat_requires_session", "team_create_not_authorized", "team_delete_not_authorized", "team_update_not_authorized", "add_team_member_not_authorized", "remove_team_member_not_authorized", "change_team_member_role_not_authorized", "team_extension_grant_delete_not_authorized", "team_extension_grant_not_authorized", "publish/quota-exceeded", "publish/insufficient-scope", "publish/resource-restriction", "publish/handle-not-owned", "publish/publish-forbidden"]>;
|
|
1848
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
1849
|
+
readonly requiredScope: Schema.String;
|
|
1850
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
1851
|
+
}>, Schema.Struct<{
|
|
1852
|
+
readonly requiredScope: Schema.String;
|
|
1853
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
1854
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
1855
|
+
}>, Schema.Struct<{
|
|
1856
|
+
readonly retryable: Schema.Boolean;
|
|
1857
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1858
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1859
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1860
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1861
|
+
}>]>>;
|
|
1862
|
+
}>;
|
|
1863
|
+
export type OrgsTeamsUpdateTeam404 = ProblemDetails;
|
|
1864
|
+
export declare const OrgsTeamsUpdateTeam404: Schema.Struct<{
|
|
1865
|
+
readonly type: Schema.String;
|
|
1866
|
+
readonly title: Schema.String;
|
|
1867
|
+
readonly status: Schema.Number;
|
|
1868
|
+
readonly detail: Schema.String;
|
|
1869
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1870
|
+
readonly code: Schema.String;
|
|
1871
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1872
|
+
readonly retryable: Schema.Boolean;
|
|
1873
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1874
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1875
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1876
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1877
|
+
}>>;
|
|
1878
|
+
}>;
|
|
1879
|
+
export type OrgsTeamsListTeamMembersParams = {
|
|
1880
|
+
readonly cursor?: string | null;
|
|
1881
|
+
readonly limit?: string | null;
|
|
1882
|
+
};
|
|
1883
|
+
export declare const OrgsTeamsListTeamMembersParams: Schema.Struct<{
|
|
1884
|
+
readonly cursor: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1885
|
+
readonly limit: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1886
|
+
}>;
|
|
1887
|
+
export type OrgsTeamsListTeamMembers200 = TeamMembershipList;
|
|
1888
|
+
export declare const OrgsTeamsListTeamMembers200: Schema.Struct<{
|
|
1889
|
+
readonly items: Schema.$Array<Schema.Struct<{
|
|
1890
|
+
readonly teamId: Schema.String;
|
|
1891
|
+
readonly userId: Schema.String;
|
|
1892
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1893
|
+
readonly addedAt: Schema.String;
|
|
1894
|
+
readonly addedBy: Schema.String;
|
|
1895
|
+
}>>;
|
|
1896
|
+
readonly nextCursor: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1897
|
+
}>;
|
|
1898
|
+
export type OrgsTeamsListTeamMembers400 = DecodeErrorResponse;
|
|
1899
|
+
export declare const OrgsTeamsListTeamMembers400: Schema.Struct<{
|
|
1900
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1901
|
+
readonly type: Schema.String;
|
|
1902
|
+
readonly title: Schema.String;
|
|
1903
|
+
readonly status: Schema.Number;
|
|
1904
|
+
readonly detail: Schema.String;
|
|
1905
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1906
|
+
readonly code: Schema.String;
|
|
1907
|
+
}>;
|
|
1908
|
+
export type OrgsTeamsListTeamMembers401 = ProblemDetails;
|
|
1909
|
+
export declare const OrgsTeamsListTeamMembers401: Schema.Struct<{
|
|
1910
|
+
readonly type: Schema.String;
|
|
1911
|
+
readonly title: Schema.String;
|
|
1912
|
+
readonly status: Schema.Number;
|
|
1913
|
+
readonly detail: Schema.String;
|
|
1914
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1915
|
+
readonly code: Schema.String;
|
|
1916
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1917
|
+
readonly retryable: Schema.Boolean;
|
|
1918
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1919
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1920
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1921
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1922
|
+
}>>;
|
|
1923
|
+
}>;
|
|
1924
|
+
export type OrgsTeamsListTeamMembers404 = ProblemDetails;
|
|
1925
|
+
export declare const OrgsTeamsListTeamMembers404: Schema.Struct<{
|
|
1926
|
+
readonly type: Schema.String;
|
|
1927
|
+
readonly title: Schema.String;
|
|
1928
|
+
readonly status: Schema.Number;
|
|
1929
|
+
readonly detail: Schema.String;
|
|
1930
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1931
|
+
readonly code: Schema.String;
|
|
1932
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1933
|
+
readonly retryable: Schema.Boolean;
|
|
1934
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1935
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1936
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1937
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1938
|
+
}>>;
|
|
1939
|
+
}>;
|
|
1940
|
+
export type OrgsTeamsAddTeamMemberRequestJson = AddTeamMemberBody;
|
|
1941
|
+
export declare const OrgsTeamsAddTeamMemberRequestJson: Schema.Struct<{
|
|
1942
|
+
readonly userId: Schema.String;
|
|
1943
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1944
|
+
}>;
|
|
1945
|
+
export type OrgsTeamsAddTeamMember200 = TeamMembership;
|
|
1946
|
+
export declare const OrgsTeamsAddTeamMember200: Schema.Struct<{
|
|
1947
|
+
readonly teamId: Schema.String;
|
|
1948
|
+
readonly userId: Schema.String;
|
|
1949
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1950
|
+
readonly addedAt: Schema.String;
|
|
1951
|
+
readonly addedBy: Schema.String;
|
|
1952
|
+
}>;
|
|
1953
|
+
export type OrgsTeamsAddTeamMember400 = DecodeErrorResponse;
|
|
1954
|
+
export declare const OrgsTeamsAddTeamMember400: Schema.Struct<{
|
|
1955
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1956
|
+
readonly type: Schema.String;
|
|
1957
|
+
readonly title: Schema.String;
|
|
1958
|
+
readonly status: Schema.Number;
|
|
1959
|
+
readonly detail: Schema.String;
|
|
1960
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1961
|
+
readonly code: Schema.String;
|
|
1962
|
+
}>;
|
|
1963
|
+
export type OrgsTeamsAddTeamMember401 = ProblemDetails;
|
|
1964
|
+
export declare const OrgsTeamsAddTeamMember401: Schema.Struct<{
|
|
1965
|
+
readonly type: Schema.String;
|
|
1966
|
+
readonly title: Schema.String;
|
|
1967
|
+
readonly status: Schema.Number;
|
|
1968
|
+
readonly detail: Schema.String;
|
|
1969
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1970
|
+
readonly code: Schema.String;
|
|
1971
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1972
|
+
readonly retryable: Schema.Boolean;
|
|
1973
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1974
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1975
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1976
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1977
|
+
}>>;
|
|
1978
|
+
}>;
|
|
1979
|
+
export type OrgsTeamsAddTeamMember403 = ForbiddenError;
|
|
1980
|
+
export declare const OrgsTeamsAddTeamMember403: Schema.Struct<{
|
|
1981
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1982
|
+
readonly type: Schema.String;
|
|
1983
|
+
readonly title: Schema.String;
|
|
1984
|
+
readonly status: Schema.Number;
|
|
1985
|
+
readonly detail: Schema.String;
|
|
1986
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1987
|
+
readonly code: Schema.Literals<readonly ["forbidden", "insufficient_scope", "resource_restriction", "scope_escalation", "gat_requires_session", "team_create_not_authorized", "team_delete_not_authorized", "team_update_not_authorized", "add_team_member_not_authorized", "remove_team_member_not_authorized", "change_team_member_role_not_authorized", "team_extension_grant_delete_not_authorized", "team_extension_grant_not_authorized", "publish/quota-exceeded", "publish/insufficient-scope", "publish/resource-restriction", "publish/handle-not-owned", "publish/publish-forbidden"]>;
|
|
1988
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
1989
|
+
readonly requiredScope: Schema.String;
|
|
1990
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
1991
|
+
}>, Schema.Struct<{
|
|
1992
|
+
readonly requiredScope: Schema.String;
|
|
1993
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
1994
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
1995
|
+
}>, Schema.Struct<{
|
|
1996
|
+
readonly retryable: Schema.Boolean;
|
|
1997
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1998
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1999
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2000
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2001
|
+
}>]>>;
|
|
2002
|
+
}>;
|
|
2003
|
+
export type OrgsTeamsAddTeamMember404 = ProblemDetails;
|
|
2004
|
+
export declare const OrgsTeamsAddTeamMember404: Schema.Struct<{
|
|
2005
|
+
readonly type: Schema.String;
|
|
2006
|
+
readonly title: Schema.String;
|
|
2007
|
+
readonly status: Schema.Number;
|
|
2008
|
+
readonly detail: Schema.String;
|
|
2009
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2010
|
+
readonly code: Schema.String;
|
|
2011
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2012
|
+
readonly retryable: Schema.Boolean;
|
|
2013
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2014
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2015
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2016
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2017
|
+
}>>;
|
|
2018
|
+
}>;
|
|
2019
|
+
export type OrgsTeamsAddTeamMember422 = ProblemDetails;
|
|
2020
|
+
export declare const OrgsTeamsAddTeamMember422: Schema.Struct<{
|
|
2021
|
+
readonly type: Schema.String;
|
|
2022
|
+
readonly title: Schema.String;
|
|
2023
|
+
readonly status: Schema.Number;
|
|
2024
|
+
readonly detail: Schema.String;
|
|
2025
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2026
|
+
readonly code: Schema.String;
|
|
2027
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2028
|
+
readonly retryable: Schema.Boolean;
|
|
2029
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2030
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2031
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2032
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2033
|
+
}>>;
|
|
2034
|
+
}>;
|
|
2035
|
+
export type OrgsTeamsRemoveTeamMember400 = DecodeErrorResponse;
|
|
2036
|
+
export declare const OrgsTeamsRemoveTeamMember400: Schema.Struct<{
|
|
2037
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
2038
|
+
readonly type: Schema.String;
|
|
2039
|
+
readonly title: Schema.String;
|
|
2040
|
+
readonly status: Schema.Number;
|
|
2041
|
+
readonly detail: Schema.String;
|
|
2042
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2043
|
+
readonly code: Schema.String;
|
|
2044
|
+
}>;
|
|
2045
|
+
export type OrgsTeamsRemoveTeamMember401 = ProblemDetails;
|
|
2046
|
+
export declare const OrgsTeamsRemoveTeamMember401: Schema.Struct<{
|
|
2047
|
+
readonly type: Schema.String;
|
|
2048
|
+
readonly title: Schema.String;
|
|
2049
|
+
readonly status: Schema.Number;
|
|
2050
|
+
readonly detail: Schema.String;
|
|
2051
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2052
|
+
readonly code: Schema.String;
|
|
2053
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2054
|
+
readonly retryable: Schema.Boolean;
|
|
2055
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2056
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2057
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2058
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2059
|
+
}>>;
|
|
2060
|
+
}>;
|
|
2061
|
+
export type OrgsTeamsRemoveTeamMember403 = ForbiddenError;
|
|
2062
|
+
export declare const OrgsTeamsRemoveTeamMember403: Schema.Struct<{
|
|
2063
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
2064
|
+
readonly type: Schema.String;
|
|
2065
|
+
readonly title: Schema.String;
|
|
2066
|
+
readonly status: Schema.Number;
|
|
2067
|
+
readonly detail: Schema.String;
|
|
2068
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2069
|
+
readonly code: Schema.Literals<readonly ["forbidden", "insufficient_scope", "resource_restriction", "scope_escalation", "gat_requires_session", "team_create_not_authorized", "team_delete_not_authorized", "team_update_not_authorized", "add_team_member_not_authorized", "remove_team_member_not_authorized", "change_team_member_role_not_authorized", "team_extension_grant_delete_not_authorized", "team_extension_grant_not_authorized", "publish/quota-exceeded", "publish/insufficient-scope", "publish/resource-restriction", "publish/handle-not-owned", "publish/publish-forbidden"]>;
|
|
2070
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
2071
|
+
readonly requiredScope: Schema.String;
|
|
2072
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
2073
|
+
}>, Schema.Struct<{
|
|
2074
|
+
readonly requiredScope: Schema.String;
|
|
2075
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
2076
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
2077
|
+
}>, Schema.Struct<{
|
|
2078
|
+
readonly retryable: Schema.Boolean;
|
|
2079
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2080
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2081
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2082
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2083
|
+
}>]>>;
|
|
2084
|
+
}>;
|
|
2085
|
+
export type OrgsTeamsRemoveTeamMember404 = ProblemDetails;
|
|
2086
|
+
export declare const OrgsTeamsRemoveTeamMember404: Schema.Struct<{
|
|
2087
|
+
readonly type: Schema.String;
|
|
2088
|
+
readonly title: Schema.String;
|
|
2089
|
+
readonly status: Schema.Number;
|
|
2090
|
+
readonly detail: Schema.String;
|
|
2091
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2092
|
+
readonly code: Schema.String;
|
|
2093
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2094
|
+
readonly retryable: Schema.Boolean;
|
|
2095
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2096
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2097
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2098
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2099
|
+
}>>;
|
|
2100
|
+
}>;
|
|
2101
|
+
export type OrgsTeamsChangeTeamMemberRoleRequestJson = ChangeTeamMemberRoleBody;
|
|
2102
|
+
export declare const OrgsTeamsChangeTeamMemberRoleRequestJson: Schema.Struct<{
|
|
2103
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
2104
|
+
}>;
|
|
2105
|
+
export type OrgsTeamsChangeTeamMemberRole200 = TeamMembership;
|
|
2106
|
+
export declare const OrgsTeamsChangeTeamMemberRole200: Schema.Struct<{
|
|
2107
|
+
readonly teamId: Schema.String;
|
|
2108
|
+
readonly userId: Schema.String;
|
|
2109
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
2110
|
+
readonly addedAt: Schema.String;
|
|
2111
|
+
readonly addedBy: Schema.String;
|
|
2112
|
+
}>;
|
|
2113
|
+
export type OrgsTeamsChangeTeamMemberRole400 = DecodeErrorResponse;
|
|
2114
|
+
export declare const OrgsTeamsChangeTeamMemberRole400: Schema.Struct<{
|
|
2115
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
2116
|
+
readonly type: Schema.String;
|
|
2117
|
+
readonly title: Schema.String;
|
|
2118
|
+
readonly status: Schema.Number;
|
|
2119
|
+
readonly detail: Schema.String;
|
|
2120
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2121
|
+
readonly code: Schema.String;
|
|
2122
|
+
}>;
|
|
2123
|
+
export type OrgsTeamsChangeTeamMemberRole401 = ProblemDetails;
|
|
2124
|
+
export declare const OrgsTeamsChangeTeamMemberRole401: Schema.Struct<{
|
|
2125
|
+
readonly type: Schema.String;
|
|
2126
|
+
readonly title: Schema.String;
|
|
2127
|
+
readonly status: Schema.Number;
|
|
2128
|
+
readonly detail: Schema.String;
|
|
2129
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2130
|
+
readonly code: Schema.String;
|
|
2131
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2132
|
+
readonly retryable: Schema.Boolean;
|
|
2133
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2134
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2135
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2136
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2137
|
+
}>>;
|
|
2138
|
+
}>;
|
|
2139
|
+
export type OrgsTeamsChangeTeamMemberRole403 = ForbiddenError;
|
|
2140
|
+
export declare const OrgsTeamsChangeTeamMemberRole403: Schema.Struct<{
|
|
2141
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
2142
|
+
readonly type: Schema.String;
|
|
2143
|
+
readonly title: Schema.String;
|
|
2144
|
+
readonly status: Schema.Number;
|
|
2145
|
+
readonly detail: Schema.String;
|
|
2146
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2147
|
+
readonly code: Schema.Literals<readonly ["forbidden", "insufficient_scope", "resource_restriction", "scope_escalation", "gat_requires_session", "team_create_not_authorized", "team_delete_not_authorized", "team_update_not_authorized", "add_team_member_not_authorized", "remove_team_member_not_authorized", "change_team_member_role_not_authorized", "team_extension_grant_delete_not_authorized", "team_extension_grant_not_authorized", "publish/quota-exceeded", "publish/insufficient-scope", "publish/resource-restriction", "publish/handle-not-owned", "publish/publish-forbidden"]>;
|
|
2148
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
2149
|
+
readonly requiredScope: Schema.String;
|
|
2150
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
2151
|
+
}>, Schema.Struct<{
|
|
2152
|
+
readonly requiredScope: Schema.String;
|
|
2153
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
2154
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
2155
|
+
}>, Schema.Struct<{
|
|
2156
|
+
readonly retryable: Schema.Boolean;
|
|
2157
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2158
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2159
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2160
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2161
|
+
}>]>>;
|
|
2162
|
+
}>;
|
|
2163
|
+
export type OrgsTeamsChangeTeamMemberRole404 = ProblemDetails;
|
|
2164
|
+
export declare const OrgsTeamsChangeTeamMemberRole404: Schema.Struct<{
|
|
2165
|
+
readonly type: Schema.String;
|
|
2166
|
+
readonly title: Schema.String;
|
|
2167
|
+
readonly status: Schema.Number;
|
|
2168
|
+
readonly detail: Schema.String;
|
|
2169
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2170
|
+
readonly code: Schema.String;
|
|
2171
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2172
|
+
readonly retryable: Schema.Boolean;
|
|
2173
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2174
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2175
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2176
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2177
|
+
}>>;
|
|
2178
|
+
}>;
|
|
2179
|
+
export type ListsListLists200 = ListCollection;
|
|
2180
|
+
export declare const ListsListLists200: Schema.Struct<{
|
|
2181
|
+
readonly items: Schema.$Array<Schema.Struct<{
|
|
2182
|
+
readonly id: Schema.String;
|
|
2183
|
+
readonly owner: Schema.String;
|
|
2184
|
+
readonly name: Schema.String;
|
|
2185
|
+
readonly title: Schema.String;
|
|
2186
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
2187
|
+
readonly visibility: Schema.Literals<readonly ["public", "internal", "private"]>;
|
|
2188
|
+
readonly listed: Schema.Boolean;
|
|
2189
|
+
readonly createdAt: Schema.String;
|
|
2190
|
+
readonly updatedAt: Schema.String;
|
|
2191
|
+
}>>;
|
|
2192
|
+
}>;
|
|
2193
|
+
export type ListsListLists400 = DecodeErrorResponse;
|
|
2194
|
+
export declare const ListsListLists400: Schema.Struct<{
|
|
2195
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
2196
|
+
readonly type: Schema.String;
|
|
2197
|
+
readonly title: Schema.String;
|
|
2198
|
+
readonly status: Schema.Number;
|
|
2199
|
+
readonly detail: Schema.String;
|
|
2200
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2201
|
+
readonly code: Schema.String;
|
|
2202
|
+
}>;
|
|
2203
|
+
export type ListsListLists404 = ProblemDetails;
|
|
2204
|
+
export declare const ListsListLists404: Schema.Struct<{
|
|
2205
|
+
readonly type: Schema.String;
|
|
2206
|
+
readonly title: Schema.String;
|
|
2207
|
+
readonly status: Schema.Number;
|
|
2208
|
+
readonly detail: Schema.String;
|
|
2209
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2210
|
+
readonly code: Schema.String;
|
|
2211
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2212
|
+
readonly retryable: Schema.Boolean;
|
|
2213
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2214
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2215
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2216
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2217
|
+
}>>;
|
|
2218
|
+
}>;
|
|
2219
|
+
export type ListsCreateListRequestJson = CreateListBody;
|
|
2220
|
+
export declare const ListsCreateListRequestJson: Schema.Struct<{
|
|
2221
|
+
readonly name: Schema.String;
|
|
2222
|
+
readonly title: Schema.String;
|
|
2223
|
+
readonly description: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
2224
|
+
readonly visibility: Schema.optionalKey<Schema.Union<readonly [Schema.Literals<readonly ["public", "internal", "private"]>, Schema.Null]>>;
|
|
2225
|
+
readonly listed: Schema.optionalKey<Schema.Union<readonly [Schema.Boolean, Schema.Null]>>;
|
|
2226
|
+
}>;
|
|
2227
|
+
export type ListsCreateList200 = List;
|
|
2228
|
+
export declare const ListsCreateList200: Schema.Struct<{
|
|
2229
|
+
readonly id: Schema.String;
|
|
2230
|
+
readonly owner: Schema.String;
|
|
2231
|
+
readonly name: Schema.String;
|
|
2232
|
+
readonly title: Schema.String;
|
|
2233
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
2234
|
+
readonly visibility: Schema.Literals<readonly ["public", "internal", "private"]>;
|
|
2235
|
+
readonly listed: Schema.Boolean;
|
|
2236
|
+
readonly createdAt: Schema.String;
|
|
2237
|
+
readonly updatedAt: Schema.String;
|
|
2238
|
+
}>;
|
|
2239
|
+
export type ListsCreateList400 = ProblemDetails | DecodeErrorResponse;
|
|
2240
|
+
export declare const ListsCreateList400: Schema.Union<readonly [Schema.Struct<{
|
|
2241
|
+
readonly type: Schema.String;
|
|
2242
|
+
readonly title: Schema.String;
|
|
2243
|
+
readonly status: Schema.Number;
|
|
2244
|
+
readonly detail: Schema.String;
|
|
2245
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2246
|
+
readonly code: Schema.String;
|
|
2247
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2248
|
+
readonly retryable: Schema.Boolean;
|
|
2249
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2250
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2251
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2252
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2253
|
+
}>>;
|
|
2254
|
+
}>, Schema.Struct<{
|
|
2255
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
2256
|
+
readonly type: Schema.String;
|
|
2257
|
+
readonly title: Schema.String;
|
|
2258
|
+
readonly status: Schema.Number;
|
|
2259
|
+
readonly detail: Schema.String;
|
|
2260
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2261
|
+
readonly code: Schema.String;
|
|
2262
|
+
}>]>;
|
|
2263
|
+
export type ListsCreateList401 = ProblemDetails;
|
|
2264
|
+
export declare const ListsCreateList401: Schema.Struct<{
|
|
2265
|
+
readonly type: Schema.String;
|
|
2266
|
+
readonly title: Schema.String;
|
|
2267
|
+
readonly status: Schema.Number;
|
|
2268
|
+
readonly detail: Schema.String;
|
|
2269
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2270
|
+
readonly code: Schema.String;
|
|
2271
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2272
|
+
readonly retryable: Schema.Boolean;
|
|
2273
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2274
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2275
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2276
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2277
|
+
}>>;
|
|
2278
|
+
}>;
|
|
2279
|
+
export type ListsCreateList403 = ForbiddenError;
|
|
2280
|
+
export declare const ListsCreateList403: Schema.Struct<{
|
|
2281
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
2282
|
+
readonly type: Schema.String;
|
|
2283
|
+
readonly title: Schema.String;
|
|
2284
|
+
readonly status: Schema.Number;
|
|
2285
|
+
readonly detail: Schema.String;
|
|
2286
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2287
|
+
readonly code: Schema.Literals<readonly ["forbidden", "insufficient_scope", "resource_restriction", "scope_escalation", "gat_requires_session", "team_create_not_authorized", "team_delete_not_authorized", "team_update_not_authorized", "add_team_member_not_authorized", "remove_team_member_not_authorized", "change_team_member_role_not_authorized", "team_extension_grant_delete_not_authorized", "team_extension_grant_not_authorized", "publish/quota-exceeded", "publish/insufficient-scope", "publish/resource-restriction", "publish/handle-not-owned", "publish/publish-forbidden"]>;
|
|
2288
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
2289
|
+
readonly requiredScope: Schema.String;
|
|
2290
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
2291
|
+
}>, Schema.Struct<{
|
|
2292
|
+
readonly requiredScope: Schema.String;
|
|
2293
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
2294
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
2295
|
+
}>, Schema.Struct<{
|
|
2296
|
+
readonly retryable: Schema.Boolean;
|
|
2297
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2298
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2299
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2300
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2301
|
+
}>]>>;
|
|
2302
|
+
}>;
|
|
2303
|
+
export type ListsCreateList404 = ProblemDetails;
|
|
2304
|
+
export declare const ListsCreateList404: Schema.Struct<{
|
|
2305
|
+
readonly type: Schema.String;
|
|
2306
|
+
readonly title: Schema.String;
|
|
2307
|
+
readonly status: Schema.Number;
|
|
2308
|
+
readonly detail: Schema.String;
|
|
2309
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2310
|
+
readonly code: Schema.String;
|
|
2311
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2312
|
+
readonly retryable: Schema.Boolean;
|
|
2313
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2314
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2315
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2316
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2317
|
+
}>>;
|
|
2318
|
+
}>;
|
|
2319
|
+
export type ListsCreateList409 = ProblemDetails;
|
|
2320
|
+
export declare const ListsCreateList409: Schema.Struct<{
|
|
2321
|
+
readonly type: Schema.String;
|
|
2322
|
+
readonly title: Schema.String;
|
|
2323
|
+
readonly status: Schema.Number;
|
|
2324
|
+
readonly detail: Schema.String;
|
|
2325
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2326
|
+
readonly code: Schema.String;
|
|
2327
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2328
|
+
readonly retryable: Schema.Boolean;
|
|
2329
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2330
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2331
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2332
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2333
|
+
}>>;
|
|
2334
|
+
}>;
|
|
2335
|
+
export type ListsCreateList422 = ProblemDetails;
|
|
2336
|
+
export declare const ListsCreateList422: Schema.Struct<{
|
|
2337
|
+
readonly type: Schema.String;
|
|
2338
|
+
readonly title: Schema.String;
|
|
2339
|
+
readonly status: Schema.Number;
|
|
2340
|
+
readonly detail: Schema.String;
|
|
2341
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2342
|
+
readonly code: Schema.String;
|
|
2343
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2344
|
+
readonly retryable: Schema.Boolean;
|
|
2345
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2346
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2347
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2348
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2349
|
+
}>>;
|
|
2350
|
+
}>;
|
|
2351
|
+
export type ListsGetList200 = ListDetail;
|
|
2352
|
+
export declare const ListsGetList200: Schema.Struct<{
|
|
2353
|
+
readonly list: Schema.Struct<{
|
|
2354
|
+
readonly id: Schema.String;
|
|
2355
|
+
readonly owner: Schema.String;
|
|
2356
|
+
readonly name: Schema.String;
|
|
2357
|
+
readonly title: Schema.String;
|
|
2358
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
2359
|
+
readonly visibility: Schema.Literals<readonly ["public", "internal", "private"]>;
|
|
2360
|
+
readonly listed: Schema.Boolean;
|
|
2361
|
+
readonly createdAt: Schema.String;
|
|
2362
|
+
readonly updatedAt: Schema.String;
|
|
2363
|
+
}>;
|
|
2364
|
+
readonly items: Schema.$Array<Schema.Struct<{
|
|
2365
|
+
readonly id: Schema.String;
|
|
2366
|
+
readonly extensionOwner: Schema.String;
|
|
2367
|
+
readonly extensionType: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
2368
|
+
readonly extensionName: Schema.String;
|
|
2369
|
+
readonly position: Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>;
|
|
2370
|
+
readonly note: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
2371
|
+
readonly createdAt: Schema.String;
|
|
2372
|
+
}>>;
|
|
2373
|
+
}>;
|
|
2374
|
+
export type ListsGetList400 = ProblemDetails | DecodeErrorResponse;
|
|
2375
|
+
export declare const ListsGetList400: Schema.Union<readonly [Schema.Struct<{
|
|
1606
2376
|
readonly type: Schema.String;
|
|
1607
2377
|
readonly title: Schema.String;
|
|
1608
2378
|
readonly status: Schema.Number;
|
|
@@ -1616,19 +2386,7 @@ export declare const OrgsTeamsCreateTeam404: Schema.Struct<{
|
|
|
1616
2386
|
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1617
2387
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1618
2388
|
}>>;
|
|
1619
|
-
}
|
|
1620
|
-
export type OrgsTeamsGetTeam200 = Team;
|
|
1621
|
-
export declare const OrgsTeamsGetTeam200: Schema.Struct<{
|
|
1622
|
-
readonly id: Schema.String;
|
|
1623
|
-
readonly organizationId: Schema.String;
|
|
1624
|
-
readonly displayName: Schema.String;
|
|
1625
|
-
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1626
|
-
readonly createdAt: Schema.String;
|
|
1627
|
-
readonly createdBy: Schema.String;
|
|
1628
|
-
readonly updatedAt: Schema.String;
|
|
1629
|
-
}>;
|
|
1630
|
-
export type OrgsTeamsGetTeam400 = DecodeErrorResponse;
|
|
1631
|
-
export declare const OrgsTeamsGetTeam400: Schema.Struct<{
|
|
2389
|
+
}>, Schema.Struct<{
|
|
1632
2390
|
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1633
2391
|
readonly type: Schema.String;
|
|
1634
2392
|
readonly title: Schema.String;
|
|
@@ -1636,9 +2394,9 @@ export declare const OrgsTeamsGetTeam400: Schema.Struct<{
|
|
|
1636
2394
|
readonly detail: Schema.String;
|
|
1637
2395
|
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1638
2396
|
readonly code: Schema.String;
|
|
1639
|
-
}>;
|
|
1640
|
-
export type
|
|
1641
|
-
export declare const
|
|
2397
|
+
}>]>;
|
|
2398
|
+
export type ListsGetList404 = ProblemDetails;
|
|
2399
|
+
export declare const ListsGetList404: Schema.Struct<{
|
|
1642
2400
|
readonly type: Schema.String;
|
|
1643
2401
|
readonly title: Schema.String;
|
|
1644
2402
|
readonly status: Schema.Number;
|
|
@@ -1653,8 +2411,8 @@ export declare const OrgsTeamsGetTeam401: Schema.Struct<{
|
|
|
1653
2411
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1654
2412
|
}>>;
|
|
1655
2413
|
}>;
|
|
1656
|
-
export type
|
|
1657
|
-
export declare const
|
|
2414
|
+
export type ListsDeleteList400 = ProblemDetails | DecodeErrorResponse;
|
|
2415
|
+
export declare const ListsDeleteList400: Schema.Union<readonly [Schema.Struct<{
|
|
1658
2416
|
readonly type: Schema.String;
|
|
1659
2417
|
readonly title: Schema.String;
|
|
1660
2418
|
readonly status: Schema.Number;
|
|
@@ -1668,9 +2426,7 @@ export declare const OrgsTeamsGetTeam404: Schema.Struct<{
|
|
|
1668
2426
|
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1669
2427
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1670
2428
|
}>>;
|
|
1671
|
-
}
|
|
1672
|
-
export type OrgsTeamsDeleteTeam400 = DecodeErrorResponse;
|
|
1673
|
-
export declare const OrgsTeamsDeleteTeam400: Schema.Struct<{
|
|
2429
|
+
}>, Schema.Struct<{
|
|
1674
2430
|
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1675
2431
|
readonly type: Schema.String;
|
|
1676
2432
|
readonly title: Schema.String;
|
|
@@ -1678,9 +2434,9 @@ export declare const OrgsTeamsDeleteTeam400: Schema.Struct<{
|
|
|
1678
2434
|
readonly detail: Schema.String;
|
|
1679
2435
|
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1680
2436
|
readonly code: Schema.String;
|
|
1681
|
-
}>;
|
|
1682
|
-
export type
|
|
1683
|
-
export declare const
|
|
2437
|
+
}>]>;
|
|
2438
|
+
export type ListsDeleteList401 = ProblemDetails;
|
|
2439
|
+
export declare const ListsDeleteList401: Schema.Struct<{
|
|
1684
2440
|
readonly type: Schema.String;
|
|
1685
2441
|
readonly title: Schema.String;
|
|
1686
2442
|
readonly status: Schema.Number;
|
|
@@ -1695,8 +2451,8 @@ export declare const OrgsTeamsDeleteTeam401: Schema.Struct<{
|
|
|
1695
2451
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1696
2452
|
}>>;
|
|
1697
2453
|
}>;
|
|
1698
|
-
export type
|
|
1699
|
-
export declare const
|
|
2454
|
+
export type ListsDeleteList403 = ForbiddenError;
|
|
2455
|
+
export declare const ListsDeleteList403: Schema.Struct<{
|
|
1700
2456
|
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1701
2457
|
readonly type: Schema.String;
|
|
1702
2458
|
readonly title: Schema.String;
|
|
@@ -1719,8 +2475,8 @@ export declare const OrgsTeamsDeleteTeam403: Schema.Struct<{
|
|
|
1719
2475
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1720
2476
|
}>]>>;
|
|
1721
2477
|
}>;
|
|
1722
|
-
export type
|
|
1723
|
-
export declare const
|
|
2478
|
+
export type ListsDeleteList404 = ProblemDetails;
|
|
2479
|
+
export declare const ListsDeleteList404: Schema.Struct<{
|
|
1724
2480
|
readonly type: Schema.String;
|
|
1725
2481
|
readonly title: Schema.String;
|
|
1726
2482
|
readonly status: Schema.Number;
|
|
@@ -1735,23 +2491,28 @@ export declare const OrgsTeamsDeleteTeam404: Schema.Struct<{
|
|
|
1735
2491
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1736
2492
|
}>>;
|
|
1737
2493
|
}>;
|
|
1738
|
-
export type
|
|
1739
|
-
export declare const
|
|
1740
|
-
readonly
|
|
2494
|
+
export type ListsUpdateListRequestJson = UpdateListBody;
|
|
2495
|
+
export declare const ListsUpdateListRequestJson: Schema.Struct<{
|
|
2496
|
+
readonly name: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2497
|
+
readonly title: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1741
2498
|
readonly description: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
2499
|
+
readonly visibility: Schema.optionalKey<Schema.Union<readonly [Schema.Literals<readonly ["public", "internal", "private"]>, Schema.Null]>>;
|
|
2500
|
+
readonly listed: Schema.optionalKey<Schema.Union<readonly [Schema.Boolean, Schema.Null]>>;
|
|
1742
2501
|
}>;
|
|
1743
|
-
export type
|
|
1744
|
-
export declare const
|
|
2502
|
+
export type ListsUpdateList200 = List;
|
|
2503
|
+
export declare const ListsUpdateList200: Schema.Struct<{
|
|
1745
2504
|
readonly id: Schema.String;
|
|
1746
|
-
readonly
|
|
1747
|
-
readonly
|
|
2505
|
+
readonly owner: Schema.String;
|
|
2506
|
+
readonly name: Schema.String;
|
|
2507
|
+
readonly title: Schema.String;
|
|
1748
2508
|
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
2509
|
+
readonly visibility: Schema.Literals<readonly ["public", "internal", "private"]>;
|
|
2510
|
+
readonly listed: Schema.Boolean;
|
|
1749
2511
|
readonly createdAt: Schema.String;
|
|
1750
|
-
readonly createdBy: Schema.String;
|
|
1751
2512
|
readonly updatedAt: Schema.String;
|
|
1752
2513
|
}>;
|
|
1753
|
-
export type
|
|
1754
|
-
export declare const
|
|
2514
|
+
export type ListsUpdateList400 = ProblemDetails | DecodeErrorResponse;
|
|
2515
|
+
export declare const ListsUpdateList400: Schema.Union<readonly [Schema.Struct<{
|
|
1755
2516
|
readonly type: Schema.String;
|
|
1756
2517
|
readonly title: Schema.String;
|
|
1757
2518
|
readonly status: Schema.Number;
|
|
@@ -1774,8 +2535,8 @@ export declare const OrgsTeamsUpdateTeam400: Schema.Union<readonly [Schema.Struc
|
|
|
1774
2535
|
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1775
2536
|
readonly code: Schema.String;
|
|
1776
2537
|
}>]>;
|
|
1777
|
-
export type
|
|
1778
|
-
export declare const
|
|
2538
|
+
export type ListsUpdateList401 = ProblemDetails;
|
|
2539
|
+
export declare const ListsUpdateList401: Schema.Struct<{
|
|
1779
2540
|
readonly type: Schema.String;
|
|
1780
2541
|
readonly title: Schema.String;
|
|
1781
2542
|
readonly status: Schema.Number;
|
|
@@ -1790,8 +2551,8 @@ export declare const OrgsTeamsUpdateTeam401: Schema.Struct<{
|
|
|
1790
2551
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1791
2552
|
}>>;
|
|
1792
2553
|
}>;
|
|
1793
|
-
export type
|
|
1794
|
-
export declare const
|
|
2554
|
+
export type ListsUpdateList403 = ForbiddenError;
|
|
2555
|
+
export declare const ListsUpdateList403: Schema.Struct<{
|
|
1795
2556
|
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1796
2557
|
readonly type: Schema.String;
|
|
1797
2558
|
readonly title: Schema.String;
|
|
@@ -1814,8 +2575,8 @@ export declare const OrgsTeamsUpdateTeam403: Schema.Struct<{
|
|
|
1814
2575
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1815
2576
|
}>]>>;
|
|
1816
2577
|
}>;
|
|
1817
|
-
export type
|
|
1818
|
-
export declare const
|
|
2578
|
+
export type ListsUpdateList404 = ProblemDetails;
|
|
2579
|
+
export declare const ListsUpdateList404: Schema.Struct<{
|
|
1819
2580
|
readonly type: Schema.String;
|
|
1820
2581
|
readonly title: Schema.String;
|
|
1821
2582
|
readonly status: Schema.Number;
|
|
@@ -1830,37 +2591,24 @@ export declare const OrgsTeamsUpdateTeam404: Schema.Struct<{
|
|
|
1830
2591
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1831
2592
|
}>>;
|
|
1832
2593
|
}>;
|
|
1833
|
-
export type
|
|
1834
|
-
|
|
1835
|
-
readonly limit?: string | null;
|
|
1836
|
-
};
|
|
1837
|
-
export declare const OrgsTeamsListTeamMembersParams: Schema.Struct<{
|
|
1838
|
-
readonly cursor: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1839
|
-
readonly limit: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1840
|
-
}>;
|
|
1841
|
-
export type OrgsTeamsListTeamMembers200 = TeamMembershipList;
|
|
1842
|
-
export declare const OrgsTeamsListTeamMembers200: Schema.Struct<{
|
|
1843
|
-
readonly items: Schema.$Array<Schema.Struct<{
|
|
1844
|
-
readonly teamId: Schema.String;
|
|
1845
|
-
readonly userId: Schema.String;
|
|
1846
|
-
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1847
|
-
readonly addedAt: Schema.String;
|
|
1848
|
-
readonly addedBy: Schema.String;
|
|
1849
|
-
}>>;
|
|
1850
|
-
readonly nextCursor: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1851
|
-
}>;
|
|
1852
|
-
export type OrgsTeamsListTeamMembers400 = DecodeErrorResponse;
|
|
1853
|
-
export declare const OrgsTeamsListTeamMembers400: Schema.Struct<{
|
|
1854
|
-
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
2594
|
+
export type ListsUpdateList409 = ProblemDetails;
|
|
2595
|
+
export declare const ListsUpdateList409: Schema.Struct<{
|
|
1855
2596
|
readonly type: Schema.String;
|
|
1856
2597
|
readonly title: Schema.String;
|
|
1857
2598
|
readonly status: Schema.Number;
|
|
1858
2599
|
readonly detail: Schema.String;
|
|
1859
2600
|
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1860
2601
|
readonly code: Schema.String;
|
|
2602
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2603
|
+
readonly retryable: Schema.Boolean;
|
|
2604
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2605
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2606
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2607
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2608
|
+
}>>;
|
|
1861
2609
|
}>;
|
|
1862
|
-
export type
|
|
1863
|
-
export declare const
|
|
2610
|
+
export type ListsUpdateList422 = ProblemDetails;
|
|
2611
|
+
export declare const ListsUpdateList422: Schema.Struct<{
|
|
1864
2612
|
readonly type: Schema.String;
|
|
1865
2613
|
readonly title: Schema.String;
|
|
1866
2614
|
readonly status: Schema.Number;
|
|
@@ -1875,8 +2623,26 @@ export declare const OrgsTeamsListTeamMembers401: Schema.Struct<{
|
|
|
1875
2623
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1876
2624
|
}>>;
|
|
1877
2625
|
}>;
|
|
1878
|
-
export type
|
|
1879
|
-
export declare const
|
|
2626
|
+
export type ListsAddListItemRequestJson = AddListItemBody;
|
|
2627
|
+
export declare const ListsAddListItemRequestJson: Schema.Struct<{
|
|
2628
|
+
readonly owner: Schema.String;
|
|
2629
|
+
readonly type: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
2630
|
+
readonly name: Schema.String;
|
|
2631
|
+
readonly note: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
2632
|
+
readonly position: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>, Schema.Null]>>;
|
|
2633
|
+
}>;
|
|
2634
|
+
export type ListsAddListItem200 = ListItem;
|
|
2635
|
+
export declare const ListsAddListItem200: Schema.Struct<{
|
|
2636
|
+
readonly id: Schema.String;
|
|
2637
|
+
readonly extensionOwner: Schema.String;
|
|
2638
|
+
readonly extensionType: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
2639
|
+
readonly extensionName: Schema.String;
|
|
2640
|
+
readonly position: Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>;
|
|
2641
|
+
readonly note: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
2642
|
+
readonly createdAt: Schema.String;
|
|
2643
|
+
}>;
|
|
2644
|
+
export type ListsAddListItem400 = ProblemDetails | DecodeErrorResponse;
|
|
2645
|
+
export declare const ListsAddListItem400: Schema.Union<readonly [Schema.Struct<{
|
|
1880
2646
|
readonly type: Schema.String;
|
|
1881
2647
|
readonly title: Schema.String;
|
|
1882
2648
|
readonly status: Schema.Number;
|
|
@@ -1890,22 +2656,7 @@ export declare const OrgsTeamsListTeamMembers404: Schema.Struct<{
|
|
|
1890
2656
|
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1891
2657
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1892
2658
|
}>>;
|
|
1893
|
-
}
|
|
1894
|
-
export type OrgsTeamsAddTeamMemberRequestJson = AddTeamMemberBody;
|
|
1895
|
-
export declare const OrgsTeamsAddTeamMemberRequestJson: Schema.Struct<{
|
|
1896
|
-
readonly userId: Schema.String;
|
|
1897
|
-
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1898
|
-
}>;
|
|
1899
|
-
export type OrgsTeamsAddTeamMember200 = TeamMembership;
|
|
1900
|
-
export declare const OrgsTeamsAddTeamMember200: Schema.Struct<{
|
|
1901
|
-
readonly teamId: Schema.String;
|
|
1902
|
-
readonly userId: Schema.String;
|
|
1903
|
-
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1904
|
-
readonly addedAt: Schema.String;
|
|
1905
|
-
readonly addedBy: Schema.String;
|
|
1906
|
-
}>;
|
|
1907
|
-
export type OrgsTeamsAddTeamMember400 = DecodeErrorResponse;
|
|
1908
|
-
export declare const OrgsTeamsAddTeamMember400: Schema.Struct<{
|
|
2659
|
+
}>, Schema.Struct<{
|
|
1909
2660
|
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1910
2661
|
readonly type: Schema.String;
|
|
1911
2662
|
readonly title: Schema.String;
|
|
@@ -1913,9 +2664,9 @@ export declare const OrgsTeamsAddTeamMember400: Schema.Struct<{
|
|
|
1913
2664
|
readonly detail: Schema.String;
|
|
1914
2665
|
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1915
2666
|
readonly code: Schema.String;
|
|
1916
|
-
}>;
|
|
1917
|
-
export type
|
|
1918
|
-
export declare const
|
|
2667
|
+
}>]>;
|
|
2668
|
+
export type ListsAddListItem401 = ProblemDetails;
|
|
2669
|
+
export declare const ListsAddListItem401: Schema.Struct<{
|
|
1919
2670
|
readonly type: Schema.String;
|
|
1920
2671
|
readonly title: Schema.String;
|
|
1921
2672
|
readonly status: Schema.Number;
|
|
@@ -1930,8 +2681,8 @@ export declare const OrgsTeamsAddTeamMember401: Schema.Struct<{
|
|
|
1930
2681
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1931
2682
|
}>>;
|
|
1932
2683
|
}>;
|
|
1933
|
-
export type
|
|
1934
|
-
export declare const
|
|
2684
|
+
export type ListsAddListItem403 = ForbiddenError;
|
|
2685
|
+
export declare const ListsAddListItem403: Schema.Struct<{
|
|
1935
2686
|
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1936
2687
|
readonly type: Schema.String;
|
|
1937
2688
|
readonly title: Schema.String;
|
|
@@ -1954,24 +2705,8 @@ export declare const OrgsTeamsAddTeamMember403: Schema.Struct<{
|
|
|
1954
2705
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1955
2706
|
}>]>>;
|
|
1956
2707
|
}>;
|
|
1957
|
-
export type
|
|
1958
|
-
export declare const
|
|
1959
|
-
readonly type: Schema.String;
|
|
1960
|
-
readonly title: Schema.String;
|
|
1961
|
-
readonly status: Schema.Number;
|
|
1962
|
-
readonly detail: Schema.String;
|
|
1963
|
-
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1964
|
-
readonly code: Schema.String;
|
|
1965
|
-
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1966
|
-
readonly retryable: Schema.Boolean;
|
|
1967
|
-
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1968
|
-
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1969
|
-
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1970
|
-
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1971
|
-
}>>;
|
|
1972
|
-
}>;
|
|
1973
|
-
export type OrgsTeamsAddTeamMember422 = ProblemDetails;
|
|
1974
|
-
export declare const OrgsTeamsAddTeamMember422: Schema.Struct<{
|
|
2708
|
+
export type ListsAddListItem404 = ProblemDetails;
|
|
2709
|
+
export declare const ListsAddListItem404: Schema.Struct<{
|
|
1975
2710
|
readonly type: Schema.String;
|
|
1976
2711
|
readonly title: Schema.String;
|
|
1977
2712
|
readonly status: Schema.Number;
|
|
@@ -1986,18 +2721,8 @@ export declare const OrgsTeamsAddTeamMember422: Schema.Struct<{
|
|
|
1986
2721
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1987
2722
|
}>>;
|
|
1988
2723
|
}>;
|
|
1989
|
-
export type
|
|
1990
|
-
export declare const
|
|
1991
|
-
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1992
|
-
readonly type: Schema.String;
|
|
1993
|
-
readonly title: Schema.String;
|
|
1994
|
-
readonly status: Schema.Number;
|
|
1995
|
-
readonly detail: Schema.String;
|
|
1996
|
-
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1997
|
-
readonly code: Schema.String;
|
|
1998
|
-
}>;
|
|
1999
|
-
export type OrgsTeamsRemoveTeamMember401 = ProblemDetails;
|
|
2000
|
-
export declare const OrgsTeamsRemoveTeamMember401: Schema.Struct<{
|
|
2724
|
+
export type ListsAddListItem409 = ProblemDetails;
|
|
2725
|
+
export declare const ListsAddListItem409: Schema.Struct<{
|
|
2001
2726
|
readonly type: Schema.String;
|
|
2002
2727
|
readonly title: Schema.String;
|
|
2003
2728
|
readonly status: Schema.Number;
|
|
@@ -2012,32 +2737,14 @@ export declare const OrgsTeamsRemoveTeamMember401: Schema.Struct<{
|
|
|
2012
2737
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2013
2738
|
}>>;
|
|
2014
2739
|
}>;
|
|
2015
|
-
export type
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
readonly
|
|
2020
|
-
readonly status: Schema.Number;
|
|
2021
|
-
readonly detail: Schema.String;
|
|
2022
|
-
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2023
|
-
readonly code: Schema.Literals<readonly ["forbidden", "insufficient_scope", "resource_restriction", "scope_escalation", "gat_requires_session", "team_create_not_authorized", "team_delete_not_authorized", "team_update_not_authorized", "add_team_member_not_authorized", "remove_team_member_not_authorized", "change_team_member_role_not_authorized", "team_extension_grant_delete_not_authorized", "team_extension_grant_not_authorized", "publish/quota-exceeded", "publish/insufficient-scope", "publish/resource-restriction", "publish/handle-not-owned", "publish/publish-forbidden"]>;
|
|
2024
|
-
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
2025
|
-
readonly requiredScope: Schema.String;
|
|
2026
|
-
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
2027
|
-
}>, Schema.Struct<{
|
|
2028
|
-
readonly requiredScope: Schema.String;
|
|
2029
|
-
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
2030
|
-
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
2031
|
-
}>, Schema.Struct<{
|
|
2032
|
-
readonly retryable: Schema.Boolean;
|
|
2033
|
-
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2034
|
-
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2035
|
-
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2036
|
-
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2037
|
-
}>]>>;
|
|
2740
|
+
export type ListsRemoveListItemParams = {
|
|
2741
|
+
readonly extensionOwner?: Handle | null;
|
|
2742
|
+
};
|
|
2743
|
+
export declare const ListsRemoveListItemParams: Schema.Struct<{
|
|
2744
|
+
readonly extensionOwner: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2038
2745
|
}>;
|
|
2039
|
-
export type
|
|
2040
|
-
export declare const
|
|
2746
|
+
export type ListsRemoveListItem400 = ProblemDetails | DecodeErrorResponse;
|
|
2747
|
+
export declare const ListsRemoveListItem400: Schema.Union<readonly [Schema.Struct<{
|
|
2041
2748
|
readonly type: Schema.String;
|
|
2042
2749
|
readonly title: Schema.String;
|
|
2043
2750
|
readonly status: Schema.Number;
|
|
@@ -2051,21 +2758,7 @@ export declare const OrgsTeamsRemoveTeamMember404: Schema.Struct<{
|
|
|
2051
2758
|
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2052
2759
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2053
2760
|
}>>;
|
|
2054
|
-
}
|
|
2055
|
-
export type OrgsTeamsChangeTeamMemberRoleRequestJson = ChangeTeamMemberRoleBody;
|
|
2056
|
-
export declare const OrgsTeamsChangeTeamMemberRoleRequestJson: Schema.Struct<{
|
|
2057
|
-
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
2058
|
-
}>;
|
|
2059
|
-
export type OrgsTeamsChangeTeamMemberRole200 = TeamMembership;
|
|
2060
|
-
export declare const OrgsTeamsChangeTeamMemberRole200: Schema.Struct<{
|
|
2061
|
-
readonly teamId: Schema.String;
|
|
2062
|
-
readonly userId: Schema.String;
|
|
2063
|
-
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
2064
|
-
readonly addedAt: Schema.String;
|
|
2065
|
-
readonly addedBy: Schema.String;
|
|
2066
|
-
}>;
|
|
2067
|
-
export type OrgsTeamsChangeTeamMemberRole400 = DecodeErrorResponse;
|
|
2068
|
-
export declare const OrgsTeamsChangeTeamMemberRole400: Schema.Struct<{
|
|
2761
|
+
}>, Schema.Struct<{
|
|
2069
2762
|
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
2070
2763
|
readonly type: Schema.String;
|
|
2071
2764
|
readonly title: Schema.String;
|
|
@@ -2073,9 +2766,9 @@ export declare const OrgsTeamsChangeTeamMemberRole400: Schema.Struct<{
|
|
|
2073
2766
|
readonly detail: Schema.String;
|
|
2074
2767
|
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2075
2768
|
readonly code: Schema.String;
|
|
2076
|
-
}>;
|
|
2077
|
-
export type
|
|
2078
|
-
export declare const
|
|
2769
|
+
}>]>;
|
|
2770
|
+
export type ListsRemoveListItem401 = ProblemDetails;
|
|
2771
|
+
export declare const ListsRemoveListItem401: Schema.Struct<{
|
|
2079
2772
|
readonly type: Schema.String;
|
|
2080
2773
|
readonly title: Schema.String;
|
|
2081
2774
|
readonly status: Schema.Number;
|
|
@@ -2090,8 +2783,8 @@ export declare const OrgsTeamsChangeTeamMemberRole401: Schema.Struct<{
|
|
|
2090
2783
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2091
2784
|
}>>;
|
|
2092
2785
|
}>;
|
|
2093
|
-
export type
|
|
2094
|
-
export declare const
|
|
2786
|
+
export type ListsRemoveListItem403 = ForbiddenError;
|
|
2787
|
+
export declare const ListsRemoveListItem403: Schema.Struct<{
|
|
2095
2788
|
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
2096
2789
|
readonly type: Schema.String;
|
|
2097
2790
|
readonly title: Schema.String;
|
|
@@ -2114,8 +2807,8 @@ export declare const OrgsTeamsChangeTeamMemberRole403: Schema.Struct<{
|
|
|
2114
2807
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2115
2808
|
}>]>>;
|
|
2116
2809
|
}>;
|
|
2117
|
-
export type
|
|
2118
|
-
export declare const
|
|
2810
|
+
export type ListsRemoveListItem404 = ProblemDetails;
|
|
2811
|
+
export declare const ListsRemoveListItem404: Schema.Struct<{
|
|
2119
2812
|
readonly type: Schema.String;
|
|
2120
2813
|
readonly title: Schema.String;
|
|
2121
2814
|
readonly status: Schema.Number;
|
|
@@ -2541,30 +3234,6 @@ export declare const ExtensionsPublishVersionRequestFormData: Schema.Struct<{
|
|
|
2541
3234
|
readonly archive: Schema.String;
|
|
2542
3235
|
readonly integrity: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2543
3236
|
}>;
|
|
2544
|
-
export type ExtensionsPublishVersion200 = {
|
|
2545
|
-
readonly owner: Handle;
|
|
2546
|
-
readonly type: ExtensionType;
|
|
2547
|
-
readonly name: ExtensionName;
|
|
2548
|
-
readonly version: Version;
|
|
2549
|
-
readonly integrity: string;
|
|
2550
|
-
readonly sha256_hex: string;
|
|
2551
|
-
readonly published_at: IsoDateTimeString;
|
|
2552
|
-
readonly publish_status: "pending" | "available" | "failed";
|
|
2553
|
-
readonly links: ExtensionLinks;
|
|
2554
|
-
};
|
|
2555
|
-
export declare const ExtensionsPublishVersion200: Schema.Struct<{
|
|
2556
|
-
readonly owner: Schema.String;
|
|
2557
|
-
readonly type: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
2558
|
-
readonly name: Schema.String;
|
|
2559
|
-
readonly version: Schema.String;
|
|
2560
|
-
readonly integrity: Schema.String;
|
|
2561
|
-
readonly sha256_hex: Schema.String;
|
|
2562
|
-
readonly published_at: Schema.String;
|
|
2563
|
-
readonly publish_status: Schema.Literals<readonly ["pending", "available", "failed"]>;
|
|
2564
|
-
readonly links: Schema.Struct<{
|
|
2565
|
-
readonly html: Schema.String;
|
|
2566
|
-
}>;
|
|
2567
|
-
}>;
|
|
2568
3237
|
export type ExtensionsPublishVersion201 = {
|
|
2569
3238
|
readonly owner: Handle;
|
|
2570
3239
|
readonly type: ExtensionType;
|
|
@@ -4172,20 +4841,6 @@ export interface RegistryClient {
|
|
|
4172
4841
|
readonly payload: typeof AuthExchangeTokenRequestFormUrlEncoded.Encoded;
|
|
4173
4842
|
readonly config?: Config | undefined;
|
|
4174
4843
|
}) => Effect.Effect<WithOptionalResponse<typeof AuthExchangeToken200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"AuthExchangeToken400", typeof AuthExchangeToken400.Type>>;
|
|
4175
|
-
/**
|
|
4176
|
-
* Deprecated: exchange device code for access token
|
|
4177
|
-
*/
|
|
4178
|
-
readonly AuthExchangeDeviceCode: <Config extends OperationConfig>(options: {
|
|
4179
|
-
readonly payload: typeof AuthExchangeDeviceCodeRequestFormUrlEncoded.Encoded;
|
|
4180
|
-
readonly config?: Config | undefined;
|
|
4181
|
-
}) => Effect.Effect<WithOptionalResponse<typeof AuthExchangeDeviceCode200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"AuthExchangeDeviceCode400", typeof AuthExchangeDeviceCode400.Type>>;
|
|
4182
|
-
/**
|
|
4183
|
-
* Deprecated: exchange AXM CLI authorization code for access token
|
|
4184
|
-
*/
|
|
4185
|
-
readonly AuthExchangeCliAuthorizationCode: <Config extends OperationConfig>(options: {
|
|
4186
|
-
readonly payload: typeof AuthExchangeCliAuthorizationCodeRequestFormUrlEncoded.Encoded;
|
|
4187
|
-
readonly config?: Config | undefined;
|
|
4188
|
-
}) => Effect.Effect<WithOptionalResponse<typeof AuthExchangeCliAuthorizationCode200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"AuthExchangeCliAuthorizationCode400", typeof AuthExchangeCliAuthorizationCode400.Type>>;
|
|
4189
4844
|
/**
|
|
4190
4845
|
* Deprecated: exchange refresh token
|
|
4191
4846
|
*/
|
|
@@ -4310,6 +4965,52 @@ export interface RegistryClient {
|
|
|
4310
4965
|
readonly payload: typeof OrgsTeamsChangeTeamMemberRoleRequestJson.Encoded;
|
|
4311
4966
|
readonly config?: Config | undefined;
|
|
4312
4967
|
}) => Effect.Effect<WithOptionalResponse<typeof OrgsTeamsChangeTeamMemberRole200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OrgsTeamsChangeTeamMemberRole400", typeof OrgsTeamsChangeTeamMemberRole400.Type> | RegistryClientError<"OrgsTeamsChangeTeamMemberRole401", typeof OrgsTeamsChangeTeamMemberRole401.Type> | RegistryClientError<"OrgsTeamsChangeTeamMemberRole403", typeof OrgsTeamsChangeTeamMemberRole403.Type> | RegistryClientError<"OrgsTeamsChangeTeamMemberRole404", typeof OrgsTeamsChangeTeamMemberRole404.Type>>;
|
|
4968
|
+
/**
|
|
4969
|
+
* Returns the public listed lists for an owner, widened by caller visibility when authenticated.
|
|
4970
|
+
*/
|
|
4971
|
+
readonly ListsListLists: <Config extends OperationConfig>(owner: string, options: {
|
|
4972
|
+
readonly config?: Config | undefined;
|
|
4973
|
+
} | undefined) => Effect.Effect<WithOptionalResponse<typeof ListsListLists200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"ListsListLists400", typeof ListsListLists400.Type> | RegistryClientError<"ListsListLists404", typeof ListsListLists404.Type>>;
|
|
4974
|
+
/**
|
|
4975
|
+
* Creates a list under a user or organization handle.
|
|
4976
|
+
*/
|
|
4977
|
+
readonly ListsCreateList: <Config extends OperationConfig>(owner: string, options: {
|
|
4978
|
+
readonly payload: typeof ListsCreateListRequestJson.Encoded;
|
|
4979
|
+
readonly config?: Config | undefined;
|
|
4980
|
+
}) => Effect.Effect<WithOptionalResponse<typeof ListsCreateList200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"ListsCreateList400", typeof ListsCreateList400.Type> | RegistryClientError<"ListsCreateList401", typeof ListsCreateList401.Type> | RegistryClientError<"ListsCreateList403", typeof ListsCreateList403.Type> | RegistryClientError<"ListsCreateList404", typeof ListsCreateList404.Type> | RegistryClientError<"ListsCreateList409", typeof ListsCreateList409.Type> | RegistryClientError<"ListsCreateList422", typeof ListsCreateList422.Type>>;
|
|
4981
|
+
/**
|
|
4982
|
+
* Returns a list and its items. Items are filtered by extension visibility for the caller.
|
|
4983
|
+
*/
|
|
4984
|
+
readonly ListsGetList: <Config extends OperationConfig>(owner: string, name: string, options: {
|
|
4985
|
+
readonly config?: Config | undefined;
|
|
4986
|
+
} | undefined) => Effect.Effect<WithOptionalResponse<typeof ListsGetList200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"ListsGetList400", typeof ListsGetList400.Type> | RegistryClientError<"ListsGetList404", typeof ListsGetList404.Type>>;
|
|
4987
|
+
/**
|
|
4988
|
+
* Deletes a list and its items.
|
|
4989
|
+
*/
|
|
4990
|
+
readonly ListsDeleteList: <Config extends OperationConfig>(owner: string, name: string, options: {
|
|
4991
|
+
readonly config?: Config | undefined;
|
|
4992
|
+
} | undefined) => Effect.Effect<WithOptionalResponse<void, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"ListsDeleteList400", typeof ListsDeleteList400.Type> | RegistryClientError<"ListsDeleteList401", typeof ListsDeleteList401.Type> | RegistryClientError<"ListsDeleteList403", typeof ListsDeleteList403.Type> | RegistryClientError<"ListsDeleteList404", typeof ListsDeleteList404.Type>>;
|
|
4993
|
+
/**
|
|
4994
|
+
* Updates list metadata, visibility, listed state, or name.
|
|
4995
|
+
*/
|
|
4996
|
+
readonly ListsUpdateList: <Config extends OperationConfig>(owner: string, name: string, options: {
|
|
4997
|
+
readonly payload: typeof ListsUpdateListRequestJson.Encoded;
|
|
4998
|
+
readonly config?: Config | undefined;
|
|
4999
|
+
}) => Effect.Effect<WithOptionalResponse<typeof ListsUpdateList200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"ListsUpdateList400", typeof ListsUpdateList400.Type> | RegistryClientError<"ListsUpdateList401", typeof ListsUpdateList401.Type> | RegistryClientError<"ListsUpdateList403", typeof ListsUpdateList403.Type> | RegistryClientError<"ListsUpdateList404", typeof ListsUpdateList404.Type> | RegistryClientError<"ListsUpdateList409", typeof ListsUpdateList409.Type> | RegistryClientError<"ListsUpdateList422", typeof ListsUpdateList422.Type>>;
|
|
5000
|
+
/**
|
|
5001
|
+
* Adds an extension reference to a list with an optional curator note.
|
|
5002
|
+
*/
|
|
5003
|
+
readonly ListsAddListItem: <Config extends OperationConfig>(owner: string, name: string, options: {
|
|
5004
|
+
readonly payload: typeof ListsAddListItemRequestJson.Encoded;
|
|
5005
|
+
readonly config?: Config | undefined;
|
|
5006
|
+
}) => Effect.Effect<WithOptionalResponse<typeof ListsAddListItem200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"ListsAddListItem400", typeof ListsAddListItem400.Type> | RegistryClientError<"ListsAddListItem401", typeof ListsAddListItem401.Type> | RegistryClientError<"ListsAddListItem403", typeof ListsAddListItem403.Type> | RegistryClientError<"ListsAddListItem404", typeof ListsAddListItem404.Type> | RegistryClientError<"ListsAddListItem409", typeof ListsAddListItem409.Type>>;
|
|
5007
|
+
/**
|
|
5008
|
+
* Removes an extension reference from a list. When extensionOwner is omitted, the list owner is used.
|
|
5009
|
+
*/
|
|
5010
|
+
readonly ListsRemoveListItem: <Config extends OperationConfig>(owner: string, name: string, type: string, extensionName: string, options: {
|
|
5011
|
+
readonly params?: typeof ListsRemoveListItemParams.Encoded | undefined;
|
|
5012
|
+
readonly config?: Config | undefined;
|
|
5013
|
+
} | undefined) => Effect.Effect<WithOptionalResponse<void, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"ListsRemoveListItem400", typeof ListsRemoveListItem400.Type> | RegistryClientError<"ListsRemoveListItem401", typeof ListsRemoveListItem401.Type> | RegistryClientError<"ListsRemoveListItem403", typeof ListsRemoveListItem403.Type> | RegistryClientError<"ListsRemoveListItem404", typeof ListsRemoveListItem404.Type>>;
|
|
4313
5014
|
/**
|
|
4314
5015
|
* List owner extensions
|
|
4315
5016
|
*/
|
|
@@ -4353,7 +5054,7 @@ export interface RegistryClient {
|
|
|
4353
5054
|
readonly ExtensionsPublishVersion: <Config extends OperationConfig>(owner: string, type: string, name: string, version: string, options: {
|
|
4354
5055
|
readonly payload: typeof ExtensionsPublishVersionRequestFormData.Encoded;
|
|
4355
5056
|
readonly config?: Config | undefined;
|
|
4356
|
-
}) => Effect.Effect<WithOptionalResponse<typeof
|
|
5057
|
+
}) => Effect.Effect<WithOptionalResponse<typeof ExtensionsPublishVersion201.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"ExtensionsPublishVersion400", typeof ExtensionsPublishVersion400.Type> | RegistryClientError<"ExtensionsPublishVersion401", typeof ExtensionsPublishVersion401.Type> | RegistryClientError<"ExtensionsPublishVersion403", typeof ExtensionsPublishVersion403.Type> | RegistryClientError<"ExtensionsPublishVersion404", typeof ExtensionsPublishVersion404.Type> | RegistryClientError<"ExtensionsPublishVersion409", typeof ExtensionsPublishVersion409.Type> | RegistryClientError<"ExtensionsPublishVersion413", typeof ExtensionsPublishVersion413.Type> | RegistryClientError<"ExtensionsPublishVersion415", typeof ExtensionsPublishVersion415.Type> | RegistryClientError<"ExtensionsPublishVersion422", typeof ExtensionsPublishVersion422.Type> | RegistryClientError<"ExtensionsPublishVersion429", typeof ExtensionsPublishVersion429.Type> | RegistryClientError<"ExtensionsPublishVersion500", typeof ExtensionsPublishVersion500.Type> | RegistryClientError<"ExtensionsPublishVersion503", typeof ExtensionsPublishVersion503.Type>>;
|
|
4357
5058
|
/**
|
|
4358
5059
|
* Hard-delete an extension version
|
|
4359
5060
|
*/
|