@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
package/esm/models/index.js
CHANGED
|
@@ -9,6 +9,7 @@ export * from "./request-admin-get-org-by-id.js";
|
|
|
9
9
|
export * from "./request-admin-is-current-user-admin.js";
|
|
10
10
|
export * from "./request-admin-list-invoices-for-org.js";
|
|
11
11
|
export * from "./request-admin-list-organizations.js";
|
|
12
|
+
export * from "./request-auth-get-active-org.js";
|
|
12
13
|
export * from "./request-auth-get-current-user.js";
|
|
13
14
|
export * from "./request-compliance-library-get-framework-by-slug.js";
|
|
14
15
|
export * from "./request-compliance-library-get-policy-template-by-slug.js";
|
|
@@ -40,10 +41,10 @@ export * from "./request-integrations-github-mutations-disconnect.js";
|
|
|
40
41
|
export * from "./request-integrations-github-mutations-set-repository-scope.js";
|
|
41
42
|
export * from "./request-integrations-github-mutations-update-config.js";
|
|
42
43
|
export * from "./request-integrations-github-queries-get-for-org.js";
|
|
43
|
-
export * from "./request-integrations-google-workspace-connect-
|
|
44
|
+
export * from "./request-integrations-google-workspace-connect-complete-callback.js";
|
|
44
45
|
export * from "./request-integrations-google-workspace-connect-start-o-auth.js";
|
|
45
46
|
export * from "./request-integrations-google-workspace-queries-get-for-org.js";
|
|
46
|
-
export * from "./request-integrations-list-for-org.js";
|
|
47
|
+
export * from "./request-integrations-list-list-for-org.js";
|
|
47
48
|
export * from "./request-modules-api-keys-list-for-org.js";
|
|
48
49
|
export * from "./request-modules-code-security-autofix-create-fix-pull-request.js";
|
|
49
50
|
export * from "./request-modules-code-security-deep-security-audit-latest-for-repo.js";
|
|
@@ -166,6 +167,7 @@ export * from "./response-admin-get-org-by-id.js";
|
|
|
166
167
|
export * from "./response-admin-is-current-user-admin.js";
|
|
167
168
|
export * from "./response-admin-list-invoices-for-org.js";
|
|
168
169
|
export * from "./response-admin-list-organizations.js";
|
|
170
|
+
export * from "./response-auth-get-active-org.js";
|
|
169
171
|
export * from "./response-auth-get-current-user.js";
|
|
170
172
|
export * from "./response-compliance-library-get-framework-by-slug.js";
|
|
171
173
|
export * from "./response-compliance-library-get-policy-template-by-slug.js";
|
|
@@ -197,10 +199,10 @@ export * from "./response-integrations-github-mutations-disconnect.js";
|
|
|
197
199
|
export * from "./response-integrations-github-mutations-set-repository-scope.js";
|
|
198
200
|
export * from "./response-integrations-github-mutations-update-config.js";
|
|
199
201
|
export * from "./response-integrations-github-queries-get-for-org.js";
|
|
200
|
-
export * from "./response-integrations-google-workspace-connect-
|
|
202
|
+
export * from "./response-integrations-google-workspace-connect-complete-callback.js";
|
|
201
203
|
export * from "./response-integrations-google-workspace-connect-start-o-auth.js";
|
|
202
204
|
export * from "./response-integrations-google-workspace-queries-get-for-org.js";
|
|
203
|
-
export * from "./response-integrations-list-for-org.js";
|
|
205
|
+
export * from "./response-integrations-list-list-for-org.js";
|
|
204
206
|
export * from "./response-modules-api-keys-list-for-org.js";
|
|
205
207
|
export * from "./response-modules-code-security-autofix-create-fix-pull-request.js";
|
|
206
208
|
export * from "./response-modules-code-security-deep-security-audit-latest-for-repo.js";
|
package/esm/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,mCAAmC,CAAC;AAClD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uDAAuD,CAAC;AACtE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,+DAA+D,CAAC;AAC9E,cAAc,iDAAiD,CAAC;AAChE,cAAc,iEAAiE,CAAC;AAChF,cAAc,sEAAsE,CAAC;AACrF,cAAc,sDAAsD,CAAC;AACrE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,mDAAmD,CAAC;AAClE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qDAAqD,CAAC;AACpE,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC;AACtD,cAAc,oDAAoD,CAAC;AACnE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,kEAAkE,CAAC;AACjF,cAAc,4DAA4D,CAAC;AAC3E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,uEAAuE,CAAC;AACtF,cAAc,6DAA6D,CAAC;AAC5E,cAAc,uDAAuD,CAAC;AACtE,cAAc,+DAA+D,CAAC;AAC9E,cAAc,uDAAuD,CAAC;AACtE,cAAc,iEAAiE,CAAC;AAChF,cAAc,0DAA0D,CAAC;AACzE,cAAc,sDAAsD,CAAC;AACrE,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
export type RequestAuthGetActiveOrgArgs = {};
|
|
3
|
+
export type RequestAuthGetActiveOrg = {
|
|
4
|
+
args: RequestAuthGetActiveOrgArgs;
|
|
5
|
+
};
|
|
6
|
+
/** @internal */
|
|
7
|
+
export type RequestAuthGetActiveOrgArgs$Outbound = {};
|
|
8
|
+
/** @internal */
|
|
9
|
+
export declare const RequestAuthGetActiveOrgArgs$outboundSchema: z.ZodMiniType<RequestAuthGetActiveOrgArgs$Outbound, RequestAuthGetActiveOrgArgs>;
|
|
10
|
+
export declare function requestAuthGetActiveOrgArgsToJSON(requestAuthGetActiveOrgArgs: RequestAuthGetActiveOrgArgs): string;
|
|
11
|
+
/** @internal */
|
|
12
|
+
export type RequestAuthGetActiveOrg$Outbound = {
|
|
13
|
+
args: RequestAuthGetActiveOrgArgs$Outbound;
|
|
14
|
+
};
|
|
15
|
+
/** @internal */
|
|
16
|
+
export declare const RequestAuthGetActiveOrg$outboundSchema: z.ZodMiniType<RequestAuthGetActiveOrg$Outbound, RequestAuthGetActiveOrg>;
|
|
17
|
+
export declare function requestAuthGetActiveOrgToJSON(requestAuthGetActiveOrg: RequestAuthGetActiveOrg): string;
|
|
18
|
+
//# sourceMappingURL=request-auth-get-active-org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-auth-get-active-org.d.ts","sourceRoot":"","sources":["../../src/models/request-auth-get-active-org.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,MAAM,MAAM,2BAA2B,GAAG,EAAE,CAAC;AAE7C,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,2BAA2B,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAAG,EAAE,CAAC;AAEtD,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,WAAW,CACpE,oCAAoC,EACpC,2BAA2B,CACb,CAAC;AAEjB,wBAAgB,iCAAiC,CAC/C,2BAA2B,EAAE,2BAA2B,GACvD,MAAM,CAMR;AAED,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,IAAI,EAAE,oCAAoC,CAAC;CAC5C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,WAAW,CAChE,gCAAgC,EAChC,uBAAuB,CAGvB,CAAC;AAEH,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR"}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 RequestAuthGetActiveOrgArgs$outboundSchema = z.object({});
|
|
7
|
+
export function requestAuthGetActiveOrgArgsToJSON(requestAuthGetActiveOrgArgs) {
|
|
8
|
+
return JSON.stringify(RequestAuthGetActiveOrgArgs$outboundSchema.parse(requestAuthGetActiveOrgArgs));
|
|
9
|
+
}
|
|
10
|
+
/** @internal */
|
|
11
|
+
export const RequestAuthGetActiveOrg$outboundSchema = z.object({
|
|
12
|
+
args: z.lazy(() => RequestAuthGetActiveOrgArgs$outboundSchema),
|
|
13
|
+
});
|
|
14
|
+
export function requestAuthGetActiveOrgToJSON(requestAuthGetActiveOrg) {
|
|
15
|
+
return JSON.stringify(RequestAuthGetActiveOrg$outboundSchema.parse(requestAuthGetActiveOrg));
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=request-auth-get-active-org.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-auth-get-active-org.js","sourceRoot":"","sources":["../../src/models/request-auth-get-active-org.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAWjC,gBAAgB;AAChB,MAAM,CAAC,MAAM,0CAA0C,GAGnD,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEjB,MAAM,UAAU,iCAAiC,CAC/C,2BAAwD,EAChD;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,0CAA0C,CAAC,KAAK,CAC9C,2BAA2B,CAC5B,CACF,CAAC;AAAA,CACH;AAOD,gBAAgB;AAChB,MAAM,CAAC,MAAM,sCAAsC,GAG/C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,0CAA0C,CAAC;CAC/D,CAAC,CAAC;AAEH,MAAM,UAAU,6BAA6B,CAC3C,uBAAgD,EACxC;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,sCAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
export type RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs = {
|
|
3
|
+
code: string;
|
|
4
|
+
orgId: string;
|
|
5
|
+
redirectUri: string;
|
|
6
|
+
};
|
|
7
|
+
export type RequestIntegrationsGoogleWorkspaceConnectCompleteCallback = {
|
|
8
|
+
args: RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export type RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs$Outbound = {
|
|
12
|
+
code: string;
|
|
13
|
+
orgId: string;
|
|
14
|
+
redirectUri: string;
|
|
15
|
+
};
|
|
16
|
+
/** @internal */
|
|
17
|
+
export declare const RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs$outboundSchema: z.ZodMiniType<RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs$Outbound, RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs>;
|
|
18
|
+
export declare function requestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgsToJSON(requestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs: RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs): string;
|
|
19
|
+
/** @internal */
|
|
20
|
+
export type RequestIntegrationsGoogleWorkspaceConnectCompleteCallback$Outbound = {
|
|
21
|
+
args: RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs$Outbound;
|
|
22
|
+
};
|
|
23
|
+
/** @internal */
|
|
24
|
+
export declare const RequestIntegrationsGoogleWorkspaceConnectCompleteCallback$outboundSchema: z.ZodMiniType<RequestIntegrationsGoogleWorkspaceConnectCompleteCallback$Outbound, RequestIntegrationsGoogleWorkspaceConnectCompleteCallback>;
|
|
25
|
+
export declare function requestIntegrationsGoogleWorkspaceConnectCompleteCallbackToJSON(requestIntegrationsGoogleWorkspaceConnectCompleteCallback: RequestIntegrationsGoogleWorkspaceConnectCompleteCallback): string;
|
|
26
|
+
//# sourceMappingURL=request-integrations-google-workspace-connect-complete-callback.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-integrations-google-workspace-connect-complete-callback.d.ts","sourceRoot":"","sources":["../../src/models/request-integrations-google-workspace-connect-complete-callback.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,MAAM,MAAM,6DAA6D,GAAG;IAC1E,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,yDAAyD,GAAG;IACtE,IAAI,EAAE,6DAA6D,CAAC;CACrE,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,sEAAsE,GAChF;IACE,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,4EAA4E,EACvF,CAAC,CAAC,WAAW,CACX,sEAAsE,EACtE,6DAA6D,CAK7D,CAAC;AAEL,wBAAgB,mEAAmE,CACjF,6DAA6D,EAC3D,6DAA6D,GAC9D,MAAM,CAKR;AAED,gBAAgB;AAChB,MAAM,MAAM,kEAAkE,GAC5E;IACE,IAAI,EACF,sEAAsE,CAAC;CAC1E,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,wEAAwE,EACnF,CAAC,CAAC,WAAW,CACX,kEAAkE,EAClE,yDAAyD,CAKzD,CAAC;AAEL,wBAAgB,+DAA+D,CAC7E,yDAAyD,EACvD,yDAAyD,GAC1D,MAAM,CAKR"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs$outboundSchema = z.object({
|
|
7
|
+
code: z.string(),
|
|
8
|
+
orgId: z.string(),
|
|
9
|
+
redirectUri: z.string(),
|
|
10
|
+
});
|
|
11
|
+
export function requestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgsToJSON(requestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs) {
|
|
12
|
+
return JSON.stringify(RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs$outboundSchema
|
|
13
|
+
.parse(requestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs));
|
|
14
|
+
}
|
|
15
|
+
/** @internal */
|
|
16
|
+
export const RequestIntegrationsGoogleWorkspaceConnectCompleteCallback$outboundSchema = z.object({
|
|
17
|
+
args: z.lazy(() => RequestIntegrationsGoogleWorkspaceConnectCompleteCallbackArgs$outboundSchema),
|
|
18
|
+
});
|
|
19
|
+
export function requestIntegrationsGoogleWorkspaceConnectCompleteCallbackToJSON(requestIntegrationsGoogleWorkspaceConnectCompleteCallback) {
|
|
20
|
+
return JSON.stringify(RequestIntegrationsGoogleWorkspaceConnectCompleteCallback$outboundSchema
|
|
21
|
+
.parse(requestIntegrationsGoogleWorkspaceConnectCompleteCallback));
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=request-integrations-google-workspace-connect-complete-callback.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-integrations-google-workspace-connect-complete-callback.js","sourceRoot":"","sources":["../../src/models/request-integrations-google-workspace-connect-complete-callback.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAoBjC,gBAAgB;AAChB,MAAM,CAAC,MAAM,4EAA4E,GAInF,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAEL,MAAM,UAAU,mEAAmE,CACjF,6DAC+D,EACvD;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,4EAA4E;SACzE,KAAK,CAAC,6DAA6D,CAAC,CACxE,CAAC;AAAA,CACH;AASD,gBAAgB;AAChB,MAAM,CAAC,MAAM,wEAAwE,GAI/E,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAChB,4EAA4E,CAC7E;CACF,CAAC,CAAC;AAEL,MAAM,UAAU,+DAA+D,CAC7E,yDAC2D,EACnD;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,wEAAwE;SACrE,KAAK,CAAC,yDAAyD,CAAC,CACpE,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
export type RequestIntegrationsListListForOrgArgs = {
|
|
3
|
+
orgId: string;
|
|
4
|
+
};
|
|
5
|
+
export type RequestIntegrationsListListForOrg = {
|
|
6
|
+
args: RequestIntegrationsListListForOrgArgs;
|
|
7
|
+
};
|
|
8
|
+
/** @internal */
|
|
9
|
+
export type RequestIntegrationsListListForOrgArgs$Outbound = {
|
|
10
|
+
orgId: string;
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export declare const RequestIntegrationsListListForOrgArgs$outboundSchema: z.ZodMiniType<RequestIntegrationsListListForOrgArgs$Outbound, RequestIntegrationsListListForOrgArgs>;
|
|
14
|
+
export declare function requestIntegrationsListListForOrgArgsToJSON(requestIntegrationsListListForOrgArgs: RequestIntegrationsListListForOrgArgs): string;
|
|
15
|
+
/** @internal */
|
|
16
|
+
export type RequestIntegrationsListListForOrg$Outbound = {
|
|
17
|
+
args: RequestIntegrationsListListForOrgArgs$Outbound;
|
|
18
|
+
};
|
|
19
|
+
/** @internal */
|
|
20
|
+
export declare const RequestIntegrationsListListForOrg$outboundSchema: z.ZodMiniType<RequestIntegrationsListListForOrg$Outbound, RequestIntegrationsListListForOrg>;
|
|
21
|
+
export declare function requestIntegrationsListListForOrgToJSON(requestIntegrationsListListForOrg: RequestIntegrationsListListForOrg): string;
|
|
22
|
+
//# sourceMappingURL=request-integrations-list-list-for-org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-integrations-list-list-for-org.d.ts","sourceRoot":"","sources":["../../src/models/request-integrations-list-list-for-org.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,MAAM,MAAM,qCAAqC,GAAG;IAClD,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,IAAI,EAAE,qCAAqC,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GAAG;IAC3D,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAC/D,CAAC,CAAC,WAAW,CACX,8CAA8C,EAC9C,qCAAqC,CAGrC,CAAC;AAEL,wBAAgB,2CAA2C,CACzD,qCAAqC,EAAE,qCAAqC,GAC3E,MAAM,CAMR;AAED,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,IAAI,EAAE,8CAA8C,CAAC;CACtD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,WAAW,CAC1E,0CAA0C,EAC1C,iCAAiC,CAGjC,CAAC;AAEH,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 RequestIntegrationsListListForOrgArgs$outboundSchema = z.object({
|
|
7
|
+
orgId: z.string(),
|
|
8
|
+
});
|
|
9
|
+
export function requestIntegrationsListListForOrgArgsToJSON(requestIntegrationsListListForOrgArgs) {
|
|
10
|
+
return JSON.stringify(RequestIntegrationsListListForOrgArgs$outboundSchema.parse(requestIntegrationsListListForOrgArgs));
|
|
11
|
+
}
|
|
12
|
+
/** @internal */
|
|
13
|
+
export const RequestIntegrationsListListForOrg$outboundSchema = z.object({
|
|
14
|
+
args: z.lazy(() => RequestIntegrationsListListForOrgArgs$outboundSchema),
|
|
15
|
+
});
|
|
16
|
+
export function requestIntegrationsListListForOrgToJSON(requestIntegrationsListListForOrg) {
|
|
17
|
+
return JSON.stringify(RequestIntegrationsListListForOrg$outboundSchema.parse(requestIntegrationsListListForOrg));
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=request-integrations-list-list-for-org.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-integrations-list-list-for-org.js","sourceRoot":"","sources":["../../src/models/request-integrations-list-list-for-org.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAejC,gBAAgB;AAChB,MAAM,CAAC,MAAM,oDAAoD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEL,MAAM,UAAU,2CAA2C,CACzD,qCAA4E,EACpE;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,oDAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AAAA,CACH;AAOD,gBAAgB;AAChB,MAAM,CAAC,MAAM,gDAAgD,GAGzD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,oDAAoD,CAAC;CACzE,CAAC,CAAC;AAEH,MAAM,UAAU,uCAAuC,CACrD,iCAAoE,EAC5D;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,gDAAgD,CAAC,KAAK,CACpD,iCAAiC,CAClC,CACF,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import { OpenEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
5
|
+
export declare const ResponseAuthGetActiveOrgStatus: {
|
|
6
|
+
readonly Success: "success";
|
|
7
|
+
readonly Error: "error";
|
|
8
|
+
};
|
|
9
|
+
export type ResponseAuthGetActiveOrgStatus = OpenEnum<typeof ResponseAuthGetActiveOrgStatus>;
|
|
10
|
+
export type ResponseAuthGetActiveOrgErrorData = {};
|
|
11
|
+
export type ResponseAuthGetActiveOrg = {
|
|
12
|
+
status: ResponseAuthGetActiveOrgStatus;
|
|
13
|
+
errorMessage?: string | undefined;
|
|
14
|
+
errorData?: ResponseAuthGetActiveOrgErrorData | undefined;
|
|
15
|
+
value?: any | undefined;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const ResponseAuthGetActiveOrgStatus$inboundSchema: z.ZodMiniType<ResponseAuthGetActiveOrgStatus, unknown>;
|
|
19
|
+
/** @internal */
|
|
20
|
+
export declare const ResponseAuthGetActiveOrgErrorData$inboundSchema: z.ZodMiniType<ResponseAuthGetActiveOrgErrorData, unknown>;
|
|
21
|
+
export declare function responseAuthGetActiveOrgErrorDataFromJSON(jsonString: string): SafeParseResult<ResponseAuthGetActiveOrgErrorData, SDKValidationError>;
|
|
22
|
+
/** @internal */
|
|
23
|
+
export declare const ResponseAuthGetActiveOrg$inboundSchema: z.ZodMiniType<ResponseAuthGetActiveOrg, unknown>;
|
|
24
|
+
export declare function responseAuthGetActiveOrgFromJSON(jsonString: string): SafeParseResult<ResponseAuthGetActiveOrg, SDKValidationError>;
|
|
25
|
+
//# sourceMappingURL=response-auth-get-active-org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response-auth-get-active-org.d.ts","sourceRoot":"","sources":["../../src/models/response-auth-get-active-org.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE,eAAO,MAAM,8BAA8B;;;CAGjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,QAAQ,CACnD,OAAO,8BAA8B,CACtC,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG,EAAE,CAAC;AAEnD,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,8BAA8B,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,SAAS,CAAC,EAAE,iCAAiC,GAAG,SAAS,CAAC;IAC1D,KAAK,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,WAAW,CACtE,8BAA8B,EAC9B,OAAO,CACkD,CAAC;AAE5D,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,WAAW,CACzE,iCAAiC,EACjC,OAAO,CACO,CAAC;AAEjB,wBAAgB,yCAAyC,CACvD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iCAAiC,EAAE,kBAAkB,CAAC,CAMxE;AAED,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,WAAW,CAChE,wBAAwB,EACxB,OAAO,CAQP,CAAC;AAEH,wBAAgB,gCAAgC,CAC9C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,wBAAwB,EAAE,kBAAkB,CAAC,CAM/D"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { safeParse } from "../lib/schemas.js";
|
|
6
|
+
import * as openEnums from "../types/enums.js";
|
|
7
|
+
import * as types from "../types/primitives.js";
|
|
8
|
+
export const ResponseAuthGetActiveOrgStatus = {
|
|
9
|
+
Success: "success",
|
|
10
|
+
Error: "error",
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export const ResponseAuthGetActiveOrgStatus$inboundSchema = openEnums.inboundSchema(ResponseAuthGetActiveOrgStatus);
|
|
14
|
+
/** @internal */
|
|
15
|
+
export const ResponseAuthGetActiveOrgErrorData$inboundSchema = z.object({});
|
|
16
|
+
export function responseAuthGetActiveOrgErrorDataFromJSON(jsonString) {
|
|
17
|
+
return safeParse(jsonString, (x) => ResponseAuthGetActiveOrgErrorData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseAuthGetActiveOrgErrorData' from JSON`);
|
|
18
|
+
}
|
|
19
|
+
/** @internal */
|
|
20
|
+
export const ResponseAuthGetActiveOrg$inboundSchema = z.object({
|
|
21
|
+
status: ResponseAuthGetActiveOrgStatus$inboundSchema,
|
|
22
|
+
errorMessage: types.optional(types.string()),
|
|
23
|
+
errorData: types.optional(z.lazy(() => ResponseAuthGetActiveOrgErrorData$inboundSchema)),
|
|
24
|
+
value: types.optional(z.any()),
|
|
25
|
+
});
|
|
26
|
+
export function responseAuthGetActiveOrgFromJSON(jsonString) {
|
|
27
|
+
return safeParse(jsonString, (x) => ResponseAuthGetActiveOrg$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseAuthGetActiveOrg' from JSON`);
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=response-auth-get-active-org.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response-auth-get-active-org.js","sourceRoot":"","sources":["../../src/models/response-auth-get-active-org.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAGhD,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACN,CAAC;AAcX,gBAAgB;AAChB,MAAM,CAAC,MAAM,4CAA4C,GAGrD,SAAS,CAAC,aAAa,CAAC,8BAA8B,CAAC,CAAC;AAE5D,gBAAgB;AAChB,MAAM,CAAC,MAAM,+CAA+C,GAGxD,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEjB,MAAM,UAAU,yCAAyC,CACvD,UAAkB,EACsD;IACxE,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+CAA+C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3E,+DAA+D,CAChE,CAAC;AAAA,CACH;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,sCAAsC,GAG/C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,4CAA4C;IACpD,YAAY,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IAC5C,SAAS,EAAE,KAAK,CAAC,QAAQ,CACvB,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,+CAA+C,CAAC,CAC9D;IACD,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;CAC/B,CAAC,CAAC;AAEH,MAAM,UAAU,gCAAgC,CAC9C,UAAkB,EAC6C;IAC/D,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sCAAsC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAClE,sDAAsD,CACvD,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import { OpenEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
5
|
+
export declare const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus: {
|
|
6
|
+
readonly Success: "success";
|
|
7
|
+
readonly Error: "error";
|
|
8
|
+
};
|
|
9
|
+
export type ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus = OpenEnum<typeof ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus>;
|
|
10
|
+
export type ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData = {};
|
|
11
|
+
export type ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback = {
|
|
12
|
+
status: ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus;
|
|
13
|
+
errorMessage?: string | undefined;
|
|
14
|
+
errorData?: ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData | undefined;
|
|
15
|
+
value?: any | undefined;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus$inboundSchema: z.ZodMiniType<ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus, unknown>;
|
|
19
|
+
/** @internal */
|
|
20
|
+
export declare const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData$inboundSchema: z.ZodMiniType<ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData, unknown>;
|
|
21
|
+
export declare function responseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorDataFromJSON(jsonString: string): SafeParseResult<ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData, SDKValidationError>;
|
|
22
|
+
/** @internal */
|
|
23
|
+
export declare const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback$inboundSchema: z.ZodMiniType<ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback, unknown>;
|
|
24
|
+
export declare function responseIntegrationsGoogleWorkspaceConnectCompleteCallbackFromJSON(jsonString: string): SafeParseResult<ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback, SDKValidationError>;
|
|
25
|
+
//# sourceMappingURL=response-integrations-google-workspace-connect-complete-callback.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response-integrations-google-workspace-connect-complete-callback.d.ts","sourceRoot":"","sources":["../../src/models/response-integrations-google-workspace-connect-complete-callback.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE,eAAO,MAAM,gEAAgE;;;CAIjE,CAAC;AACb,MAAM,MAAM,gEAAgE,GAC1E,QAAQ,CACN,OAAO,gEAAgE,CACxE,CAAC;AAEJ,MAAM,MAAM,mEAAmE,GAC7E,EAAE,CAAC;AAEL,MAAM,MAAM,0DAA0D,GAAG;IACvE,MAAM,EAAE,gEAAgE,CAAC;IACzE,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,SAAS,CAAC,EACN,mEAAmE,GACnE,SAAS,CAAC;IACd,KAAK,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8EAA8E,EACzF,CAAC,CAAC,WAAW,CACX,gEAAgE,EAChE,OAAO,CAGR,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,iFAAiF,EAC5F,CAAC,CAAC,WAAW,CACX,mEAAmE,EACnE,OAAO,CACO,CAAC;AAEnB,wBAAgB,2EAA2E,CACzF,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,mEAAmE,EACnE,kBAAkB,CACnB,CAQA;AAED,gBAAgB;AAChB,eAAO,MAAM,wEAAwE,EACnF,CAAC,CAAC,WAAW,CACX,0DAA0D,EAC1D,OAAO,CAWP,CAAC;AAEL,wBAAgB,kEAAkE,CAChF,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,0DAA0D,EAC1D,kBAAkB,CACnB,CAQA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { safeParse } from "../lib/schemas.js";
|
|
6
|
+
import * as openEnums from "../types/enums.js";
|
|
7
|
+
import * as types from "../types/primitives.js";
|
|
8
|
+
export const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus = {
|
|
9
|
+
Success: "success",
|
|
10
|
+
Error: "error",
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus$inboundSchema = openEnums.inboundSchema(ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus);
|
|
14
|
+
/** @internal */
|
|
15
|
+
export const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData$inboundSchema = z.object({});
|
|
16
|
+
export function responseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorDataFromJSON(jsonString) {
|
|
17
|
+
return safeParse(jsonString, (x) => ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData$inboundSchema
|
|
18
|
+
.parse(JSON.parse(x)), `Failed to parse 'ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData' from JSON`);
|
|
19
|
+
}
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback$inboundSchema = z.object({
|
|
22
|
+
status: ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackStatus$inboundSchema,
|
|
23
|
+
errorMessage: types.optional(types.string()),
|
|
24
|
+
errorData: types.optional(z.lazy(() => ResponseIntegrationsGoogleWorkspaceConnectCompleteCallbackErrorData$inboundSchema)),
|
|
25
|
+
value: types.optional(z.any()),
|
|
26
|
+
});
|
|
27
|
+
export function responseIntegrationsGoogleWorkspaceConnectCompleteCallbackFromJSON(jsonString) {
|
|
28
|
+
return safeParse(jsonString, (x) => ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback$inboundSchema
|
|
29
|
+
.parse(JSON.parse(x)), `Failed to parse 'ResponseIntegrationsGoogleWorkspaceConnectCompleteCallback' from JSON`);
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=response-integrations-google-workspace-connect-complete-callback.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response-integrations-google-workspace-connect-complete-callback.js","sourceRoot":"","sources":["../../src/models/response-integrations-google-workspace-connect-complete-callback.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAGhD,MAAM,CAAC,MAAM,gEAAgE,GAC3E;IACE,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACN,CAAC;AAkBb,gBAAgB;AAChB,MAAM,CAAC,MAAM,8EAA8E,GAIrF,SAAS,CAAC,aAAa,CACzB,gEAAgE,CACjE,CAAC;AAEJ,gBAAgB;AAChB,MAAM,CAAC,MAAM,iFAAiF,GAIxF,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEnB,MAAM,UAAU,2EAA2E,CACzF,UAAkB,EAIlB;IACA,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,iFAAiF;SAC9E,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzB,iGAAiG,CAClG,CAAC;AAAA,CACH;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,wEAAwE,GAI/E,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EACJ,8EAA8E;IAChF,YAAY,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IAC5C,SAAS,EAAE,KAAK,CAAC,QAAQ,CACvB,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CACV,iFAAiF,CAClF,CACF;IACD,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;CAC/B,CAAC,CAAC;AAEL,MAAM,UAAU,kEAAkE,CAChF,UAAkB,EAIlB;IACA,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,wEAAwE;SACrE,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzB,wFAAwF,CACzF,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import { OpenEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
5
|
+
export declare const ResponseIntegrationsListListForOrgStatus: {
|
|
6
|
+
readonly Success: "success";
|
|
7
|
+
readonly Error: "error";
|
|
8
|
+
};
|
|
9
|
+
export type ResponseIntegrationsListListForOrgStatus = OpenEnum<typeof ResponseIntegrationsListListForOrgStatus>;
|
|
10
|
+
export type ResponseIntegrationsListListForOrgErrorData = {};
|
|
11
|
+
export type ResponseIntegrationsListListForOrg = {
|
|
12
|
+
status: ResponseIntegrationsListListForOrgStatus;
|
|
13
|
+
errorMessage?: string | undefined;
|
|
14
|
+
errorData?: ResponseIntegrationsListListForOrgErrorData | undefined;
|
|
15
|
+
value?: any | undefined;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const ResponseIntegrationsListListForOrgStatus$inboundSchema: z.ZodMiniType<ResponseIntegrationsListListForOrgStatus, unknown>;
|
|
19
|
+
/** @internal */
|
|
20
|
+
export declare const ResponseIntegrationsListListForOrgErrorData$inboundSchema: z.ZodMiniType<ResponseIntegrationsListListForOrgErrorData, unknown>;
|
|
21
|
+
export declare function responseIntegrationsListListForOrgErrorDataFromJSON(jsonString: string): SafeParseResult<ResponseIntegrationsListListForOrgErrorData, SDKValidationError>;
|
|
22
|
+
/** @internal */
|
|
23
|
+
export declare const ResponseIntegrationsListListForOrg$inboundSchema: z.ZodMiniType<ResponseIntegrationsListListForOrg, unknown>;
|
|
24
|
+
export declare function responseIntegrationsListListForOrgFromJSON(jsonString: string): SafeParseResult<ResponseIntegrationsListListForOrg, SDKValidationError>;
|
|
25
|
+
//# sourceMappingURL=response-integrations-list-list-for-org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response-integrations-list-list-for-org.d.ts","sourceRoot":"","sources":["../../src/models/response-integrations-list-list-for-org.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,QAAQ,CAC7D,OAAO,wCAAwC,CAChD,CAAC;AAEF,MAAM,MAAM,2CAA2C,GAAG,EAAE,CAAC;AAE7D,MAAM,MAAM,kCAAkC,GAAG;IAC/C,MAAM,EAAE,wCAAwC,CAAC;IACjD,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,SAAS,CAAC,EAAE,2CAA2C,GAAG,SAAS,CAAC;IACpE,KAAK,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EACjE,CAAC,CAAC,WAAW,CAAC,wCAAwC,EAAE,OAAO,CACL,CAAC;AAE7D,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,WAAW,CAAC,2CAA2C,EAAE,OAAO,CACrD,CAAC;AAEhB,wBAAgB,mDAAmD,CACjE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,2CAA2C,EAC3C,kBAAkB,CACnB,CASA;AAED,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,WAAW,CAC1E,kCAAkC,EAClC,OAAO,CAQP,CAAC;AAEH,wBAAgB,0CAA0C,CACxD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kCAAkC,EAAE,kBAAkB,CAAC,CAOzE"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { safeParse } from "../lib/schemas.js";
|
|
6
|
+
import * as openEnums from "../types/enums.js";
|
|
7
|
+
import * as types from "../types/primitives.js";
|
|
8
|
+
export const ResponseIntegrationsListListForOrgStatus = {
|
|
9
|
+
Success: "success",
|
|
10
|
+
Error: "error",
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export const ResponseIntegrationsListListForOrgStatus$inboundSchema = openEnums
|
|
14
|
+
.inboundSchema(ResponseIntegrationsListListForOrgStatus);
|
|
15
|
+
/** @internal */
|
|
16
|
+
export const ResponseIntegrationsListListForOrgErrorData$inboundSchema = z
|
|
17
|
+
.object({});
|
|
18
|
+
export function responseIntegrationsListListForOrgErrorDataFromJSON(jsonString) {
|
|
19
|
+
return safeParse(jsonString, (x) => ResponseIntegrationsListListForOrgErrorData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseIntegrationsListListForOrgErrorData' from JSON`);
|
|
20
|
+
}
|
|
21
|
+
/** @internal */
|
|
22
|
+
export const ResponseIntegrationsListListForOrg$inboundSchema = z.object({
|
|
23
|
+
status: ResponseIntegrationsListListForOrgStatus$inboundSchema,
|
|
24
|
+
errorMessage: types.optional(types.string()),
|
|
25
|
+
errorData: types.optional(z.lazy(() => ResponseIntegrationsListListForOrgErrorData$inboundSchema)),
|
|
26
|
+
value: types.optional(z.any()),
|
|
27
|
+
});
|
|
28
|
+
export function responseIntegrationsListListForOrgFromJSON(jsonString) {
|
|
29
|
+
return safeParse(jsonString, (x) => ResponseIntegrationsListListForOrg$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseIntegrationsListListForOrg' from JSON`);
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=response-integrations-list-list-for-org.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response-integrations-list-list-for-org.js","sourceRoot":"","sources":["../../src/models/response-integrations-list-list-for-org.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAGhD,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACtD,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACN,CAAC;AAcX,gBAAgB;AAChB,MAAM,CAAC,MAAM,sDAAsD,GACE,SAAS;KACzE,aAAa,CAAC,wCAAwC,CAAC,CAAC;AAE7D,gBAAgB;AAChB,MAAM,CAAC,MAAM,yDAAyD,GACE,CAAC;KACpE,MAAM,CAAC,EAAE,CAAC,CAAC;AAEhB,MAAM,UAAU,mDAAmD,CACjE,UAAkB,EAIlB;IACA,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,yDAAyD,CAAC,KAAK,CAC7D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,yEAAyE,CAC1E,CAAC;AAAA,CACH;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,gDAAgD,GAGzD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,sDAAsD;IAC9D,YAAY,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IAC5C,SAAS,EAAE,KAAK,CAAC,QAAQ,CACvB,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,yDAAyD,CAAC,CACxE;IACD,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;CAC/B,CAAC,CAAC;AAEH,MAAM,UAAU,0CAA0C,CACxD,UAAkB,EACuD;IACzE,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,gDAAgD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,gEAAgE,CACjE,CAAC;AAAA,CACH"}
|
package/esm/sdk/auth.d.ts
CHANGED
|
@@ -5,5 +5,9 @@ export declare class Auth extends ClientSDK {
|
|
|
5
5
|
* Calls a query at the path auth.js:getCurrentUser
|
|
6
6
|
*/
|
|
7
7
|
getCurrentUser(request: models.RequestAuthGetCurrentUser, options?: RequestOptions): Promise<models.ResponseAuthGetCurrentUser>;
|
|
8
|
+
/**
|
|
9
|
+
* Calls a query at the path auth.js:getActiveOrg
|
|
10
|
+
*/
|
|
11
|
+
getActiveOrg(request: models.RequestAuthGetActiveOrg, options?: RequestOptions): Promise<models.ResponseAuthGetActiveOrg>;
|
|
8
12
|
}
|
|
9
13
|
//# sourceMappingURL=auth.d.ts.map
|
package/esm/sdk/auth.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/sdk/auth.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/sdk/auth.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAG7C,qBAAa,IAAK,SAAQ,SAAS;IACjC;;OAEG;IACG,cAAc,CAClB,OAAO,EAAE,MAAM,CAAC,yBAAyB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAM5C;IAED;;OAEG;IACG,YAAY,CAChB,OAAO,EAAE,MAAM,CAAC,uBAAuB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAM1C;CACF"}
|
package/esm/sdk/auth.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
|
+
import { authGetActiveOrg } from "../funcs/auth-get-active-org.js";
|
|
4
5
|
import { authGetCurrentUser } from "../funcs/auth-get-current-user.js";
|
|
5
6
|
import { ClientSDK } from "../lib/sdks.js";
|
|
6
7
|
import { unwrapAsync } from "../types/fp.js";
|
|
@@ -11,5 +12,11 @@ export class Auth extends ClientSDK {
|
|
|
11
12
|
async getCurrentUser(request, options) {
|
|
12
13
|
return unwrapAsync(authGetCurrentUser(this, request, options));
|
|
13
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* Calls a query at the path auth.js:getActiveOrg
|
|
17
|
+
*/
|
|
18
|
+
async getActiveOrg(request, options) {
|
|
19
|
+
return unwrapAsync(authGetActiveOrg(this, request, options));
|
|
20
|
+
}
|
|
14
21
|
}
|
|
15
22
|
//# sourceMappingURL=auth.js.map
|
package/esm/sdk/auth.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.js","sourceRoot":"","sources":["../../src/sdk/auth.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,IAAK,SAAQ,SAAS;IACjC;;OAEG;IACH,KAAK,CAAC,cAAc,CAClB,OAAyC,EACzC,OAAwB,EACoB;QAC5C,OAAO,WAAW,CAAC,kBAAkB,CACnC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
|
|
1
|
+
{"version":3,"file":"auth.js","sourceRoot":"","sources":["../../src/sdk/auth.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,IAAK,SAAQ,SAAS;IACjC;;OAEG;IACH,KAAK,CAAC,cAAc,CAClB,OAAyC,EACzC,OAAwB,EACoB;QAC5C,OAAO,WAAW,CAAC,kBAAkB,CACnC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;OAEG;IACH,KAAK,CAAC,YAAY,CAChB,OAAuC,EACvC,OAAwB,EACkB;QAC1C,OAAO,WAAW,CAAC,gBAAgB,CACjC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
|
|
@@ -9,20 +9,20 @@ import { ReviewRules } from "./review-rules.js";
|
|
|
9
9
|
import { Reviewer } from "./reviewer.js";
|
|
10
10
|
import { Scan } from "./scan.js";
|
|
11
11
|
export declare class CodeSecurity extends ClientSDK {
|
|
12
|
-
private
|
|
13
|
-
get
|
|
12
|
+
private _autofix?;
|
|
13
|
+
get autofix(): Autofix;
|
|
14
14
|
private _findings?;
|
|
15
15
|
get findings(): Findings;
|
|
16
16
|
private _metrics?;
|
|
17
17
|
get metrics(): CodeSecurityMetrics;
|
|
18
|
-
private
|
|
19
|
-
get
|
|
20
|
-
private _autofix?;
|
|
21
|
-
get autofix(): Autofix;
|
|
22
|
-
private _reviewer?;
|
|
23
|
-
get reviewer(): Reviewer;
|
|
18
|
+
private _repositories?;
|
|
19
|
+
get repositories(): Repositories;
|
|
24
20
|
private _reviewRules?;
|
|
25
21
|
get reviewRules(): ReviewRules;
|
|
22
|
+
private _reviewer?;
|
|
23
|
+
get reviewer(): Reviewer;
|
|
24
|
+
private _scan?;
|
|
25
|
+
get scan(): Scan;
|
|
26
26
|
private _depScanner?;
|
|
27
27
|
get depScanner(): DepScanner;
|
|
28
28
|
private _deepSecurityAudit?;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-security.d.ts","sourceRoot":"","sources":["../../src/sdk/code-security.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,qBAAa,YAAa,SAAQ,SAAS;IACzC,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"code-security.d.ts","sourceRoot":"","sources":["../../src/sdk/code-security.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,qBAAa,YAAa,SAAQ,SAAS;IACzC,OAAO,CAAC,QAAQ,CAAC,CAAU;IAC3B,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,OAAO,CAAC,SAAS,CAAC,CAAW;IAC7B,IAAI,QAAQ,IAAI,QAAQ,CAEvB;IAED,OAAO,CAAC,QAAQ,CAAC,CAAsB;IACvC,IAAI,OAAO,IAAI,mBAAmB,CAEjC;IAED,OAAO,CAAC,aAAa,CAAC,CAAe;IACrC,IAAI,YAAY,IAAI,YAAY,CAE/B;IAED,OAAO,CAAC,YAAY,CAAC,CAAc;IACnC,IAAI,WAAW,IAAI,WAAW,CAE7B;IAED,OAAO,CAAC,SAAS,CAAC,CAAW;IAC7B,IAAI,QAAQ,IAAI,QAAQ,CAEvB;IAED,OAAO,CAAC,KAAK,CAAC,CAAO;IACrB,IAAI,IAAI,IAAI,IAAI,CAEf;IAED,OAAO,CAAC,WAAW,CAAC,CAAa;IACjC,IAAI,UAAU,IAAI,UAAU,CAE3B;IAED,OAAO,CAAC,kBAAkB,CAAC,CAAoB;IAC/C,IAAI,iBAAiB,IAAI,iBAAiB,CAEzC;CACF"}
|
package/esm/sdk/code-security.js
CHANGED
|
@@ -12,9 +12,9 @@ import { ReviewRules } from "./review-rules.js";
|
|
|
12
12
|
import { Reviewer } from "./reviewer.js";
|
|
13
13
|
import { Scan } from "./scan.js";
|
|
14
14
|
export class CodeSecurity extends ClientSDK {
|
|
15
|
-
|
|
16
|
-
get
|
|
17
|
-
return (this.
|
|
15
|
+
_autofix;
|
|
16
|
+
get autofix() {
|
|
17
|
+
return (this._autofix ?? (this._autofix = new Autofix(this._options)));
|
|
18
18
|
}
|
|
19
19
|
_findings;
|
|
20
20
|
get findings() {
|
|
@@ -24,21 +24,21 @@ export class CodeSecurity extends ClientSDK {
|
|
|
24
24
|
get metrics() {
|
|
25
25
|
return (this._metrics ?? (this._metrics = new CodeSecurityMetrics(this._options)));
|
|
26
26
|
}
|
|
27
|
-
|
|
28
|
-
get
|
|
29
|
-
return (this.
|
|
27
|
+
_repositories;
|
|
28
|
+
get repositories() {
|
|
29
|
+
return (this._repositories ?? (this._repositories = new Repositories(this._options)));
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
get
|
|
33
|
-
return (this.
|
|
31
|
+
_reviewRules;
|
|
32
|
+
get reviewRules() {
|
|
33
|
+
return (this._reviewRules ?? (this._reviewRules = new ReviewRules(this._options)));
|
|
34
34
|
}
|
|
35
35
|
_reviewer;
|
|
36
36
|
get reviewer() {
|
|
37
37
|
return (this._reviewer ?? (this._reviewer = new Reviewer(this._options)));
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
get
|
|
41
|
-
return (this.
|
|
39
|
+
_scan;
|
|
40
|
+
get scan() {
|
|
41
|
+
return (this._scan ?? (this._scan = new Scan(this._options)));
|
|
42
42
|
}
|
|
43
43
|
_depScanner;
|
|
44
44
|
get depScanner() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-security.js","sourceRoot":"","sources":["../../src/sdk/code-security.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,MAAM,OAAO,YAAa,SAAQ,SAAS;IACjC,
|
|
1
|
+
{"version":3,"file":"code-security.js","sourceRoot":"","sources":["../../src/sdk/code-security.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,MAAM,OAAO,YAAa,SAAQ,SAAS;IACjC,QAAQ,CAAW;IAC3B,IAAI,OAAO,GAAY;QACrB,OAAO,CAAC,IAAI,CAAC,QAAQ,KAAb,IAAI,CAAC,QAAQ,GAAK,IAAI,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACvD;IAEO,SAAS,CAAY;IAC7B,IAAI,QAAQ,GAAa;QACvB,OAAO,CAAC,IAAI,CAAC,SAAS,KAAd,IAAI,CAAC,SAAS,GAAK,IAAI,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACzD;IAEO,QAAQ,CAAuB;IACvC,IAAI,OAAO,GAAwB;QACjC,OAAO,CAAC,IAAI,CAAC,QAAQ,KAAb,IAAI,CAAC,QAAQ,GAAK,IAAI,mBAAmB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACnE;IAEO,aAAa,CAAgB;IACrC,IAAI,YAAY,GAAiB;QAC/B,OAAO,CAAC,IAAI,CAAC,aAAa,KAAlB,IAAI,CAAC,aAAa,GAAK,IAAI,YAAY,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACjE;IAEO,YAAY,CAAe;IACnC,IAAI,WAAW,GAAgB;QAC7B,OAAO,CAAC,IAAI,CAAC,YAAY,KAAjB,IAAI,CAAC,YAAY,GAAK,IAAI,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CAC/D;IAEO,SAAS,CAAY;IAC7B,IAAI,QAAQ,GAAa;QACvB,OAAO,CAAC,IAAI,CAAC,SAAS,KAAd,IAAI,CAAC,SAAS,GAAK,IAAI,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACzD;IAEO,KAAK,CAAQ;IACrB,IAAI,IAAI,GAAS;QACf,OAAO,CAAC,IAAI,CAAC,KAAK,KAAV,IAAI,CAAC,KAAK,GAAK,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACjD;IAEO,WAAW,CAAc;IACjC,IAAI,UAAU,GAAe;QAC3B,OAAO,CAAC,IAAI,CAAC,WAAW,KAAhB,IAAI,CAAC,WAAW,GAAK,IAAI,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CAC7D;IAEO,kBAAkB,CAAqB;IAC/C,IAAI,iBAAiB,GAAsB;QACzC,OAAO,CAAC,IAAI,CAAC,kBAAkB,KAAvB,IAAI,CAAC,kBAAkB,GAAK,IAAI,iBAAiB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CAC3E;CACF"}
|
package/esm/sdk/compliance.d.ts
CHANGED
|
@@ -5,9 +5,9 @@ import { OrgFrameworks } from "./org-frameworks.js";
|
|
|
5
5
|
export declare class Compliance extends ClientSDK {
|
|
6
6
|
private _library?;
|
|
7
7
|
get library(): Library;
|
|
8
|
-
private _orgFrameworks?;
|
|
9
|
-
get orgFrameworks(): OrgFrameworks;
|
|
10
8
|
private _orgControls?;
|
|
11
9
|
get orgControls(): OrgControls;
|
|
10
|
+
private _orgFrameworks?;
|
|
11
|
+
get orgFrameworks(): OrgFrameworks;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=compliance.d.ts.map
|