Skip to content

Commit 03f4179

Browse files
author
Kate Brune
committed
update LICENSE.txt, openapi.json
1 parent 75bd523 commit 03f4179

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22
-------------
33

4-
Copyright (c) 2023 FreeClimbAPI
4+
Copyright (c) 2024 FreeClimbAPI
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77

openapi.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,6 +1553,7 @@
15531553
}
15541554
},
15551555
"ApplicationList": {
1556+
"x-implements": "Pagination",
15561557
"allOf": [
15571558
{
15581559
"$ref": "#/components/schemas/PaginationModel"
@@ -1613,6 +1614,7 @@
16131614
}
16141615
},
16151616
"AvailableNumberList": {
1617+
"x-implements": "Pagination",
16161618
"allOf": [
16171619
{
16181620
"$ref": "#/components/schemas/PaginationModel"
@@ -1727,6 +1729,7 @@
17271729
}
17281730
},
17291731
"IncomingNumberList": {
1732+
"x-implements": "Pagination",
17301733
"allOf": [
17311734
{
17321735
"$ref": "#/components/schemas/PaginationModel"
@@ -1905,6 +1908,7 @@
19051908
}
19061909
},
19071910
"CallList": {
1911+
"x-implements": "Pagination",
19081912
"allOf": [
19091913
{
19101914
"$ref": "#/components/schemas/PaginationModel"
@@ -1962,6 +1966,7 @@
19621966
]
19631967
},
19641968
"RecordingList": {
1969+
"x-implements": "Pagination",
19651970
"allOf": [
19661971
{
19671972
"$ref": "#/components/schemas/PaginationModel"
@@ -2020,6 +2025,7 @@
20202025
}
20212026
},
20222027
"LogList": {
2028+
"x-implements": "Pagination",
20232029
"allOf": [
20242030
{
20252031
"$ref": "#/components/schemas/PaginationModel"
@@ -2099,6 +2105,7 @@
20992105
]
21002106
},
21012107
"MessagesList": {
2108+
"x-implements": "Pagination",
21022109
"allOf": [
21032110
{
21042111
"$ref": "#/components/schemas/PaginationModel"
@@ -2159,6 +2166,7 @@
21592166
]
21602167
},
21612168
"ConferenceList": {
2169+
"x-implements": "Pagination",
21622170
"allOf": [
21632171
{
21642172
"$ref": "#/components/schemas/PaginationModel"
@@ -2348,6 +2356,7 @@
23482356
}
23492357
},
23502358
"ConferenceParticipantList": {
2359+
"x-implements": "Pagination",
23512360
"allOf": [
23522361
{
23532362
"$ref": "#/components/schemas/PaginationModel"
@@ -2430,6 +2439,7 @@
24302439
}
24312440
},
24322441
"QueueList": {
2442+
"x-implements": "Pagination",
24332443
"allOf": [
24342444
{
24352445
"$ref": "#/components/schemas/PaginationModel"
@@ -2480,6 +2490,7 @@
24802490
}
24812491
},
24822492
"QueueMemberList": {
2493+
"x-implements": "Pagination",
24832494
"allOf": [
24842495
{
24852496
"$ref": "#/components/schemas/PaginationModel"
@@ -2510,6 +2521,7 @@
25102521
}
25112522
},
25122523
"SMSTenDLCCampaignsListResult": {
2524+
"x-implements": "Pagination",
25132525
"allOf": [
25142526
{
25152527
"$ref": "#/components/schemas/PaginationModel"
@@ -2772,6 +2784,7 @@
27722784
}
27732785
},
27742786
"SMSTenDLCPartnerCampaignsListResult": {
2787+
"x-implements": "Pagination",
27752788
"allOf": [
27762789
{
27772790
"$ref": "#/components/schemas/PaginationModel"
@@ -3075,6 +3088,7 @@
30753088
}
30763089
},
30773090
"SMSTenDLCBrandsListResult": {
3091+
"x-implements": "Pagination",
30783092
"allOf": [
30793093
{
30803094
"$ref": "#/components/schemas/PaginationModel"
@@ -3430,6 +3444,7 @@
34303444
}
34313445
},
34323446
"SMSTollFreeCampaignsListResult": {
3447+
"x-implements": "Pagination",
34333448
"allOf": [
34343449
{
34353450
"$ref": "#/components/schemas/PaginationModel"
@@ -3783,6 +3798,7 @@
37833798
"tags": [],
37843799
"summary": "List applications",
37853800
"operationId": "list-applications",
3801+
"x-is-paginated": true,
37863802
"parameters": [
37873803
{
37883804
"name": "alias",
@@ -3850,6 +3866,7 @@
38503866
"tags": [],
38513867
"summary": "List available numbers",
38523868
"operationId": "list-available-numbers",
3869+
"x-is-paginated": true,
38533870
"parameters": [
38543871
{
38553872
"name": "phoneNumber",
@@ -4035,6 +4052,7 @@
40354052
"tags": [],
40364053
"summary": "List Incoming Numbers",
40374054
"operationId": "list-incoming-numbers",
4055+
"x-is-paginated": true,
40384056
"parameters": [
40394057
{
40404058
"$ref": "#/components/parameters/AccountId"
@@ -4316,6 +4334,7 @@
43164334
"tags": [],
43174335
"summary": "List Calls",
43184336
"operationId": "list-calls",
4337+
"x-is-paginated": true,
43194338
"parameters": [
43204339
{
43214340
"name": "active",
@@ -4420,6 +4439,7 @@
44204439
"tags": [],
44214440
"summary": "List Call Recordings",
44224441
"operationId": "list-call-recordings",
4442+
"x-is-paginated": true,
44234443
"parameters": [
44244444
{
44254445
"name": "dateCreated",
@@ -4463,6 +4483,7 @@
44634483
"tags": [],
44644484
"summary": "List Call Logs",
44654485
"operationId": "list-call-logs",
4486+
"x-is-paginated": true,
44664487
"parameters": [
44674488
{
44684489
"$ref": "#/components/parameters/AccountId"
@@ -4566,6 +4587,7 @@
45664587
"tags": [],
45674588
"summary": "List Conferences",
45684589
"operationId": "list-conferences",
4590+
"x-is-paginated": true,
45694591
"parameters": [
45704592
{
45714593
"name": "status",
@@ -4824,6 +4846,7 @@
48244846
"tags": [],
48254847
"summary": "List Participants",
48264848
"operationId": "list-participants",
4849+
"x-is-paginated": true,
48274850
"parameters": [
48284851
{
48294852
"name": "talk",
@@ -4876,6 +4899,7 @@
48764899
"tags": [],
48774900
"summary": "List Conference Recordings",
48784901
"operationId": "list-conference-recordings",
4902+
"x-is-paginated": true,
48794903
"parameters": [
48804904
{
48814905
"name": "callId",
@@ -5004,6 +5028,7 @@
50045028
"tags": [],
50055029
"summary": "List Active Queues",
50065030
"operationId": "list-active-queues",
5031+
"x-is-paginated": true,
50075032
"parameters": [
50085033
{
50095034
"name": "alias",
@@ -5137,6 +5162,7 @@
51375162
"tags": [],
51385163
"summary": "List Members",
51395164
"operationId": "list-members",
5165+
"x-is-paginated": true,
51405166
"parameters": [
51415167
{
51425168
"$ref": "#/components/parameters/AccountId"
@@ -5255,6 +5281,7 @@
52555281
"tags": [],
52565282
"summary": "List All Account Logs",
52575283
"operationId": "list-all-account-logs",
5284+
"x-is-paginated": true,
52585285
"parameters": [
52595286
{
52605287
"$ref": "#/components/parameters/AccountId"
@@ -5314,6 +5341,7 @@
53145341
"tags": [],
53155342
"summary": "List Recordings",
53165343
"operationId": "list-recordings",
5344+
"x-is-paginated": true,
53175345
"parameters": [
53185346
{
53195347
"name": "callId",
@@ -5495,6 +5523,7 @@
54955523
"tags": [],
54965524
"summary": "List SMS Messages",
54975525
"operationId": "list-sms-messages",
5526+
"x-is-paginated": true,
54985527
"parameters": [
54995528
{
55005529
"$ref": "#/components/parameters/AccountId"
@@ -5660,6 +5689,7 @@
56605689
"tags": [],
56615690
"summary": "Get list of SMS 10DLC Campaigns",
56625691
"operationId": "get-tenDLC-sms-Campaigns",
5692+
"x-is-paginated": true,
56635693
"parameters": [
56645694
{
56655695
"$ref": "#/components/parameters/AccountId"
@@ -5772,6 +5802,7 @@
57725802
"tags": [],
57735803
"summary": "Get list of SMS 10DLC Partner Campaigns",
57745804
"operationId": "get-tenDLC-sms-partnerCampaigns",
5805+
"x-is-paginated": true,
57755806
"parameters": [
57765807
{
57775808
"$ref": "#/components/parameters/AccountId"
@@ -5893,6 +5924,7 @@
58935924
"tags": [],
58945925
"summary": "Get list of SMS 10DLC Brands",
58955926
"operationId": "get-tenDLC-sms-brands",
5927+
"x-is-paginated": true,
58965928
"parameters": [
58975929
{
58985930
"$ref": "#/components/parameters/AccountId"
@@ -5994,6 +6026,7 @@
59946026
"tags": [],
59956027
"summary": "Get list of TollFree Campaigns",
59966028
"operationId": "get-tollFree-sms-campaigns",
6029+
"x-is-paginated": true,
59976030
"parameters": [
59986031
{
59996032
"$ref": "#/components/parameters/AccountId"

0 commit comments

Comments
 (0)