@unified-api/typescript-sdk 2.6.1 → 2.6.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/README.md +593 -572
- package/funcs/groupCreateScimGroups.d.ts +13 -0
- package/funcs/groupCreateScimGroups.d.ts.map +1 -0
- package/funcs/groupCreateScimGroups.js +94 -0
- package/funcs/groupCreateScimGroups.js.map +1 -0
- package/funcs/groupListScimGroups.d.ts +13 -0
- package/funcs/groupListScimGroups.d.ts.map +1 -0
- package/funcs/groupListScimGroups.js +102 -0
- package/funcs/groupListScimGroups.js.map +1 -0
- package/funcs/groupPatchScimGroups.d.ts +13 -0
- package/funcs/groupPatchScimGroups.d.ts.map +1 -0
- package/funcs/groupPatchScimGroups.js +98 -0
- package/funcs/groupPatchScimGroups.js.map +1 -0
- package/funcs/groupRemoveScimGroups.d.ts +12 -0
- package/funcs/groupRemoveScimGroups.d.ts.map +1 -0
- package/funcs/groupRemoveScimGroups.js +97 -0
- package/funcs/groupRemoveScimGroups.js.map +1 -0
- package/funcs/groupUpdateScimGroups.d.ts +13 -0
- package/funcs/groupUpdateScimGroups.d.ts.map +1 -0
- package/funcs/groupUpdateScimGroups.js +98 -0
- package/funcs/groupUpdateScimGroups.js.map +1 -0
- package/funcs/scimCreateScimGroups.d.ts +13 -0
- package/funcs/scimCreateScimGroups.d.ts.map +1 -0
- package/funcs/scimCreateScimGroups.js +94 -0
- package/funcs/scimCreateScimGroups.js.map +1 -0
- package/funcs/scimCreateScimUsers.d.ts +13 -0
- package/funcs/scimCreateScimUsers.d.ts.map +1 -0
- package/funcs/scimCreateScimUsers.js +102 -0
- package/funcs/scimCreateScimUsers.js.map +1 -0
- package/funcs/scimGetScimUsers.d.ts +13 -0
- package/funcs/scimGetScimUsers.d.ts.map +1 -0
- package/funcs/scimGetScimUsers.js +97 -0
- package/funcs/scimGetScimUsers.js.map +1 -0
- package/funcs/scimListScimGroups.d.ts +13 -0
- package/funcs/scimListScimGroups.d.ts.map +1 -0
- package/funcs/scimListScimGroups.js +102 -0
- package/funcs/scimListScimGroups.js.map +1 -0
- package/funcs/scimListScimUsers.d.ts +13 -0
- package/funcs/scimListScimUsers.d.ts.map +1 -0
- package/funcs/scimListScimUsers.js +102 -0
- package/funcs/scimListScimUsers.js.map +1 -0
- package/funcs/scimPatchScimGroups.d.ts +13 -0
- package/funcs/scimPatchScimGroups.d.ts.map +1 -0
- package/funcs/scimPatchScimGroups.js +98 -0
- package/funcs/scimPatchScimGroups.js.map +1 -0
- package/funcs/scimPatchScimUsers.d.ts +13 -0
- package/funcs/scimPatchScimUsers.d.ts.map +1 -0
- package/funcs/scimPatchScimUsers.js +98 -0
- package/funcs/scimPatchScimUsers.js.map +1 -0
- package/funcs/scimRemoveScimGroups.d.ts +12 -0
- package/funcs/scimRemoveScimGroups.d.ts.map +1 -0
- package/funcs/scimRemoveScimGroups.js +97 -0
- package/funcs/scimRemoveScimGroups.js.map +1 -0
- package/funcs/scimRemoveScimUsers.d.ts +12 -0
- package/funcs/scimRemoveScimUsers.d.ts.map +1 -0
- package/funcs/scimRemoveScimUsers.js +97 -0
- package/funcs/scimRemoveScimUsers.js.map +1 -0
- package/funcs/scimUpdateScimGroups.d.ts +13 -0
- package/funcs/scimUpdateScimGroups.d.ts.map +1 -0
- package/funcs/scimUpdateScimGroups.js +98 -0
- package/funcs/scimUpdateScimGroups.js.map +1 -0
- package/funcs/scimUpdateScimUsers.d.ts +13 -0
- package/funcs/scimUpdateScimUsers.d.ts.map +1 -0
- package/funcs/scimUpdateScimUsers.js +98 -0
- package/funcs/scimUpdateScimUsers.js.map +1 -0
- package/funcs/userCreateScimUsers.d.ts +13 -0
- package/funcs/userCreateScimUsers.d.ts.map +1 -0
- package/funcs/userCreateScimUsers.js +102 -0
- package/funcs/userCreateScimUsers.js.map +1 -0
- package/funcs/userGetScimUsers.d.ts +13 -0
- package/funcs/userGetScimUsers.d.ts.map +1 -0
- package/funcs/userGetScimUsers.js +97 -0
- package/funcs/userGetScimUsers.js.map +1 -0
- package/funcs/userListScimUsers.d.ts +13 -0
- package/funcs/userListScimUsers.d.ts.map +1 -0
- package/funcs/userListScimUsers.js +102 -0
- package/funcs/userListScimUsers.js.map +1 -0
- package/funcs/userPatchScimUsers.d.ts +13 -0
- package/funcs/userPatchScimUsers.d.ts.map +1 -0
- package/funcs/userPatchScimUsers.js +98 -0
- package/funcs/userPatchScimUsers.js.map +1 -0
- package/funcs/userRemoveScimUsers.d.ts +12 -0
- package/funcs/userRemoveScimUsers.d.ts.map +1 -0
- package/funcs/userRemoveScimUsers.js +97 -0
- package/funcs/userRemoveScimUsers.js.map +1 -0
- package/funcs/userUpdateScimUsers.d.ts +13 -0
- package/funcs/userUpdateScimUsers.d.ts.map +1 -0
- package/funcs/userUpdateScimUsers.js +98 -0
- package/funcs/userUpdateScimUsers.js.map +1 -0
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/package.json +1 -1
- package/sdk/group.d.ts +20 -0
- package/sdk/group.d.ts.map +1 -1
- package/sdk/group.js +35 -0
- package/sdk/group.js.map +1 -1
- package/sdk/models/operations/createscimgroups.d.ts +31 -0
- package/sdk/models/operations/createscimgroups.d.ts.map +1 -0
- package/sdk/models/operations/createscimgroups.js +64 -0
- package/sdk/models/operations/createscimgroups.js.map +1 -0
- package/sdk/models/operations/createscimusers.d.ts +41 -0
- package/sdk/models/operations/createscimusers.d.ts.map +1 -0
- package/sdk/models/operations/createscimusers.js +74 -0
- package/sdk/models/operations/createscimusers.js.map +1 -0
- package/sdk/models/operations/getscimusers.d.ts +33 -0
- package/sdk/models/operations/getscimusers.d.ts.map +1 -0
- package/sdk/models/operations/getscimusers.js +61 -0
- package/sdk/models/operations/getscimusers.js.map +1 -0
- package/sdk/models/operations/getunifiedintegrationauth.d.ts +12 -0
- package/sdk/models/operations/getunifiedintegrationauth.d.ts.map +1 -1
- package/sdk/models/operations/getunifiedintegrationauth.js +4 -0
- package/sdk/models/operations/getunifiedintegrationauth.js.map +1 -1
- package/sdk/models/operations/index.d.ts +11 -0
- package/sdk/models/operations/index.d.ts.map +1 -1
- package/sdk/models/operations/index.js +11 -0
- package/sdk/models/operations/index.js.map +1 -1
- package/sdk/models/operations/listscimgroups.d.ts +38 -0
- package/sdk/models/operations/listscimgroups.d.ts.map +1 -0
- package/sdk/models/operations/listscimgroups.js +69 -0
- package/sdk/models/operations/listscimgroups.js.map +1 -0
- package/sdk/models/operations/listscimusers.d.ts +38 -0
- package/sdk/models/operations/listscimusers.d.ts.map +1 -0
- package/sdk/models/operations/listscimusers.js +69 -0
- package/sdk/models/operations/listscimusers.js.map +1 -0
- package/sdk/models/operations/listunifiedconnections.d.ts +3 -0
- package/sdk/models/operations/listunifiedconnections.d.ts.map +1 -1
- package/sdk/models/operations/listunifiedconnections.js +1 -0
- package/sdk/models/operations/listunifiedconnections.js.map +1 -1
- package/sdk/models/operations/listunifiedintegrations.d.ts +3 -0
- package/sdk/models/operations/listunifiedintegrations.d.ts.map +1 -1
- package/sdk/models/operations/listunifiedintegrations.js +1 -0
- package/sdk/models/operations/listunifiedintegrations.js.map +1 -1
- package/sdk/models/operations/listunifiedintegrationworkspaces.d.ts +3 -0
- package/sdk/models/operations/listunifiedintegrationworkspaces.d.ts.map +1 -1
- package/sdk/models/operations/listunifiedintegrationworkspaces.js +1 -0
- package/sdk/models/operations/listunifiedintegrationworkspaces.js.map +1 -1
- package/sdk/models/operations/patchscimgroups.d.ts +36 -0
- package/sdk/models/operations/patchscimgroups.d.ts.map +1 -0
- package/sdk/models/operations/patchscimgroups.js +66 -0
- package/sdk/models/operations/patchscimgroups.js.map +1 -0
- package/sdk/models/operations/patchscimusers.d.ts +36 -0
- package/sdk/models/operations/patchscimusers.d.ts.map +1 -0
- package/sdk/models/operations/patchscimusers.js +66 -0
- package/sdk/models/operations/patchscimusers.js.map +1 -0
- package/sdk/models/operations/removescimgroups.d.ts +33 -0
- package/sdk/models/operations/removescimgroups.d.ts.map +1 -0
- package/sdk/models/operations/removescimgroups.js +61 -0
- package/sdk/models/operations/removescimgroups.js.map +1 -0
- package/sdk/models/operations/removescimusers.d.ts +33 -0
- package/sdk/models/operations/removescimusers.d.ts.map +1 -0
- package/sdk/models/operations/removescimusers.js +61 -0
- package/sdk/models/operations/removescimusers.js.map +1 -0
- package/sdk/models/operations/updatescimgroups.d.ts +36 -0
- package/sdk/models/operations/updatescimgroups.d.ts.map +1 -0
- package/sdk/models/operations/updatescimgroups.js +66 -0
- package/sdk/models/operations/updatescimgroups.js.map +1 -0
- package/sdk/models/operations/updatescimusers.d.ts +36 -0
- package/sdk/models/operations/updatescimusers.d.ts.map +1 -0
- package/sdk/models/operations/updatescimusers.js +66 -0
- package/sdk/models/operations/updatescimusers.js.map +1 -0
- package/sdk/models/shared/accountingtransaction.d.ts +3 -0
- package/sdk/models/shared/accountingtransaction.d.ts.map +1 -1
- package/sdk/models/shared/accountingtransaction.js +3 -0
- package/sdk/models/shared/accountingtransaction.js.map +1 -1
- package/sdk/models/shared/accountingtransactioncontact.d.ts +21 -0
- package/sdk/models/shared/accountingtransactioncontact.d.ts.map +1 -0
- package/sdk/models/shared/accountingtransactioncontact.js +46 -0
- package/sdk/models/shared/accountingtransactioncontact.js.map +1 -0
- package/sdk/models/shared/commercecollection.d.ts +2 -2
- package/sdk/models/shared/commercecollection.d.ts.map +1 -1
- package/sdk/models/shared/commercecollection.js +2 -2
- package/sdk/models/shared/commercecollection.js.map +1 -1
- package/sdk/models/shared/commerceitemoption.d.ts +2 -2
- package/sdk/models/shared/commerceitemoption.d.ts.map +1 -1
- package/sdk/models/shared/commerceitemoption.js +2 -2
- package/sdk/models/shared/commerceitemoption.js.map +1 -1
- package/sdk/models/shared/connection.d.ts +3 -6
- package/sdk/models/shared/connection.d.ts.map +1 -1
- package/sdk/models/shared/connection.js +3 -2
- package/sdk/models/shared/connection.js.map +1 -1
- package/sdk/models/shared/group.d.ts +40 -0
- package/sdk/models/shared/group.d.ts.map +1 -0
- package/sdk/models/shared/group.js +66 -0
- package/sdk/models/shared/group.js.map +1 -0
- package/sdk/models/shared/index.d.ts +13 -0
- package/sdk/models/shared/index.d.ts.map +1 -1
- package/sdk/models/shared/index.js +13 -0
- package/sdk/models/shared/index.js.map +1 -1
- package/sdk/models/shared/kmspage.d.ts +2 -2
- package/sdk/models/shared/kmspage.d.ts.map +1 -1
- package/sdk/models/shared/kmspage.js +2 -2
- package/sdk/models/shared/kmspage.js.map +1 -1
- package/sdk/models/shared/kmsspace.d.ts +2 -2
- package/sdk/models/shared/kmsspace.d.ts.map +1 -1
- package/sdk/models/shared/kmsspace.js +2 -2
- package/sdk/models/shared/kmsspace.js.map +1 -1
- package/sdk/models/shared/propertyconnectioncategories.d.ts +3 -0
- package/sdk/models/shared/propertyconnectioncategories.d.ts.map +1 -1
- package/sdk/models/shared/propertyconnectioncategories.js +1 -0
- package/sdk/models/shared/propertyconnectioncategories.js.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.d.ts +12 -0
- package/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.js +4 -0
- package/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/sdk/models/shared/propertygroupmeta.d.ts +59 -0
- package/sdk/models/shared/propertygroupmeta.d.ts.map +1 -0
- package/sdk/models/shared/propertygroupmeta.js +77 -0
- package/sdk/models/shared/propertygroupmeta.js.map +1 -0
- package/sdk/models/shared/propertygroupschemas.d.ts +25 -0
- package/sdk/models/shared/propertygroupschemas.d.ts.map +1 -0
- package/sdk/models/shared/propertygroupschemas.js +49 -0
- package/sdk/models/shared/propertygroupschemas.js.map +1 -0
- package/sdk/models/shared/propertyintegrationcategories.d.ts +3 -0
- package/sdk/models/shared/propertyintegrationcategories.d.ts.map +1 -1
- package/sdk/models/shared/propertyintegrationcategories.js +1 -0
- package/sdk/models/shared/propertyintegrationcategories.js.map +1 -1
- package/sdk/models/shared/propertypropertyuserurnietfparamsscimschemasextensionenterprise20usermanager.d.ts +59 -0
- package/sdk/models/shared/propertypropertyuserurnietfparamsscimschemasextensionenterprise20usermanager.d.ts.map +1 -0
- package/sdk/models/shared/propertypropertyuserurnietfparamsscimschemasextensionenterprise20usermanager.js +88 -0
- package/sdk/models/shared/propertypropertyuserurnietfparamsscimschemasextensionenterprise20usermanager.js.map +1 -0
- package/sdk/models/shared/propertyusermeta.d.ts +59 -0
- package/sdk/models/shared/propertyusermeta.d.ts.map +1 -0
- package/sdk/models/shared/propertyusermeta.js +77 -0
- package/sdk/models/shared/propertyusermeta.js.map +1 -0
- package/sdk/models/shared/propertyusername.d.ts +35 -0
- package/sdk/models/shared/propertyusername.d.ts.map +1 -0
- package/sdk/models/shared/propertyusername.js +60 -0
- package/sdk/models/shared/propertyusername.js.map +1 -0
- package/sdk/models/shared/propertyuserschemas.d.ts +34 -0
- package/sdk/models/shared/propertyuserschemas.d.ts.map +1 -0
- package/sdk/models/shared/propertyuserschemas.js +52 -0
- package/sdk/models/shared/propertyuserschemas.js.map +1 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionenterprise20user.d.ts +99 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionenterprise20user.d.ts.map +1 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionenterprise20user.js +120 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionenterprise20user.js.map +1 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionlatticeattributes10user.d.ts +152 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionlatticeattributes10user.d.ts.map +1 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionlatticeattributes10user.js +158 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionlatticeattributes10user.js.map +1 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionpeakon20user.d.ts +57 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionpeakon20user.d.ts.map +1 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionpeakon20user.js +92 -0
- package/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionpeakon20user.js.map +1 -0
- package/sdk/models/shared/undefined.d.ts +84 -0
- package/sdk/models/shared/undefined.d.ts.map +1 -0
- package/sdk/models/shared/undefined.js +106 -0
- package/sdk/models/shared/undefined.js.map +1 -0
- package/sdk/models/shared/user.d.ts +86 -0
- package/sdk/models/shared/user.d.ts.map +1 -0
- package/sdk/models/shared/user.js +131 -0
- package/sdk/models/shared/user.js.map +1 -0
- package/sdk/models/shared/webhook.d.ts +6 -0
- package/sdk/models/shared/webhook.d.ts.map +1 -1
- package/sdk/models/shared/webhook.js +2 -0
- package/sdk/models/shared/webhook.js.map +1 -1
- package/sdk/scim.d.ts +50 -0
- package/sdk/scim.d.ts.map +1 -0
- package/sdk/scim.js +89 -0
- package/sdk/scim.js.map +1 -0
- package/sdk/sdk.d.ts +6 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +10 -0
- package/sdk/sdk.js.map +1 -1
- package/sdk/user.d.ts +30 -0
- package/sdk/user.d.ts.map +1 -0
- package/sdk/user.js +54 -0
- package/sdk/user.js.map +1 -0
- package/src/funcs/groupCreateScimGroups.ts +120 -0
- package/src/funcs/groupListScimGroups.ts +129 -0
- package/src/funcs/groupPatchScimGroups.ts +124 -0
- package/src/funcs/groupRemoveScimGroups.ts +123 -0
- package/src/funcs/groupUpdateScimGroups.ts +124 -0
- package/src/funcs/scimCreateScimGroups.ts +120 -0
- package/src/funcs/scimCreateScimUsers.ts +129 -0
- package/src/funcs/scimGetScimUsers.ts +123 -0
- package/src/funcs/scimListScimGroups.ts +129 -0
- package/src/funcs/scimListScimUsers.ts +129 -0
- package/src/funcs/scimPatchScimGroups.ts +124 -0
- package/src/funcs/scimPatchScimUsers.ts +124 -0
- package/src/funcs/scimRemoveScimGroups.ts +123 -0
- package/src/funcs/scimRemoveScimUsers.ts +123 -0
- package/src/funcs/scimUpdateScimGroups.ts +124 -0
- package/src/funcs/scimUpdateScimUsers.ts +124 -0
- package/src/funcs/userCreateScimUsers.ts +129 -0
- package/src/funcs/userGetScimUsers.ts +123 -0
- package/src/funcs/userListScimUsers.ts +129 -0
- package/src/funcs/userPatchScimUsers.ts +124 -0
- package/src/funcs/userRemoveScimUsers.ts +123 -0
- package/src/funcs/userUpdateScimUsers.ts +124 -0
- package/src/lib/config.ts +3 -3
- package/src/sdk/group.ts +75 -0
- package/src/sdk/models/operations/createscimgroups.ts +64 -0
- package/src/sdk/models/operations/createscimusers.ts +84 -0
- package/src/sdk/models/operations/getscimusers.ts +64 -0
- package/src/sdk/models/operations/getunifiedintegrationauth.ts +4 -0
- package/src/sdk/models/operations/index.ts +11 -0
- package/src/sdk/models/operations/listscimgroups.ts +77 -0
- package/src/sdk/models/operations/listscimusers.ts +77 -0
- package/src/sdk/models/operations/listunifiedconnections.ts +1 -0
- package/src/sdk/models/operations/listunifiedintegrations.ts +1 -0
- package/src/sdk/models/operations/listunifiedintegrationworkspaces.ts +1 -0
- package/src/sdk/models/operations/patchscimgroups.ts +71 -0
- package/src/sdk/models/operations/patchscimusers.ts +71 -0
- package/src/sdk/models/operations/removescimgroups.ts +64 -0
- package/src/sdk/models/operations/removescimusers.ts +64 -0
- package/src/sdk/models/operations/updatescimgroups.ts +71 -0
- package/src/sdk/models/operations/updatescimusers.ts +71 -0
- package/src/sdk/models/shared/accountingtransaction.ts +10 -0
- package/src/sdk/models/shared/accountingtransactioncontact.ts +37 -0
- package/src/sdk/models/shared/commercecollection.ts +4 -4
- package/src/sdk/models/shared/commerceitemoption.ts +4 -4
- package/src/sdk/models/shared/connection.ts +10 -4
- package/src/sdk/models/shared/group.ts +83 -0
- package/src/sdk/models/shared/index.ts +13 -0
- package/src/sdk/models/shared/kmspage.ts +4 -4
- package/src/sdk/models/shared/kmsspace.ts +4 -4
- package/src/sdk/models/shared/propertyconnectioncategories.ts +1 -0
- package/src/sdk/models/shared/propertyconnectionpermissions.ts +4 -0
- package/src/sdk/models/shared/propertygroupmeta.ts +87 -0
- package/src/sdk/models/shared/propertygroupschemas.ts +33 -0
- package/src/sdk/models/shared/propertyintegrationcategories.ts +1 -0
- package/src/sdk/models/shared/propertypropertyuserurnietfparamsscimschemasextensionenterprise20usermanager.ts +122 -0
- package/src/sdk/models/shared/propertyusermeta.ts +91 -0
- package/src/sdk/models/shared/propertyusername.ts +65 -0
- package/src/sdk/models/shared/propertyuserschemas.ts +39 -0
- package/src/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionenterprise20user.ts +192 -0
- package/src/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionlatticeattributes10user.ts +215 -0
- package/src/sdk/models/shared/propertyuserurnietfparamsscimschemasextensionpeakon20user.ts +124 -0
- package/src/sdk/models/shared/undefined.ts +123 -0
- package/src/sdk/models/shared/user.ts +231 -0
- package/src/sdk/models/shared/webhook.ts +2 -0
- package/src/sdk/scim.ts +175 -0
- package/src/sdk/sdk.ts +12 -0
- package/src/sdk/user.ts +100 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
import * as shared from "../shared/index.js";
|
|
8
|
+
|
|
9
|
+
export type PatchScimUsersRequest = {
|
|
10
|
+
user?: shared.User | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* ID of the connection
|
|
13
|
+
*/
|
|
14
|
+
connectionId: string;
|
|
15
|
+
/**
|
|
16
|
+
* ID of the User
|
|
17
|
+
*/
|
|
18
|
+
id: string;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
/** @internal */
|
|
22
|
+
export const PatchScimUsersRequest$inboundSchema: z.ZodType<
|
|
23
|
+
PatchScimUsersRequest,
|
|
24
|
+
z.ZodTypeDef,
|
|
25
|
+
unknown
|
|
26
|
+
> = z.object({
|
|
27
|
+
User: shared.User$inboundSchema.optional(),
|
|
28
|
+
connection_id: z.string(),
|
|
29
|
+
id: z.string(),
|
|
30
|
+
}).transform((v) => {
|
|
31
|
+
return remap$(v, {
|
|
32
|
+
"User": "user",
|
|
33
|
+
"connection_id": "connectionId",
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export type PatchScimUsersRequest$Outbound = {
|
|
39
|
+
User?: shared.User$Outbound | undefined;
|
|
40
|
+
connection_id: string;
|
|
41
|
+
id: string;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
/** @internal */
|
|
45
|
+
export const PatchScimUsersRequest$outboundSchema: z.ZodType<
|
|
46
|
+
PatchScimUsersRequest$Outbound,
|
|
47
|
+
z.ZodTypeDef,
|
|
48
|
+
PatchScimUsersRequest
|
|
49
|
+
> = z.object({
|
|
50
|
+
user: shared.User$outboundSchema.optional(),
|
|
51
|
+
connectionId: z.string(),
|
|
52
|
+
id: z.string(),
|
|
53
|
+
}).transform((v) => {
|
|
54
|
+
return remap$(v, {
|
|
55
|
+
user: "User",
|
|
56
|
+
connectionId: "connection_id",
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
63
|
+
*/
|
|
64
|
+
export namespace PatchScimUsersRequest$ {
|
|
65
|
+
/** @deprecated use `PatchScimUsersRequest$inboundSchema` instead. */
|
|
66
|
+
export const inboundSchema = PatchScimUsersRequest$inboundSchema;
|
|
67
|
+
/** @deprecated use `PatchScimUsersRequest$outboundSchema` instead. */
|
|
68
|
+
export const outboundSchema = PatchScimUsersRequest$outboundSchema;
|
|
69
|
+
/** @deprecated use `PatchScimUsersRequest$Outbound` instead. */
|
|
70
|
+
export type Outbound = PatchScimUsersRequest$Outbound;
|
|
71
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
|
|
8
|
+
export type RemoveScimGroupsRequest = {
|
|
9
|
+
/**
|
|
10
|
+
* ID of the connection
|
|
11
|
+
*/
|
|
12
|
+
connectionId: string;
|
|
13
|
+
/**
|
|
14
|
+
* ID of the Group
|
|
15
|
+
*/
|
|
16
|
+
id: string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
/** @internal */
|
|
20
|
+
export const RemoveScimGroupsRequest$inboundSchema: z.ZodType<
|
|
21
|
+
RemoveScimGroupsRequest,
|
|
22
|
+
z.ZodTypeDef,
|
|
23
|
+
unknown
|
|
24
|
+
> = z.object({
|
|
25
|
+
connection_id: z.string(),
|
|
26
|
+
id: z.string(),
|
|
27
|
+
}).transform((v) => {
|
|
28
|
+
return remap$(v, {
|
|
29
|
+
"connection_id": "connectionId",
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
/** @internal */
|
|
34
|
+
export type RemoveScimGroupsRequest$Outbound = {
|
|
35
|
+
connection_id: string;
|
|
36
|
+
id: string;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
/** @internal */
|
|
40
|
+
export const RemoveScimGroupsRequest$outboundSchema: z.ZodType<
|
|
41
|
+
RemoveScimGroupsRequest$Outbound,
|
|
42
|
+
z.ZodTypeDef,
|
|
43
|
+
RemoveScimGroupsRequest
|
|
44
|
+
> = z.object({
|
|
45
|
+
connectionId: z.string(),
|
|
46
|
+
id: z.string(),
|
|
47
|
+
}).transform((v) => {
|
|
48
|
+
return remap$(v, {
|
|
49
|
+
connectionId: "connection_id",
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
56
|
+
*/
|
|
57
|
+
export namespace RemoveScimGroupsRequest$ {
|
|
58
|
+
/** @deprecated use `RemoveScimGroupsRequest$inboundSchema` instead. */
|
|
59
|
+
export const inboundSchema = RemoveScimGroupsRequest$inboundSchema;
|
|
60
|
+
/** @deprecated use `RemoveScimGroupsRequest$outboundSchema` instead. */
|
|
61
|
+
export const outboundSchema = RemoveScimGroupsRequest$outboundSchema;
|
|
62
|
+
/** @deprecated use `RemoveScimGroupsRequest$Outbound` instead. */
|
|
63
|
+
export type Outbound = RemoveScimGroupsRequest$Outbound;
|
|
64
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
|
|
8
|
+
export type RemoveScimUsersRequest = {
|
|
9
|
+
/**
|
|
10
|
+
* ID of the connection
|
|
11
|
+
*/
|
|
12
|
+
connectionId: string;
|
|
13
|
+
/**
|
|
14
|
+
* ID of the User
|
|
15
|
+
*/
|
|
16
|
+
id: string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
/** @internal */
|
|
20
|
+
export const RemoveScimUsersRequest$inboundSchema: z.ZodType<
|
|
21
|
+
RemoveScimUsersRequest,
|
|
22
|
+
z.ZodTypeDef,
|
|
23
|
+
unknown
|
|
24
|
+
> = z.object({
|
|
25
|
+
connection_id: z.string(),
|
|
26
|
+
id: z.string(),
|
|
27
|
+
}).transform((v) => {
|
|
28
|
+
return remap$(v, {
|
|
29
|
+
"connection_id": "connectionId",
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
/** @internal */
|
|
34
|
+
export type RemoveScimUsersRequest$Outbound = {
|
|
35
|
+
connection_id: string;
|
|
36
|
+
id: string;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
/** @internal */
|
|
40
|
+
export const RemoveScimUsersRequest$outboundSchema: z.ZodType<
|
|
41
|
+
RemoveScimUsersRequest$Outbound,
|
|
42
|
+
z.ZodTypeDef,
|
|
43
|
+
RemoveScimUsersRequest
|
|
44
|
+
> = z.object({
|
|
45
|
+
connectionId: z.string(),
|
|
46
|
+
id: z.string(),
|
|
47
|
+
}).transform((v) => {
|
|
48
|
+
return remap$(v, {
|
|
49
|
+
connectionId: "connection_id",
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
56
|
+
*/
|
|
57
|
+
export namespace RemoveScimUsersRequest$ {
|
|
58
|
+
/** @deprecated use `RemoveScimUsersRequest$inboundSchema` instead. */
|
|
59
|
+
export const inboundSchema = RemoveScimUsersRequest$inboundSchema;
|
|
60
|
+
/** @deprecated use `RemoveScimUsersRequest$outboundSchema` instead. */
|
|
61
|
+
export const outboundSchema = RemoveScimUsersRequest$outboundSchema;
|
|
62
|
+
/** @deprecated use `RemoveScimUsersRequest$Outbound` instead. */
|
|
63
|
+
export type Outbound = RemoveScimUsersRequest$Outbound;
|
|
64
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
import * as shared from "../shared/index.js";
|
|
8
|
+
|
|
9
|
+
export type UpdateScimGroupsRequest = {
|
|
10
|
+
group?: shared.Group | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* ID of the connection
|
|
13
|
+
*/
|
|
14
|
+
connectionId: string;
|
|
15
|
+
/**
|
|
16
|
+
* ID of the Group
|
|
17
|
+
*/
|
|
18
|
+
id: string;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
/** @internal */
|
|
22
|
+
export const UpdateScimGroupsRequest$inboundSchema: z.ZodType<
|
|
23
|
+
UpdateScimGroupsRequest,
|
|
24
|
+
z.ZodTypeDef,
|
|
25
|
+
unknown
|
|
26
|
+
> = z.object({
|
|
27
|
+
Group: shared.Group$inboundSchema.optional(),
|
|
28
|
+
connection_id: z.string(),
|
|
29
|
+
id: z.string(),
|
|
30
|
+
}).transform((v) => {
|
|
31
|
+
return remap$(v, {
|
|
32
|
+
"Group": "group",
|
|
33
|
+
"connection_id": "connectionId",
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export type UpdateScimGroupsRequest$Outbound = {
|
|
39
|
+
Group?: shared.Group$Outbound | undefined;
|
|
40
|
+
connection_id: string;
|
|
41
|
+
id: string;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
/** @internal */
|
|
45
|
+
export const UpdateScimGroupsRequest$outboundSchema: z.ZodType<
|
|
46
|
+
UpdateScimGroupsRequest$Outbound,
|
|
47
|
+
z.ZodTypeDef,
|
|
48
|
+
UpdateScimGroupsRequest
|
|
49
|
+
> = z.object({
|
|
50
|
+
group: shared.Group$outboundSchema.optional(),
|
|
51
|
+
connectionId: z.string(),
|
|
52
|
+
id: z.string(),
|
|
53
|
+
}).transform((v) => {
|
|
54
|
+
return remap$(v, {
|
|
55
|
+
group: "Group",
|
|
56
|
+
connectionId: "connection_id",
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
63
|
+
*/
|
|
64
|
+
export namespace UpdateScimGroupsRequest$ {
|
|
65
|
+
/** @deprecated use `UpdateScimGroupsRequest$inboundSchema` instead. */
|
|
66
|
+
export const inboundSchema = UpdateScimGroupsRequest$inboundSchema;
|
|
67
|
+
/** @deprecated use `UpdateScimGroupsRequest$outboundSchema` instead. */
|
|
68
|
+
export const outboundSchema = UpdateScimGroupsRequest$outboundSchema;
|
|
69
|
+
/** @deprecated use `UpdateScimGroupsRequest$Outbound` instead. */
|
|
70
|
+
export type Outbound = UpdateScimGroupsRequest$Outbound;
|
|
71
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
import * as shared from "../shared/index.js";
|
|
8
|
+
|
|
9
|
+
export type UpdateScimUsersRequest = {
|
|
10
|
+
user?: shared.User | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* ID of the connection
|
|
13
|
+
*/
|
|
14
|
+
connectionId: string;
|
|
15
|
+
/**
|
|
16
|
+
* ID of the User
|
|
17
|
+
*/
|
|
18
|
+
id: string;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
/** @internal */
|
|
22
|
+
export const UpdateScimUsersRequest$inboundSchema: z.ZodType<
|
|
23
|
+
UpdateScimUsersRequest,
|
|
24
|
+
z.ZodTypeDef,
|
|
25
|
+
unknown
|
|
26
|
+
> = z.object({
|
|
27
|
+
User: shared.User$inboundSchema.optional(),
|
|
28
|
+
connection_id: z.string(),
|
|
29
|
+
id: z.string(),
|
|
30
|
+
}).transform((v) => {
|
|
31
|
+
return remap$(v, {
|
|
32
|
+
"User": "user",
|
|
33
|
+
"connection_id": "connectionId",
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export type UpdateScimUsersRequest$Outbound = {
|
|
39
|
+
User?: shared.User$Outbound | undefined;
|
|
40
|
+
connection_id: string;
|
|
41
|
+
id: string;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
/** @internal */
|
|
45
|
+
export const UpdateScimUsersRequest$outboundSchema: z.ZodType<
|
|
46
|
+
UpdateScimUsersRequest$Outbound,
|
|
47
|
+
z.ZodTypeDef,
|
|
48
|
+
UpdateScimUsersRequest
|
|
49
|
+
> = z.object({
|
|
50
|
+
user: shared.User$outboundSchema.optional(),
|
|
51
|
+
connectionId: z.string(),
|
|
52
|
+
id: z.string(),
|
|
53
|
+
}).transform((v) => {
|
|
54
|
+
return remap$(v, {
|
|
55
|
+
user: "User",
|
|
56
|
+
connectionId: "connection_id",
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
63
|
+
*/
|
|
64
|
+
export namespace UpdateScimUsersRequest$ {
|
|
65
|
+
/** @deprecated use `UpdateScimUsersRequest$inboundSchema` instead. */
|
|
66
|
+
export const inboundSchema = UpdateScimUsersRequest$inboundSchema;
|
|
67
|
+
/** @deprecated use `UpdateScimUsersRequest$outboundSchema` instead. */
|
|
68
|
+
export const outboundSchema = UpdateScimUsersRequest$outboundSchema;
|
|
69
|
+
/** @deprecated use `UpdateScimUsersRequest$Outbound` instead. */
|
|
70
|
+
export type Outbound = UpdateScimUsersRequest$Outbound;
|
|
71
|
+
}
|
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
import {
|
|
8
|
+
AccountingTransactionContact,
|
|
9
|
+
AccountingTransactionContact$inboundSchema,
|
|
10
|
+
AccountingTransactionContact$Outbound,
|
|
11
|
+
AccountingTransactionContact$outboundSchema,
|
|
12
|
+
} from "./accountingtransactioncontact.js";
|
|
7
13
|
import {
|
|
8
14
|
AccountingTransactionLineItem,
|
|
9
15
|
AccountingTransactionLineItem$inboundSchema,
|
|
@@ -14,6 +20,7 @@ import {
|
|
|
14
20
|
export type AccountingTransaction = {
|
|
15
21
|
accountId?: string | undefined;
|
|
16
22
|
contactId?: string | undefined;
|
|
23
|
+
contacts?: Array<AccountingTransactionContact> | undefined;
|
|
17
24
|
createdAt?: Date | undefined;
|
|
18
25
|
currency?: string | undefined;
|
|
19
26
|
customerMessage?: string | undefined;
|
|
@@ -40,6 +47,7 @@ export const AccountingTransaction$inboundSchema: z.ZodType<
|
|
|
40
47
|
> = z.object({
|
|
41
48
|
account_id: z.string().optional(),
|
|
42
49
|
contact_id: z.string().optional(),
|
|
50
|
+
contacts: z.array(AccountingTransactionContact$inboundSchema).optional(),
|
|
43
51
|
created_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
44
52
|
.optional(),
|
|
45
53
|
currency: z.string().optional(),
|
|
@@ -78,6 +86,7 @@ export const AccountingTransaction$inboundSchema: z.ZodType<
|
|
|
78
86
|
export type AccountingTransaction$Outbound = {
|
|
79
87
|
account_id?: string | undefined;
|
|
80
88
|
contact_id?: string | undefined;
|
|
89
|
+
contacts?: Array<AccountingTransactionContact$Outbound> | undefined;
|
|
81
90
|
created_at?: string | undefined;
|
|
82
91
|
currency?: string | undefined;
|
|
83
92
|
customer_message?: string | undefined;
|
|
@@ -104,6 +113,7 @@ export const AccountingTransaction$outboundSchema: z.ZodType<
|
|
|
104
113
|
> = z.object({
|
|
105
114
|
accountId: z.string().optional(),
|
|
106
115
|
contactId: z.string().optional(),
|
|
116
|
+
contacts: z.array(AccountingTransactionContact$outboundSchema).optional(),
|
|
107
117
|
createdAt: z.date().transform(v => v.toISOString()).optional(),
|
|
108
118
|
currency: z.string().optional(),
|
|
109
119
|
customerMessage: z.string().optional(),
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
|
|
7
|
+
export type AccountingTransactionContact = {};
|
|
8
|
+
|
|
9
|
+
/** @internal */
|
|
10
|
+
export const AccountingTransactionContact$inboundSchema: z.ZodType<
|
|
11
|
+
AccountingTransactionContact,
|
|
12
|
+
z.ZodTypeDef,
|
|
13
|
+
unknown
|
|
14
|
+
> = z.object({});
|
|
15
|
+
|
|
16
|
+
/** @internal */
|
|
17
|
+
export type AccountingTransactionContact$Outbound = {};
|
|
18
|
+
|
|
19
|
+
/** @internal */
|
|
20
|
+
export const AccountingTransactionContact$outboundSchema: z.ZodType<
|
|
21
|
+
AccountingTransactionContact$Outbound,
|
|
22
|
+
z.ZodTypeDef,
|
|
23
|
+
AccountingTransactionContact
|
|
24
|
+
> = z.object({});
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* @internal
|
|
28
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
29
|
+
*/
|
|
30
|
+
export namespace AccountingTransactionContact$ {
|
|
31
|
+
/** @deprecated use `AccountingTransactionContact$inboundSchema` instead. */
|
|
32
|
+
export const inboundSchema = AccountingTransactionContact$inboundSchema;
|
|
33
|
+
/** @deprecated use `AccountingTransactionContact$outboundSchema` instead. */
|
|
34
|
+
export const outboundSchema = AccountingTransactionContact$outboundSchema;
|
|
35
|
+
/** @deprecated use `AccountingTransactionContact$Outbound` instead. */
|
|
36
|
+
export type Outbound = AccountingTransactionContact$Outbound;
|
|
37
|
+
}
|
|
@@ -31,7 +31,7 @@ export type CommerceCollectionType = ClosedEnum<typeof CommerceCollectionType>;
|
|
|
31
31
|
export type CommerceCollection = {
|
|
32
32
|
createdAt?: Date | undefined;
|
|
33
33
|
description?: string | undefined;
|
|
34
|
-
id
|
|
34
|
+
id?: string | undefined;
|
|
35
35
|
isActive?: boolean | undefined;
|
|
36
36
|
isFeatured?: boolean | undefined;
|
|
37
37
|
isVisible?: boolean | undefined;
|
|
@@ -77,7 +77,7 @@ export const CommerceCollection$inboundSchema: z.ZodType<
|
|
|
77
77
|
created_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
78
78
|
.optional(),
|
|
79
79
|
description: z.string().optional(),
|
|
80
|
-
id: z.string(),
|
|
80
|
+
id: z.string().optional(),
|
|
81
81
|
is_active: z.boolean().optional(),
|
|
82
82
|
is_featured: z.boolean().optional(),
|
|
83
83
|
is_visible: z.boolean().optional(),
|
|
@@ -109,7 +109,7 @@ export const CommerceCollection$inboundSchema: z.ZodType<
|
|
|
109
109
|
export type CommerceCollection$Outbound = {
|
|
110
110
|
created_at?: string | undefined;
|
|
111
111
|
description?: string | undefined;
|
|
112
|
-
id
|
|
112
|
+
id?: string | undefined;
|
|
113
113
|
is_active?: boolean | undefined;
|
|
114
114
|
is_featured?: boolean | undefined;
|
|
115
115
|
is_visible?: boolean | undefined;
|
|
@@ -133,7 +133,7 @@ export const CommerceCollection$outboundSchema: z.ZodType<
|
|
|
133
133
|
> = z.object({
|
|
134
134
|
createdAt: z.date().transform(v => v.toISOString()).optional(),
|
|
135
135
|
description: z.string().optional(),
|
|
136
|
-
id: z.string(),
|
|
136
|
+
id: z.string().optional(),
|
|
137
137
|
isActive: z.boolean().optional(),
|
|
138
138
|
isFeatured: z.boolean().optional(),
|
|
139
139
|
isVisible: z.boolean().optional(),
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
|
|
7
7
|
export type CommerceItemOption = {
|
|
8
|
-
id
|
|
8
|
+
id?: string | undefined;
|
|
9
9
|
name: string;
|
|
10
10
|
position?: number | undefined;
|
|
11
11
|
values: Array<string>;
|
|
@@ -17,7 +17,7 @@ export const CommerceItemOption$inboundSchema: z.ZodType<
|
|
|
17
17
|
z.ZodTypeDef,
|
|
18
18
|
unknown
|
|
19
19
|
> = z.object({
|
|
20
|
-
id: z.string(),
|
|
20
|
+
id: z.string().optional(),
|
|
21
21
|
name: z.string(),
|
|
22
22
|
position: z.number().optional(),
|
|
23
23
|
values: z.array(z.string()),
|
|
@@ -25,7 +25,7 @@ export const CommerceItemOption$inboundSchema: z.ZodType<
|
|
|
25
25
|
|
|
26
26
|
/** @internal */
|
|
27
27
|
export type CommerceItemOption$Outbound = {
|
|
28
|
-
id
|
|
28
|
+
id?: string | undefined;
|
|
29
29
|
name: string;
|
|
30
30
|
position?: number | undefined;
|
|
31
31
|
values: Array<string>;
|
|
@@ -37,7 +37,7 @@ export const CommerceItemOption$outboundSchema: z.ZodType<
|
|
|
37
37
|
z.ZodTypeDef,
|
|
38
38
|
CommerceItemOption
|
|
39
39
|
> = z.object({
|
|
40
|
-
id: z.string(),
|
|
40
|
+
id: z.string().optional(),
|
|
41
41
|
name: z.string(),
|
|
42
42
|
position: z.number().optional(),
|
|
43
43
|
values: z.array(z.string()),
|
|
@@ -20,6 +20,12 @@ import {
|
|
|
20
20
|
PropertyConnectionPermissions$inboundSchema,
|
|
21
21
|
PropertyConnectionPermissions$outboundSchema,
|
|
22
22
|
} from "./propertyconnectionpermissions.js";
|
|
23
|
+
import {
|
|
24
|
+
Undefined,
|
|
25
|
+
Undefined$inboundSchema,
|
|
26
|
+
Undefined$Outbound,
|
|
27
|
+
Undefined$outboundSchema,
|
|
28
|
+
} from "./undefined.js";
|
|
23
29
|
|
|
24
30
|
/**
|
|
25
31
|
* A connection represents a specific authentication of an integration.
|
|
@@ -35,7 +41,7 @@ export type Connection = {
|
|
|
35
41
|
*/
|
|
36
42
|
categories: Array<PropertyConnectionCategories>;
|
|
37
43
|
createdAt?: Date | undefined;
|
|
38
|
-
cursorsCache?: Array<
|
|
44
|
+
cursorsCache?: Array<Undefined> | undefined;
|
|
39
45
|
environment?: string | undefined;
|
|
40
46
|
externalXref?: string | undefined;
|
|
41
47
|
id?: string | undefined;
|
|
@@ -59,7 +65,7 @@ export const Connection$inboundSchema: z.ZodType<
|
|
|
59
65
|
categories: z.array(PropertyConnectionCategories$inboundSchema),
|
|
60
66
|
created_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
61
67
|
.optional(),
|
|
62
|
-
cursors_cache: z.array(
|
|
68
|
+
cursors_cache: z.array(Undefined$inboundSchema).optional(),
|
|
63
69
|
environment: z.string().default("Production"),
|
|
64
70
|
external_xref: z.string().optional(),
|
|
65
71
|
id: z.string().optional(),
|
|
@@ -96,7 +102,7 @@ export type Connection$Outbound = {
|
|
|
96
102
|
auth_aws_arn?: string | undefined;
|
|
97
103
|
categories: Array<string>;
|
|
98
104
|
created_at?: string | undefined;
|
|
99
|
-
cursors_cache?: Array<
|
|
105
|
+
cursors_cache?: Array<Undefined$Outbound> | undefined;
|
|
100
106
|
environment: string;
|
|
101
107
|
external_xref?: string | undefined;
|
|
102
108
|
id?: string | undefined;
|
|
@@ -119,7 +125,7 @@ export const Connection$outboundSchema: z.ZodType<
|
|
|
119
125
|
authAwsArn: z.string().optional(),
|
|
120
126
|
categories: z.array(PropertyConnectionCategories$outboundSchema),
|
|
121
127
|
createdAt: z.date().transform(v => v.toISOString()).optional(),
|
|
122
|
-
cursorsCache: z.array(
|
|
128
|
+
cursorsCache: z.array(Undefined$outboundSchema).optional(),
|
|
123
129
|
environment: z.string().default("Production"),
|
|
124
130
|
externalXref: z.string().optional(),
|
|
125
131
|
id: z.string().optional(),
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import {
|
|
7
|
+
PropertyGroupMeta,
|
|
8
|
+
PropertyGroupMeta$inboundSchema,
|
|
9
|
+
PropertyGroupMeta$Outbound,
|
|
10
|
+
PropertyGroupMeta$outboundSchema,
|
|
11
|
+
} from "./propertygroupmeta.js";
|
|
12
|
+
import {
|
|
13
|
+
PropertyGroupSchemas,
|
|
14
|
+
PropertyGroupSchemas$inboundSchema,
|
|
15
|
+
PropertyGroupSchemas$outboundSchema,
|
|
16
|
+
} from "./propertygroupschemas.js";
|
|
17
|
+
import {
|
|
18
|
+
Undefined,
|
|
19
|
+
Undefined$inboundSchema,
|
|
20
|
+
Undefined$Outbound,
|
|
21
|
+
Undefined$outboundSchema,
|
|
22
|
+
} from "./undefined.js";
|
|
23
|
+
|
|
24
|
+
export type Group = {
|
|
25
|
+
displayName?: string | undefined;
|
|
26
|
+
externalId?: string | undefined;
|
|
27
|
+
groupType?: string | undefined;
|
|
28
|
+
id?: string | undefined;
|
|
29
|
+
members?: Array<Undefined> | undefined;
|
|
30
|
+
meta?: PropertyGroupMeta | undefined;
|
|
31
|
+
schemas?: Array<PropertyGroupSchemas> | undefined;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/** @internal */
|
|
35
|
+
export const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown> = z
|
|
36
|
+
.object({
|
|
37
|
+
displayName: z.string().optional(),
|
|
38
|
+
externalId: z.string().optional(),
|
|
39
|
+
groupType: z.string().optional(),
|
|
40
|
+
id: z.string().optional(),
|
|
41
|
+
members: z.array(Undefined$inboundSchema).optional(),
|
|
42
|
+
meta: PropertyGroupMeta$inboundSchema.optional(),
|
|
43
|
+
schemas: z.array(PropertyGroupSchemas$inboundSchema).optional(),
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export type Group$Outbound = {
|
|
48
|
+
displayName?: string | undefined;
|
|
49
|
+
externalId?: string | undefined;
|
|
50
|
+
groupType?: string | undefined;
|
|
51
|
+
id?: string | undefined;
|
|
52
|
+
members?: Array<Undefined$Outbound> | undefined;
|
|
53
|
+
meta?: PropertyGroupMeta$Outbound | undefined;
|
|
54
|
+
schemas?: Array<string> | undefined;
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
/** @internal */
|
|
58
|
+
export const Group$outboundSchema: z.ZodType<
|
|
59
|
+
Group$Outbound,
|
|
60
|
+
z.ZodTypeDef,
|
|
61
|
+
Group
|
|
62
|
+
> = z.object({
|
|
63
|
+
displayName: z.string().optional(),
|
|
64
|
+
externalId: z.string().optional(),
|
|
65
|
+
groupType: z.string().optional(),
|
|
66
|
+
id: z.string().optional(),
|
|
67
|
+
members: z.array(Undefined$outboundSchema).optional(),
|
|
68
|
+
meta: PropertyGroupMeta$outboundSchema.optional(),
|
|
69
|
+
schemas: z.array(PropertyGroupSchemas$outboundSchema).optional(),
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
75
|
+
*/
|
|
76
|
+
export namespace Group$ {
|
|
77
|
+
/** @deprecated use `Group$inboundSchema` instead. */
|
|
78
|
+
export const inboundSchema = Group$inboundSchema;
|
|
79
|
+
/** @deprecated use `Group$outboundSchema` instead. */
|
|
80
|
+
export const outboundSchema = Group$outboundSchema;
|
|
81
|
+
/** @deprecated use `Group$Outbound` instead. */
|
|
82
|
+
export type Outbound = Group$Outbound;
|
|
83
|
+
}
|
|
@@ -14,6 +14,7 @@ export * from "./accountingorganization.js";
|
|
|
14
14
|
export * from "./accountingtaxrate.js";
|
|
15
15
|
export * from "./accountingtelephone.js";
|
|
16
16
|
export * from "./accountingtransaction.js";
|
|
17
|
+
export * from "./accountingtransactioncontact.js";
|
|
17
18
|
export * from "./accountingtransactionlineitem.js";
|
|
18
19
|
export * from "./apicall.js";
|
|
19
20
|
export * from "./atsactivity.js";
|
|
@@ -60,6 +61,7 @@ export * from "./enrichtelephone.js";
|
|
|
60
61
|
export * from "./genaicontent.js";
|
|
61
62
|
export * from "./genaimodel.js";
|
|
62
63
|
export * from "./genaiprompt.js";
|
|
64
|
+
export * from "./group.js";
|
|
63
65
|
export * from "./hriscompany.js";
|
|
64
66
|
export * from "./hriscompensation.js";
|
|
65
67
|
export * from "./hrisemail.js";
|
|
@@ -107,6 +109,8 @@ export * from "./propertycrmeventtask.js";
|
|
|
107
109
|
export * from "./propertycrmleadaddress.js";
|
|
108
110
|
export * from "./propertyenrichcompanyaddress.js";
|
|
109
111
|
export * from "./propertyenrichpersonaddress.js";
|
|
112
|
+
export * from "./propertygroupmeta.js";
|
|
113
|
+
export * from "./propertygroupschemas.js";
|
|
110
114
|
export * from "./propertyhriscompanyaddress.js";
|
|
111
115
|
export * from "./propertyhrisemployeeaddress.js";
|
|
112
116
|
export * from "./propertyhrisemployeeemployeeroles.js";
|
|
@@ -117,8 +121,15 @@ export * from "./propertymessagingmessageauthormember.js";
|
|
|
117
121
|
export * from "./propertypropertyintegrationsupportwebhookeventscreated.js";
|
|
118
122
|
export * from "./propertypropertyintegrationsupportwebhookeventsdeleted.js";
|
|
119
123
|
export * from "./propertypropertyintegrationsupportwebhookeventsupdated.js";
|
|
124
|
+
export * from "./propertypropertyuserurnietfparamsscimschemasextensionenterprise20usermanager.js";
|
|
120
125
|
export * from "./propertystoragepermissionroles.js";
|
|
121
126
|
export * from "./propertyuccalltelephone.js";
|
|
127
|
+
export * from "./propertyusermeta.js";
|
|
128
|
+
export * from "./propertyusername.js";
|
|
129
|
+
export * from "./propertyuserschemas.js";
|
|
130
|
+
export * from "./propertyuserurnietfparamsscimschemasextensionenterprise20user.js";
|
|
131
|
+
export * from "./propertyuserurnietfparamsscimschemasextensionlatticeattributes10user.js";
|
|
132
|
+
export * from "./propertyuserurnietfparamsscimschemasextensionpeakon20user.js";
|
|
122
133
|
export * from "./security.js";
|
|
123
134
|
export * from "./storagefile.js";
|
|
124
135
|
export * from "./storagepermission.js";
|
|
@@ -133,4 +144,6 @@ export * from "./uccall.js";
|
|
|
133
144
|
export * from "./uccontact.js";
|
|
134
145
|
export * from "./ucemail.js";
|
|
135
146
|
export * from "./uctelephone.js";
|
|
147
|
+
export * from "./undefined.js";
|
|
148
|
+
export * from "./user.js";
|
|
136
149
|
export * from "./webhook.js";
|