Skip to content

Commit

Permalink
Regen OData (#1257)
Browse files Browse the repository at this point in the history
# Description

This PR includes the following proposed change(s):

- fix errors in the app by regenerating OData
  • Loading branch information
carolcarpenter authored Jul 25, 2024
1 parent c96f184 commit 8c1fdf1
Show file tree
Hide file tree
Showing 3 changed files with 50,768 additions and 50,346 deletions.
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
{
"ProviderId": "Microsoft.OData.ConnectedService",
"Version": "1.1.0.0",
"GettingStartedDocument": {
"Uri": "http://odata.github.io/odata.net/"
"ProviderId": "Microsoft.OData.ConnectedService",
"Version": "1.1.0.0",
"GettingStartedDocument": {
"Uri": "http://odata.github.io/odata.net/"
},
"ExtendedData": {
"EnableNamingAlias": false,
"IgnoreUnexpectedElementsAndAttributes": true,
"IncludeT4File": false,
"ExcludedOperationImports": [],
"ExcludedBoundOperations": [],
"OmitVersioningInfo": false,
"ServiceName": "OData Service",
"Endpoint": "https://spd-sparc.dev.jag.gov.bc.ca/api/data/v9.0/$metadata",
"EdmxVersion": {
"Major": 4,
"Minor": 0,
"Build": 0,
"Revision": 0,
"MajorRevision": 0,
"MinorRevision": 0
},
"ExtendedData": {
"EnableNamingAlias": false,
"IgnoreUnexpectedElementsAndAttributes": true,
"IncludeT4File": false,
"ExcludedOperationImports": [],
"ExcludedBoundOperations": [],
"OmitVersioningInfo": false,
"ServiceName": "OData Service",
"Endpoint": "https://spd-sparc.dev.jag.gov.bc.ca/api/data/v9.0/$metadata",
"EdmxVersion": {
"Major": 4,
"Minor": 0,
"Build": 0,
"Revision": 0,
"MajorRevision": 0,
"MinorRevision": 0
},
"GeneratedFileNamePrefix": "Reference",
"UseNamespacePrefix": false,
"NamespacePrefix": null,
"UseDataServiceCollection": true,
"MakeTypesInternal": false,
"OpenGeneratedFilesInIDE": false,
"GenerateMultipleFiles": false,
"IncludeWebProxy": false,
"WebProxyHost": null,
"IncludeWebProxyNetworkCredentials": false,
"StoreWebProxyNetworkCredentials": false,
"WebProxyNetworkCredentialsUsername": null,
"WebProxyNetworkCredentialsPassword": null,
"WebProxyNetworkCredentialsDomain": null,
"IncludeCustomHeaders": true,
"StoreCustomHttpHeaders": false,
"ExcludedSchemaTypes": []
}
"GeneratedFileNamePrefix": "Reference",
"UseNamespacePrefix": false,
"NamespacePrefix": null,
"UseDataServiceCollection": true,
"MakeTypesInternal": false,
"OpenGeneratedFilesInIDE": false,
"GenerateMultipleFiles": false,
"CustomHttpHeaders": null,
"IncludeWebProxy": false,
"WebProxyHost": null,
"IncludeWebProxyNetworkCredentials": false,
"StoreWebProxyNetworkCredentials": false,
"WebProxyNetworkCredentialsUsername": null,
"WebProxyNetworkCredentialsPassword": null,
"WebProxyNetworkCredentialsDomain": null,
"IncludeCustomHeaders": true,
"StoreCustomHttpHeaders": false,
"ExcludedSchemaTypes": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28997,7 +28997,6 @@
<Property Name="statecode" Type="Edm.Int32" />
<Property Name="versionnumber" Type="Edm.Int64" />
<Property Name="spd_supportingdocsreceived" Type="Edm.Int32" />
<Property Name="_spd_servicetype_value" Type="Edm.Guid" />
<Property Name="spd_complainttype" Type="Edm.Int32" />
<Property Name="_ownerid_value" Type="Edm.Guid" />
<Property Name="spd_incidentreport" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -29034,9 +29033,6 @@
<NavigationProperty Name="spd_complaint_ProcessSession" Type="Collection(mscrm.processsession)" Partner="regardingobjectid_spd_complaint" />
<NavigationProperty Name="spd_complaint_BulkDeleteFailures" Type="Collection(mscrm.bulkdeletefailure)" Partner="regardingobjectid_spd_complaint" />
<NavigationProperty Name="spd_complaint_PrincipalObjectAttributeAccesses" Type="Collection(mscrm.principalobjectattributeaccess)" Partner="objectid_spd_complaint" />
<NavigationProperty Name="spd_servicetype" Type="mscrm.spd_servicetype" Nullable="false" Partner="spd_spd_servicetype_spd_complaint_servicetype">
<ReferentialConstraint Property="_spd_servicetype_value" ReferencedProperty="spd_servicetypeid" />
</NavigationProperty>
<NavigationProperty Name="spd_business" Type="mscrm.account" Nullable="false" Partner="spd_account_spd_complaint_business">
<ReferentialConstraint Property="_spd_business_value" ReferencedProperty="accountid" />
</NavigationProperty>
Expand Down Expand Up @@ -29723,9 +29719,7 @@
<Property Name="spd_temporarylicence" Type="Edm.Int32" />
<Property Name="spd_nameonlicence" Type="Edm.String" Unicode="false" />
<Property Name="utcconversiontimezonecode" Type="Edm.Int32" />
<Property Name="_createdby_value" Type="Edm.Guid" />
<Property Name="spd_licensingfigaroid" Type="Edm.String" Unicode="false" />
<Property Name="spd_permitpurpose" Type="Edm.String" Unicode="false" />
<Property Name="spd_employeraddress2" Type="Edm.String" Unicode="false" />
<Property Name="spd_licencenumber" Type="Edm.String" Unicode="false" />
<Property Name="importsequencenumber" Type="Edm.Int32" />
Expand Down Expand Up @@ -30834,7 +30828,6 @@
<NavigationProperty Name="spd_servicetype_spd_licencefee" Type="Collection(mscrm.spd_licencefee)" Partner="spd_ServiceTypeId" />
<NavigationProperty Name="spd_servicetype_spd_licence_LicenceType" Type="Collection(mscrm.spd_licence)" Partner="spd_LicenceType" />
<NavigationProperty Name="spd_spd_servicetype_spd_checklist_servicetype" Type="Collection(mscrm.spd_checklist)" Partner="spd_servicetype" />
<NavigationProperty Name="spd_spd_servicetype_spd_complaint_servicetype" Type="Collection(mscrm.spd_complaint)" Partner="spd_servicetype" />
</EntityType>
<EntityType Name="spd_spd_complaint_spd_act" BaseType="mscrm.crmbaseentity">
<Key>
Expand Down Expand Up @@ -52111,7 +52104,6 @@
<NavigationPropertyBinding Path="spd_complaint_Tasks" Target="tasks" />
<NavigationPropertyBinding Path="spd_licence" Target="spd_licences" />
<NavigationPropertyBinding Path="spd_offender" Target="contacts" />
<NavigationPropertyBinding Path="spd_servicetype" Target="spd_servicetypes" />
<NavigationPropertyBinding Path="spd_spd_complaint_spd_act" Target="spd_acts" />
</EntitySet>
<EntitySet Name="spd_cpicbatchs" EntityType="Microsoft.Dynamics.CRM.spd_cpicbatch">
Expand Down Expand Up @@ -52645,7 +52637,6 @@
<NavigationPropertyBinding Path="spd_spd_servicetype_incident" Target="incidents" />
<NavigationPropertyBinding Path="spd_spd_servicetype_spd_application_ServiceTypeId" Target="spd_applications" />
<NavigationPropertyBinding Path="spd_spd_servicetype_spd_checklist_servicetype" Target="spd_checklists" />
<NavigationPropertyBinding Path="spd_spd_servicetype_spd_complaint_servicetype" Target="spd_complaints" />
<NavigationPropertyBinding Path="spd_spd_servicetype_spd_portalinvitation" Target="spd_portalinvitations" />
<NavigationPropertyBinding Path="spd_spd_servicetype_spd_submission_ServiceTypeId" Target="spd_submissions" />
<NavigationPropertyBinding Path="transactioncurrencyid" Target="transactioncurrencies" />
Expand Down
Loading

0 comments on commit 8c1fdf1

Please sign in to comment.