Skip to content

Commit 1344abb

Browse files
committed
remove custom objects from all except unstable
1 parent 424d7c9 commit 1344abb

File tree

6 files changed

+0
-251
lines changed

6 files changed

+0
-251
lines changed

descriptions/2.10/api.intercom.io.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -14112,45 +14112,6 @@ components:
1411214112
type: integer
1411314113
description: Total number of pages
1411414114
example: 13
14115-
custom_attributes:
14116-
title: Custom Attributes
14117-
type: object
14118-
description: An object containing the different custom attributes associated
14119-
to the conversation as key-value pairs. For relationship attributes the value
14120-
will be a list of custom object instance models.
14121-
additionalProperties:
14122-
anyOf:
14123-
- type: string
14124-
- "$ref": "#/components/schemas/custom_object_instance"
14125-
custom_object_instance:
14126-
title: Custom Object Instance
14127-
type: object
14128-
x-tags:
14129-
- Custom Object Instances
14130-
nullable: true
14131-
description: A Custom Object Instance represents an instance of a custom object
14132-
type. This allows you to create and set custom attributes to store data about
14133-
your customers that is not already captured by Intercom. The parent object
14134-
includes recommended default attributes and you can add your own custom attributes.
14135-
properties:
14136-
id:
14137-
type: string
14138-
description: The Intercom defined id representing the custom object instance.
14139-
example: 5a7a19e9f59ae20001d1c1e6
14140-
external_id:
14141-
type: string
14142-
description: The id you have defined for the custom object instance.
14143-
example: 0001d1c1e65a7a19e9f59ae2
14144-
type:
14145-
type: string
14146-
description: The identifier of the custom object type that defines the structure
14147-
of the custom object instance.
14148-
example: Order
14149-
custom_attributes:
14150-
type: object
14151-
description: The custom attributes you have set on the custom object instance.
14152-
additionalProperties:
14153-
type: string
1415414115
customer_request:
1415514116
type: object
1415614117
nullable: true

descriptions/2.11/api.intercom.io.yaml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -14923,47 +14923,6 @@ components:
1492314923
example: 13
1492414924
required:
1492514925
- type
14926-
custom_attributes:
14927-
title: Custom Attributes
14928-
type: object
14929-
description: An object containing the different custom attributes associated
14930-
to the conversation as key-value pairs. For relationship attributes the value
14931-
will be a list of custom object instance models.
14932-
additionalProperties:
14933-
anyOf:
14934-
- type: string
14935-
- "$ref": "#/components/schemas/custom_object_instance"
14936-
custom_object_instance:
14937-
title: Custom Object Instance
14938-
type: object
14939-
x-tags:
14940-
- Custom Object Instances
14941-
description: A Custom Object Instance represents an instance of a custom object
14942-
type. This allows you to create and set custom attributes to store data about
14943-
your customers that is not already captured by Intercom. The parent object
14944-
includes recommended default attributes and you can add your own custom attributes.
14945-
properties:
14946-
id:
14947-
type: string
14948-
description: The Intercom defined id representing the custom object instance.
14949-
example: 5a7a19e9f59ae20001d1c1e6
14950-
external_id:
14951-
type: string
14952-
description: The id you have defined for the custom object instance.
14953-
example: 0001d1c1e65a7a19e9f59ae2
14954-
type:
14955-
type: string
14956-
description: The identifier of the custom object type that defines the structure
14957-
of the custom object instance.
14958-
example: Order
14959-
custom_attributes:
14960-
type: object
14961-
description: The custom attributes you have set on the custom object instance.
14962-
additionalProperties:
14963-
type: string
14964-
required:
14965-
- id
14966-
- type
1496714926
customer_request:
1496814927
type: object
1496914928
oneOf:

descriptions/2.12/api.intercom.io.yaml

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -15272,60 +15272,6 @@ components:
1527215272
type: integer
1527315273
description: Total number of pages
1527415274
example: 13
15275-
custom_attributes:
15276-
title: Custom Attributes
15277-
type: object
15278-
description: An object containing the different custom attributes associated
15279-
to the conversation as key-value pairs. For relationship attributes the value
15280-
will be a list of custom object instance models.
15281-
additionalProperties:
15282-
anyOf:
15283-
- type: string
15284-
- "$ref": "#/components/schemas/custom_object_instance_list"
15285-
custom_object_instance:
15286-
title: Custom Object Instance
15287-
type: object
15288-
x-tags:
15289-
- Custom Object Instances
15290-
nullable: true
15291-
description: A Custom Object Instance represents an instance of a custom object
15292-
type. This allows you to create and set custom attributes to store data about
15293-
your customers that is not already captured by Intercom. The parent object
15294-
includes recommended default attributes and you can add your own custom attributes.
15295-
properties:
15296-
id:
15297-
type: string
15298-
description: The Intercom defined id representing the custom object instance.
15299-
example: 5a7a19e9f59ae20001d1c1e6
15300-
external_id:
15301-
type: string
15302-
description: The id you have defined for the custom object instance.
15303-
example: 0001d1c1e65a7a19e9f59ae2
15304-
type:
15305-
type: string
15306-
description: The identifier of the custom object type that defines the structure
15307-
of the custom object instance.
15308-
example: Order
15309-
custom_attributes:
15310-
type: object
15311-
description: The custom attributes you have set on the custom object instance.
15312-
additionalProperties:
15313-
type: string
15314-
custom_object_instance_list:
15315-
title: Custom Object Instances
15316-
type: object
15317-
description: The list of associated custom object instances for a given reference
15318-
attribute on the parent object.
15319-
properties:
15320-
type:
15321-
type: string
15322-
example: order.list
15323-
instances:
15324-
type: array
15325-
description: The list of associated custom object instances for a given
15326-
reference attribute on the parent object.
15327-
items:
15328-
"$ref": "#/components/schemas/custom_object_instance"
1532915275
customer_request:
1533015276
type: object
1533115277
nullable: true

