@trycomp/compound-sdk 0.1.0 → 0.1.2
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/FUNCTIONS.md +9 -4
- package/README.md +49 -17
- package/esm/funcs/{integrations-list-for-org.d.ts → auth-get-active-org.d.ts} +3 -3
- package/esm/funcs/auth-get-active-org.d.ts.map +1 -0
- package/esm/funcs/auth-get-active-org.js +81 -0
- package/esm/funcs/auth-get-active-org.js.map +1 -0
- package/esm/funcs/{integrations-google-workspace-connect-handle-callback.d.ts → integrations-google-workspace-connect-complete-callback.d.ts} +3 -3
- package/esm/funcs/integrations-google-workspace-connect-complete-callback.d.ts.map +1 -0
- package/esm/funcs/{integrations-google-workspace-connect-handle-callback.js → integrations-google-workspace-connect-complete-callback.js} +7 -7
- package/esm/funcs/integrations-google-workspace-connect-complete-callback.js.map +1 -0
- package/esm/funcs/integrations-list-list-for-org.d.ts +15 -0
- package/esm/funcs/integrations-list-list-for-org.d.ts.map +1 -0
- package/esm/funcs/{integrations-list-for-org.js → integrations-list-list-for-org.js} +7 -7
- package/esm/funcs/integrations-list-list-for-org.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.d.ts.map +1 -1
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/models/index.d.ts +6 -4
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +6 -4
- package/esm/models/index.js.map +1 -1
- package/esm/models/request-auth-get-active-org.d.ts +18 -0
- package/esm/models/request-auth-get-active-org.d.ts.map +1 -0
- package/esm/models/request-auth-get-active-org.js +17 -0
- package/esm/models/request-auth-get-active-org.js.map +1 -0
- package/esm/models/request-integrations-google-workspace-connect-complete-callback.d.ts +26 -0
- package/esm/models/request-integrations-google-workspace-connect-complete-callback.d.ts.map +1 -0
- package/esm/models/request-integrations-google-workspace-connect-complete-callback.js +23 -0
- package/esm/models/request-integrations-google-workspace-connect-complete-callback.js.map +1 -0
- package/esm/models/request-integrations-list-list-for-org.d.ts +22 -0
- package/esm/models/request-integrations-list-list-for-org.d.ts.map +1 -0
- package/esm/models/request-integrations-list-list-for-org.js +19 -0
- package/esm/models/request-integrations-list-list-for-org.js.map +1 -0
- package/esm/models/response-auth-get-active-org.d.ts +25 -0
- package/esm/models/response-auth-get-active-org.d.ts.map +1 -0
- package/esm/models/response-auth-get-active-org.js +29 -0
- package/esm/models/response-auth-get-active-org.js.map +1 -0
- package/esm/models/response-integrations-google-workspace-connect-complete-callback.d.ts +25 -0
- package/esm/models/response-integrations-google-workspace-connect-complete-callback.d.ts.map +1 -0
- package/esm/models/response-integrations-google-workspace-connect-complete-callback.js +31 -0
- package/esm/models/response-integrations-google-workspace-connect-complete-callback.js.map +1 -0
- package/esm/models/response-integrations-list-list-for-org.d.ts +25 -0
- package/esm/models/response-integrations-list-list-for-org.d.ts.map +1 -0
- package/esm/models/response-integrations-list-list-for-org.js +31 -0
- package/esm/models/response-integrations-list-list-for-org.js.map +1 -0
- package/esm/sdk/auth.d.ts +4 -0
- package/esm/sdk/auth.d.ts.map +1 -1
- package/esm/sdk/auth.js +7 -0
- package/esm/sdk/auth.js.map +1 -1
- package/esm/sdk/code-security.d.ts +8 -8
- package/esm/sdk/code-security.d.ts.map +1 -1
- package/esm/sdk/code-security.js +12 -12
- package/esm/sdk/code-security.js.map +1 -1
- package/esm/sdk/compliance.d.ts +2 -2
- package/esm/sdk/compliance.d.ts.map +1 -1
- package/esm/sdk/compliance.js +4 -4
- package/esm/sdk/compliance.js.map +1 -1
- package/esm/sdk/github.d.ts +6 -6
- package/esm/sdk/github.d.ts.map +1 -1
- package/esm/sdk/github.js +10 -10
- package/esm/sdk/github.js.map +1 -1
- package/esm/sdk/google-workspace-connect.d.ts +2 -2
- package/esm/sdk/google-workspace-connect.d.ts.map +1 -1
- package/esm/sdk/google-workspace-connect.js +4 -4
- package/esm/sdk/google-workspace-connect.js.map +1 -1
- package/esm/sdk/integrations.d.ts +2 -2
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +4 -4
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/list.d.ts +2 -2
- package/esm/sdk/list.d.ts.map +1 -1
- package/esm/sdk/list.js +4 -4
- package/esm/sdk/list.js.map +1 -1
- package/esm/sdk/people.d.ts +10 -10
- package/esm/sdk/people.d.ts.map +1 -1
- package/esm/sdk/people.js +18 -18
- package/esm/sdk/people.js.map +1 -1
- package/esm/sdk/sdk.d.ts +18 -18
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +33 -33
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/{adminListOrganizations.example.ts → activityAddComment.example.ts} +8 -3
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/{integrations-list-for-org.ts → auth-get-active-org.ts} +11 -12
- package/src/funcs/{integrations-google-workspace-connect-handle-callback.ts → integrations-google-workspace-connect-complete-callback.ts} +11 -11
- package/src/funcs/integrations-list-list-for-org.ts +171 -0
- package/src/lib/config.ts +3 -3
- package/src/models/index.ts +6 -4
- package/src/models/request-auth-get-active-org.ts +51 -0
- package/src/models/request-integrations-google-workspace-connect-complete-callback.ts +72 -0
- package/src/models/request-integrations-list-list-for-org.ts +60 -0
- package/src/models/response-auth-get-active-org.ts +73 -0
- package/src/models/response-integrations-google-workspace-connect-complete-callback.ts +96 -0
- package/src/models/response-integrations-list-list-for-org.ts +78 -0
- package/src/sdk/auth.ts +15 -0
- package/src/sdk/code-security.ts +12 -12
- package/src/sdk/compliance.ts +5 -5
- package/src/sdk/github.ts +11 -11
- package/src/sdk/google-workspace-connect.ts +8 -6
- package/src/sdk/integrations.ts +5 -5
- package/src/sdk/list.ts +6 -6
- package/src/sdk/people.ts +21 -21
- package/src/sdk/sdk.ts +37 -37
- package/esm/funcs/integrations-google-workspace-connect-handle-callback.d.ts.map +0 -1
- package/esm/funcs/integrations-google-workspace-connect-handle-callback.js.map +0 -1
- package/esm/funcs/integrations-list-for-org.d.ts.map +0 -1
- package/esm/funcs/integrations-list-for-org.js.map +0 -1
- package/esm/models/request-integrations-google-workspace-connect-handle-callback.d.ts +0 -26
- package/esm/models/request-integrations-google-workspace-connect-handle-callback.d.ts.map +0 -1
- package/esm/models/request-integrations-google-workspace-connect-handle-callback.js +0 -23
- package/esm/models/request-integrations-google-workspace-connect-handle-callback.js.map +0 -1
- package/esm/models/request-integrations-list-for-org.d.ts +0 -22
- package/esm/models/request-integrations-list-for-org.d.ts.map +0 -1
- package/esm/models/request-integrations-list-for-org.js +0 -19
- package/esm/models/request-integrations-list-for-org.js.map +0 -1
- package/esm/models/response-integrations-google-workspace-connect-handle-callback.d.ts +0 -25
- package/esm/models/response-integrations-google-workspace-connect-handle-callback.d.ts.map +0 -1
- package/esm/models/response-integrations-google-workspace-connect-handle-callback.js +0 -31
- package/esm/models/response-integrations-google-workspace-connect-handle-callback.js.map +0 -1
- package/esm/models/response-integrations-list-for-org.d.ts +0 -25
- package/esm/models/response-integrations-list-for-org.d.ts.map +0 -1
- package/esm/models/response-integrations-list-for-org.js +0 -29
- package/esm/models/response-integrations-list-for-org.js.map +0 -1
- package/src/models/request-integrations-google-workspace-connect-handle-callback.ts +0 -70
- package/src/models/request-integrations-list-for-org.ts +0 -59
- package/src/models/response-integrations-google-workspace-connect-handle-callback.ts +0 -95
- package/src/models/response-integrations-list-for-org.ts +0 -79
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { safeParse } from "../lib/schemas.js";
|
|
7
|
+
import * as openEnums from "../types/enums.js";
|
|
8
|
+
import { OpenEnum } from "../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
10
|
+
import * as types from "../types/primitives.js";
|
|
11
|
+
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
12
|
+
|
|
13
|
+
export const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus =
|
|
14
|
+
{
|
|
15
|
+
Success: "success",
|
|
16
|
+
Error: "error",
|
|
17
|
+
} as const;
|
|
18
|
+
export type ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus =
|
|
19
|
+
OpenEnum<
|
|
20
|
+
typeof ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus
|
|
21
|
+
>;
|
|
22
|
+
|
|
23
|
+
export type ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData =
|
|
24
|
+
{};
|
|
25
|
+
|
|
26
|
+
export type ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback = {
|
|
27
|
+
status: ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus;
|
|
28
|
+
errorMessage?: string | undefined;
|
|
29
|
+
errorData?:
|
|
30
|
+
| ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData
|
|
31
|
+
| undefined;
|
|
32
|
+
value?: any | undefined;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
/** @internal */
|
|
36
|
+
export const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus$inboundSchema:
|
|
37
|
+
z.ZodMiniType<
|
|
38
|
+
ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus,
|
|
39
|
+
unknown
|
|
40
|
+
> = openEnums.inboundSchema(
|
|
41
|
+
ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus,
|
|
42
|
+
);
|
|
43
|
+
|
|
44
|
+
/** @internal */
|
|
45
|
+
export const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData$inboundSchema:
|
|
46
|
+
z.ZodMiniType<
|
|
47
|
+
ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData,
|
|
48
|
+
unknown
|
|
49
|
+
> = z.object({});
|
|
50
|
+
|
|
51
|
+
export function responseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorDataFromJSON(
|
|
52
|
+
jsonString: string,
|
|
53
|
+
): SafeParseResult<
|
|
54
|
+
ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData,
|
|
55
|
+
SDKValidationError
|
|
56
|
+
> {
|
|
57
|
+
return safeParse(
|
|
58
|
+
jsonString,
|
|
59
|
+
(x) =>
|
|
60
|
+
ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData$inboundSchema
|
|
61
|
+
.parse(JSON.parse(x)),
|
|
62
|
+
`Failed to parse 'ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData' from JSON`,
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/** @internal */
|
|
67
|
+
export const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback$inboundSchema:
|
|
68
|
+
z.ZodMiniType<
|
|
69
|
+
ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback,
|
|
70
|
+
unknown
|
|
71
|
+
> = z.object({
|
|
72
|
+
status:
|
|
73
|
+
ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus$inboundSchema,
|
|
74
|
+
errorMessage: types.optional(types.string()),
|
|
75
|
+
errorData: types.optional(
|
|
76
|
+
z.lazy(() =>
|
|
77
|
+
ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData$inboundSchema
|
|
78
|
+
),
|
|
79
|
+
),
|
|
80
|
+
value: types.optional(z.any()),
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
export function responseIntegrationsGoogleWorkspaceConnectCompleteCallbackFromJSON(
|
|
84
|
+
jsonString: string,
|
|
85
|
+
): SafeParseResult<
|
|
86
|
+
ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback,
|
|
87
|
+
SDKValidationError
|
|
88
|
+
> {
|
|
89
|
+
return safeParse(
|
|
90
|
+
jsonString,
|
|
91
|
+
(x) =>
|
|
92
|
+
ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback$inboundSchema
|
|
93
|
+
.parse(JSON.parse(x)),
|
|
94
|
+
`Failed to parse 'ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback' from JSON`,
|
|
95
|
+
);
|
|
96
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { safeParse } from "../lib/schemas.js";
|
|
7
|
+
import * as openEnums from "../types/enums.js";
|
|
8
|
+
import { OpenEnum } from "../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
10
|
+
import * as types from "../types/primitives.js";
|
|
11
|
+
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
12
|
+
|
|
13
|
+
export const ResponseIntegrationsListListForOrgStatus = {
|
|
14
|
+
Success: "success",
|
|
15
|
+
Error: "error",
|
|
16
|
+
} as const;
|
|
17
|
+
export type ResponseIntegrationsListListForOrgStatus = OpenEnum<
|
|
18
|
+
typeof ResponseIntegrationsListListForOrgStatus
|
|
19
|
+
>;
|
|
20
|
+
|
|
21
|
+
export type ResponseIntegrationsListListForOrgErrorData = {};
|
|
22
|
+
|
|
23
|
+
export type ResponseIntegrationsListListForOrg = {
|
|
24
|
+
status: ResponseIntegrationsListListForOrgStatus;
|
|
25
|
+
errorMessage?: string | undefined;
|
|
26
|
+
errorData?: ResponseIntegrationsListListForOrgErrorData | undefined;
|
|
27
|
+
value?: any | undefined;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
/** @internal */
|
|
31
|
+
export const ResponseIntegrationsListListForOrgStatus$inboundSchema:
|
|
32
|
+
z.ZodMiniType<ResponseIntegrationsListListForOrgStatus, unknown> = openEnums
|
|
33
|
+
.inboundSchema(ResponseIntegrationsListListForOrgStatus);
|
|
34
|
+
|
|
35
|
+
/** @internal */
|
|
36
|
+
export const ResponseIntegrationsListListForOrgErrorData$inboundSchema:
|
|
37
|
+
z.ZodMiniType<ResponseIntegrationsListListForOrgErrorData, unknown> = z
|
|
38
|
+
.object({});
|
|
39
|
+
|
|
40
|
+
export function responseIntegrationsListListForOrgErrorDataFromJSON(
|
|
41
|
+
jsonString: string,
|
|
42
|
+
): SafeParseResult<
|
|
43
|
+
ResponseIntegrationsListListForOrgErrorData,
|
|
44
|
+
SDKValidationError
|
|
45
|
+
> {
|
|
46
|
+
return safeParse(
|
|
47
|
+
jsonString,
|
|
48
|
+
(x) =>
|
|
49
|
+
ResponseIntegrationsListListForOrgErrorData$inboundSchema.parse(
|
|
50
|
+
JSON.parse(x),
|
|
51
|
+
),
|
|
52
|
+
`Failed to parse 'ResponseIntegrationsListListForOrgErrorData' from JSON`,
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/** @internal */
|
|
57
|
+
export const ResponseIntegrationsListListForOrg$inboundSchema: z.ZodMiniType<
|
|
58
|
+
ResponseIntegrationsListListForOrg,
|
|
59
|
+
unknown
|
|
60
|
+
> = z.object({
|
|
61
|
+
status: ResponseIntegrationsListListForOrgStatus$inboundSchema,
|
|
62
|
+
errorMessage: types.optional(types.string()),
|
|
63
|
+
errorData: types.optional(
|
|
64
|
+
z.lazy(() => ResponseIntegrationsListListForOrgErrorData$inboundSchema),
|
|
65
|
+
),
|
|
66
|
+
value: types.optional(z.any()),
|
|
67
|
+
});
|
|
68
|
+
|
|
69
|
+
export function responseIntegrationsListListForOrgFromJSON(
|
|
70
|
+
jsonString: string,
|
|
71
|
+
): SafeParseResult<ResponseIntegrationsListListForOrg, SDKValidationError> {
|
|
72
|
+
return safeParse(
|
|
73
|
+
jsonString,
|
|
74
|
+
(x) =>
|
|
75
|
+
ResponseIntegrationsListListForOrg$inboundSchema.parse(JSON.parse(x)),
|
|
76
|
+
`Failed to parse 'ResponseIntegrationsListListForOrg' from JSON`,
|
|
77
|
+
);
|
|
78
|
+
}
|
package/src/sdk/auth.ts
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
+
import { authGetActiveOrg } from "../funcs/auth-get-active-org.js";
|
|
5
6
|
import { authGetCurrentUser } from "../funcs/auth-get-current-user.js";
|
|
6
7
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
8
|
import * as models from "../models/index.js";
|
|
@@ -21,4 +22,18 @@ export class Auth extends ClientSDK {
|
|
|
21
22
|
options,
|
|
22
23
|
));
|
|
23
24
|
}
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Calls a query at the path auth.js:getActiveOrg
|
|
28
|
+
*/
|
|
29
|
+
async getActiveOrg(
|
|
30
|
+
request: models.RequestAuthGetActiveOrg,
|
|
31
|
+
options?: RequestOptions,
|
|
32
|
+
): Promise<models.ResponseAuthGetActiveOrg> {
|
|
33
|
+
return unwrapAsync(authGetActiveOrg(
|
|
34
|
+
this,
|
|
35
|
+
request,
|
|
36
|
+
options,
|
|
37
|
+
));
|
|
38
|
+
}
|
|
24
39
|
}
|
package/src/sdk/code-security.ts
CHANGED
|
@@ -14,9 +14,9 @@ import { Reviewer } from "./reviewer.js";
|
|
|
14
14
|
import { Scan } from "./scan.js";
|
|
15
15
|
|
|
16
16
|
export class CodeSecurity extends ClientSDK {
|
|
17
|
-
private
|
|
18
|
-
get
|
|
19
|
-
return (this.
|
|
17
|
+
private _autofix?: Autofix;
|
|
18
|
+
get autofix(): Autofix {
|
|
19
|
+
return (this._autofix ??= new Autofix(this._options));
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
private _findings?: Findings;
|
|
@@ -29,14 +29,14 @@ export class CodeSecurity extends ClientSDK {
|
|
|
29
29
|
return (this._metrics ??= new CodeSecurityMetrics(this._options));
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
private
|
|
33
|
-
get
|
|
34
|
-
return (this.
|
|
32
|
+
private _repositories?: Repositories;
|
|
33
|
+
get repositories(): Repositories {
|
|
34
|
+
return (this._repositories ??= new Repositories(this._options));
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
private
|
|
38
|
-
get
|
|
39
|
-
return (this.
|
|
37
|
+
private _reviewRules?: ReviewRules;
|
|
38
|
+
get reviewRules(): ReviewRules {
|
|
39
|
+
return (this._reviewRules ??= new ReviewRules(this._options));
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
private _reviewer?: Reviewer;
|
|
@@ -44,9 +44,9 @@ export class CodeSecurity extends ClientSDK {
|
|
|
44
44
|
return (this._reviewer ??= new Reviewer(this._options));
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
private
|
|
48
|
-
get
|
|
49
|
-
return (this.
|
|
47
|
+
private _scan?: Scan;
|
|
48
|
+
get scan(): Scan {
|
|
49
|
+
return (this._scan ??= new Scan(this._options));
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
private _depScanner?: DepScanner;
|
package/src/sdk/compliance.ts
CHANGED
|
@@ -13,13 +13,13 @@ export class Compliance extends ClientSDK {
|
|
|
13
13
|
return (this._library ??= new Library(this._options));
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
private _orgFrameworks?: OrgFrameworks;
|
|
17
|
-
get orgFrameworks(): OrgFrameworks {
|
|
18
|
-
return (this._orgFrameworks ??= new OrgFrameworks(this._options));
|
|
19
|
-
}
|
|
20
|
-
|
|
21
16
|
private _orgControls?: OrgControls;
|
|
22
17
|
get orgControls(): OrgControls {
|
|
23
18
|
return (this._orgControls ??= new OrgControls(this._options));
|
|
24
19
|
}
|
|
20
|
+
|
|
21
|
+
private _orgFrameworks?: OrgFrameworks;
|
|
22
|
+
get orgFrameworks(): OrgFrameworks {
|
|
23
|
+
return (this._orgFrameworks ??= new OrgFrameworks(this._options));
|
|
24
|
+
}
|
|
25
25
|
}
|
package/src/sdk/github.ts
CHANGED
|
@@ -10,9 +10,9 @@ import { GithubQueries } from "./github-queries.js";
|
|
|
10
10
|
import { Mutations } from "./mutations.js";
|
|
11
11
|
|
|
12
12
|
export class Github extends ClientSDK {
|
|
13
|
-
private
|
|
14
|
-
get
|
|
15
|
-
return (this.
|
|
13
|
+
private _actions?: Actions;
|
|
14
|
+
get actions(): Actions {
|
|
15
|
+
return (this._actions ??= new Actions(this._options));
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
private _connect?: GithubConnect;
|
|
@@ -20,18 +20,18 @@ export class Github extends ClientSDK {
|
|
|
20
20
|
return (this._connect ??= new GithubConnect(this._options));
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
private
|
|
24
|
-
get
|
|
25
|
-
return (this.
|
|
23
|
+
private _dispatchWebhook?: DispatchWebhook;
|
|
24
|
+
get dispatchWebhook(): DispatchWebhook {
|
|
25
|
+
return (this._dispatchWebhook ??= new DispatchWebhook(this._options));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
private _mutations?: Mutations;
|
|
29
|
+
get mutations(): Mutations {
|
|
30
|
+
return (this._mutations ??= new Mutations(this._options));
|
|
26
31
|
}
|
|
27
32
|
|
|
28
33
|
private _queries?: GithubQueries;
|
|
29
34
|
get queries(): GithubQueries {
|
|
30
35
|
return (this._queries ??= new GithubQueries(this._options));
|
|
31
36
|
}
|
|
32
|
-
|
|
33
|
-
private _dispatchWebhook?: DispatchWebhook;
|
|
34
|
-
get dispatchWebhook(): DispatchWebhook {
|
|
35
|
-
return (this._dispatchWebhook ??= new DispatchWebhook(this._options));
|
|
36
|
-
}
|
|
37
37
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
5
|
+
import { integrationsGoogleWorkspaceConnectCompleteCallback } from "../funcs/integrations-google-workspace-connect-complete-callback.js";
|
|
6
6
|
import { integrationsGoogleWorkspaceConnectStartOAuth } from "../funcs/integrations-google-workspace-connect-start-o-auth.js";
|
|
7
7
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
8
|
import * as models from "../models/index.js";
|
|
@@ -24,13 +24,15 @@ export class GoogleWorkspaceConnect extends ClientSDK {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
|
-
* Calls a action at the path integrations/googleWorkspace/connect.js:
|
|
27
|
+
* Calls a action at the path integrations/googleWorkspace/connect.js:completeCallback
|
|
28
28
|
*/
|
|
29
|
-
async
|
|
30
|
-
request: models.
|
|
29
|
+
async completeCallback(
|
|
30
|
+
request: models.RequestIntegrationsGoogleWorkspaceConnectCompleteCallback,
|
|
31
31
|
options?: RequestOptions,
|
|
32
|
-
): Promise<
|
|
33
|
-
|
|
32
|
+
): Promise<
|
|
33
|
+
models.ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback
|
|
34
|
+
> {
|
|
35
|
+
return unwrapAsync(integrationsGoogleWorkspaceConnectCompleteCallback(
|
|
34
36
|
this,
|
|
35
37
|
request,
|
|
36
38
|
options,
|
package/src/sdk/integrations.ts
CHANGED
|
@@ -8,16 +8,16 @@ import { GoogleWorkspace } from "./google-workspace.js";
|
|
|
8
8
|
import { List } from "./list.js";
|
|
9
9
|
|
|
10
10
|
export class Integrations extends ClientSDK {
|
|
11
|
-
private _googleWorkspace?: GoogleWorkspace;
|
|
12
|
-
get googleWorkspace(): GoogleWorkspace {
|
|
13
|
-
return (this._googleWorkspace ??= new GoogleWorkspace(this._options));
|
|
14
|
-
}
|
|
15
|
-
|
|
16
11
|
private _github?: Github;
|
|
17
12
|
get github(): Github {
|
|
18
13
|
return (this._github ??= new Github(this._options));
|
|
19
14
|
}
|
|
20
15
|
|
|
16
|
+
private _googleWorkspace?: GoogleWorkspace;
|
|
17
|
+
get googleWorkspace(): GoogleWorkspace {
|
|
18
|
+
return (this._googleWorkspace ??= new GoogleWorkspace(this._options));
|
|
19
|
+
}
|
|
20
|
+
|
|
21
21
|
private _list?: List;
|
|
22
22
|
get list(): List {
|
|
23
23
|
return (this._list ??= new List(this._options));
|
package/src/sdk/list.ts
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
5
|
+
import { integrationsListListForOrg } from "../funcs/integrations-list-list-for-org.js";
|
|
6
6
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
7
|
import * as models from "../models/index.js";
|
|
8
8
|
import { unwrapAsync } from "../types/fp.js";
|
|
9
9
|
|
|
10
10
|
export class List extends ClientSDK {
|
|
11
11
|
/**
|
|
12
|
-
* Calls a query at the path integrations/list.js:
|
|
12
|
+
* Calls a query at the path integrations/list.js:listForOrg
|
|
13
13
|
*/
|
|
14
|
-
async
|
|
15
|
-
request: models.
|
|
14
|
+
async listForOrg(
|
|
15
|
+
request: models.RequestIntegrationsListListForOrg,
|
|
16
16
|
options?: RequestOptions,
|
|
17
|
-
): Promise<models.
|
|
18
|
-
return unwrapAsync(
|
|
17
|
+
): Promise<models.ResponseIntegrationsListListForOrg> {
|
|
18
|
+
return unwrapAsync(integrationsListListForOrg(
|
|
19
19
|
this,
|
|
20
20
|
request,
|
|
21
21
|
options,
|
package/src/sdk/people.ts
CHANGED
|
@@ -14,6 +14,16 @@ import { Reviews } from "./reviews.js";
|
|
|
14
14
|
import { Training } from "./training.js";
|
|
15
15
|
|
|
16
16
|
export class People extends ClientSDK {
|
|
17
|
+
private _accessRequests?: AccessRequests;
|
|
18
|
+
get accessRequests(): AccessRequests {
|
|
19
|
+
return (this._accessRequests ??= new AccessRequests(this._options));
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
private _documents?: Documents;
|
|
23
|
+
get documents(): Documents {
|
|
24
|
+
return (this._documents ??= new Documents(this._options));
|
|
25
|
+
}
|
|
26
|
+
|
|
17
27
|
private _employees?: Employees;
|
|
18
28
|
get employees(): Employees {
|
|
19
29
|
return (this._employees ??= new Employees(this._options));
|
|
@@ -24,24 +34,9 @@ export class People extends ClientSDK {
|
|
|
24
34
|
return (this._events ??= new Events(this._options));
|
|
25
35
|
}
|
|
26
36
|
|
|
27
|
-
private
|
|
28
|
-
get
|
|
29
|
-
return (this.
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
private _training?: Training;
|
|
33
|
-
get training(): Training {
|
|
34
|
-
return (this._training ??= new Training(this._options));
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
private _accessRequests?: AccessRequests;
|
|
38
|
-
get accessRequests(): AccessRequests {
|
|
39
|
-
return (this._accessRequests ??= new AccessRequests(this._options));
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
private _documents?: Documents;
|
|
43
|
-
get documents(): Documents {
|
|
44
|
-
return (this._documents ??= new Documents(this._options));
|
|
37
|
+
private _metrics?: PeopleMetrics;
|
|
38
|
+
get metrics(): PeopleMetrics {
|
|
39
|
+
return (this._metrics ??= new PeopleMetrics(this._options));
|
|
45
40
|
}
|
|
46
41
|
|
|
47
42
|
private _onboardingWorkflows?: OnboardingWorkflows;
|
|
@@ -51,13 +46,18 @@ export class People extends ClientSDK {
|
|
|
51
46
|
));
|
|
52
47
|
}
|
|
53
48
|
|
|
49
|
+
private _policies?: PeoplePolicies;
|
|
50
|
+
get policies(): PeoplePolicies {
|
|
51
|
+
return (this._policies ??= new PeoplePolicies(this._options));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
54
|
private _reviews?: Reviews;
|
|
55
55
|
get reviews(): Reviews {
|
|
56
56
|
return (this._reviews ??= new Reviews(this._options));
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
private
|
|
60
|
-
get
|
|
61
|
-
return (this.
|
|
59
|
+
private _training?: Training;
|
|
60
|
+
get training(): Training {
|
|
61
|
+
return (this._training ??= new Training(this._options));
|
|
62
62
|
}
|
|
63
63
|
}
|
package/src/sdk/sdk.ts
CHANGED
|
@@ -23,6 +23,11 @@ import { Stripe } from "./stripe.js";
|
|
|
23
23
|
import { Tasks1 } from "./tasks-1.js";
|
|
24
24
|
|
|
25
25
|
export class Compai extends ClientSDK {
|
|
26
|
+
private _activity?: Activity;
|
|
27
|
+
get activity(): Activity {
|
|
28
|
+
return (this._activity ??= new Activity(this._options));
|
|
29
|
+
}
|
|
30
|
+
|
|
26
31
|
private _admin?: Admin;
|
|
27
32
|
get admin(): Admin {
|
|
28
33
|
return (this._admin ??= new Admin(this._options));
|
|
@@ -33,29 +38,34 @@ export class Compai extends ClientSDK {
|
|
|
33
38
|
return (this._auth ??= new Auth(this._options));
|
|
34
39
|
}
|
|
35
40
|
|
|
41
|
+
private _compliance?: Compliance;
|
|
42
|
+
get compliance(): Compliance {
|
|
43
|
+
return (this._compliance ??= new Compliance(this._options));
|
|
44
|
+
}
|
|
45
|
+
|
|
36
46
|
private _entitlements?: Entitlements;
|
|
37
47
|
get entitlements(): Entitlements {
|
|
38
48
|
return (this._entitlements ??= new Entitlements(this._options));
|
|
39
49
|
}
|
|
40
50
|
|
|
41
|
-
private
|
|
42
|
-
get
|
|
43
|
-
return (this.
|
|
51
|
+
private _evidence?: Evidence1;
|
|
52
|
+
get evidence(): Evidence1 {
|
|
53
|
+
return (this._evidence ??= new Evidence1(this._options));
|
|
44
54
|
}
|
|
45
55
|
|
|
46
|
-
private
|
|
47
|
-
get
|
|
48
|
-
return (this.
|
|
56
|
+
private _integrations?: Integrations;
|
|
57
|
+
get integrations(): Integrations {
|
|
58
|
+
return (this._integrations ??= new Integrations(this._options));
|
|
49
59
|
}
|
|
50
60
|
|
|
51
|
-
private
|
|
52
|
-
get
|
|
53
|
-
return (this.
|
|
61
|
+
private _codeSecurity?: CodeSecurity;
|
|
62
|
+
get codeSecurity(): CodeSecurity {
|
|
63
|
+
return (this._codeSecurity ??= new CodeSecurity(this._options));
|
|
54
64
|
}
|
|
55
65
|
|
|
56
|
-
private
|
|
57
|
-
get
|
|
58
|
-
return (this.
|
|
66
|
+
private _devices?: Devices1;
|
|
67
|
+
get devices(): Devices1 {
|
|
68
|
+
return (this._devices ??= new Devices1(this._options));
|
|
59
69
|
}
|
|
60
70
|
|
|
61
71
|
private _people?: People;
|
|
@@ -63,19 +73,14 @@ export class Compai extends ClientSDK {
|
|
|
63
73
|
return (this._people ??= new People(this._options));
|
|
64
74
|
}
|
|
65
75
|
|
|
66
|
-
private
|
|
67
|
-
get
|
|
68
|
-
return (this.
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
private _devices?: Devices1;
|
|
72
|
-
get devices(): Devices1 {
|
|
73
|
-
return (this._devices ??= new Devices1(this._options));
|
|
76
|
+
private _onboarding?: Onboarding;
|
|
77
|
+
get onboarding(): Onboarding {
|
|
78
|
+
return (this._onboarding ??= new Onboarding(this._options));
|
|
74
79
|
}
|
|
75
80
|
|
|
76
|
-
private
|
|
77
|
-
get
|
|
78
|
-
return (this.
|
|
81
|
+
private _orgs?: Orgs;
|
|
82
|
+
get orgs(): Orgs {
|
|
83
|
+
return (this._orgs ??= new Orgs(this._options));
|
|
79
84
|
}
|
|
80
85
|
|
|
81
86
|
private _policies?: Policies1;
|
|
@@ -83,24 +88,19 @@ export class Compai extends ClientSDK {
|
|
|
83
88
|
return (this._policies ??= new Policies1(this._options));
|
|
84
89
|
}
|
|
85
90
|
|
|
86
|
-
private
|
|
87
|
-
get
|
|
88
|
-
return (this.
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private _evidence?: Evidence1;
|
|
92
|
-
get evidence(): Evidence1 {
|
|
93
|
-
return (this._evidence ??= new Evidence1(this._options));
|
|
91
|
+
private _quotes?: Quotes;
|
|
92
|
+
get quotes(): Quotes {
|
|
93
|
+
return (this._quotes ??= new Quotes(this._options));
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
private
|
|
97
|
-
get
|
|
98
|
-
return (this.
|
|
96
|
+
private _stripe?: Stripe;
|
|
97
|
+
get stripe(): Stripe {
|
|
98
|
+
return (this._stripe ??= new Stripe(this._options));
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
private
|
|
102
|
-
get
|
|
103
|
-
return (this.
|
|
101
|
+
private _tasks?: Tasks1;
|
|
102
|
+
get tasks(): Tasks1 {
|
|
103
|
+
return (this._tasks ??= new Tasks1(this._options));
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
private _apiKeys?: ApiKeys;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrations-google-workspace-connect-handle-callback.d.ts","sourceRoot":"","sources":["../../src/funcs/integrations-google-workspace-connect-handle-callback.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAMxC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,wCAAwC,CAAC;AAChD,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;GAEG;AACH,wBAAgB,gDAAgD,CAC9D,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,MAAM,CAAC,uDAAuD,EACvE,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,MAAM,CAAC,wDAAwD,EAC7D,MAAM,CAAC,mBAAmB,GAC1B,WAAW,GACX,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CACrB,CACF,CAMA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrations-google-workspace-connect-handle-callback.js","sourceRoot":"","sources":["../../src/funcs/integrations-google-workspace-connect-handle-callback.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,KAAK,CAAC,MAAM,oBAAoB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAS3C,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AAGpD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGxD;;GAEG;AACH,MAAM,UAAU,gDAAgD,CAC9D,MAAkB,EAClB,OAAuE,EACvE,OAAwB,EAcxB;IACA,OAAO,IAAI,UAAU,CAAC,GAAG,CACvB,MAAM,EACN,OAAO,EACP,OAAO,CACR,CAAC,CAAC;AAAA,CACJ;AAED,KAAK,UAAU,GAAG,CAChB,MAAkB,EAClB,OAAuE,EACvE,OAAwB,EAiBxB;IACA,MAAM,MAAM,GAAG,SAAS,CACtB,OAAO,EACP,CAAC,KAAK,EAAE,EAAE,CACR,CAAC,CAAC,KAAK,CACL,MAAM;SACH,sEAAsE,EACzE,KAAK,CACN,EACH,yBAAyB,CAC1B,CAAC;IACF,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;QACf,OAAO,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;IACzC,CAAC;IACD,MAAM,OAAO,GAAG,MAAM,CAAC,KAAK,CAAC;IAC7B,MAAM,IAAI,GAAG,UAAU,CAAC,MAAM,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;IAE5D,MAAM,IAAI,GAAG,UAAU,CACrB,8DAA8D,CAC/D,EAAE,CAAC;IAEJ,MAAM,OAAO,GAAG,IAAI,OAAO,CAAC,UAAU,CAAC;QACrC,cAAc,EAAE,kBAAkB;QAClC,MAAM,EAAE,kBAAkB;KAC3B,CAAC,CAAC,CAAC;IAEJ,MAAM,SAAS,GAAG,MAAM,eAAe,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;IACpE,MAAM,aAAa,GAAG,SAAS,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC;IACzE,MAAM,eAAe,GAAG,qBAAqB,CAAC,aAAa,CAAC,CAAC;IAE7D,MAAM,OAAO,GAAG;QACd,OAAO,EAAE,MAAM,CAAC,QAAQ;QACxB,OAAO,EAAE,OAAO,EAAE,SAAS,IAAI,MAAM,CAAC,QAAQ,IAAI,EAAE;QACpD,WAAW,EAAE,qDAAqD;QAClE,YAAY,EAAE,IAAI;QAElB,gBAAgB,EAAE,eAAe;QAEjC,cAAc,EAAE,MAAM,CAAC,QAAQ,CAAC,UAAU;QAC1C,WAAW,EAAE,OAAO,EAAE,OAAO;eACxB,MAAM,CAAC,QAAQ,CAAC,WAAW;eAC3B,EAAE,QAAQ,EAAE,MAAM,EAAE;QACzB,UAAU,EAAE,OAAO,EAAE,UAAU,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;KACvE,CAAC;IAEF,MAAM,UAAU,GAAG,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE;QAChD,QAAQ,EAAE,eAAe;QACzB,MAAM,EAAE,MAAM;QACd,OAAO,EAAE,OAAO,EAAE,SAAS;QAC3B,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,OAAO;QAChB,IAAI,EAAE,IAAI;QACV,SAAS,EAAE,MAAM,CAAC,QAAQ,CAAC,SAAS;QACpC,SAAS,EAAE,OAAO,EAAE,SAAS,IAAI,MAAM,CAAC,QAAQ,CAAC,SAAS,IAAI,CAAC,CAAC;KACjE,EAAE,OAAO,CAAC,CAAC;IACZ,IAAI,CAAC,UAAU,CAAC,EAAE,EAAE,CAAC;QACnB,OAAO,CAAC,UAAU,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;IAC7C,CAAC;IACD,MAAM,GAAG,GAAG,UAAU,CAAC,KAAK,CAAC;IAE7B,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,GAAG,EAAE;QACrC,OAAO;QACP,iBAAiB,EAAE,CAAC,UAAkB,EAAE,EAAE,CACxC,eAAe,CAAC,EAAE,MAAM,EAAE,UAAU,EAAc,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;QACrE,WAAW,EAAE,OAAO,CAAC,WAAW;QAChC,UAAU,EAAE,OAAO,CAAC,UAAU;KAC/B,CAAC,CAAC;IACH,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC;QACjB,OAAO,CAAC,QAAQ,EAAE,EAAE,MAAM,EAAE,eAAe,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC;IAC/D,CAAC;IACD,MAAM,QAAQ,GAAG,QAAQ,CAAC,KAAK,CAAC;IAEhC,MAAM,cAAc,GAAG;QACrB,QAAQ,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,EAAE;KAC/C,CAAC;IAEF,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC,KAAK,CAY5B,CAAC,CAAC,IAAI,CACJ,GAAG,EACH,MAAM;SACH,sEAAsE,CAC1E,EACD,CAAC,CAAC,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,iCAAiC,CAAC,EACxD,CAAC,CAAC,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,iCAAiC,CAAC,EACxD,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,EACb,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CACd,CAAC,QAAQ,EAAE,GAAG,EAAE,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC,CAAC;IAClD,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;QACf,OAAO,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,CAAC;IAClE,CAAC;IAED,OAAO,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,CAAC;AAAA,CACjE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrations-list-for-org.d.ts","sourceRoot":"","sources":["../../src/funcs/integrations-list-for-org.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAMxC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,wCAAwC,CAAC;AAChD,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,MAAM,CAAC,6BAA6B,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,MAAM,CAAC,8BAA8B,EACnC,MAAM,CAAC,mBAAmB,GAC1B,WAAW,GACX,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CACrB,CACF,CAMA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrations-list-for-org.js","sourceRoot":"","sources":["../../src/funcs/integrations-list-for-org.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v4-mini";
|
|
2
|
-
export type RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs = {
|
|
3
|
-
code: string;
|
|
4
|
-
orgId: string;
|
|
5
|
-
redirectUri: string;
|
|
6
|
-
};
|
|
7
|
-
export type RequestIntegrationsGoogleWorkspaceConnectHandleCallback = {
|
|
8
|
-
args: RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs;
|
|
9
|
-
};
|
|
10
|
-
/** @internal */
|
|
11
|
-
export type RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs$Outbound = {
|
|
12
|
-
code: string;
|
|
13
|
-
orgId: string;
|
|
14
|
-
redirectUri: string;
|
|
15
|
-
};
|
|
16
|
-
/** @internal */
|
|
17
|
-
export declare const RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs$outboundSchema: z.ZodMiniType<RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs$Outbound, RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs>;
|
|
18
|
-
export declare function requestIntegrationsGoogleWorkspaceConnectHandleCallbackArgsToJSON(requestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs: RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs): string;
|
|
19
|
-
/** @internal */
|
|
20
|
-
export type RequestIntegrationsGoogleWorkspaceConnectHandleCallback$Outbound = {
|
|
21
|
-
args: RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs$Outbound;
|
|
22
|
-
};
|
|
23
|
-
/** @internal */
|
|
24
|
-
export declare const RequestIntegrationsGoogleWorkspaceConnectHandleCallback$outboundSchema: z.ZodMiniType<RequestIntegrationsGoogleWorkspaceConnectHandleCallback$Outbound, RequestIntegrationsGoogleWorkspaceConnectHandleCallback>;
|
|
25
|
-
export declare function requestIntegrationsGoogleWorkspaceConnectHandleCallbackToJSON(requestIntegrationsGoogleWorkspaceConnectHandleCallback: RequestIntegrationsGoogleWorkspaceConnectHandleCallback): string;
|
|
26
|
-
//# sourceMappingURL=request-integrations-google-workspace-connect-handle-callback.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"request-integrations-google-workspace-connect-handle-callback.d.ts","sourceRoot":"","sources":["../../src/models/request-integrations-google-workspace-connect-handle-callback.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,MAAM,MAAM,2DAA2D,GAAG;IACxE,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,uDAAuD,GAAG;IACpE,IAAI,EAAE,2DAA2D,CAAC;CACnE,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,oEAAoE,GAC9E;IACE,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,0EAA0E,EACrF,CAAC,CAAC,WAAW,CACX,oEAAoE,EACpE,2DAA2D,CAK3D,CAAC;AAEL,wBAAgB,iEAAiE,CAC/E,2DAA2D,EACzD,2DAA2D,GAC5D,MAAM,CAKR;AAED,gBAAgB;AAChB,MAAM,MAAM,gEAAgE,GAAG;IAC7E,IAAI,EAAE,oEAAoE,CAAC;CAC5E,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sEAAsE,EACjF,CAAC,CAAC,WAAW,CACX,gEAAgE,EAChE,uDAAuD,CAKvD,CAAC;AAEL,wBAAgB,6DAA6D,CAC3E,uDAAuD,EACrD,uDAAuD,GACxD,MAAM,CAKR"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod/v4-mini";
|
|
5
|
-
/** @internal */
|
|
6
|
-
export const RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs$outboundSchema = z.object({
|
|
7
|
-
code: z.string(),
|
|
8
|
-
orgId: z.string(),
|
|
9
|
-
redirectUri: z.string(),
|
|
10
|
-
});
|
|
11
|
-
export function requestIntegrationsGoogleWorkspaceConnectHandleCallbackArgsToJSON(requestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs) {
|
|
12
|
-
return JSON.stringify(RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs$outboundSchema
|
|
13
|
-
.parse(requestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs));
|
|
14
|
-
}
|
|
15
|
-
/** @internal */
|
|
16
|
-
export const RequestIntegrationsGoogleWorkspaceConnectHandleCallback$outboundSchema = z.object({
|
|
17
|
-
args: z.lazy(() => RequestIntegrationsGoogleWorkspaceConnectHandleCallbackArgs$outboundSchema),
|
|
18
|
-
});
|
|
19
|
-
export function requestIntegrationsGoogleWorkspaceConnectHandleCallbackToJSON(requestIntegrationsGoogleWorkspaceConnectHandleCallback) {
|
|
20
|
-
return JSON.stringify(RequestIntegrationsGoogleWorkspaceConnectHandleCallback$outboundSchema
|
|
21
|
-
.parse(requestIntegrationsGoogleWorkspaceConnectHandleCallback));
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=request-integrations-google-workspace-connect-handle-callback.js.map
|