bt_test 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (168) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/README.md +187 -0
  4. data/Rakefile +10 -0
  5. data/bt_test.gemspec +38 -0
  6. data/docs/CreateGoalRequest.md +18 -0
  7. data/docs/CreateProjectRequest.md +26 -0
  8. data/docs/CreateProjectsTagRequest.md +18 -0
  9. data/docs/CreateScaffoldingAbsolutelyAbstractCreativeConceptRequest.md +20 -0
  10. data/docs/CreateTeamRequest.md +20 -0
  11. data/docs/CreateWebhooksOutgoingEndpointRequest.md +22 -0
  12. data/docs/Goal.md +18 -0
  13. data/docs/GoalData.md +24 -0
  14. data/docs/GoalDataAttributes.md +24 -0
  15. data/docs/GoalDataRelationships.md +18 -0
  16. data/docs/Me.md +18 -0
  17. data/docs/MeData.md +24 -0
  18. data/docs/MeDataAttributes.md +38 -0
  19. data/docs/MeDataRelationships.md +20 -0
  20. data/docs/PlatformApi.md +2834 -0
  21. data/docs/Project.md +18 -0
  22. data/docs/ProjectData.md +24 -0
  23. data/docs/ProjectDataAttributes.md +24 -0
  24. data/docs/ProjectDataRelationships.md +26 -0
  25. data/docs/ProjectDataRelationshipsTags.md +18 -0
  26. data/docs/ProjectsTag.md +18 -0
  27. data/docs/ProjectsTagData.md +24 -0
  28. data/docs/ProjectsTagDataAttributes.md +22 -0
  29. data/docs/ProjectsTagDataRelationships.md +20 -0
  30. data/docs/ProjectsTagDataRelationshipsTeam.md +18 -0
  31. data/docs/ProjectsTagDataRelationshipsTeamData.md +20 -0
  32. data/docs/ScaffoldingAbsolutelyAbstractCreativeConcept.md +18 -0
  33. data/docs/ScaffoldingAbsolutelyAbstractCreativeConceptData.md +24 -0
  34. data/docs/ScaffoldingAbsolutelyAbstractCreativeConceptDataAttributes.md +28 -0
  35. data/docs/ScaffoldingAbsolutelyAbstractCreativeConceptDataRelationships.md +20 -0
  36. data/docs/ScaffoldingCompletelyConcreteTangibleThing.md +18 -0
  37. data/docs/ScaffoldingCompletelyConcreteTangibleThingData.md +24 -0
  38. data/docs/ScaffoldingCompletelyConcreteTangibleThingDataAttributes.md +46 -0
  39. data/docs/ScaffoldingCompletelyConcreteTangibleThingDataRelationships.md +18 -0
  40. data/docs/Team.md +18 -0
  41. data/docs/TeamData.md +24 -0
  42. data/docs/TeamDataAttributes.md +28 -0
  43. data/docs/TeamDataRelationships.md +18 -0
  44. data/docs/UpdateScaffoldingCompletelyConcreteTangibleThingRequest.md +46 -0
  45. data/docs/WebhooksOutgoingDelivery.md +18 -0
  46. data/docs/WebhooksOutgoingDeliveryAttempt.md +18 -0
  47. data/docs/WebhooksOutgoingDeliveryAttemptData.md +24 -0
  48. data/docs/WebhooksOutgoingDeliveryAttemptDataAttributes.md +34 -0
  49. data/docs/WebhooksOutgoingDeliveryAttemptDataRelationships.md +18 -0
  50. data/docs/WebhooksOutgoingDeliveryData.md +24 -0
  51. data/docs/WebhooksOutgoingDeliveryDataAttributes.md +30 -0
  52. data/docs/WebhooksOutgoingDeliveryDataRelationships.md +18 -0
  53. data/docs/WebhooksOutgoingEndpoint.md +18 -0
  54. data/docs/WebhooksOutgoingEndpointData.md +24 -0
  55. data/docs/WebhooksOutgoingEndpointDataAttributes.md +28 -0
  56. data/docs/WebhooksOutgoingEndpointDataRelationships.md +18 -0
  57. data/git_push.sh +57 -0
  58. data/lib/bt_test/api/platform_api.rb +2523 -0
  59. data/lib/bt_test/api_client.rb +392 -0
  60. data/lib/bt_test/api_error.rb +57 -0
  61. data/lib/bt_test/configuration.rb +280 -0
  62. data/lib/bt_test/models/create_goal_request.rb +220 -0
  63. data/lib/bt_test/models/create_project_request.rb +262 -0
  64. data/lib/bt_test/models/create_projects_tag_request.rb +220 -0
  65. data/lib/bt_test/models/create_scaffolding_absolutely_abstract_creative_concept_request.rb +230 -0
  66. data/lib/bt_test/models/create_team_request.rb +230 -0
  67. data/lib/bt_test/models/create_webhooks_outgoing_endpoint_request.rb +242 -0
  68. data/lib/bt_test/models/goal.rb +220 -0
  69. data/lib/bt_test/models/goal_data.rb +246 -0
  70. data/lib/bt_test/models/goal_data_attributes.rb +246 -0
  71. data/lib/bt_test/models/goal_data_relationships.rb +219 -0
  72. data/lib/bt_test/models/me.rb +220 -0
  73. data/lib/bt_test/models/me_data.rb +246 -0
  74. data/lib/bt_test/models/me_data_attributes.rb +309 -0
  75. data/lib/bt_test/models/me_data_relationships.rb +228 -0
  76. data/lib/bt_test/models/project.rb +220 -0
  77. data/lib/bt_test/models/project_data.rb +246 -0
  78. data/lib/bt_test/models/project_data_attributes.rb +246 -0
  79. data/lib/bt_test/models/project_data_relationships.rb +255 -0
  80. data/lib/bt_test/models/project_data_relationships_tags.rb +221 -0
  81. data/lib/bt_test/models/projects_tag.rb +220 -0
  82. data/lib/bt_test/models/projects_tag_data.rb +246 -0
  83. data/lib/bt_test/models/projects_tag_data_attributes.rb +237 -0
  84. data/lib/bt_test/models/projects_tag_data_relationships.rb +228 -0
  85. data/lib/bt_test/models/projects_tag_data_relationships_team.rb +219 -0
  86. data/lib/bt_test/models/projects_tag_data_relationships_team_data.rb +228 -0
  87. data/lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept.rb +220 -0
  88. data/lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept_data.rb +246 -0
  89. data/lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept_data_attributes.rb +264 -0
  90. data/lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept_data_relationships.rb +228 -0
  91. data/lib/bt_test/models/scaffolding_completely_concrete_tangible_thing.rb +220 -0
  92. data/lib/bt_test/models/scaffolding_completely_concrete_tangible_thing_data.rb +246 -0
  93. data/lib/bt_test/models/scaffolding_completely_concrete_tangible_thing_data_attributes.rb +345 -0
  94. data/lib/bt_test/models/scaffolding_completely_concrete_tangible_thing_data_relationships.rb +219 -0
  95. data/lib/bt_test/models/team.rb +220 -0
  96. data/lib/bt_test/models/team_data.rb +246 -0
  97. data/lib/bt_test/models/team_data_attributes.rb +264 -0
  98. data/lib/bt_test/models/team_data_relationships.rb +219 -0
  99. data/lib/bt_test/models/update_scaffolding_completely_concrete_tangible_thing_request.rb +366 -0
  100. data/lib/bt_test/models/webhooks_outgoing_delivery.rb +220 -0
  101. data/lib/bt_test/models/webhooks_outgoing_delivery_attempt.rb +220 -0
  102. data/lib/bt_test/models/webhooks_outgoing_delivery_attempt_data.rb +246 -0
  103. data/lib/bt_test/models/webhooks_outgoing_delivery_attempt_data_attributes.rb +291 -0
  104. data/lib/bt_test/models/webhooks_outgoing_delivery_attempt_data_relationships.rb +219 -0
  105. data/lib/bt_test/models/webhooks_outgoing_delivery_data.rb +246 -0
  106. data/lib/bt_test/models/webhooks_outgoing_delivery_data_attributes.rb +273 -0
  107. data/lib/bt_test/models/webhooks_outgoing_delivery_data_relationships.rb +219 -0
  108. data/lib/bt_test/models/webhooks_outgoing_endpoint.rb +220 -0
  109. data/lib/bt_test/models/webhooks_outgoing_endpoint_data.rb +246 -0
  110. data/lib/bt_test/models/webhooks_outgoing_endpoint_data_attributes.rb +264 -0
  111. data/lib/bt_test/models/webhooks_outgoing_endpoint_data_relationships.rb +219 -0
  112. data/lib/bt_test/version.rb +15 -0
  113. data/lib/bt_test.rb +90 -0
  114. data/spec/api/platform_api_spec.rb +493 -0
  115. data/spec/api_client_spec.rb +226 -0
  116. data/spec/configuration_spec.rb +42 -0
  117. data/spec/models/create_goal_request_spec.rb +34 -0
  118. data/spec/models/create_project_request_spec.rb +58 -0
  119. data/spec/models/create_projects_tag_request_spec.rb +34 -0
  120. data/spec/models/create_scaffolding_absolutely_abstract_creative_concept_request_spec.rb +40 -0
  121. data/spec/models/create_team_request_spec.rb +40 -0
  122. data/spec/models/create_webhooks_outgoing_endpoint_request_spec.rb +46 -0
  123. data/spec/models/goal_data_attributes_spec.rb +52 -0
  124. data/spec/models/goal_data_relationships_spec.rb +34 -0
  125. data/spec/models/goal_data_spec.rb +52 -0
  126. data/spec/models/goal_spec.rb +34 -0
  127. data/spec/models/me_data_attributes_spec.rb +94 -0
  128. data/spec/models/me_data_relationships_spec.rb +40 -0
  129. data/spec/models/me_data_spec.rb +52 -0
  130. data/spec/models/me_spec.rb +34 -0
  131. data/spec/models/project_data_attributes_spec.rb +52 -0
  132. data/spec/models/project_data_relationships_spec.rb +58 -0
  133. data/spec/models/project_data_relationships_tags_spec.rb +34 -0
  134. data/spec/models/project_data_spec.rb +52 -0
  135. data/spec/models/project_spec.rb +34 -0
  136. data/spec/models/projects_tag_data_attributes_spec.rb +46 -0
  137. data/spec/models/projects_tag_data_relationships_spec.rb +40 -0
  138. data/spec/models/projects_tag_data_relationships_team_data_spec.rb +40 -0
  139. data/spec/models/projects_tag_data_relationships_team_spec.rb +34 -0
  140. data/spec/models/projects_tag_data_spec.rb +52 -0
  141. data/spec/models/projects_tag_spec.rb +34 -0
  142. data/spec/models/scaffolding_absolutely_abstract_creative_concept_data_attributes_spec.rb +64 -0
  143. data/spec/models/scaffolding_absolutely_abstract_creative_concept_data_relationships_spec.rb +40 -0
  144. data/spec/models/scaffolding_absolutely_abstract_creative_concept_data_spec.rb +52 -0
  145. data/spec/models/scaffolding_absolutely_abstract_creative_concept_spec.rb +34 -0
  146. data/spec/models/scaffolding_completely_concrete_tangible_thing_data_attributes_spec.rb +118 -0
  147. data/spec/models/scaffolding_completely_concrete_tangible_thing_data_relationships_spec.rb +34 -0
  148. data/spec/models/scaffolding_completely_concrete_tangible_thing_data_spec.rb +52 -0
  149. data/spec/models/scaffolding_completely_concrete_tangible_thing_spec.rb +34 -0
  150. data/spec/models/team_data_attributes_spec.rb +64 -0
  151. data/spec/models/team_data_relationships_spec.rb +34 -0
  152. data/spec/models/team_data_spec.rb +52 -0
  153. data/spec/models/team_spec.rb +34 -0
  154. data/spec/models/update_scaffolding_completely_concrete_tangible_thing_request_spec.rb +118 -0
  155. data/spec/models/webhooks_outgoing_delivery_attempt_data_attributes_spec.rb +82 -0
  156. data/spec/models/webhooks_outgoing_delivery_attempt_data_relationships_spec.rb +34 -0
  157. data/spec/models/webhooks_outgoing_delivery_attempt_data_spec.rb +52 -0
  158. data/spec/models/webhooks_outgoing_delivery_attempt_spec.rb +34 -0
  159. data/spec/models/webhooks_outgoing_delivery_data_attributes_spec.rb +70 -0
  160. data/spec/models/webhooks_outgoing_delivery_data_relationships_spec.rb +34 -0
  161. data/spec/models/webhooks_outgoing_delivery_data_spec.rb +52 -0
  162. data/spec/models/webhooks_outgoing_delivery_spec.rb +34 -0
  163. data/spec/models/webhooks_outgoing_endpoint_data_attributes_spec.rb +64 -0
  164. data/spec/models/webhooks_outgoing_endpoint_data_relationships_spec.rb +34 -0
  165. data/spec/models/webhooks_outgoing_endpoint_data_spec.rb +52 -0
  166. data/spec/models/webhooks_outgoing_endpoint_spec.rb +34 -0
  167. data/spec/spec_helper.rb +111 -0
  168. metadata +303 -0