descriptions/2.7/api.intercom.io.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12084,45 +12084,6 @@ components:
1208412084
type: integer
1208512085
description: Total number of pages
1208612086
example: 13
12087-
custom_attributes:
12088-
title: Custom Attributes
12089-
type: object
12090-
description: An object containing the different custom attributes associated
12091-
to the conversation as key-value pairs. For relationship attributes the value
12092-
will be a list of custom object instance models.
12093-
additionalProperties:
12094-
anyOf:
12095-
- type: string
12096-
- "$ref": "#/components/schemas/custom_object_instance"
12097-
custom_object_instance:
12098-
title: Custom Object Instance
12099-
type: object
12100-
x-tags:
12101-
- Custom Object Instances
12102-
nullable: true
12103-
description: A Custom Object Instance represents an instance of a custom object
12104-
type. This allows you to create and set custom attributes to store data about
12105-
your customers that is not already captured by Intercom. The parent object
12106-
includes recommended default attributes and you can add your own custom attributes.
12107-
properties:
12108-
id:
12109-
type: string
12110-
description: The Intercom defined id representing the custom object instance.
12111-
example: 5a7a19e9f59ae20001d1c1e6
12112-
external_id:
12113-
type: string
12114-
description: The id you have defined for the custom object instance.
12115-
example: 0001d1c1e65a7a19e9f59ae2
12116-
type:
12117-
type: string
12118-
description: The identifier of the custom object type that defines the structure
12119-
of the custom object instance.
12120-
example: Order
12121-
custom_attributes:
12122-
type: object
12123-
description: The custom attributes you have set on the custom object instance.
12124-
additionalProperties:
12125-
type: string
1212612087
customer_request:
1212712088
type: object
1212812089
nullable: true

descriptions/2.8/api.intercom.io.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12108,45 +12108,6 @@ components:
1210812108
type: integer
1210912109
description: Total number of pages
1211012110
example: 13
12111-
custom_attributes:
12112-
title: Custom Attributes
12113-
type: object
12114-
description: An object containing the different custom attributes associated
12115-
to the conversation as key-value pairs. For relationship attributes the value
12116-
will be a list of custom object instance models.
12117-
additionalProperties:
12118-
anyOf:
12119-
- type: string
12120-
- "$ref": "#/components/schemas/custom_object_instance"
12121-
custom_object_instance:
12122-
title: Custom Object Instance
12123-
type: object
12124-
x-tags:
12125-
- Custom Object Instances
12126-
nullable: true
12127-
description: A Custom Object Instance represents an instance of a custom object
12128-
type. This allows you to create and set custom attributes to store data about
12129-
your customers that is not already captured by Intercom. The parent object
12130-
includes recommended default attributes and you can add your own custom attributes.
12131-
properties:
12132-
id:
12133-
type: string
12134-
description: The Intercom defined id representing the custom object instance.
12135-
example: 5a7a19e9f59ae20001d1c1e6
12136-
external_id:
12137-
type: string
12138-
description: The id you have defined for the custom object instance.
12139-
example: 0001d1c1e65a7a19e9f59ae2
12140-
type:
12141-
type: string
12142-
description: The identifier of the custom object type that defines the structure
12143-
of the custom object instance.
12144-
example: Order
12145-
custom_attributes:
12146-
type: object
12147-
description: The custom attributes you have set on the custom object instance.
12148-
additionalProperties:
12149-
type: string
1215012111
customer_request:
1215112112
type: object
1215212113
nullable: true

descriptions/2.9/api.intercom.io.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -13447,45 +13447,6 @@ components:
1344713447
type: integer
1344813448
description: Total number of pages
1344913449
example: 13
13450-
custom_attributes:
13451-
title: Custom Attributes
13452-
type: object
13453-
description: An object containing the different custom attributes associated
13454-
to the conversation as key-value pairs. For relationship attributes the value
13455-
will be a list of custom object instance models.
13456-
additionalProperties:
13457-
anyOf:
13458-
- type: string
13459-
- "$ref": "#/components/schemas/custom_object_instance"
13460-
custom_object_instance:
13461-
title: Custom Object Instance
13462-
type: object
13463-
x-tags:
13464-
- Custom Object Instances
13465-
nullable: true
13466-
description: A Custom Object Instance represents an instance of a custom object
13467-
type. This allows you to create and set custom attributes to store data about
13468-
your customers that is not already captured by Intercom. The parent object
13469-
includes recommended default attributes and you can add your own custom attributes.
13470-
properties:
13471-
id:
13472-
type: string
13473-
description: The Intercom defined id representing the custom object instance.
13474-
example: 5a7a19e9f59ae20001d1c1e6
13475-
external_id:
13476-
type: string
13477-
description: The id you have defined for the custom object instance.
13478-
example: 0001d1c1e65a7a19e9f59ae2
13479-
type:
13480-
type: string
13481-
description: The identifier of the custom object type that defines the structure
13482-
of the custom object instance.
13483-
example: Order
13484-
custom_attributes:
13485-
type: object
13486-
description: The custom attributes you have set on the custom object instance.
13487-
additionalProperties:
13488-
type: string
1348913450
customer_request:
1349013451
type: object
1349113452
nullable: true

0 commit comments

Comments
 (0)