data/docs/Project.md ADDED
@@ -0,0 +1,18 @@
1
+ # BtTest::Project
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**ProjectData**](ProjectData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::Project.new(
15
+ data: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # BtTest::ProjectData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **type** | **String** | | [optional] |
9
+ | **attributes** | [**ProjectDataAttributes**](ProjectDataAttributes.md) | | [optional] |
10
+ | **relationships** | [**ProjectDataRelationships**](ProjectDataRelationships.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'bt_test'
16
+
17
+ instance = BtTest::ProjectData.new(
18
+ id: null,
19
+ type: null,
20
+ attributes: null,
21
+ relationships: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # BtTest::ProjectDataAttributes
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+ | **status** | **String** | | [optional] |
9
+ | **created_at** | **Time** | | [optional] |
10
+ | **updated_at** | **Time** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'bt_test'
16
+
17
+ instance = BtTest::ProjectDataAttributes.new(
18
+ name: null,
19
+ status: null,
20
+ created_at: null,
21
+ updated_at: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,26 @@
1
+ # BtTest::ProjectDataRelationships
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **team** | [**ProjectsTagDataRelationshipsTeam**](ProjectsTagDataRelationshipsTeam.md) | | [optional] |
8
+ | **lead** | [**ProjectsTagDataRelationshipsTeam**](ProjectsTagDataRelationshipsTeam.md) | | [optional] |
9
+ | **tags** | [**ProjectDataRelationshipsTags**](ProjectDataRelationshipsTags.md) | | [optional] |
10
+ | **applied_tags** | [**ProjectDataRelationshipsTags**](ProjectDataRelationshipsTags.md) | | [optional] |
11
+ | **goals** | [**ProjectDataRelationshipsTags**](ProjectDataRelationshipsTags.md) | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'bt_test'
17
+
18
+ instance = BtTest::ProjectDataRelationships.new(
19
+ team: null,
20
+ lead: null,
21
+ tags: null,
22
+ applied_tags: null,
23
+ goals: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,18 @@
1
+ # BtTest::ProjectDataRelationshipsTags
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**Array<ProjectsTagDataRelationshipsTeamData>**](ProjectsTagDataRelationshipsTeamData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::ProjectDataRelationshipsTags.new(
15
+ data: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # BtTest::ProjectsTag
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**ProjectsTagData**](ProjectsTagData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::ProjectsTag.new(
15
+ data: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # BtTest::ProjectsTagData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **type** | **String** | | [optional] |
9
+ | **attributes** | [**ProjectsTagDataAttributes**](ProjectsTagDataAttributes.md) | | [optional] |
10
+ | **relationships** | [**ProjectsTagDataRelationships**](ProjectsTagDataRelationships.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'bt_test'
16
+
17
+ instance = BtTest::ProjectsTagData.new(
18
+ id: null,
19
+ type: null,
20
+ attributes: null,
21
+ relationships: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,22 @@
1
+ # BtTest::ProjectsTagDataAttributes
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+ | **created_at** | **Time** | | [optional] |
9
+ | **updated_at** | **Time** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'bt_test'
15
+
16
+ instance = BtTest::ProjectsTagDataAttributes.new(
17
+ name: null,
18
+ created_at: null,
19
+ updated_at: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,20 @@
1
+ # BtTest::ProjectsTagDataRelationships
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **team** | [**ProjectsTagDataRelationshipsTeam**](ProjectsTagDataRelationshipsTeam.md) | | [optional] |
8
+ | **project** | [**ProjectsTagDataRelationshipsTeam**](ProjectsTagDataRelationshipsTeam.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'bt_test'
14
+
15
+ instance = BtTest::ProjectsTagDataRelationships.new(
16
+ team: null,
17
+ project: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # BtTest::ProjectsTagDataRelationshipsTeam
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**ProjectsTagDataRelationshipsTeamData**](ProjectsTagDataRelationshipsTeamData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::ProjectsTagDataRelationshipsTeam.new(
15
+ data: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # BtTest::ProjectsTagDataRelationshipsTeamData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **type** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'bt_test'
14
+
15
+ instance = BtTest::ProjectsTagDataRelationshipsTeamData.new(
16
+ id: null,
17
+ type: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # BtTest::ScaffoldingAbsolutelyAbstractCreativeConcept
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**ScaffoldingAbsolutelyAbstractCreativeConceptData**](ScaffoldingAbsolutelyAbstractCreativeConceptData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::ScaffoldingAbsolutelyAbstractCreativeConcept.new(
15
+ data: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # BtTest::ScaffoldingAbsolutelyAbstractCreativeConceptData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **type** | **String** | | [optional] |
9
+ | **attributes** | [**ScaffoldingAbsolutelyAbstractCreativeConceptDataAttributes**](ScaffoldingAbsolutelyAbstractCreativeConceptDataAttributes.md) | | [optional] |
10
+ | **relationships** | [**ScaffoldingAbsolutelyAbstractCreativeConceptDataRelationships**](ScaffoldingAbsolutelyAbstractCreativeConceptDataRelationships.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'bt_test'
16
+
17
+ instance = BtTest::ScaffoldingAbsolutelyAbstractCreativeConceptData.new(
18
+ id: null,
19
+ type: null,
20
+ attributes: null,
21
+ relationships: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,28 @@
1
+ # BtTest::ScaffoldingAbsolutelyAbstractCreativeConceptDataAttributes
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **team_id** | **Integer** | | [optional] |
9
+ | **name** | **String** | | [optional] |
10
+ | **description** | **String** | | [optional] |
11
+ | **created_at** | **Time** | | [optional] |
12
+ | **updated_at** | **Time** | | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'bt_test'
18
+
19
+ instance = BtTest::ScaffoldingAbsolutelyAbstractCreativeConceptDataAttributes.new(
20
+ id: null,
21
+ team_id: null,
22
+ name: null,
23
+ description: null,
24
+ created_at: null,
25
+ updated_at: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,20 @@
1
+ # BtTest::ScaffoldingAbsolutelyAbstractCreativeConceptDataRelationships
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **team** | [**ProjectsTagDataRelationshipsTeam**](ProjectsTagDataRelationshipsTeam.md) | | [optional] |
8
+ | **completely_concrete_tangible_things** | [**ProjectDataRelationshipsTags**](ProjectDataRelationshipsTags.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'bt_test'
14
+
15
+ instance = BtTest::ScaffoldingAbsolutelyAbstractCreativeConceptDataRelationships.new(
16
+ team: null,
17
+ completely_concrete_tangible_things: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # BtTest::ScaffoldingCompletelyConcreteTangibleThing
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**ScaffoldingCompletelyConcreteTangibleThingData**](ScaffoldingCompletelyConcreteTangibleThingData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::ScaffoldingCompletelyConcreteTangibleThing.new(
15
+ data: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # BtTest::ScaffoldingCompletelyConcreteTangibleThingData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **type** | **String** | | [optional] |
9
+ | **attributes** | [**ScaffoldingCompletelyConcreteTangibleThingDataAttributes**](ScaffoldingCompletelyConcreteTangibleThingDataAttributes.md) | | [optional] |
10
+ | **relationships** | [**ScaffoldingCompletelyConcreteTangibleThingDataRelationships**](ScaffoldingCompletelyConcreteTangibleThingDataRelationships.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'bt_test'
16
+
17
+ instance = BtTest::ScaffoldingCompletelyConcreteTangibleThingData.new(
18
+ id: null,
19
+ type: null,
20
+ attributes: null,
21
+ relationships: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,46 @@
1
+ # BtTest::ScaffoldingCompletelyConcreteTangibleThingDataAttributes
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **absolutely_abstract_creative_concept_id** | **Integer** | | [optional] |
9
+ | **text_field_value** | **String** | | [optional] |
10
+ | **button_value** | **String** | | [optional] |
11
+ | **color_picker_value** | **String** | | [optional] |
12
+ | **cloudinary_image_value** | **String** | | [optional] |
13
+ | **date_field_value** | **Date** | | [optional] |
14
+ | **date_and_time_field_value** | **Time** | | [optional] |
15
+ | **email_field_value** | **String** | | [optional] |
16
+ | **password_field_value** | **String** | | [optional] |
17
+ | **phone_field_value** | **String** | | [optional] |
18
+ | **option_value** | **String** | | [optional] |
19
+ | **super_select_value** | **String** | | [optional] |
20
+ | **created_at** | **Time** | | [optional] |
21
+ | **updated_at** | **Time** | | [optional] |
22
+
23
+ ## Example
24
+
25
+ ```ruby
26
+ require 'bt_test'
27
+
28
+ instance = BtTest::ScaffoldingCompletelyConcreteTangibleThingDataAttributes.new(
29
+ id: null,
30
+ absolutely_abstract_creative_concept_id: null,
31
+ text_field_value: null,
32
+ button_value: null,
33
+ color_picker_value: null,
34
+ cloudinary_image_value: null,
35
+ date_field_value: null,
36
+ date_and_time_field_value: null,
37
+ email_field_value: null,
38
+ password_field_value: null,
39
+ phone_field_value: null,
40
+ option_value: null,
41
+ super_select_value: null,
42
+ created_at: null,
43
+ updated_at: null
44
+ )
45
+ ```
46
+
@@ -0,0 +1,18 @@
1
+ # BtTest::ScaffoldingCompletelyConcreteTangibleThingDataRelationships
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **absolutely_abstract_creative_concept** | [**ProjectsTagDataRelationshipsTeam**](ProjectsTagDataRelationshipsTeam.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::ScaffoldingCompletelyConcreteTangibleThingDataRelationships.new(
15
+ absolutely_abstract_creative_concept: null
16
+ )
17
+ ```
18
+
data/docs/Team.md ADDED
@@ -0,0 +1,18 @@
1
+ # BtTest::Team
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**TeamData**](TeamData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::Team.new(
15
+ data: null
16
+ )
17
+ ```
18
+
data/docs/TeamData.md ADDED
@@ -0,0 +1,24 @@
1
+ # BtTest::TeamData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **type** | **String** | | [optional] |
9
+ | **attributes** | [**TeamDataAttributes**](TeamDataAttributes.md) | | [optional] |
10
+ | **relationships** | [**TeamDataRelationships**](TeamDataRelationships.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'bt_test'
16
+
17
+ instance = BtTest::TeamData.new(
18
+ id: null,
19
+ type: null,
20
+ attributes: null,
21
+ relationships: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,28 @@
1
+ # BtTest::TeamDataAttributes
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **name** | **String** | | [optional] |
9
+ | **time_zone** | **String** | | [optional] |
10
+ | **locale** | **String** | | [optional] |
11
+ | **created_at** | **Time** | | [optional] |
12
+ | **updated_at** | **Time** | | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'bt_test'
18
+
19
+ instance = BtTest::TeamDataAttributes.new(
20
+ id: null,
21
+ name: null,
22
+ time_zone: null,
23
+ locale: null,
24
+ created_at: null,
25
+ updated_at: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,18 @@
1
+ # BtTest::TeamDataRelationships
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **scaffolding_absolutely_abstract_creative_concepts** | [**ProjectDataRelationshipsTags**](ProjectDataRelationshipsTags.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::TeamDataRelationships.new(
15
+ scaffolding_absolutely_abstract_creative_concepts: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,46 @@
1
+ # BtTest::UpdateScaffoldingCompletelyConcreteTangibleThingRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **text_field_value** | **String** | Text Field Value | [optional] |
8
+ | **button_value** | **String** | Button Value | [optional] |
9
+ | **cloudinary_image_value** | **String** | Cloudinary Image Value | [optional] |
10
+ | **date_field_value** | **Date** | Date Field Value | [optional] |
11
+ | **date_and_time_field_value** | **Time** | Date and Time Field Value | [optional] |
12
+ | **email_field_value** | **String** | Email Field Value | [optional] |
13
+ | **password_field_value** | **String** | Password Field Value | [optional] |
14
+ | **phone_field_value** | **String** | Phone Field Value | [optional] |
15
+ | **option_value** | **String** | Option Value | [optional] |
16
+ | **super_select_value** | **String** | Super Select Value | [optional] |
17
+ | **text_area_value** | **String** | Text Area Value | [optional] |
18
+ | **action_text_value** | **String** | Trix Editor Value | [optional] |
19
+ | **multiple_button_values** | **Array<String>** | Multiple Button Values | [optional] |
20
+ | **multiple_option_values** | **Array<String>** | Multiple Option Values | [optional] |
21
+ | **multiple_super_select_values** | **Array<String>** | Multiple Super Select Values | [optional] |
22
+
23
+ ## Example
24
+
25
+ ```ruby
26
+ require 'bt_test'
27
+
28
+ instance = BtTest::UpdateScaffoldingCompletelyConcreteTangibleThingRequest.new(
29
+ text_field_value: null,
30
+ button_value: null,
31
+ cloudinary_image_value: null,
32
+ date_field_value: null,
33
+ date_and_time_field_value: null,
34
+ email_field_value: null,
35
+ password_field_value: null,
36
+ phone_field_value: null,
37
+ option_value: null,
38
+ super_select_value: null,
39
+ text_area_value: null,
40
+ action_text_value: null,
41
+ multiple_button_values: null,
42
+ multiple_option_values: null,
43
+ multiple_super_select_values: null
44
+ )
45
+ ```
46
+
@@ -0,0 +1,18 @@
1
+ # BtTest::WebhooksOutgoingDelivery
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**WebhooksOutgoingDeliveryData**](WebhooksOutgoingDeliveryData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::WebhooksOutgoingDelivery.new(
15
+ data: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # BtTest::WebhooksOutgoingDeliveryAttempt
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**WebhooksOutgoingDeliveryAttemptData**](WebhooksOutgoingDeliveryAttemptData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::WebhooksOutgoingDeliveryAttempt.new(
15
+ data: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # BtTest::WebhooksOutgoingDeliveryAttemptData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **type** | **String** | | [optional] |
9
+ | **attributes** | [**WebhooksOutgoingDeliveryAttemptDataAttributes**](WebhooksOutgoingDeliveryAttemptDataAttributes.md) | | [optional] |
10
+ | **relationships** | [**WebhooksOutgoingDeliveryAttemptDataRelationships**](WebhooksOutgoingDeliveryAttemptDataRelationships.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'bt_test'
16
+
17
+ instance = BtTest::WebhooksOutgoingDeliveryAttemptData.new(
18
+ id: null,
19
+ type: null,
20
+ attributes: null,
21
+ relationships: null
22
+ )
23
+ ```
24
+